Home
last modified time | relevance | path

Searched refs:firstChar (Results 1 – 25 of 37) sorted by relevance

12

/plugin/bibtex/OSBib/format/bibtexParse/
DPARSECREATORS.php94 $firstChar = substr($value, 0, 1);
95 if((ord($firstChar) >= 97) && (ord($firstChar) <= 122))
119 $firstChar = substr($value, 0, 1);
120 if(!$noPrefix && (ord($firstChar) >= 97) && (ord($firstChar) <= 122))
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DVocabularyImpl.php102 $firstChar = $tokenName[0];
104 if ($firstChar === '\'') {
110 if (\ctype_upper($firstChar)) {
/plugin/tablelayout/action/
Daction.php152 $firstChar = $text[$start];
153 return $firstChar === '^' || $firstChar === '|';
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
Dspecialchar.js.unc249 var firstChar = this.getElement().getElementsByTag( 'a' ).getItem( 0 );
251 firstChar.focus();
252 onFocus( null, firstChar );
256 var firstChar = this.getElement().getChild( [ 0, 0, 0, 0, 0 ] );
258 firstChar.focus();
259 onFocus( null, firstChar );
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
Dspecialchar.js.unc249 var firstChar = this.getElement().getElementsByTag( 'a' ).getItem( 0 );
251 firstChar.focus();
252 onFocus( null, firstChar );
256 var firstChar = this.getElement().getChild( [ 0, 0, 0, 0, 0 ] );
258 firstChar.focus();
259 onFocus( null, firstChar );
/plugin/codemirror/dist/modes/
Dturtle.min.js.map1firstChar","charAt","closing","lineComment","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,g…
Dd.min.js.map1firstChar","charAt","closing","electricChars","blockCommentStart","blockCommentEnd","blockCommentC…
Dsparql.min.js.map1firstChar","charAt","closing","lineComment","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,g…
Decl.min.js.map1firstChar","charAt","closing","electricChars","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW…
Dcypher.min.js.map1firstChar","charAt","closing","commands","newlineAndIndent","modeExtensions","autoFormatLineBreaks…
Dr.min.js.map1firstChar","charAt","closing","lineComment","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,g…
Dvhdl.min.js.map1firstChar","closing","electricChars","defineMIME"],"mappings":"CAIA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,…
Dq.min.js.map1firstChar","charAt","closing","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SA…
Dgroovy.min.js.map1firstChar","charAt","closing","electricChars","closeBrackets","triples","fold","blockCommentStart"…
Dgo.min.js.map1firstChar","charAt","closing","electricChars","closeBrackets","fold","blockCommentStart","blockCom…
Dclike.min.js.map1firstChar","charAt","closing","dontIndentStatements","hook","switchBlock","allmanIndentation","ele…
Druby.min.js.map1firstChar","charAt","ct","closed","electricInput","lineComment","fold","defineMIME"],"mappings":"C…
Dhaxe.min.js.map1firstChar","closing","electricChars","blockCommentStart","blockCommentEnd","lineComment","defineMI…
Dverilog.min.js.map1firstChar","charAt","closing","possibleClosing","blockCommentStart","blockCommentEnd","lineComment…
Djavascript.min.js.map1firstChar","top","c","closing","doubleIndentSwitch","electricInput","blockCommentStart","blockComm…
/plugin/combo/ComboStrap/
H A DMetadataFrontmatterStore.php484 $firstChar = $this->contentWithoutFrontMatter[0];
485 if (!in_array($firstChar, ["\n", "\r"])) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
DFunctionCommentSniff.php231 $firstChar = $comment{0};
232 if (strtoupper($firstChar) !== $firstChar) {
/plugin/jmol2/jmol/
DJmolApplet0_ReadersCifPdb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned0_ReadersCifPdb.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js32496 …return Promise.resolve(new _fonts.IdentityToUnicodeMap(properties.firstChar, properties.lastChar));
32620 var firstChar = properties.firstChar;
32624 j = firstChar;
32793 var firstChar = dict.get('FirstChar') || 0;
32795 hash.update("".concat(firstChar, "-").concat(lastChar));
32856 firstChar: 0, property
32866 var firstChar = dict.get('FirstChar') || 0;
32927 firstChar: firstChar || 0, property
34922 function IdentityToUnicodeMap(firstChar, lastChar) {
34923 this.firstChar = firstChar;
[all …]

12