Searched refs:case_insensitive (Results 1 – 19 of 19) sorted by relevance
/plugin/highlightjs/highlight/languages/ |
D | html-xml.js | 28 case_insensitive: true, property 88 case_insensitive: true, property
|
D | dos.js | 7 case_insensitive: true, property
|
D | vbscript.js | 17 case_insensitive: true, property
|
D | apache.js | 12 case_insensitive: true, property
|
D | ini.js | 7 case_insensitive: true, property
|
D | avrasm.js | 8 case_insensitive: true, property
|
D | parser3.js | 12 case_insensitive: false, property
|
D | sql.js | 7 case_insensitive: true, property
|
D | diff.js | 8 case_insensitive: true, property
|
D | php.js | 12 case_insensitive: true, property
|
D | django.js | 10 case_insensitive: true, property
|
D | bash.js | 17 case_insensitive: false,
|
D | lisp.js | 11 case_insensitive: true,
|
D | css.js | 13 case_insensitive: true, property
|
D | 1c.js | 18 case_insensitive: true,
|
D | delphi.js | 15 case_insensitive: true,
|
/plugin/highlightjs/highlight/ |
D | highlight.js | 115 var match_str = language.case_insensitive ? match[0].toLowerCase() : match[0] 423 var mode = 'm' + (language.case_insensitive ? 'i' : '') + (global ? 'g' : '');
|
/plugin/revealjs/plugin/highlight/ |
D | highlight.js | 2 …E=/\blang(?:uage)?-([\w-]+)\b/i,t=/((^(<[^>]+>|\t|)+|(?:\n)))/gm,r={case_insensitive:"cI",lexemes:… property
|
/plugin/elasticsearch/vendor/ruflin/elastica/ |
D | CHANGELOG.md | 145 * Added new optional 'case_insensitive' option to `Elastica\Query\Wildcard` [#1894](https://github.…
|