| /plugin/bibtex/OSBib/format/bibtexParse/ |
| D | PARSECREATORS.php | 94 $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 D | VocabularyImpl.php | 102 $firstChar = $tokenName[0]; 104 if ($firstChar === '\'') { 110 if (\ctype_upper($firstChar)) {
|
| /plugin/tablelayout/action/ |
| D | action.php | 152 $firstChar = $text[$start]; 153 return $firstChar === '^' || $firstChar === '|';
|
| /plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/ |
| D | specialchar.js.unc | 249 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/ |
| D | specialchar.js.unc | 249 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/ |
| D | turtle.min.js.map | 1 …firstChar","charAt","closing","lineComment","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,g…
|
| D | d.min.js.map | 1 …firstChar","charAt","closing","electricChars","blockCommentStart","blockCommentEnd","blockCommentC…
|
| D | sparql.min.js.map | 1 …firstChar","charAt","closing","lineComment","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,g…
|
| D | ecl.min.js.map | 1 …firstChar","charAt","closing","electricChars","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW…
|
| D | cypher.min.js.map | 1 …firstChar","charAt","closing","commands","newlineAndIndent","modeExtensions","autoFormatLineBreaks…
|
| D | r.min.js.map | 1 …firstChar","charAt","closing","lineComment","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,g…
|
| D | vhdl.min.js.map | 1 …firstChar","closing","electricChars","defineMIME"],"mappings":"CAIA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,…
|
| D | q.min.js.map | 1 …firstChar","charAt","closing","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC,SAAU,SA…
|
| D | groovy.min.js.map | 1 …firstChar","charAt","closing","electricChars","closeBrackets","triples","fold","blockCommentStart"…
|
| D | go.min.js.map | 1 …firstChar","charAt","closing","electricChars","closeBrackets","fold","blockCommentStart","blockCom…
|
| D | clike.min.js.map | 1 …firstChar","charAt","closing","dontIndentStatements","hook","switchBlock","allmanIndentation","ele…
|
| D | ruby.min.js.map | 1 …firstChar","charAt","ct","closed","electricInput","lineComment","fold","defineMIME"],"mappings":"C…
|
| D | haxe.min.js.map | 1 …firstChar","closing","electricChars","blockCommentStart","blockCommentEnd","lineComment","defineMI…
|
| D | verilog.min.js.map | 1 …firstChar","charAt","closing","possibleClosing","blockCommentStart","blockCommentEnd","lineComment…
|
| D | javascript.min.js.map | 1 …firstChar","top","c","closing","doubleIndentSwitch","electricInput","blockCommentStart","blockComm…
|
| /plugin/combo/ComboStrap/ |
| H A D | MetadataFrontmatterStore.php | 484 $firstChar = $this->contentWithoutFrontMatter[0]; 485 if (!in_array($firstChar, ["\n", "\r"])) {
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ |
| D | FunctionCommentSniff.php | 231 $firstChar = $comment{0}; 232 if (strtoupper($firstChar) !== $firstChar) {
|
| /plugin/jmol2/jmol/ |
| D | JmolApplet0_ReadersCifPdb.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
| D | JmolAppletSigned0_ReadersCifPdb.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| /plugin/pdfjs/pdfjs/build/ |
| D | pdf.worker.js | 32496 …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 …]
|