Searched +refs:url +refs:package +refs:name (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10.1/WebKit-7600.1.25/win/WebCoreSupport/
H A DWebPlatformStrategies.cpp86 String WebPlatformStrategies::cookiesForDOM(const NetworkStorageSession& session, const URL& firstParty, const URL& url) argument
88 return WebCore::cookiesForDOM(session, firstParty, url);
91 void WebPlatformStrategies::setCookiesFromDOM(const NetworkStorageSession& session, const URL& firstParty, const URL& url, const String& cookieString) argument
93 WebCore::setCookiesFromDOM(session, firstParty, url, cookieString);
96 bool WebPlatformStrategies::cookiesEnabled(const NetworkStorageSession& session, const URL& firstParty, const URL& url) argument
98 return WebCore::cookiesEnabled(session, firstParty, url);
101 String WebPlatformStrategies::cookieRequestHeaderFieldValue(const NetworkStorageSession& session, const URL& firstParty, const URL& url) argument
103 return WebCore::cookieRequestHeaderFieldValue(session, firstParty, url);
106 bool WebPlatformStrategies::getRawCookies(const NetworkStorageSession& session, const URL& firstParty, const URL& url, Vector<Cookie>& rawCookies) argument
108 return WebCore::getRawCookies(session, firstParty, url, rawCookie
111 deleteCookie(const NetworkStorageSession& session, const URL& url, const String& cookieName) argument
128 PluginPackage* package = plugins[i]; local
[all...]
/macosx-10.10.1/WebKit-7600.1.25/wince/WebCoreSupport/
H A DPlatformStrategiesWinCE.cpp87 String PlatformStrategiesWinCE::cookiesForDOM(const NetworkStorageSession& session, const URL& firstParty, const URL& url) argument
89 return WebCore::cookiesForDOM(session, firstParty, url);
92 void PlatformStrategiesWinCE::setCookiesFromDOM(const NetworkStorageSession& session, const URL& firstParty, const URL& url, const String& cookieString) argument
94 WebCore::setCookiesFromDOM(session, firstParty, url, cookieString);
97 bool PlatformStrategiesWinCE::cookiesEnabled(const NetworkStorageSession& session, const URL& firstParty, const URL& url) argument
99 return WebCore::cookiesEnabled(session, firstParty, url);
102 String PlatformStrategiesWinCE::cookieRequestHeaderFieldValue(const NetworkStorageSession& session, const URL& firstParty, const URL& url) argument
104 return WebCore::cookieRequestHeaderFieldValue(session, firstParty, url);
107 bool PlatformStrategiesWinCE::getRawCookies(const NetworkStorageSession& session, const URL& firstParty, const URL& url, Vector<Cookie>& rawCookies) argument
109 return WebCore::getRawCookies(session, firstParty, url, rawCookie
112 deleteCookie(const NetworkStorageSession& session, const URL& url, const String& cookieName) argument
129 PluginPackage* package = plugins[i]; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/apps/comm/
H A Dlink-checker.xotcl4 package require XOTcl; namespace import -force xotcl::*
13 <tr><td>-url <td>Start-URL</td></tr>
17 which url should be treated as local
20 to the name of the host followed by '/*'</td></tr>
33 set opt(-url) http://localhost:8000/
34 set opt(-url) http://nm.wu-wien.ac.at/Lehre/
42 regexp {://(.*)$} $opt(-url) _ opt(-local)
47 regexp {http://([^/:]+)} $opt(-url) _ opt(-local)
52 #package require xotcl::package; packag
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PackageManager/
H A Dpackman.py65 def PKG_HIDDEN(package):
66 """ Return True iff the package is a hidden package """
67 return (package._dict.get('Download-URL', None) is None)
74 The document class for a package database
116 url = NSURL.fileURLWithPath_(path)
118 self.openDB(url.absoluteString())
175 Refresh the package information, the user may have installed or
176 removed a package. This method is called once in a while using a timer.
184 """ Return the name o
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PackageManager/
H A Dpackman.py65 def PKG_HIDDEN(package):
66 """ Return True iff the package is a hidden package """
67 return (package._dict.get('Download-URL', None) is None)
74 The document class for a package database
116 url = NSURL.fileURLWithPath_(path)
118 self.openDB(url.absoluteString())
175 Refresh the package information, the user may have installed or
176 removed a package. This method is called once in a while using a timer.
184 """ Return the name o
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/PackageManager/
H A Dpackman.py65 def PKG_HIDDEN(package):
66 """ Return True iff the package is a hidden package """
67 return (package._dict.get('Download-URL', None) is None)
74 The document class for a package database
116 url = NSURL.fileURLWithPath_(path)
118 self.openDB(url.absoluteString())
175 Refresh the package information, the user may have installed or
176 removed a package. This method is called once in a while using a timer.
184 """ Return the name o
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dpackage.sh3 # This software is part of the ast package #
21 # package - source and binary package control
24 command=package
41 _AST_BIN_PACKAGE_=1 # prevent non-interactive sh .rc referencing bin/package recursion #
86 default_url=default.url
100 @(#)$Id: package (AT&T Research) 2012-06-28 $
102 [+NAME?package - source and binary package control]
105 package file
[all...]
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dmake-snapshot99 def package(rev, destdir) method
106 url = SVNURL + rev
108 url = SVNURL + "branches/"
109 url = url + `svn ls #{url}`[/.*^(ruby_\d+_\d+)\//m, 1]
112 url = SVNURL + "tags/v#{$1}_#{$2}_#{$3}_#{$4}#{$5}"
116 url = SVNURL + "tags/v#{$1}_#{$2}_#{$3}_#{$4}"
118 url = SVNURL + "branches/ruby_#{rev.tr('.', '_')}"
123 revision ||= `svn info #{url}
[all...]
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dmagic.tab20 # gid mode mtime name nlink size uid }
1096 &name match *.(SYS|sys)
1261 +3 byte &0x8 , original name
1357 &2 beshort 0xeedb red hat package manager
1381 &name match core*
1439 name match *.(o|obj) unknown object x-system/obj
1440 name match core unknown core dump x-system/core
1441 name match core.* unknown core dump x-system/core
1448 |name match *.acp Office.ActorPreview application/x-ms-office
1449 |name matc
[all...]
/macosx-10.10.1/vim-55/runtime/autoload/
H A Djavascriptcomplete.vim139 \ 'name', 'rel', 'rev', 'shape', 'tabIndex', 'target', 'type', 'onBlur', 'onFocus']
175 \ 'method', 'name', 'tabIndex', 'target']
181 \ 'name', 'noResize', 'scrolling', 'src']
197 \ 'name', 'scrolling', 'src', 'width']
201 \ 'lowSrc', 'name', 'src', 'useMap', 'vspace', 'width']
206 let buttprop = ['accessKey', 'disabled', 'form', 'id', 'name', 'tabIndex', 'type', 'value']
212 \ 'disabled', 'form', 'id', 'name', 'tabIndex', 'type', 'value']
218 \ 'disabled', 'form', 'id', 'name', 'tabIndex', 'type', 'value']
223 let hiddprop = ['defaultValue', 'form', 'id', 'name', 'type', 'value']
227 \ 'disabled', 'form', 'id', 'maxLength', 'name', 'readOnl
[all...]
/macosx-10.10.1/curl-83.1.2/curl/packages/vms/
H A Dgnv_link_curl.com250 This package is built on with the OpenSSL version listed below and requires
254 For Alpha and IA64 platforms, see the url below to register to get the
258 For VAX, use the same registration, but remove the kit name from any of the
370 $! VAX will not allow the logical name hack for the
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/xe/
H A Dxe65 package require http 2
70 catch { package require tdom 0.6 }
1093 set printerName [.printdlg.input.predef.f.prname.name get]
1177 entry $w.input.predef.f.prname.name \
1181 pack $w.input.predef.f.prname.name -side left -anchor w -fill x
1498 regexp {http://([^/]*)/(.*)} $state(url) all server file
1537 label $w.fields.userlabel -text "User name:"
2119 proc GetXML { url } {
2124 if {[regexp { *file:(.*)} $url all path]} {
2130 if {[regexp { *http:(.*)} $url al
[all...]
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/
H A DChanges464 calls from the same package to import().
496 * (ms) Converted Ceki's last name to UTF-8 (a historic step!)
560 on Unix. Changed tests to only verify file name, not path.
562 in the configuration file by name later.
602 $parser->file($name) before calling L4p->init($parser).
669 * (ms) fixed Log::Log4perl::Appender to check if a an appender package
734 define variables (like in "name=value") and subsequent patterns
735 of "${name}" will be replaced by "value" in the configuration file.
824 * (kg) Added url support to init(), finally documenting it
924 instance of the TestBuffer population by name instea
[all...]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsqlanywhere.vim427 syn keyword sqlKeyword multiplex name named national native natural new next no
432 syn keyword sqlKeyword package packetsize padding page pages
480 syn keyword sqlKeyword authorization secure url service next_soap_header
/macosx-10.10.1/gnutar-453/gnutar/doc/
H A Dtexinfo.tex66 % they might have appeared in the input file name.
311 \ifpdfmakepagedest \pdfdest name{\the\pageno} xyz\fi
492 % whether the environment name matches. The \checkenv macro can also be
1208 \pdfdest name{#1} xyz%
1234 \pdfoutline goto name{\pdfmkpgn{\pdfoutlinedest}}#2{#1}%
1315 goto name{\pdfmkpgn{\the\pgn}}%
1380 \startlink attr{/Border [0 0 0]} goto name{\pdfmkpgn{#1}}
1876 % arg as text to display instead of (rather than in addition to) the url
1877 % itself. First (mandatory) arg is the url. Perhaps eventually put in
1893 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
[all...]
/macosx-10.10.1/groff-38/groff/doc/
H A Dtexinfo.tex66 % they might have appeared in the input file name.
311 \ifpdfmakepagedest \pdfdest name{\the\pageno} xyz\fi
492 % whether the environment name matches. The \checkenv macro can also be
1208 \pdfdest name{#1} xyz%
1234 \pdfoutline goto name{\pdfmkpgn{\pdfoutlinedest}}#2{#1}%
1315 goto name{\pdfmkpgn{\the\pgn}}%
1380 \startlink attr{/Border [0 0 0]} goto name{\pdfmkpgn{#1}}
1876 % arg as text to display instead of (rather than in addition to) the url
1877 % itself. First (mandatory) arg is the url. Perhaps eventually put in
1893 \unhbox0\ (\code{#1})% DVI: 2nd arg given, show both it and url
[all...]
/macosx-10.10.1/emacs-93/emacs/man/
H A Dtexinfo.tex66 % they might have appeared in the input file name.
317 \ifpdfmakepagedest \pdfdest name{\the\pageno} xyz\fi
497 % whether the environment name matches. The \checkenv macro can also be
1211 % double any backslashes. Otherwise, a name like "\node" will be
1268 % #1 is image name, #2 width (might be empty/whitespace), #3 height (ditto).
1324 \safewhatsit{\pdfdest name{\pdfdestname} xyz}%
1360 % Doubled backslashes in the name.
1369 \pdfoutline goto name{\pdfmkpgn{\pdfoutlinedest}}#2{\pdfoutlinetext}%
1456 % make a live url in pdf output.
1461 % of @url
[all...]
/macosx-10.10.1/gnutar-453/gnutar/build-aux/
H A Dtexinfo.tex66 % they might have appeared in the input file name.
317 \ifpdfmakepagedest \pdfdest name{\the\pageno} xyz\fi
497 % whether the environment name matches. The \checkenv macro can also be
1211 % double any backslashes. Otherwise, a name like "\node" will be
1268 % #1 is image name, #2 width (might be empty/whitespace), #3 height (ditto).
1324 \safewhatsit{\pdfdest name{\pdfdestname} xyz}%
1360 % Doubled backslashes in the name.
1369 \pdfoutline goto name{\pdfmkpgn{\pdfoutlinedest}}#2{\pdfoutlinetext}%
1456 % make a live url in pdf output.
1461 % of @url
[all...]
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex84 {\em book} macro package and the Perl {\em booker} package.
228 In fact the library discussed within this text has already been used to form a polynomial basis library\footnote{See \url{http://poly.libtomcrypt.org} for more details.}.
271 package. As a case study the ``LibTomMath''\footnote{Available at \url{http://math.libtomcrypt.com}} package is used
767 name represents a constant\footnote{Defined in the ``tommath.h'' header file within LibTomMath.}
1650 trailing digits first and propagate the resulting carry upwards. Since this is a lower level algorithm the name will have a ``s\_'' prefix.
2481 algorithms of any multiple precision integer package. The set of multiplier algorithms include integer multiplication, squaring and modular reduction
3245 appear twice hence the name ``doubl
[all...]

Completed in 495 milliseconds