Searched +refs:org +refs:html +refs:entities (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/vim-53/runtime/autoload/
H A Dhtmlcomplete.vim16 " Handling of entities {{{
164 let entities = b:html_omni['vimxmlentities']
167 for m in entities
174 for m in entities
619 \ '!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">',
620 \ '!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">',
621 \ '!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">',
622 \ '!DOCTYPE html PUBLI
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddtd.vim3 " Maintainer: Johannes Zellner <johannes@zellner.org>
10 " http://www.w3.org/TR/html40/
11 " http://www.w3.org/TR/NOTE-html-970421
53 " if this is a html like comment hightlight also
102 " &entities; compare with xml
H A Dxml.vim3 " Maintainer: Johannes Zellner <johannes@zellner.org>
21 " Claudio Fleiner's html.vim.
24 " [1] http://www.w3.org/TR/2000/REC-xml-20001006
25 " [2] http://www.w3.org/XML/1998/06/xmlspec-report-19980910.htm
208 " &entities; compare with dtd
H A Dphp.vim5 " URL: http://www.vim.org/scripts/script.php?script_id=1571
7 " Former Maintainer: Debian VIM Maintainers <pkg-vim-maintainers@lists.alioth.debian.org>
8 " Former URL: http://svn.debian.org/wsvn/pkg-vim/trunk/runtime/syntax/php.vim?op=file&rev=0&sc=0
84 so <sfile>:p:h/html.vim
86 runtime! syntax/html.vim
163 syn keyword phpMethods name specified value create_attribute create_cdata_section create_comment create_element_ns create_element create_entity_reference create_processing_instruction create_text_node doctype document_element dump_file dump_mem get_element_by_id get_elements_by_tagname html_dump_mem xinclude entities internal_subset name notations public_id system_id get_attribute_node get_attribute get_elements_by_tagname has_attribute remove_attribute set_attribute tagname add_namespace append_child append_sibling attributes child_nodes clone_node dump_node first_child get_content has_attributes has_child_nodes insert_before is_blank_node last_child next_sibling node_name node_type node_value owner_document parent_node prefix previous_sibling remove_child replace_child replace_node set_content set_name set_namespace unlink_node data target process result_dump_file result_dump_mem contained
372 syn region phpHereDoc matchgroup=Delimiter start="\(<<<\)\@<=\z(\(\I\i*\)\=\(html\)\c\(\i*\)\)$" end="^\z1\(;\=$\)\@=" contained contains=@htmlTop,phpIdentifier,phpIdentifierSimply,phpIdentifierComplex,phpSpecialChar,phpMethodsVar keepend extend
/macosx-10.9.5/libxml2-26/libxml2/doc/
H A Dsearch.php1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
2 <html>
4 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
14 <title>Search the documentation on XMLSoft.org</title>
19 <a href="http://www.gnome.org/"><img src="gnome2.png" alt="Gnome2 Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div>
31 <li><a href="index.html">Home</a></li>
32 <li><a href="intro.html">Introduction</a></li>
33 <li><a href="FAQ.html">FA
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/OldDocs/SOAP/
H A DLite.pm89 This version of SOAP::Lite supports the SOAP 1.1 specification ( http://www.w3.org/TR/SOAP ).
736 ->encodingStyle('http://xml.apache.org/xml-soap/literalxml')
740 <c SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml"
867 http://www.w3.org/1999/XMLSchema, and
868 http://www.w3.org/2001/XMLSchema (default)
1237 -> uri('http://tempuri.org/')
1241 print $s->GetVocabulary(SOAP::Data->name(Query => 'something')->uri('http://tempuri.org/'))
1803 ->uri('http://tempuri.org/')
1806 Use namespace that you specify for URI instead of 'http://tempuri.org/'.
1836 Use C<< SOAP::Data->name(Query => 'biztalk')->uri('http://tempuri.org/') >> instea
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/OldDocs/SOAP/
H A DLite.pm89 This version of SOAP::Lite supports the SOAP 1.1 specification ( http://www.w3.org/TR/SOAP ).
736 ->encodingStyle('http://xml.apache.org/xml-soap/literalxml')
740 <c SOAP-ENV:encodingStyle="http://xml.apache.org/xml-soap/literalxml"
867 http://www.w3.org/1999/XMLSchema, and
868 http://www.w3.org/2001/XMLSchema (default)
1237 -> uri('http://tempuri.org/')
1241 print $s->GetVocabulary(SOAP::Data->name(Query => 'something')->uri('http://tempuri.org/'))
1803 ->uri('http://tempuri.org/')
1806 Use namespace that you specify for URI instead of 'http://tempuri.org/'.
1836 Use C<< SOAP::Data->name(Query => 'biztalk')->uri('http://tempuri.org/') >> instea
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.69/lib/SOAP/
H A DLite.pm305 use constant URI_1999_SCHEMA_XSD => "http://www.w3.org/1999/XMLSchema";
306 use constant URI_1999_SCHEMA_XSI => "http://www.w3.org/1999/XMLSchema-instance";
307 use constant URI_2000_SCHEMA_XSD => "http://www.w3.org/2000/10/XMLSchema";
308 use constant URI_2000_SCHEMA_XSI => "http://www.w3.org/2000/10/XMLSchema-instance";
309 use constant URI_2001_SCHEMA_XSD => "http://www.w3.org/2001/XMLSchema";
310 use constant URI_2001_SCHEMA_XSI => "http://www.w3.org/2001/XMLSchema-instance";
313 use constant URI_SOAP11_ENC => "http://schemas.xmlsoap.org/soap/encoding/";
314 use constant URI_SOAP11_ENV => "http://schemas.xmlsoap.org/soap/envelope/";
315 use constant URI_SOAP11_NEXT_ACTOR => "http://schemas.xmlsoap.org/soap/actor/next";
316 use constant URI_SOAP12_ENC => "http://www.w3.org/200
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DLite.pm361 # [http://www.w3.org/TR/REC-xml#syntax]
2250 # For example, in 1.1 - any http://schemas.xmlsoap.org/soap/encoding/*
2742 # see for more details: http://www.phrack.org/phrack/58/p58-0x09
3150 next unless grep { $_->uri eq 'http://schemas.xmlsoap.org/wsdl/soap/' } $_->binding;
4054 $client->proxy('http://www.example.org/webservice',
4082 $client->service('http://svc.perl.org/Svc.wsdl');
4486 <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
4487 xmlns:s="http://www.w3.org/2001/XMLSchema"
4490 xmlns="http://schemas.xmlsoap.org/wsdl/">
4511 <soap:binding transport="http://schemas.xmlsoap.org/soa
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DLite.pm362 # [http://www.w3.org/TR/REC-xml#syntax]
2117 # For example, in 1.1 - any http://schemas.xmlsoap.org/soap/encoding/*
2610 # see for more details: http://www.phrack.org/phrack/58/p58-0x09
3018 next unless grep { $_->uri eq 'http://schemas.xmlsoap.org/wsdl/soap/' } $_->binding;
3921 $client->proxy('http://www.example.org/webservice',
3949 $client->service('http://svc.perl.org/Svc.wsdl');
4335 <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
4336 xmlns:s="http://www.w3.org/2001/XMLSchema"
4339 xmlns="http://schemas.xmlsoap.org/wsdl/">
4370 <soap:binding transport="http://schemas.xmlsoap.org/soa
[all...]

Completed in 276 milliseconds