| /third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
| H A D | types.js | 4 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 D | guards.js | 16 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 D | comment.js | 15 _this.type = _types.COMMENT;
|
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
| H A D | OperatorsTableSchema.java | 73 public static final Column<String> COMMENT = RangesTableSchema.COMMENT; field in OperatorsTableSchema 81 .add(COMMENT)
|
| H A D | FormatsTableSchema.java | 36 * <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 D | CommentsSchema.java | 55 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 D | AltFormatsSchema.java | 51 * <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 D | ShortcodesTableSchema.java | 59 * <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 D | ExamplesTableSchema.java | 42 * <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 D | RangesTableSchema.java | 80 * <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 D | cleanfuture.py | 159 COMMENT = tokenize.COMMENT 168 while type in (COMMENT, NL, NEWLINE): 178 while type in (COMMENT, NL, NEWLINE): 206 if type is COMMENT:
|
| H A D | reindent.py | 289 COMMENT=tokenize.COMMENT, 295 # (NL | COMMENT)* (INDENT | DEDENT+)? 306 elif type == COMMENT:
|
| H A D | highlight.py | 35 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 D | IcuDataDumper.java | 119 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 D | CsvTableTest.java | 22 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 D | pulldom.py | 6 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 D | cil_lexer.h | 39 #define COMMENT 5 macro
|
| /third_party/lame/misc/ |
| H A D | lameid3.pl | 27 COMMENT => 'tc',
|
| /third_party/node/deps/zlib/ |
| H A D | inflate.h | 28 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 D | inflate.h | 28 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 D | inflate.h | 28 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 D | inflate.h | 28 COMMENT, /* i: waiting for end of comment (gzip) */ enumerator 62 (gzip) -> FLAGS -> TIME -> OS -> EXLEN -> EXTRA -> NAME -> COMMENT ->
|
| /third_party/zlib/ |
| H A D | inflate.h | 28 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 D | token.py | 62 COMMENT = 53 variable
|
| /third_party/lame/ACM/tinyxml/ |
| H A D | tinyxml.h | 255 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()
|