Home
last modified time | relevance | path

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

123

/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
H A Dtypes.js4 exports.UNIVERSAL = exports.TAG = exports.STRING = exports.SELECTOR = exports.ROOT = exports.PSEUDO = exports.NESTING = exports.ID = exports.COMMENT = exports.COMBINATOR = exports.CLASS = exports.ATTRIBUTE = void 0;
19 var COMMENT = 'comment'; variable
20 exports.COMMENT = COMMENT;
H A Dguards.js16 var IS_TYPE = (_IS_TYPE = {}, _IS_TYPE[_types.ATTRIBUTE] = true, _IS_TYPE[_types.CLASS] = true, _IS_TYPE[_types.COMBINATOR] = true, _IS_TYPE[_types.COMMENT] = true, _IS_TYPE[_types.ID] = true, _IS_TYPE[_types.NESTING] = true, _IS_TYPE[_types.PSEUDO] = true, _IS_TYPE[_types.ROOT] = true, _IS_TYPE[_types.SELECTOR] = true, _IS_TYPE[_types.STRING] = true, _IS_TYPE[_types.TAG] = true, _IS_TYPE[_types.UNIVERSAL] = true, _IS_TYPE);
29 var isComment = isNodeType.bind(null, _types.COMMENT);
H A Dcomment.js15 _this.type = _types.COMMENT;
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DOperatorsTableSchema.java73 public static final Column<String> COMMENT = RangesTableSchema.COMMENT; field in OperatorsTableSchema
81 .add(COMMENT)
H A DFormatsTableSchema.java36 * <li>{@link #COMMENT}: Freeform comment text.
53 public static final Column<String> COMMENT = Column.ofString("Comment"); field in FormatsTableSchema
64 .add(COMMENT)
82 toComment(formats.getOrDefault(id, COMMENT)))); in toFormatSpecs()
H A DCommentsSchema.java55 private static final String COMMENT = "Comment"; field in CommentsSchema
57 public static final ImmutableList<String> HEADER = ImmutableList.of(REGION, LABEL, COMMENT);
102 if (row.containsKey(COMMENT)) { in getRowCallback()
106 row.get(COMMENT))); in getRowCallback()
H A DAltFormatsSchema.java51 * <li>{@link #COMMENT}: Freeform comment text.
63 private static final String COMMENT = "Comment"; field in AltFormatsSchema
65 public static final ImmutableList<String> HEADER = ImmutableList.of(FORMAT, PARENT, COMMENT);
108 row -> altFormats.add(parseAltFormat(row.get(FORMAT), row.get(PARENT), row.get(COMMENT)))); in getRowCallback()
H A DShortcodesTableSchema.java59 * <li>{@link #COMMENT}: Free text field usually containing evidence related to the provenance.
170 public static final Column<String> COMMENT = RangesTableSchema.COMMENT; field in ShortcodesTableSchema
181 .add(COMMENT)
H A DExamplesTableSchema.java42 * <li>{@link #COMMENT}: Evidence for why an example number was chosen.
71 public static final Column<String> COMMENT = Column.ofString("Comment"); field in ExamplesTableSchema
82 .add(COMMENT)
H A DRangesTableSchema.java80 * <li>{@link #COMMENT}: Free text field usually containing evidence related to the provenance.
227 public static final Column<String> COMMENT = Column.ofString("Comment"); field in RangesTableSchema
252 .add(COMMENT)
274 .add(COMMENT)
/third_party/python/Tools/scripts/
H A Dcleanfuture.py159 COMMENT = tokenize.COMMENT
168 while type in (COMMENT, NL, NEWLINE):
178 while type in (COMMENT, NL, NEWLINE):
206 if type is COMMENT:
H A Dreindent.py289 COMMENT=tokenize.COMMENT,
295 # (NL | COMMENT)* (INDENT | DEDENT+)?
306 elif type == COMMENT:
H A Dhighlight.py35 tok_type = tokenize.COMMENT
41 if tok_type == tokenize.COMMENT:
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DIcuDataDumper.java119 private LineType lastType = LineType.COMMENT;
184 case COMMENT: in processLine()
324 COMMENT("(?://|/\\*)\\s*(.*)"), enum constant
338 .putAll(COMMENT, COMMENT)
339 .putAll(INLINE_VALUE, COMMENT, INLINE_VALUE, GROUP_START, GROUP_END)
340 .putAll(GROUP_START, COMMENT, GROUP_START, GROUP_END, INLINE_VALUE)
365 return new LineMatch(COMMENT, ImmutableList.of(line)::get); in match()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTableTest.java22 import static com.google.i18n.phonenumbers.metadata.model.RangesTableSchema.COMMENT;
73 ImmutableList.of(TYPE, AREA_CODE_LENGTH, REGION_CA, REGION_US, COMMENT); in testRangeTableExport()
108 ImmutableList<Column<?>> columns = ImmutableList.of(COMMENT); in testDiff()
146 ImmutableList<Column<?>> columns = ImmutableList.of(COMMENT); in testEscaping()
165 ImmutableList.of(TYPE, AREA_CODE_LENGTH, REGION_US, COMMENT); in testOrdering()
196 csv.putRow(4, ImmutableMap.of(COMMENT, "Foo Bar")); in testOptionalRowOrdering()
/third_party/python/Lib/xml/dom/
H A Dpulldom.py6 COMMENT = "COMMENT" variable
134 self.lastEvent[1] = [(COMMENT, node), None]
137 event = [(COMMENT, s), None]
178 elif e[0][0] == COMMENT:
180 e[0] = (COMMENT, n)
/third_party/selinux/libsepol/cil/src/
H A Dcil_lexer.h39 #define COMMENT 5 macro
/third_party/lame/misc/
H A Dlameid3.pl27 COMMENT => 'tc',
/third_party/node/deps/zlib/
H A Dinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/third_party/node/deps/v8/third_party/zlib/
H A Dinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/third_party/libwebsockets/win32port/zlib/
H A Dinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/third_party/skia/third_party/externals/zlib/
H A Dinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/third_party/zlib/
H A Dinflate.h28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator
62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
/third_party/python/Lib/lib2to3/pgen2/
H A Dtoken.py62 COMMENT = 53 variable
/third_party/lame/ACM/tinyxml/
H A Dtinyxml.h255 COMMENT, enumerator
388 TiXmlComment* ToComment() const { return ( this && type == COMMENT ) ? (TiXmlComment*) this : 0; } ///< Cast to a more defined type. Will return null not of the requested type. in ToComment()
594 TiXmlComment() : TiXmlNode( TiXmlNode::COMMENT ) {} in TiXmlComment()

Completed in 11 milliseconds

123