Searched refs:parse_file (Results 1 - 25 of 25) sorted by relevance

/macosx-10.9.5/CPANInternal-140/XML-LibXML/t/
H A D41xinclude.t18 ok($parser->parse_file($file)->toString() !~ /IT WORKS/);
23 ok($parser->parse_file($file)->toString() !~ /IT WORKS/);
28 ok($parser->parse_file($file)->toString() =~ /IT WORKS/);
32 my $doc = $parser->parse_file($file);
37 my $doc = $parser->parse_file($file);
H A D40reader.t122 my $DOM = XML::LibXML->new->parse_file($file);
/macosx-10.9.5/Heimdal-323.92.1/lib/kadm5/
H A Ddefault_keys.c82 parse_file(krb5_context context, krb5_principal principal, int no_salt) function
113 parse_file(context, principal, 0);
114 parse_file(context, principal, 1);
/macosx-10.9.5/CPANInternal-140/XML-LibXML/example/
H A Dcb_example.pl17 $dom = $parser->parse_file("test.xml");
H A Dxpath.pl12 my $doc = $parser->parse_file( $_ );
H A Dxmllibxmldocs.pl47 my $doc = $parser->parse_file( $srcfile );
/macosx-10.9.5/postfix-252/postfix/mantools/
H A Dget_anchors.pl39 $p->parse_file ($fn);
/macosx-10.9.5/Heimdal-323.92.1/cf/
H A Dw32-hh-toc-from-info.pl56 $tree->parse_file($input_file);
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_rdoc.rb158 top_level = @rdoc.parse_file 'test.txt'
177 top_level = @rdoc.parse_file 'pages/test.txt'
199 top_level = @rdoc.parse_file test_txt
216 top_level = @rdoc.parse_file io.path
237 top_level = @rdoc.parse_file io.path
/macosx-10.9.5/ruby-104/ruby/test/psych/
H A Dtest_exception.rb64 Psych.parse_file t.path
137 Psych.parse_file t.path
/macosx-10.9.5/CPANInternal-140/XML-LibXML/lib/XML/LibXML/
H A DSAX.pm45 $self->{ParserOptions}{ParseFunc} = \&XML::LibXML::parse_file;
/macosx-10.9.5/CPANInternal-140/DBIx-Class-Schema-Loader-0.07033/inc/Module/Install/
H A DReadmeFromPod.pm72 $parser->parse_file( $in_file );
/macosx-10.9.5/CPANInternal-140/XML-LibXML/lib/XML/LibXML/SAX/
H A DGenerator.pm128 my $dom = XML::LibXML->new->parse_file("foo.xml");
H A DParser.pm38 my $doc = $parser->parse_file($sysid);
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/
H A Dpsych.rb163 def self.parse_file filename singleton method in class:Psych
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/tools/
H A Dparse_olson118 parse_file($_) for sort @files;
143 sub parse_file subroutine
156 $odb->parse_file($file);
/macosx-10.9.5/bind9-45.100/bind9/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestygen75 sub parse_file { subroutine
554 parse_file($testsuite, $in_file, !$options{L});
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/
H A Drdoc.rb337 def parse_file filename method
417 parse_file filename
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/tools/lib/
H A DLDML.pm430 my $doc = $Parser->parse_file( $file->stringify() );
854 my $doc = XML::LibXML->new()->parse_file( $file->stringify() );
/macosx-10.9.5/CPANInternal-140/DateTime-TimeZone/lib/DateTime/TimeZone/
H A DOlsonDB.pm35 sub parse_file subroutine
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c106 static int parse_file(struct archive_read *, struct archive_entry *,
500 r = parse_file(a, entry, mtree, mtree->this_entry, &use_next);
514 parse_file(struct archive_read *a, struct archive_entry *entry, function
/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c192 static void parse_file(FILE *cf, const char *cfname, struct conf_entry **work_p,
767 parse_file(f, fname, &worklist, &globlist, &defconf);
784 parse_file(f, fname, &worklist, &globlist, &defconf);
1018 parse_file(FILE *cf, const char *cfname, struct conf_entry **work_p, function
/macosx-10.9.5/CPANInternal-140/XML-SAX/XML-SAX-Base/
H A DMakefile.PL209 # $p->parse_file(%options)
211 sub parse_file {
542 inheritance. Some probably don't need to be overridden (eg parse_file)
581 =item * parse_file, parse_uri, parse_string
/macosx-10.9.5/CPANInternal-140/XML-LibXML/
H A DLibXML.pm558 sub parse_file { subroutine
560 croak("parse_file is not a class method! Create a parser object with XML::LibXML->new first!") unless ref $self;
/macosx-10.9.5/CPANInternal-140/XML-SAX/XML-SAX-Base/lib/XML/SAX/
H A DBase.pm2315 # $p->parse_file(%options)
2317 sub parse_file { subroutine
2644 inheritance. Some probably don't need to be overridden (eg parse_file)
2683 =item * parse_file, parse_uri, parse_string

Completed in 192 milliseconds