Searched refs:tag (Results 1 – 7 of 7) sorted by relevance
/sdk/templates/docs/ |
D | prettify.css | 9 .tag{color:#036} 22 .tag{color:#006}
|
D | prettify.js | 21 …)/i],["lang-css",/^<style\b[^>]*>([\S\s]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*… 22 …x([["pln",/^\s+/,q," \t\r\n"],["atv",/^(?:"[^"]*"?|'[^']*'?)/,q,"\"'"]],[["tag",/^^<\/?[a-z](?:[\w… 23 /^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);k(x([],[["atv",/^[\S\s]+/]]),["uq.val"]);k(u({keywords:F… 28 PR_NOCODE:"nocode",PR_PLAIN:"pln",PR_PUNCTUATION:"pun",PR_SOURCE:"src",PR_STRING:"str",PR_TAG:"tag"…
|
/sdk/docs/ |
D | Notes_on_WST_StructuredDocument.txt | 143 Each "region collection" basically matches one XML tag, with sub-regions for all the tokens 144 inside a tag. 149 So for example an outer XML_TAG_NAME region collection is a proper XML tag, and it will contain 150 an opening tag, a closing tag but also an XML_TAG_NAME that is the tag name itself. 158 here, the only case where it matters is in a tag such as <string name="my_string">: for the
|
/sdk/dumpeventlog/src/com/android/dumpeventlog/ |
D | DumpEventLog.java | 82 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in main() 86 public void printLog(LogLevel logLevel, String tag, String message) { in main()
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
D | DateTimeEditor.java | 131 final String tag, Button button, final DialogFragment fragment) { in launchDialogOnClick() argument 135 fragment.show(ft, tag); in launchDialogOnClick()
|
/sdk/eventanalyzer/src/com/android/eventanalyzer/ |
D | EventAnalyzer.java | 142 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in run() 146 public void printLog(LogLevel logLevel, String tag, String message) { in run()
|
/sdk/ |
D | changes.txt | 101 missing "<" tag opening character.
|