Home
last modified time | relevance | path

Searched refs:isComment (Results 1 – 8 of 8) sorted by relevance

/plugin/bibtex/OSBib/format/bibtexParse/
DPARSEENTRIES.php157 $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/
Dindex.js85 var wasComment = state.isComment();
181 if (!state.isComment() && !wasComment) {
210 State.prototype.isComment = function () { method in State
DREADME.md136 - `.isComment()` returns `true` if the current location is inside a comment.
/plugin/codemirror/dist/modes/
Dapl.min.js.map1isComment","stringEater","type","prev","c","startState","func","op","string","escape","token","str…
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Drestructure.js379 var isComment = tokens[position][0] === Token.COMMENT;
380 if (!(isImportRule || isComment))
/plugin/statistics/vendor/mustangostang/spyc/php4/
Dspyc.php4406 if ($this->isComment($line)) continue;
878 function isComment ($line) { function in Spyc
/plugin/sketchcanvas/phplib/
Dspyc.php420 if (self::isComment($line)) continue;
901 private static function isComment ($line) { function in Spyc
/plugin/statistics/vendor/mustangostang/spyc/
DSpyc.php519 if (self::isComment($line)) continue;
1030 private static function isComment ($line) { function in Spyc