HomeSort by relevance Sort by last modified time
    Searched defs:IDENT (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Lexicon.py 11 IDENT = 'IDENT'
67 (name, IDENT),
Scanning.py 10 cython.declare(EncodedString=object, any_string_prefix=unicode, IDENT=unicode,
17 from Lexicon import any_string_prefix, make_lexicon, IDENT
403 if sy == IDENT:
457 if self.sy == IDENT and self.systring == what:
466 if self.sy == IDENT:
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssFuzzerTest.java 180 String IDENT = IDENT_START + IDENT_PART + "*";
182 CssTokens.TokenType.AT, Pattern.compile("@" + IDENT));
195 CssTokens.TokenType.DOT_IDENT, Pattern.compile("\\." + IDENT));
197 CssTokens.TokenType.FUNCTION, Pattern.compile(IDENT + "[(]"));
204 CssTokens.TokenType.IDENT,
205 Pattern.compile(IDENT));
251 * "1:NUMBER ex:IDENT" -> "1ex:DIMENSION" is a common source source of
270 case IDENT:
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssTokens.java 185 IDENT,
438 // or more of the following tokens: <ident>, <function>,
507 // SPEC handle URL under "ident like token".
534 // treat ".<IDENT>" as one token.
591 // Optimistically parse as an ident.
956 // dimension := <number> <ident>
    [all...]
  /external/mksh/src/
sh.h 1596 EXTERN char ident[IDENT + 1]; variable
    [all...]
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 236 milliseconds