Searched refs:isComment (Results 1 – 8 of 8) sorted by relevance
| /plugin/bibtex/OSBib/format/bibtexParse/ |
| D | PARSEENTRIES.php | 157 $isComment = (strlen($line) > 0) ? $line[0] == '%' : FALSE; 159 while(!feof($this->fid) && $isComment); 167 $isComment = (strlen($line)>0) ? $line[0] == '%' : FALSE; 170 while($this->currentLine <count($this->bibtexString) && $isComment);
|
| /plugin/asciidocjs/node_modules/character-parser/ |
| D | index.js | 85 var wasComment = state.isComment(); 181 if (!state.isComment() && !wasComment) { 210 State.prototype.isComment = function () { method in State
|
| D | README.md | 136 - `.isComment()` returns `true` if the current location is inside a comment.
|
| /plugin/codemirror/dist/modes/ |
| D | apl.min.js.map | 1 …isComment","stringEater","type","prev","c","startState","func","op","string","escape","token","str…
|
| /plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/ |
| D | restructure.js | 379 var isComment = tokens[position][0] === Token.COMMENT; 380 if (!(isImportRule || isComment))
|
| /plugin/statistics/vendor/mustangostang/spyc/php4/ |
| D | spyc.php4 | 406 if ($this->isComment($line)) continue; 878 function isComment ($line) { function in Spyc
|
| /plugin/sketchcanvas/phplib/ |
| D | spyc.php | 420 if (self::isComment($line)) continue; 901 private static function isComment ($line) { function in Spyc
|
| /plugin/statistics/vendor/mustangostang/spyc/ |
| D | Spyc.php | 519 if (self::isComment($line)) continue; 1030 private static function isComment ($line) { function in Spyc
|