Searched +refs:xml +refs:mode (Results 1 - 25 of 54) sorted by relevance

123

/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dant.vim10 " compatibility mode.
16 let s:browsefilter = "XML Files (*.xml)\t*.xml\n" .
19 runtime! ftplugin/xml.vim ftplugin/xml_*.vim ftplugin/xml/*.vim
32 let b:browsefilter = "Build Files (build.xml)\tbuild.xml\n" .
H A Dsgml.vim10 " compatibility mode.
16 let s:browsefilter = "XML Files (*.xml)\t*.xml\n" .
19 runtime! ftplugin/xml.vim ftplugin/xml_*.vim ftplugin/xml/*.vim
30 " Change the :browse e filter to primarily show xml-related files.
H A Dsvg.vim10 " compatibility mode.
16 let s:browsefilter = "XML Files (*.xml)\t*.xml\n" .
19 runtime! ftplugin/xml.vim ftplugin/xml_*.vim ftplugin/xml/*.vim
30 " Change the :browse e filter to primarily show xml-related files.
H A Dxsd.vim10 " compatibility mode.
16 let s:browsefilter = "XML Files (*.xml)\t*.xml\n" .
19 runtime! ftplugin/xml.vim ftplugin/xml_*.vim ftplugin/xml/*.vim
H A Dxhtml.vim10 " compatibility mode.
17 \ "XML Files (*.xml)\t*.xml\n" .
21 runtime! ftplugin/xml.vim ftplugin/xml_*.vim ftplugin/xml/*.vim
H A Dxml.vim2 " Language: xml
11 " compatibility mode.
51 " Change the :browse e filter to primarily show xml-related files.
53 let b:browsefilter="XML Files (*.xml)\t*.xml\n" .
H A Ddtd.vim11 " compatibility mode.
30 \ "XML Files (*.xml)\t*.xml\n" .
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/library/
H A Dtclparser-8.0.tcl6 # See xml-8.[01].tcl for definitions of character sets and
41 package provide xml::tclparser 2.6
43 namespace eval xml {
55 # xml::parser --
83 proc xml::parser {args} {
123 # xml::ParseCommand --
141 proc xml::ParseCommand {parser method args} {
170 # xml::ParseCommand_parse --
176 # xml data
181 proc xml
[all...]
H A Dxpath.tcl13 package require xml
43 variable nodetestExpr ^(${::xml::QName})${::xml::allWsp}(\\(${::xml::allWsp}(("|')(.*?)\\5)?${::xml::allWsp}\\))?${::xml::allWsp}(.*)
45 variable nodetestExpr2 ((($::xml::QName)${::xml::allWsp}(\\(${::xml::allWsp}(("|')(.*?)\\7)?${::xml
[all...]
H A Dsgmlparser.tcl71 variable ExternalEntityExpr ^(PUBLIC|SYSTEM)[cl $::sgml::Wsp]+("|')(.*?)\\2([cl $::sgml::Wsp]+("|')(.*?)\\2)?([cl $::sgml::Wsp]+NDATA[cl $::sgml::Wsp]+($::xml::Name))?\$
145 regsub {(<!DOCTYPE[^[<]+)(\[[^]]+\])} $sgml {\1\&xml:intdtd;} sgml
155 # If any cached unparsed xml (state(leftover)), prepend it.
322 mode normal
340 # If the current mode is cdata or comment then we must undo what the
344 switch $state(mode) {
352 set state(mode) normal
362 set state(mode) normal
370 set state(mode) normal
384 set state(mode) norma
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/library/xml/
H A Dxml.tcl0 # xml.tcl --
32 # $Id: xml.tcl,v 1.4 2006/09/27 08:12:40 neumann Exp $
34 package provide xml 1.8
38 namespace eval xml {
80 # xml::parser --
108 proc xml::parser {args} {
148 # xml::ParseCommand --
166 proc xml::ParseCommand {parser method args} {
195 # xml::ParseCommand_parse --
201 # xml dat
[all...]
/macosx-10.9.5/ruby-104/ruby/test/rexml/
H A Dtest_contrib.rb14 <?xml version="1.0" encoding="UTF-8"?>
84 <?xml version="1.0"?>
233 source_iso = "<?xml version='1.0' encoding='ISO-8859-1'?><test>#{koln_iso}</test>"
234 source_utf = "<?xml version='1.0' encoding='UTF-8'?><test>#{koln_utf}</test>"
253 <?xml version="1.0" encoding="ISO-8859-1"?>
278 doc = Document.new File.new(fixture_path('xmlfile-bug.xml'))
298 in_string = File.open(fixture_path('foo.xml'), 'r') do |file|
312 source = File.new(fixture_path('ProductionSupport.xml'))
380 <?xml version="1.0" encoding="UTF-8"?>
399 <mode>044
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/xml/
H A Dxsl.vim5 \ 'apply-templates' : [['sort', 'with-param'], {'select' : [], 'mode' : []}],
25 \ 'output' : [[], {'method' : ['xml', 'html', 'text'], 'version' : [], 'encoding' : [], 'omit-xml-declaration' : ['yes', 'no'], 'standalone' : ['yes', 'no'], 'doctype-public' : [], 'doctype-system' : [], 'cdata-section-elements' : [], 'indent' : ['yes', 'no'], 'media-type' : []}],
32 \ 'template' : [['apply-imports', 'apply-templates', 'attribute', 'call-template', 'choose', 'comment', 'copy', 'copy-of', 'element', 'fallback', 'for-each', 'if', 'message', 'number', 'processing-instruction', 'text', 'value-of', 'variable'], {'match' : [], 'name' : [], 'priority' : [], 'mode' : []}],
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dtidy.vim47 syn match tidyOption "^add-xml-decl" contained
48 syn match tidyOption "^add-xml-pi" contained
49 syn match tidyOption "^add-xml-space" contained
52 syn match tidyOption "^assume-xml-procins" contained
59 syn match tidyOption "^doctype-mode" contained
80 syn match tidyOption "^input-xml" contained
98 syn match tidyOption "^output-xml" contained
H A Dprivoxy.vim30 syn match privoxyAction "\%(filter\|force-text-mode\|handle-as-empty-document\|handle-as-image\)\>" contained
42 \ x-httpd-php-to-html html-to-xml xml-to-html hide-tor-exit-notation contained
H A Dbaan.vim1240 syn keyword baanBshell set.mwindow.mode
1241 syn keyword baanBshell get.mwindow.mode
1598 syn keyword baanBshell db.ref.handle.mode
1707 syn keyword baanBshell set.strip.mode
1708 syn keyword baanBshell set.symbol.strip.mode
1810 syn keyword baanBshell xml.write
1811 syn keyword baanBshell xml.read
1812 syn keyword baanBshell xml.newnode
1813 syn keyword baanBshell xml.unlinknode
1814 syn keyword baanBshell xml
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/
H A DSOAP-service.tcl199 .xml { set type text/xml }
278 "Content-Type: text/xml" \
294 addTextNode $par [base64 -mode enc $msg]
316 # indent-tabs-mode: nil
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_io_m17n.rb1289 IO.foreach("t", :mode => "r:ascii-8bit") {|s|
1319 IO.foreach("t", :mode => "r:utf-8:euc-jp") {|s|
1329 IO.foreach("t", :mode => "r", :encoding => "utf-8:euc-jp") {|s|
1339 IO.foreach("t", :mode => "r", :external_encoding => "utf-8", :internal_encoding => "euc-jp") {|s|
1415 assert_equal("a\nb\nc\n", File.read("t.crlf", mode:"rt:euc-jp:utf-8"))
1416 assert_equal("a\nb\nc\n", File.read("t.crlf", mode:"rt"))
1425 assert_equal("a\nb\nc\n", File.read("t.cr", mode:"rt:euc-jp:utf-8"))
1426 assert_equal("a\nb\nc\n", File.read("t.cr", mode:"rt"))
1429 assert_equal("a\nb\nc\n", File.read("t.cr", mode:"rt:euc-jp:utf-8"))
1430 assert_equal("a\nb\nc\n", File.read("t.cr", mode
[all...]
/macosx-10.9.5/tidy-15.12/tidy/src/
H A Dlexer.c26 white space is compacted if not in preformatted mode
27 If not in preformatted mode then leading white space
803 static void ParseEntity( TidyDocImpl* doc, GetTokenMode mode )
903 2007-02-07 iccir [4642206] Don't insert invalid characters in raw mode
904 2007-06-27 iccir [5222259] The previous fix for 4642206 disabled TidyQuoteAmpersand when in RAW encoding mode.
967 if ( ch == 160 && (mode == Preformatted) )
986 Bool xml = cfgBool(doc, TidyXmlTags); local
989 if (!xml && TY_(IsUpper)(c))
994 if ((!xml && !TY_(IsNamechar)(c)) ||
995 (xml
1710 Node* xml; local
[all...]
/macosx-10.9.5/CPANInternal-140/XML-Writer/
H A DWriter.pm131 $output->print("<?xml version=\"1.0\"");
168 if (($name =~ /^xml/i) && ($name !~ /^xml-stylesheet$/i)) {
169 carp("Processing instruction target begins with 'xml'");
272 croak("Mixed content not allowed in data mode: element $name");
307 croak("Mixed content not allowed in data mode: element $name");
359 croak("Mixed content not allowed in data mode: characters");
388 croak("Mixed content not allowed in data mode: characters");
668 # Set the current data mode (true or false).
677 # Get the current data mode (tru
[all...]
/macosx-10.9.5/libxml2-26/libxml2/
H A Druntest.c2492 * Parse a file containing xml:id and check for errors and verify
2764 if ((URI == NULL) || (!strcmp(URI, "file:///etc/xml/catalog")))
2783 if ((URI == NULL) || (!strcmp(URI, "file:///etc/xml/catalog")))
3023 snprintf(pattern, 499, "./test/schemas/%s_?.xml", prefix);
3150 * Parse an RNG schemas and then apply it to the related .xml
3194 snprintf(pattern, 499, "./test/relaxng/%s_?.xml", prefix);
3283 snprintf(pattern, 499, "./test/relaxng/%s_?.xml", prefix);
3414 char xml[500]; local
3424 memcpy(xml, filename, len);
3425 xml[le
3697 c14nRunTest(const char* xml_filename, int with_comments, int mode, const char* xpath_filename, const char *ns_filename, const char* result_file) argument
3787 c14nCommonTest(const char *filename, int with_comments, int mode, const char *subdir) argument
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Druntest.c2496 * Parse a file containing xml:id and check for errors and verify
2768 if ((URI == NULL) || (!strcmp(URI, "file:///etc/xml/catalog")))
2787 if ((URI == NULL) || (!strcmp(URI, "file:///etc/xml/catalog")))
3027 snprintf(pattern, 499, "./test/schemas/%s_?.xml", prefix);
3154 * Parse an RNG schemas and then apply it to the related .xml
3198 snprintf(pattern, 499, "./test/relaxng/%s_?.xml", prefix);
3287 snprintf(pattern, 499, "./test/relaxng/%s_?.xml", prefix);
3416 char xml[500]; local
3426 memcpy(xml, filename, len);
3427 xml[le
3699 c14nRunTest(const char* xml_filename, int with_comments, int mode, const char* xpath_filename, const char *ns_filename, const char* result_file) argument
3789 c14nCommonTest(const char *filename, int with_comments, int mode, const char *subdir) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/fileutil/
H A Dfileutil.tcl204 # information too (mode), but possibly also not portable).
212 # directory (stat might return enough information too (mode), but
708 set mode maybeopt
712 if {[string equal $mode optarg]} {
714 set mode maybeopt
716 } elseif {[string equal $mode maybeopt]} {
723 set mode optarg
727 set mode file
739 # Not an option, but a file. Change mode and fall through.
740 set mode fil
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DConfig.pm632 if ($text[0] =~ /^<\?xml /) {
1007 log4perl.appender.A1.mode=append
1015 and the C<mode> parameter can be set to C<append> or C<write> (the
1032 log4perl.appender.A1.mode=append
1070 log4perl.appender.A1.mode=append
1077 log4perl.appender.A1.mode=append
1093 log4perl.appender.A1.mode=write
1096 C<write> is the C<mode> that has C<Log::Log4perl::Appender::File>
/macosx-10.9.5/tcl-102/tcl_ext/tdom/tdom/xe/
H A Dxe1595 global xml Cour12 Helv12
1632 $path.text insert end $xml
2018 proc xmlWidgetLoad { path mode location xml query } {
2022 if {$mode == "xml"} {
2025 set doc [dom parse -keepEmpties -simple $xml]
2027 set doc [dom parse -simple $xml]
2031 set doc [dom parse -keepEmpties $xml]
2033 set doc [dom parse $xml]
[all...]

Completed in 212 milliseconds

123