OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:entities
(Results
176 - 200
of
1355
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/LayoutTests/dom/html/level1/core/
hc_nodevalue07.js
111
nodeMap = docType.
entities
;
/external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodevalue07.js
111
nodeMap = docType.
entities
;
/external/webkit/LayoutTests/dom/xhtml/level3/core/
canonicalform01.js
103
var
entities
;
documentadoptnode18.js
116
entityMap = docType.
entities
;
documentrenamenode28.js
104
entityNodeMap = docType.
entities
;
domstringlistcontains02.js
110
contain = paramList.contains("
entities
");
elementsetidattributenode09.js
109
domConfig.setParameter("
entities
", true);
entitygetinputencoding03.js
104
entitiesMap = docType.
entities
;
noderemovechild27.js
107
entitiesMap = docType.
entities
;
nodereplacechild10.js
116
entitiesMap = docType.
entities
;
nodereplacechild21.js
117
entitiesMap = docType.
entities
;
domconfigparameternames01.js
86
* @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-
entities
131
(("canonical-form".toUpperCase() == parameterName.toUpperCase()) || ("cdata-sections".toUpperCase() == parameterName.toUpperCase()) || ("check-character-normalization".toUpperCase() == parameterName.toUpperCase()) || ("comments".toUpperCase() == parameterName.toUpperCase()) || ("datatype-normalization".toUpperCase() == parameterName.toUpperCase()) || ("
entities
".toUpperCase() == parameterName.toUpperCase()) || ("error-handler".toUpperCase() == parameterName.toUpperCase()) || ("infoset".toUpperCase() == parameterName.toUpperCase()) || ("namespaces".toUpperCase() == parameterName.toUpperCase()) || ("namespace-declarations".toUpperCase() == parameterName.toUpperCase()) || ("normalize-characters".toUpperCase() == parameterName.toUpperCase()) || ("split-cdata-sections".toUpperCase() == parameterName.toUpperCase()) || ("validate".toUpperCase() == parameterName.toUpperCase()) || ("validate-if-schema".toUpperCase() == parameterName.toUpperCase()) || ("well-formed".toUpperCase() == parameterName.toUpperCase()) || ("element-content-whitespace".toUpperCase() == parameterName.toUpperCase()))
/external/webkit/Source/WebKit/chromium/src/
WebEntities.cpp
69
// FIXME: Optimize - create StringBuilder only if value has any
entities
.
WebEntities.h
56
//
entities
.
/frameworks/base/core/java/android/content/
CursorEntityIterator.java
34
* @param cursor the cursor that contains the rows that make up the
entities
/libcore/dom/src/test/java/org/w3c/domts/level1/core/
documenttypegetentitiestype.java
35
* a NamedNodeMap of all its
entities
. Traverse the
/libcore/luni/src/main/java/org/w3c/dom/
DocumentFragment.java
35
* imposed upon well-formed XML parsed
entities
, which can have multiple top
/system/core/include/diskconfig/
diskconfig.h
63
* Note: multi-byte
entities
have little-endian layout on disk */
/system/core/mkbootimg/
bootimg.h
67
** 0. all
entities
are page_size aligned in flash
/docs/source.android.com/src/source/
cla-individual.jd
40
<p>"You" (or "Your") shall mean the copyright owner or legal entity authorized by the copyright owner that is making this Grant. For legal
entities
, the entity making a Contribution and all other
entities
that control, are controlled by, or are under common control with that entity are considered to be a single Contributor. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. "Contribution" shall mean any original work of authorship, including any modifications or additions to an existing work, that is intentionally submitted by You to the Project Leads for inclusion in, or documentation of, any of the products managed or maintained by the Project Leads (the "Work"). For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Project Leads or their representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Project Leads for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by You as "Not a Contribution."</p>
/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
p2-0x.cpp
3
// This test creates cases where implicit instantiations of various
entities
5
//
entities
that avoid the diagnostic. The specializations are alternately
p2.cpp
3
// This test creates cases where implicit instantiations of various
entities
5
//
entities
that avoid the diagnostic. The specializations are alternately
/external/libxml2/
DOCBparser.c
29
* plus SGML
entities
block of chars out.
137
* The value of @filename is used for fetching external
entities
/external/quake/quake/src/QW/progs/
subs.qc
198
Removes all
entities
with a targetname that match self.killtarget,
201
Search for (string)targetname in all
entities
that
/external/webkit/Source/WebCore/
CodeGenerators.pri
736
entities
.output = $${WC_GENERATED_SOURCES_DIR}/HTMLEntityTable.cpp
737
entities
.input = HTML_ENTITIES
738
entities
.wkScript = $$PWD/html/parser/create-html-entity-table
739
entities
.commands = python $$
entities
.wkScript -o $${WC_GENERATED_SOURCES_DIR}/HTMLEntityTable.cpp $$HTML_ENTITIES
740
entities
.clean = ${QMAKE_FILE_OUT}
741
entities
.depends = $$PWD/html/parser/create-html-entity-table
742
addExtraCompiler(
entities
)
Completed in 345 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>