Searched refs:url (Results 251 - 275 of 2019) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dthingatpt.el69 Possibilities include `symbol', `list', `sexp', `defun', `filename', `url',
126 Possibilities include `symbol', `list', `sexp', `defun', `filename', `url',
206 (defvar thing-at-point-url-path-regexp
210 (defvar thing-at-point-short-url-regexp
211 (concat "[-A-Za-z0-9.]+" thing-at-point-url-path-regexp)
214 ``thing-at-point-url-regexp''.")
231 (defvar thing-at-point-url-regexp
233 thing-at-point-url-path-regexp)
236 (defvar thing-at-point-markedup-url-regexp
241 (put 'url 'bound
[all...]
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSAttributedStringAdditions.h4 + (id) attributedStringWithHTMLFragment:(NSString *) fragment baseURL:(NSURL *) url;
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSAttributedStringAdditions.h4 + (id) attributedStringWithHTMLFragment:(NSString *) fragment baseURL:(NSURL *) url;
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/generator/
H A Dmarkup.rb45 # Build a webcvs URL starting for the given +url+ with +full_path+ appended
46 # as the destination path. If +url+ contains '%s' +full_path+ will be
47 # will replace the %s using sprintf on the +url+.
49 def cvs_url(url, full_path)
50 if /%s/ =~ url then
51 sprintf url, full_path
53 url + full_path
159 url = @store.rdoc.options.webcvs
161 if /%s/ =~ url then
162 url
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/url/
H A Durl-auth.el0 ;;; url-auth.el --- Uniform Resource Locator authorization modules
27 (require 'url-vars)
28 (require 'url-parse)
29 (autoload 'url-warn "url")
31 (defsubst url-auth-user-prompt (url realm)
34 (or realm (url-truncate-url-for-viewing
35 (url
[all...]
H A Durl-mailto.el0 ;;; url-mail.el --- Mail Uniform Resource Locator retrieval code
29 (require 'url-vars)
30 (require 'url-parse)
31 (require 'url-util)
34 (defun url-mail (&rest args)
41 (defun url-mail-goto-field (field)
64 (defun url-mailto (url)
66 (if (url-user url)
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/
H A DNavigationScheduler.cpp99 ScheduledURLNavigation(double delay, SecurityOrigin* securityOrigin, const String& url, const String& referrer, bool lockHistory, bool lockBackForwardList, bool duringLoad, bool isLocationChange) argument
102 , m_url(url)
139 String url() const { return m_url; } function in class:WebCore::ScheduledURLNavigation
151 ScheduledRedirect(double delay, SecurityOrigin* securityOrigin, const String& url, bool lockHistory, bool lockBackForwardList) argument
152 : ScheduledURLNavigation(delay, securityOrigin, url, String(), lockHistory, lockBackForwardList, false, false)
162 bool refresh = equalIgnoringFragmentIdentifier(frame->document()->url(), KURL(ParsedURLString, url()));
163 frame->loader()->changeLocation(securityOrigin(), KURL(ParsedURLString, url()), referrer(), lockHistory(), lockBackForwardList(), refresh);
169 ScheduledLocationChange(SecurityOrigin* securityOrigin, const String& url, const String& referrer, bool lockHistory, bool lockBackForwardList, bool duringLoad) argument
170 : ScheduledURLNavigation(0.0, securityOrigin, url, referre
175 ScheduledRefresh(SecurityOrigin* securityOrigin, const String& url, const String& referrer) argument
307 scheduleRedirect(double delay, const String& url) argument
339 scheduleLocationChange(SecurityOrigin* securityOrigin, const String& url, const String& referrer, bool lockHistory, bool lockBackForwardList) argument
390 const KURL& url = m_frame->document()->url(); local
[all...]
H A DSubframeLoader.cpp82 KURL url; local
85 url = blankURL();
87 url = completeURL(urlString);
89 Frame* frame = loadOrRedirectSubframe(ownerElement, url, frameName, lockHistory, lockBackForwardList);
99 bool SubframeLoader::resourceWillUsePlugin(const String& url, const String& mimeType, bool shouldPreferPlugInsForImages) argument
102 if (!url.isEmpty())
103 completedURL = completeURL(url);
109 bool SubframeLoader::pluginIsLoadable(HTMLPlugInImageElement* pluginElement, const KURL& url, const String& mimeType) argument
126 if (!document()->securityOrigin()->canDisplay(url)) {
127 FrameLoader::reportLocalLoadFailed(m_frame, url
148 requestPlugin(HTMLPlugInImageElement* ownerElement, const KURL& url, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback) argument
163 findPluginMIMETypeFromURL(Page* page, const String& url) argument
189 logPluginRequest(Page* page, const String& mimeType, const String& url, bool success) argument
218 requestObject(HTMLPlugInImageElement* ownerElement, const String& url, const AtomicString& frameName, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues) argument
247 loadMediaPlayerProxyPlugin(Node* node, const KURL& url, const Vector<String>& paramNames, const Vector<String>& paramValues) argument
336 loadOrRedirectSubframe(HTMLFrameOwnerElement* ownerElement, const KURL& url, const AtomicString& frameName, bool lockHistory, bool lockBackForwardList) argument
351 loadSubframe(HTMLFrameOwnerElement* ownerElement, const KURL& url, const String& name, const String& referrer) argument
420 shouldUsePlugin(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages, bool hasFallback, bool& useFallback) argument
448 loadPlugin(HTMLPlugInImageElement* pluginElement, const KURL& url, const String& mimeType, const Vector<String>& paramNames, const Vector<String>& paramValues, bool useFallback) argument
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/LWP/Protocol/
H A Dldap.pm38 my $url = $request->url;
39 if ($url->scheme ne 'ldap') {
40 my $scheme = $url->scheme;
59 my $host = $url->host;
60 my $port = $url->port;
61 my ($user, $password) = split(":", $url->userinfo, 2);
79 my $dn = $url->dn;
80 my @attrs = $url->attributes;
81 my $scope = $url
[all...]
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DSimpleWorkspaceProvider.js83 * @param {string} url
89 addFile: function(path, forceUniquePath, url, contentProvider, isEditable, isContentScript)
93 return this.addContentProvider(path, url, contentProvider, isEditable, isContentScript);
154 * @param {string} url
160 addFileForURL: function(url, contentProvider, isEditable, isContentScript)
162 return this._innerAddFileForURL(url, contentProvider, isEditable, false, isContentScript);
166 * @param {string} url
172 addUniqueFileForURL: function(url, contentProvider, isEditable, isContentScript)
174 return this._innerAddFileForURL(url, contentProvider, isEditable, true, isContentScript);
178 * @param {string} url
[all...]
H A DSASSSourceMapping.js81 function callback(url)
83 if (!url)
85 this._cssModel.setSourceMapping(url, null);
118 _reloadCSS: function(url)
120 var uiSourceCode = this._workspace.uiSourceCodeForURL(url);
123 var newContent = InspectorFrontendHost.loadResourceSynchronously(url);
127 this._loadAndProcessSourceMap(newContent, url, true);
146 this._loadAndProcessSourceMap(content, resource.url);
232 var url = sources[i];
233 if (!this._workspace.hasMappingForURL(url)
[all...]
/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DCachedResourceLoader.cpp144 KURL url = m_document->completeURL(resourceURL); local
145 return cachedResource(url);
150 KURL url = MemoryCache::removeFragmentIdentifierIfNeeded(resourceURL); local
151 return m_documentResources.get(url).get();
163 KURL requestURL = request.resourceRequest().url();
169 request.setDefer(clientDefersImage(request.resourceRequest().url()) ? CachedResourceRequest::DeferredByClient : CachedResourceRequest::NoDefer);
199 KURL url = MemoryCache::removeFragmentIdentifierIfNeeded(request.resourceRequest().url()); local
210 if (url.string() != request.resourceRequest().url())
306 canRequest(CachedResource::Type type, const KURL& url, bool forPreload) argument
440 KURL url = request.resourceRequest().url(); local
525 String url = resource->url(); local
892 const KURL& url = m_document->completeURL(urlString); local
[all...]
H A DCachedXSLStyleSheet.cpp53 static_cast<CachedStyleSheetClient*>(c)->setXSLStyleSheet(m_resourceRequest.url(), m_response.url(), m_sheet);
85 c->setXSLStyleSheet(m_resourceRequest.url(), m_response.url(), m_sheet);
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_cfbundle.py24 url = CFURLCreateWithFileSystemPath(None, u"/System/Library/Frameworks/Foundation.framework", kCFURLPOSIXPathStyle, True)
25 bundle = CFBundleCreate(None, url)
28 url = CFURLCreateWithFileSystemPath(None, u"/System/Library/Frameworks", kCFURLPOSIXPathStyle, True)
29 array = CFBundleCreateBundlesFromDirectory(None, url, u"frameworkX")
32 array = CFBundleCreateBundlesFromDirectory(None, url, u"framework")
35 array = CFBundleCreateBundlesFromDirectory(None, url, None)
49 url = CFBundleCopyBundleURL(bundle)
50 self.failUnless( isinstance(url, CFURLRef) )
94 url = CFURLCreateWithFileSystemPath(None, u"/System/Library/Frameworks/Foundation.framework", kCFURLPOSIXPathStyle, True)
96 v = CFBundleCopyInfoDictionaryInDirectory(url)
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/network/
H A DResourceRequestBase.cpp83 data->m_url = url().copy();
116 const KURL& ResourceRequestBase::url() const function in class:WebCore::ResourceRequestBase
123 void ResourceRequestBase::setURL(const KURL& url) argument
127 m_url = url;
161 if (url().protocolIsInHTTPFamily())
181 if (url().protocolIsInHTTPFamily())
220 if (url().protocolIsInHTTPFamily())
251 if (url().protocolIsInHTTPFamily())
270 if (url().protocolIsInHTTPFamily())
280 if (url()
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/lib/DBICTest/Schema/
H A DLink.pm15 'url' => {
30 use overload '""' => sub { shift->url }, fallback=> 1;
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCAbout.mm82 NSURL * url =
85 [[NSWorkspace sharedWorkspace] openURL:url];
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dreferral.c138 int validate_global_referral( const char *url )
143 rc = ldap_url_parse_ext( url, &lurl, LDAP_PVT_URL_PARSE_NONE );
151 Debug( LDAP_DEBUG_CONFIG, "referral \"%s\": not LDAP.\n", url, 0, 0 );
158 url, "" /* ldap_url_error2str(rc) */, rc );
167 url, 0, 0 );
173 url, 0, 0 );
179 url, 0, 0 );
185 url, 0, 0 );
218 LDAPURLDesc *url; local
222 rc = ldap_url_parse_ext( iv->bv_val, &url, LDAP_PVT_URL_PARSE_NON
[all...]
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/sample/Scripts/
H A Dpdf2tiff.rb19 url = NSURL.fileURLWithPath_ path
23 pdfdoc = PDFDocument.alloc.initWithURL_ url
/macosx-10.9.5/WebCore-7537.78.1/Modules/filesystem/
H A DWorkerContextFileSystem.idl35 void webkitResolveLocalFileSystemURL(DOMString url, EntryCallback successCallback, optional ErrorCallback errorCallback);
36 [RaisesException] EntrySync webkitResolveLocalFileSystemSyncURL(DOMString url);
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorFileSystemAgent.h57 virtual void requestDirectoryContent(ErrorString*, const String& url, PassRefPtr<RequestDirectoryContentCallback>) OVERRIDE;
58 virtual void requestMetadata(ErrorString*, const String& url, PassRefPtr<RequestMetadataCallback>) OVERRIDE;
59 virtual void requestFileContent(ErrorString*, const String& url, bool readAsText, const int* start, const int* end, const String* charset, PassRefPtr<RequestFileContentCallback>) OVERRIDE;
60 virtual void deleteEntry(ErrorString*, const String& url, PassRefPtr<DeleteEntryCallback>) OVERRIDE;
/macosx-10.9.5/WebCore-7537.78.1/loader/appcache/
H A DApplicationCacheResource.cpp32 ApplicationCacheResource::ApplicationCacheResource(const KURL& url, const ResourceResponse& response, unsigned type, PassRefPtr<SharedBuffer> data, const String& path) argument
33 : SubstituteResource(url, response, data)
59 m_estimatedSizeInStorage += url().string().length() * sizeof(UChar);
61 m_estimatedSizeInStorage += response().url().string().length() * sizeof(UChar);
/macosx-10.9.5/WebCore-7537.78.1/loader/archive/
H A DArchiveFactory.cpp53 template <typename ArchiveClass> static PassRefPtr<Archive> archiveFactoryCreate(const KURL& url, SharedBuffer* buffer) argument
55 return ArchiveClass::create(url, buffer);
83 PassRefPtr<Archive> ArchiveFactory::create(const KURL& url, SharedBuffer* data, const String& mimeType) argument
86 return function ? function(url, data) : PassRefPtr<Archive>(0);
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DEventSource.idl35 Constructor(DOMString url, optional Dictionary eventSourceInit),
42 readonly attribute DOMString URL; // Lowercased .url is the one in the spec, but leaving .URL for compatibility reasons.
43 readonly attribute DOMString url;
H A DHistory.idl40 [Custom, RaisesException] void pushState(any data, DOMString title, optional DOMString url);
41 [Custom, RaisesException] void replaceState(any data, DOMString title, optional DOMString url);

Completed in 156 milliseconds

<<11121314151617181920>>