Home | History | Annotate | Download | only in js

Lines Matching refs:Or

11  * Unless required by applicable law or agreed to in writing, software
13 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
29 * Smalltalk, Lisp-like, or CAML-like languages without an explicit lang class.
43 * another class to the {@code <pre>} or {@code <code>} element to specify the
128 "for if in is isnt loop new no not null of off on or return super then " +
138 "nonlocal not or pass print raise try with yield " +
141 " defined elsif end ensure false in module next nil not or redo rescue " +
489 + '|\\\\[0-9]+' // a back-reference or octal escape
492 + '|[\\(\\)\\^]' // start/emd of a group, or line start
499 // the output or to -1 if that has not been determined, or to
779 * Style is a style constant like PR_PLAIN, or can be a string of the
947 * It has no special handling for double delimiter escapes as in basic, or
1010 // not followed by * or / so that it is not confused with
1017 // or non-nesting character sets (\x5B\x5D);
1045 // or an octal or decimal number,
1178 // we consume a decoration or exit.
1192 // Consume either a decoration or a tag or exit.
1269 // Unescaped content in javascript. (Or possibly vbscript).
1389 * Typically, a filename extension like 'cpp' or 'java'.
1391 * or the 1-indexed number of the first line in sourceCodeHtml.
1456 // Look for a class like linenums or linenums:<n> where <n> is the
1552 * Unless required by applicable law or agreed to in writing, software
1554 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1565 * Virtual AGC SVN repository or if you don't want to commonize
1585 // = ! or ?.
1588 // Any word including labels that optionally ends with = ! or ?.
1606 * Unless required by applicable law or agreed to in writing, software
1608 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1657 [PR['PR_KEYWORD'], /^(?:def|if|do|let|quote|var|fn|loop|recur|throw|try|monitor-enter|monitor-exit|defmacro|defn|defn-|macroexpand|macroexpand-1|for|doseq|dosync|dotimes|and|or
1672 * Unless required by applicable law or agreed to in writing, software
1674 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1752 * Unless required by applicable law or agreed to in writing, software
1754 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1812 * Unless required by applicable law or agreed to in writing, software
1814 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1898 // uniLarge -> any uppercase or titlecase Unicode letter
1915 * Unless required by applicable law or agreed to in writing, software
1917 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1989 // = ! or ?.
1992 // A word that optionally ends with = ! or ?.
2010 * Unless required by applicable law or agreed to in writing, software
2012 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2040 // A double or single quoted, possibly multi-line, string.
2044 // A comment is either a line comment that starts with two dashes, or
2049 [PR['PR_KEYWORD'], /^(?:and|break|do|else|elseif|end|false|for|function|if|in|local|nil|not|or|repeat|return|then|true|until|while)\b/, null],
2050 // A number is a hex integer literal, a decimal real literal, or in
2071 * Unless required by applicable law or agreed to in writing, software
2073 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2098 // A double or single quoted, possibly multi-line, string.
2108 [PR['PR_KEYWORD'], /^(?:abstract|and|as|assert|begin|class|default|delegate|do|done|downcast|downto|elif|else|end|exception|extern|false|finally|for|fun|function|if|in|inherit|inline|interface|internal|lazy|let|match|member|module|mutable|namespace|new|null|of|open|or|override|private|public|rec|return|static|struct|then|to|true|try|type|upcast|use|val|void|when|while|with|yield|asr|land|lor|lsl|lsr|lxor|mod|sig|atomic|break|checked|component|const|constraint|constructor|continue|eager|event|external|fixed|functor|global|include|method|mixin|object|parallel|process|protected|pure|sealed|trait|virtual|volatile)\b/],
2109 // A number is a hex integer literal, a decimal real literal, or in
2129 * Unless required by applicable law or agreed to in writing, software
2131 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2167 * Unless required by applicable law or agreed to in writing, software
2169 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2188 // A double or single quoted string
2189 // or a triple double-quoted multi-line string.
2224 * Unless required by applicable law or agreed to in writing, software
2226 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2254 // A double or single quoted, possibly multi-line, string.
2259 // A comment is either a line comment that starts with two dashes, or
2262 [PR['PR_KEYWORD'], /^(?:ADD|ALL|ALTER|AND|ANY|AS|ASC|AUTHORIZATION|BACKUP|BEGIN|BETWEEN|BREAK|BROWSE|BULK|BY|CASCADE|CASE|CHECK|CHECKPOINT|CLOSE|CLUSTERED|COALESCE|COLLATE|COLUMN|COMMIT|COMPUTE|CONSTRAINT|CONTAINS|CONTAINSTABLE|CONTINUE|CONVERT|CREATE|CROSS|CURRENT|CURRENT_DATE|CURRENT_TIME|CURRENT_TIMESTAMP|CURRENT_USER|CURSOR|DATABASE|DBCC|DEALLOCATE|DECLARE|DEFAULT|DELETE|DENY|DESC|DISK|DISTINCT|DISTRIBUTED|DOUBLE|DROP|DUMMY|DUMP|ELSE|END|ERRLVL|ESCAPE|EXCEPT|EXEC|EXECUTE|EXISTS|EXIT|FETCH|FILE|FILLFACTOR|FOR|FOREIGN|FREETEXT|FREETEXTTABLE|FROM|FULL|FUNCTION|GOTO|GRANT|GROUP|HAVING|HOLDLOCK|IDENTITY|IDENTITYCOL|IDENTITY_INSERT|IF|IN|INDEX|INNER|INSERT|INTERSECT|INTO|IS|JOIN|KEY|KILL|LEFT|LIKE|LINENO|LOAD|NATIONAL|NOCHECK|NONCLUSTERED|NOT|NULL|NULLIF|OF|OFF|OFFSETS|ON|OPEN|OPENDATASOURCE|OPENQUERY|OPENROWSET|OPENXML|OPTION|OR|ORDER|OUTER|OVER|PERCENT|PLAN|PRECISION|PRIMARY|PRINT|PROC|PROCEDURE|PUBLIC|RAISERROR|READ|READTEXT|RECONFIGURE|REFERENCES|REPLICATION|RESTORE|RESTRICT|RETURN|REVOKE|RIGHT|ROLLBACK|ROWCOUNT|ROWGUIDCOL|RULE|SAVE|SCHEMA|SELECT|SESSION_USER|SET|SETUSER|SHUTDOWN|SOME|STATISTICS|SYSTEM_USER|TABLE|TEXTSIZE|THEN|TO|TOP|TRAN|TRANSACTION|TRIGGER|TRUNCATE|TSEQUAL|UNION|UNIQUE|UPDATE|UPDATETEXT|USE|USER|VALUES|VARYING|VIEW|WAITFOR|WHEN|WHERE|WHILE|WITH|WRITETEXT)(?=[^\w-]|$)/i, null],
2263 // A number is a hex integer literal, a decimal real literal, or in
2284 * Unless required by applicable law or agreed to in writing, software
2286 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2323 [PR['PR_KEYWORD'], /^(?:AddHandler|AddressOf|Alias|And|AndAlso|Ansi|As|Assembly|Auto|Boolean|ByRef|Byte|ByVal|Call|Case|Catch|CBool|CByte|CChar|CDate|CDbl|CDec|Char|CInt|Class|CLng|CObj|Const|CShort|CSng|CStr|CType|Date|Decimal|Declare|Default|Delegate|Dim|DirectCast|Do|Double|Each|Else|ElseIf|End|EndIf|Enum|Erase|Error|Event|Exit|Finally|For|Friend|Function|Get|GetType|GoSub|GoTo|Handles|If|Implements|Imports|In|Inherits|Integer|Interface|Is|Let|Lib|Like|Long|Loop|Me|Mod|Module|MustInherit|MustOverride|MyBase|MyClass|Namespace|New|Next|Not|NotInheritable|NotOverridable|Object|On|Option|Optional|Or|OrElse|Overloads|Overridable|Overrides|ParamArray|Preserve|Private|Property|Protected|Public|RaiseEvent|ReadOnly|ReDim|RemoveHandler|Resume|Return|Select|Set|Shadows|Shared|Short|Single|Static|Step|Stop|String|Structure|Sub|SyncLock|Then|Throw|To|Try|TypeOf|Unicode|Until|Variant|Wend|When|While|With|WithEvents|WriteOnly|Xor|EndIf|GoSub|Let|Variant|Wend)\b/i, null],
2326 // A boolean, numeric, or date literal.
2357 // String, character or bit string
2361 [PR['PR_KEYWORD'], /^(?:abs|access|after|alias|all|and|architecture|array|assert|attribute|begin|block|body|buffer|bus|case|component|configuration|constant|disconnect|downto|else|elsif|end|entity|exit|file|for|function|generate|generic|group|guarded|if|impure|in|inertial|inout|is|label|library|linkage|literal|loop|map|mod|nand|new|next|nor|not|null|of|on|open|or|others|out|package|port|postponed|procedure|process|pure|range|record|register|reject|rem|report|return|rol|ror|select|severity|shared|signal|sla|sll|sra|srl|subtype|then|to|transport|type|unaffected|units|until|use|variable|wait|when|while|with|xnor|xor)(?=[^\w-]|$)/i, null],
2362 // Type, predefined or standard
2366 // Number, decimal or based literal
2368 // Identifier, basic or extended
2385 * Unless required by applicable law or agreed to in writing, software
2387 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
2467 * Dual licensed under the MIT or GPL Version 2 licenses.
2612 * Dual licensed under the MIT or GPL licenses.