Searched refs:URI (Results 51 - 75 of 243) sorted by relevance

12345678910

/macosx-10.10/libxml2-26/libxml2/
H A Dcheck-xml-test-suite.py294 uri = test.prop('URI')
300 print "Test without URI:", id
303 URI = libxml2.buildURI(uri, base)
304 if os.access(URI, os.R_OK) == 0:
305 print "Test %s missing: base %s uri %s" % (URI, base, uri)
314 res = testInvalid(URI, id)
316 res = testValid(URI, id)
319 # print URI
321 # res = testNotWfEntDtd(URI, id)
323 # res = testNotWf(URI, i
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dcheck-xml-test-suite.py294 uri = test.prop('URI')
300 print "Test without URI:", id
303 URI = libxml2.buildURI(uri, base)
304 if os.access(URI, os.R_OK) == 0:
305 print "Test %s missing: base %s uri %s" % (URI, base, uri)
314 res = testInvalid(URI, id)
316 res = testValid(URI, id)
319 # print URI
321 # res = testNotWfEntDtd(URI, id)
323 # res = testNotWf(URI, i
[all...]
H A Dxinclude.c53 xmlChar *URI; /* the fully resolved resource URL */ member in struct:_xmlXIncludeRef
54 xmlChar *fragment; /* the fragment in the URI */
200 xmlGenericError(xmlGenericErrorContext, "Freeing doc %s\n", ref->URI);
204 if (ref->URI != NULL)
205 xmlFree(ref->URI);
216 * @URI: the resource URI
223 xmlXIncludeNewRef(xmlXIncludeCtxtPtr ctxt, const xmlChar *URI, argument
228 xmlGenericError(xmlGenericErrorContext, "New ref %s\n", URI);
236 if (URI
495 xmlChar *URI; local
2003 xmlChar *URI; local
[all...]
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dsource_list.rb28 when URI
33 Gem::Source.new(URI.parse(obj))
H A Dremote_fetcher.rb23 # The URI which was being accessed when the exception happened.
55 # Initialize a remote fetcher using the source URI and possible proxy
83 when URI::HTTP then proxy
84 else URI.parse(proxy)
106 URI.parse "#{res.target}#{uri.path}"
147 # Always escape URI's to deal with potential spaces and such
148 unless URI::Generic === source_uri
149 source_uri = URI.parse(URI.const_defined?(:DEFAULT_PARSER) ?
150 URI
[all...]
H A Dsource.rb12 unless uri.kind_of? URI
13 uri = URI.parse(uri.to_s)
104 # TODO: Investigate setting Gem::Specification#loaded_from to a URI
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_source_list.rb27 assert_kind_of URI, source.uri
69 assert @sl.include?(URI.parse(@uri)), "uri comparison not working"
H A Dtest_gem_source.rb57 uri = URI.parse "http://gem.example/foo"
58 @fetcher.api_endpoints[uri] = URI.parse "http://api.blah"
61 assert_equal URI.parse("http://api.blah"), src.api_uri
65 uri = URI.parse("file:///C:/WINDOWS/Temp/gem_repo")
78 cache_dir = @source.cache_dir URI.parse(spec_uri)
89 cache_dir = @source.cache_dir URI.parse(spec_uri)
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_parse.c48 const xmlChar *URI,
57 const xmlChar *URI,
66 const xmlChar *URI,
75 const xmlChar *URI,
84 const xmlChar *URI,
97 const xmlChar *URI);
101 const xmlChar *URI);
105 const xmlChar *URI);
109 const xmlChar *URI);
113 const xmlChar *URI);
285 parse_stat_end(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
296 parser_file_count_end(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
305 parser_statfs_end(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
316 parser_lock_end(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
327 parser_opendir_end(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
338 parser_cachevalidators_end(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
349 parser_multistatus_end(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
378 parser_opendir_create(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
653 parser_file_count_create(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
678 parser_stat_create(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
728 parser_statfs_create(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
775 parser_lock_create(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
816 parser_cachevalidators_create(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
850 parser_multistatus_create(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
[all...]
/macosx-10.10/ruby-106/ruby/test/open-uri/
H A Dtest_open-uri.rb90 u = URI("#{url}/foo_ou")
119 assert_raise(Net::ReadTimeout) { URI("http://127.0.0.1:#{port}/foo/bar").read(:read_timeout=>0.1) }
186 open("http://127.0.0.1/", :proxy=>URI("ftp://127.0.0.1/")) {}
212 open("#{url}/proxy", :proxy=>URI(proxy_url)) {|f|
327 content = URI("http://127.0.0.1:#{port}/foo/bar").read
352 URI("http://127.0.0.1:#{port}/foo/bar").read
429 data = URI("#{url}/uriread").read
508 assert_raise(ArgumentError) { URI("ftp://127.0.0.1/").read }
509 assert_raise(ArgumentError) { URI("ftp://127.0.0.1/a%0Db").read }
510 assert_raise(ArgumentError) { URI("ft
[all...]
/macosx-10.10/cups-408/cups/conf/
H A Dcupsd.conf.in51 <Limit Create-Job Print-Job Print-URI Validate-Job>
55 <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
94 <Limit Create-Job Print-Job Print-URI Validate-Job>
99 <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
140 <Limit Create-Job Print-Job Print-URI Validate-Job>
145 <Limit Send-Document Send-URI Hold-Job Release-Job Restart-Job Purge-Jobs Set-Job-Attributes Create-Job-Subscription Renew-Subscription Cancel-Subscription Get-Notifications Reprocess-Job Cancel-Current-Job Suspend-Current-Job Resume-Job Cancel-My-Jobs Close-Job CUPS-Move-Job CUPS-Get-Document>
/macosx-10.10/libxml2-26/libxml2/include/libxml/
H A Dcatalog.h97 const xmlChar *URI);
131 xmlCatalogResolveURI (const xmlChar *URI);
158 const xmlChar *URI);
H A DHTMLtree.h63 htmlNewDoc (const xmlChar *URI,
66 htmlNewDocNoDtD (const xmlChar *URI,
H A DxmlIO.h27 * @filename: the filename or URI
37 * @filename: the filename or URI
73 * @filename: the filename or URI
83 * @filename: the filename or URI
170 xmlParserInputBufferCreateFilename (const char *URI,
211 __xmlParserInputBufferCreateFilename(const char *URI,
226 xmlOutputBufferCreateFilename (const char *URI,
278 __xmlOutputBufferCreateFilename(const char *URI,
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A Dcatalog.h97 const xmlChar *URI);
131 xmlCatalogResolveURI (const xmlChar *URI);
158 const xmlChar *URI);
H A DHTMLtree.h63 htmlNewDoc (const xmlChar *URI,
66 htmlNewDocNoDtD (const xmlChar *URI,
H A DxmlIO.h27 * @filename: the filename or URI
37 * @filename: the filename or URI
73 * @filename: the filename or URI
83 * @filename: the filename or URI
170 xmlParserInputBufferCreateFilename (const char *URI,
211 __xmlParserInputBufferCreateFilename(const char *URI,
226 xmlOutputBufferCreateFilename (const char *URI,
272 __xmlOutputBufferCreateFilename(const char *URI,
/macosx-10.10/ruby-106/ruby/lib/rss/
H A Datom.rb15 # The Atom URI W3C Namespace
17 URI = "http://www.w3.org/2005/Atom"
20 # The XHTML URI W3C Namespace
30 klass.install_must_call_validator("atom", URI)
40 URI
180 install_have_attribute_element(tag, URI, occurs, nil, :content)
195 # The URI of the person or entity
255 install_ns('', URI)
274 tag, URI, occurs, tag, *args)
489 tag, URI, occur
[all...]
H A Dimage.rb60 ["about", ::RSS::RDF::URI, true],
61 ["resource", ::RSS::RDF::URI, false],
137 ["about", ::RSS::RDF::URI, true, ::RSS::RDF::PREFIX],
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Dsources_command.rb68 uri = URI source_uri
93 rescue URI::Error, ArgumentError
94 say "#{source_uri} is not a URI"
/macosx-10.10/ruby-106/ruby/lib/uri/
H A Dcommon.rb9 # See URI for general documentation
12 module URI module
14 # Includes URI::REGEXP::PATTERN
18 # Patterns used to parse URI's
23 # RFC 2396 (URI Generic Syntax)
60 # class that Parses String's into URI's
70 # URI::Parser.new([opts])
75 # Keys of options are pattern names of URI components
81 # * :ESCAPED (URI::PATTERN::ESCAPED in default)
82 # * :UNRESERVED (URI
992 def URI(uri) method in class:URI.Parser.encode_www_form.Kernel
[all...]
/macosx-10.10/vim-55/runtime/syntax/
H A Dfvwm2m4.vim5 " URI: http://physics.muni.cz/~yeti/download/syntax/fvwmm4.vim
/macosx-10.10/zsh-61/zsh/Misc/
H A Dmake-zsh-urls19 It needs the B<URI::Bookmarks> suite of modules to run, which are
39 use URI::Bookmarks::Netscape;
40 use URI;
55 new URI::Bookmarks(file => $input_file);
/macosx-10.10/ruby-106/ruby/lib/
H A Dopen-uri.rb18 # URI.parse. If the parsed object responds to the 'open' method,
23 # OpenURI::OpenRead#open provides URI::HTTP#open, URI::HTTPS#open and
24 # URI::FTP#open, Kernel#open.
33 (uri = URI.parse(name)).respond_to?(:open)
57 # p f.base_uri # <URI::HTTP:0x40e6ef2 URL:http://www.ruby-lang.org/en/>
82 # URI objects can be opened in a similar way.
84 # uri = URI.parse("http://www.ruby-lang.org/en/")
89 # URI objects can be read directly. The returned string is also extended by
131 uri = URI
706 module URI module
[all...]
/macosx-10.10/CPANInternal-159.1/IO-Socket-SSL/t/
H A Dverify_hostname.t25 ( eval { require Net::LibIDN } || eval { require Net::IDN::Encode } || eval { require URI; URI->VERSION(1.50) } );

Completed in 366 milliseconds

12345678910