Searched refs:URI (Results 26 - 50 of 243) sorted by relevance

12345678910

/macosx-10.10/ruby-106/ruby/test/openssl/
H A Dtest_x509ext.rb44 URI.1 = http://www.example.com/crl
45 URI.2 = ldap://ldap.example.com/cn=ca?certificateRevocationList;binary
54 assert_match(%{URI:http://www\.example\.com/crl}, cdp.value)
56 %r{URI:ldap://ldap\.example\.com/cn=ca\?certificateRevocationList;binary},
62 assert_match(%{URI:http://www.example.com/crl}, cdp.value)
64 %r{URI:ldap://ldap.example.com/cn=ca\?certificateRevocationList;binary},
/macosx-10.10/Security-57031.1.35/Security/include/security_cdsa_utils/
H A DcuDbUtils.h54 const CSSM_DATA *URI); // optional
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cdsa_utils/lib/
H A DcuDbUtils.h54 const CSSM_DATA *URI); // optional
/macosx-10.10/ruby-106/ruby/sample/openssl/
H A Dwget.rb10 uri = URI.parse(ARGV[0])
12 prx_uri = URI.parse(proxy)
/macosx-10.10/ruby-106/ruby/sample/webrick/
H A Dhttpproxy.rb14 return URI.parse(prx)
/macosx-10.10/ruby-106/ruby/test/uri/
H A Dtest_mailto.rb4 module URI module
9 @u = URI::MailTo
114 assert_raise(URI::InvalidComponentError) {
123 u = URI.parse('mailto:joe@example.com?cc=bob@example.com&body=hello')
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_local_remote_options.rb36 s = URI.parse "http://only-gems.example.com/"
77 s1 = URI.parse 'http://more-gems.example.com/'
78 s2 = URI.parse 'http://even-more-gems.example.com/'
79 s3 = URI.parse 'http://other-gems.example.com/some_subdir'
80 s4 = URI.parse 'http://more-gems.example.com/' # Intentional duplicate
/macosx-10.10/libxml2-26/libxml2/
H A Dcheck-xinclude-test-suite.py71 print "Test without URI:", id
74 print "Test without URI:", id
77 URI = basedir + "/" + uri
79 URI = uri
80 if os.access(URI, os.R_OK) == 0:
81 print "Test %s missing: base %s uri %s" % (URI, basedir, uri)
108 # print "testing %s" % (URI)
109 doc = libxml2.parseFile(URI)
123 print "Failed to parse %s" % (URI)
156 log.write(" File: %s\n" % (URI))
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dcheck-xinclude-test-suite.py71 print "Test without URI:", id
74 print "Test without URI:", id
77 URI = basedir + "/" + uri
79 URI = uri
80 if os.access(URI, os.R_OK) == 0:
81 print "Test %s missing: base %s uri %s" % (URI, basedir, uri)
108 # print "testing %s" % (URI)
109 doc = libxml2.parseFile(URI)
123 print "Failed to parse %s" % (URI)
156 log.write(" File: %s\n" % (URI))
[all...]
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/Transport/
H A DMAILTO.pm17 use URI;
49 my $uri = URI->new($endpoint);
51 map {URI::Escape::uri_unescape($_)}
H A DPOP3.pm16 use URI;
35 my $server = URI->new($address);
/macosx-10.10/ruby-106/ruby/lib/uri/
H A Dhttp.rb7 # See URI for general documentation
12 module URI module
17 # Note that the Ruby URI library allows HTTP URLs containing usernames and
23 # A Default port of 80 for URI::HTTP
26 # An Array of the available components for URI::HTTP
38 # Create a new URI::HTTP object from components, with syntax checking.
51 # newuri = URI::HTTP.build({:host => 'www.example.com',
54 # newuri = URI::HTTP.build([nil, "www.example.com", nil, "/path",
68 # Create a new URI::HTTP object from generic URI component
[all...]
/macosx-10.10/libxslt-13/libxslt/tests/plugins/
H A Dtestplugin.c208 * @URI: the namespace URI for the extension
215 xsltExtInitTest(xsltTransformContextPtr ctxt, const xmlChar * URI) argument
221 xsltStyleGetExtData(ctxt->style, URI);
235 "Registered test plugin module : %s\n", URI);
243 * @URI: the namespace URI for the extension
250 const xmlChar * URI, void *data)
263 "Unregistered test plugin module : %s\n", URI);
269 * @URI
249 xsltExtShutdownTest(xsltTransformContextPtr ctxt, const xmlChar * URI, void *data) argument
276 xsltExtStyleInitTest(xsltStylesheetPtr style ATTRIBUTE_UNUSED, const xmlChar * URI) argument
300 xsltExtStyleShutdownTest(xsltStylesheetPtr style ATTRIBUTE_UNUSED, const xmlChar * URI, void *data) argument
[all...]
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXSLTExtensions.cpp44 SOFT_LINK(libxslt, xsltRegisterExtFunction, int, (xsltTransformContextPtr ctxt, const xmlChar *name, const xmlChar *URI, xmlXPathFunction function), (ctxt, name, URI, function))
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Duri.h2 * Summary: library of generic URI related routines
3 * Description: library of generic URI related routines
24 * A parsed URI reference. This is a struct containing the various fields
34 char *scheme; /* the URI scheme */
43 int cleanup; /* parsing potentially unclean URI */
44 char *query_raw; /* the query string (as it appears in the URI) */
55 xmlBuildURI (const xmlChar *URI,
58 xmlBuildRelativeURI (const xmlChar *URI,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Duri.h2 * Summary: library of generic URI related routines
3 * Description: library of generic URI related routines
24 * A parsed URI reference. This is a struct containing the various fields
34 char *scheme; /* the URI scheme */
43 int cleanup; /* parsing potentially unclean URI */
44 char *query_raw; /* the query string (as it appears in the URI) */
55 xmlBuildURI (const xmlChar *URI,
58 xmlBuildRelativeURI (const xmlChar *URI,
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest050-syncrepl-multimaster144 URI="ldap://${LOCALHOST}:$PORT/"
145 echo "olcServerID: $n $URI" >> $TMP
165 URI="ldap://${LOCALHOST}:$PORT/"
166 echo "olcSyncRepl: rid=00$n provider=$URI binddn=\"cn=config\" bindmethod=simple" >> $TMP
185 URI="ldap://${LOCALHOST}:$PORT/"
189 $SLAPD -F ./slapd.d -h $URI -d $LVL $TIMING > $LOG 2>&1 &
202 $LDAPSEARCH -s base -b "" -H $URI \
238 $LDAPMODIFY -D cn=config -H $URI -y $CONFIGPWF < $TMP >>$TESTOUT 2>&1
290 URI="ldap://${LOCALHOST}:$PORT/"
292 echo "olcSyncRepl: rid=01$n provider=$URI bindd
[all...]
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dnamespaces.c108 * "If a namespace URI is declared to be an alias for multiple
179 * Same target namespace URI for multiple different aliases:
652 const xmlChar *URI = NULL; /* the replacement URI */
660 URI = (const xmlChar *)
662 if (URI != NULL)
669 if (URI == UNDEFINED_DEFAULT_NS) {
680 URI = dflt->href;
684 } else if (URI == NULL)
685 URI
789 const xmlChar *URI; local
[all...]
H A Dnamespaces.h48 const xmlChar *URI,
/macosx-10.10/libxml2-26/libxml2/python/tests/
H A Dinput_callback.py38 def my_input_cb(URI):
39 if not(URI.startswith(prefix)):
41 path = URI[len(prefix):]
/macosx-10.10/libxslt-13/libxslt/python/
H A Dlibxslt.c319 printf("libxslt_xsltElementTransformCallback called name %s URI %s\n", name, ns_uri);
428 printf("libxslt_xmlXPathFuncCallback called name %s URI %s\n", name, ns_uri);
514 pythonDocLoaderFuncWrapper(const xmlChar * URI, xmlDictPtr dict, int options, argument
539 * Now pass to python the URI, the xsltParserContext and the context
549 (char *) "(sOOi)", URI, pctxtobj, ctxtobj, 0);
554 (char *) "(sOOi)", URI, pctxtobj, ctxtobj, 1);
973 const xmlChar * URI) {
979 style, URI);
982 if ((style == NULL) || (URI == NULL))
988 class = xmlHashLookup(libxslt_extModuleClasses, URI);
972 libxslt_xsltPythonExtModuleStyleInit(xsltStylesheetPtr style, const xmlChar * URI) argument
1001 libxslt_xsltPythonExtModuleStyleShutdown(xsltStylesheetPtr style, const xmlChar * URI, void *data) argument
1033 libxslt_xsltPythonExtModuleCtxtInit(xsltTransformContextPtr ctxt, const xmlChar * URI) argument
1063 libxslt_xsltPythonExtModuleCtxtShutdown(xsltTransformContextPtr ctxt, const xmlChar * URI, void *data) argument
[all...]
/macosx-10.10/ruby-106/ruby/lib/rss/
H A Dtaxonomy.rb55 install_have_child_element("Bag", RDF::URI, nil)
56 install_must_call_validator('rdf', RDF::URI)
115 install_get_attribute("about", ::RSS::RDF::URI, true, nil, nil,
/macosx-10.10/libxslt-13/libxslt/libexslt/
H A Dfunctions.c68 * @URI: the function namespace URI
76 const xmlChar *URI, const xmlChar *name,
78 if ((data == NULL) || (ctxt == NULL) || (URI == NULL) || (name == NULL))
83 URI, name);
84 xsltRegisterExtFunction(ctxt, name, URI,
92 * @URI: the function namespace URI
101 const xmlChar *URI, const xmlChar *name,
105 if ((data == NULL) || (ch == NULL) || (URI
74 exsltFuncRegisterFunc(exsltFuncFunctionData *data, xsltTransformContextPtr ctxt, const xmlChar *URI, const xmlChar *name, ATTRIBUTE_UNUSED const xmlChar *ignored) argument
99 exsltFuncRegisterImportFunc(exsltFuncFunctionData *data, exsltFuncImportRegData *ch, const xmlChar *URI, const xmlChar *name, ATTRIBUTE_UNUSED const xmlChar *ignored) argument
144 exsltFuncInit(xsltTransformContextPtr ctxt, const xmlChar *URI) argument
[all...]
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/
H A DMakefile.PL60 if ( ! eval { require Net::IDN::Encode } and ! eval { require Net::LibIDN } and ! eval { require URI; URI->VERSION(1.50) }) {
67 It's recommended to install either Net::IDN::Encode, Net::LibIDN or URI version>=1.50
/macosx-10.10/security_crlrefresh-55102/src/
H A DcrlRefresh.cpp52 printf("Fetch CRL : %s f URI [options]\n", argv[0]);
53 printf("Fetch cert : %s F URI [options]\n", argv[0]);
71 const char *URI,
75 const CSSM_DATA uriData = {strlen(URI) + 1, (uint8 *)URI};
83 URI, outFileName ? outFileName : "stdout");
69 fetchItemFromNet( bool fetchCrl, const char *URI, char *outFileName, bool writeToCache) argument

Completed in 154 milliseconds

12345678910