/external/libvpx/examples/includes/geshi/ |
geshi.php | 94 /** Lowercase keywords found */ 96 /** Uppercase keywords found */ 98 /** Leave keywords found as the case that they are */ 328 'KEYWORDS' => array(), 525 * Should keywords be linked? 916 * @param string The style to make the keywords 924 $this->language_data['STYLES']['KEYWORDS'][$key] = $style; 926 $this->language_data['STYLES']['KEYWORDS'][$key] .= $style; 930 if (!isset($this->lexic_permissions['KEYWORDS'][$key])) { 931 $this->lexic_permissions['KEYWORDS'][$key] = true 4078 $keywords = $replacements = array(); variable [all...] |
/external/libvpx/examples/includes/geshi/geshi/ |
objc.php | 18 * - Added keywords for Objective-C 2.0 (Leopard+). 69 'KEYWORDS' => array( 70 // Objective-C keywords 296 'KEYWORDS' => array( 297 1 => 'color: #a61390;', // Objective-C keywords
|
abap.php | 18 * Be aware that in ABAP language, keywords may be composed of several tokens, 21 * it's why we must decode them with REGEXPS. As there are many keywords with several tokens, 27 * Styles used : keywords are all displayed in upper case, and they are organized into 4 categories : 29 * 3) other statements (blue-green), 4) keywords (violet). 40 * - Major Release, more than 1000 statements and keywords added = whole abap 7.1 (Sandra Rossi) 112 'KEYWORDS' => array( 420 'keywords from', 778 // keywords [all...] |
actionscript3.php | 12 * All keywords scraped from the Flex 2.0.1 Documentation 17 * For styling, keywords data from 0 to 1 (accessible through .kw1, etc.) are described here : 22 * 4 : 'class' and 'package' keywords 64 'KEYWORDS' => array( 340 //FIX: Must be last in order to avoid conflicts with keywords present 407 'KEYWORDS' => array(
|
cobol.php | 51 'KEYWORDS' => array( 71 2 => array( //Statement Keywords 190 'KEYWORDS' => array(
|
csharp.php | 57 'KEYWORDS' => array( 182 'KEYWORDS' => array( 242 'KEYWORDS' => array(
|
gnuplot.php | 49 'KEYWORDS' => array( 237 'KEYWORDS' => array( 287 'KEYWORDS' => array(
|
klonec.php | 47 'KEYWORDS' => array( 177 'KEYWORDS' => array( 270 'KEYWORDS' => array(
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/ |
cdefs.h | 115 #define __const /* delete pseudo-ANSI C keywords */ 122 * In non-ANSI C environments, new programs will want ANSI-only C keywords 124 * Programs using the ANSI C keywords const, inline etc. as normal 128 #define const __const /* convert ANSI C keywords */ 179 /* Delete pseudo-keywords wherever they are not available or needed. */
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/ |
cdefs.h | 115 #define __const /* delete pseudo-ANSI C keywords */ 122 * In non-ANSI C environments, new programs will want ANSI-only C keywords 124 * Programs using the ANSI C keywords const, inline etc. as normal 128 #define const __const /* convert ANSI C keywords */ 179 /* Delete pseudo-keywords wherever they are not available or needed. */
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/ |
cdefs.h | 115 #define __const /* delete pseudo-ANSI C keywords */ 122 * In non-ANSI C environments, new programs will want ANSI-only C keywords 124 * Programs using the ANSI C keywords const, inline etc. as normal 128 #define const __const /* convert ANSI C keywords */ 179 /* Delete pseudo-keywords wherever they are not available or needed. */
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/ |
cdefs.h | 115 #define __const /* delete pseudo-ANSI C keywords */ 122 * In non-ANSI C environments, new programs will want ANSI-only C keywords 124 * Programs using the ANSI C keywords const, inline etc. as normal 128 #define const __const /* convert ANSI C keywords */ 179 /* Delete pseudo-keywords wherever they are not available or needed. */
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/ |
cdefs.h | 115 #define __const /* delete pseudo-ANSI C keywords */ 122 * In non-ANSI C environments, new programs will want ANSI-only C keywords 124 * Programs using the ANSI C keywords const, inline etc. as normal 128 #define const __const /* convert ANSI C keywords */ 179 /* Delete pseudo-keywords wherever they are not available or needed. */
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/ |
cdefs.h | 115 #define __const /* delete pseudo-ANSI C keywords */ 122 * In non-ANSI C environments, new programs will want ANSI-only C keywords 124 * Programs using the ANSI C keywords const, inline etc. as normal 128 #define const __const /* convert ANSI C keywords */ 179 /* Delete pseudo-keywords wherever they are not available or needed. */
|
/external/clang/include/clang/Basic/ |
TokenKinds.def | 11 // tok::ampamp (corresponding to the && token) as well as keywords for various 49 // Preprocessor keywords. 97 // Language keywords. 201 // C99 6.4.1: Keywords. These turn into kw_* tokens. 269 // C++ 2.11p1: Keywords. 314 // C++0x keywords 432 // OpenCL-specific keywords 464 // Objective-C ARC keywords. 531 // Clang-specific keywords enabled only in testing. 536 // Objective-C @-preceded keywords [all...] |
LangOptions.def | 59 LANGOPT(Bool , 1, 0, "bool, true, and false keywords") 64 LANGOPT(GNUKeywords , 1, 1, "GNU keywords") 68 LANGOPT(CXXOperatorNames , 1, 0, "C++ operator name keywords")
|
/external/chromium/chrome/browser/autocomplete/ |
keyword_provider.cc | 90 // TODO(pkasting): http://b/740691 Most recent and most frequent keywords are 146 // We want to suggest keywords even when users have started typing URLs, on 150 // automatically/manually create keywords will need to be in sync with 154 // keywords, we might suggest keywords that haven't even been partially typed, 169 // NOTE: We could cache the previous keywords and reuse them here in the 182 // Prune any extension keywords that are disallowed in incognito mode (if
|
/external/chromium/chrome/browser/webdata/ |
web_data_service.h | 107 std::vector<TemplateURL*> keywords; member in struct:WDKeywordsResult 111 // Version of the built-in keywords. A value of 0 indicates a first run. 307 // Keywords 323 // Fetches the keywords. 327 // Sets the keywords used for the default search provider. 330 // Sets the version of the builtin keywords. 558 // Keywords.
|
/build/tools/droiddoc/templates-sdk/assets/js/ |
prettify.js | 11 q,"#"]));a.cStyleComments&&(e.push(["com",/^\/\/[^\n\r]*/,q]),e.push(["com",/^\/\*[\S\s]*?(?:\*\/|$)/,q]));a.regexLiterals&&e.push(["lang-regex",/^(?:^^\.?|[!+-]|!=|!==|#|%|%=|&|&&|&&=|&=|\(|\*|\*=|\+=|,|-=|->|\/|\/=|:|::|;|<|<<|<<=|<=|=|==|===|>|>=|>>|>>=|>>>|>>>=|[?@[^]|\^=|\^\^|\^\^=|{|\||\|=|\|\||\|\|=|~|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\s*(\/(?=[^*/])(?:[^/[\\]|\\[\S\s]|\[(?:[^\\\]]|\\[\S\s])*(?:]|$))+\/)/]);(h=a.types)&&e.push(["typ",h]);a=(""+a.keywords).replace(/^ | $/g, 20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],K=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+ 23 /^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);k(x([],[["atv",/^[\S\s]+/]]),["uq.val"]);k(u({keywords:F,hashComments:!0,cStyleComments:!0,types:K}),["c","cc","cpp","cxx","cyc","m"]);k(u({keywords:"null,true,false"}),["json"]);k(u({keywords:H,hashComments:!0,cStyleComments:!0,verbatimStrings:!0,types:K}),["cs"]);k(u({keywords:G,cStyleComments:!0}),["java"]);k(u({keywords:v,hashComments:!0,multiLineStrings:!0}),["bsh","csh","sh"]);k(u({keywords:I,hashComments:!0,multiLineStrings:!0,tripleQuotedStrings:!0}), 24 ["cv","py"]);k(u({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["perl","pl","pm"]);k(u({keywords:J,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb"]);k(u({keywords:w,cStyleComments:!0 (…) [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Keywords.java | 19 * $Id: Keywords.java 468655 2006-10-28 07:12:06Z minchau $ 29 public class Keywords 32 /** Table of keywords to opcode associations. */
|
/external/icu4c/i18n/ |
currpinf.cpp | 278 StringEnumeration* keywords = fPluralRules->getKeywords(ec); local 281 while ((pluralCount = keywords->next(NULL, ec)) != NULL) { 316 delete keywords;
|
/external/llvm/utils/kate/ |
llvm.xml | 10 <list name="keywords"> 201 <keyword attribute="Keyword" String="keywords" /> 250 <keywords casesensitive="1" weakDeliminator="." />
|
/sdk/templates/docs/ |
prettify.js | 11 q,"#"]));a.cStyleComments&&(e.push(["com",/^\/\/[^\n\r]*/,q]),e.push(["com",/^\/\*[\S\s]*?(?:\*\/|$)/,q]));a.regexLiterals&&e.push(["lang-regex",/^(?:^^\.?|[!+-]|!=|!==|#|%|%=|&|&&|&&=|&=|\(|\*|\*=|\+=|,|-=|->|\/|\/=|:|::|;|<|<<|<<=|<=|=|==|===|>|>=|>>|>>=|>>>|>>>=|[?@[^]|\^=|\^\^|\^\^=|{|\||\|=|\|\||\|\|=|~|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\s*(\/(?=[^*/])(?:[^/[\\]|\\[\S\s]|\[(?:[^\\\]]|\\[\S\s])*(?:]|$))+\/)/]);(h=a.types)&&e.push(["typ",h]);a=(""+a.keywords).replace(/^ | $/g, 20 J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],K=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+ 23 /^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);k(x([],[["atv",/^[\S\s]+/]]),["uq.val"]);k(u({keywords:F,hashComments:!0,cStyleComments:!0,types:K}),["c","cc","cpp","cxx","cyc","m"]);k(u({keywords:"null,true,false"}),["json"]);k(u({keywords:H,hashComments:!0,cStyleComments:!0,verbatimStrings:!0,types:K}),["cs"]);k(u({keywords:G,cStyleComments:!0}),["java"]);k(u({keywords:v,hashComments:!0,multiLineStrings:!0}),["bsh","csh","sh"]);k(u({keywords:I,hashComments:!0,multiLineStrings:!0,tripleQuotedStrings:!0}), 24 ["cv","py"]);k(u({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["perl","pl","pm"]);k(u({keywords:J,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb"]);k(u({keywords:w,cStyleComments:!0 (…) [all...] |
/external/jpeg/ |
jmemnobs.c | 49 * NB: although we include FAR keywords in the routine declarations,
|
/external/jsr305/javadoc/javax/annotation/meta/ |
package-frame.html | 10 <META NAME="keywords" CONTENT="javax.annotation.meta package">
|