Home
last modified time | relevance | path

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

/plugin/bibtex/OSBib/format/bibtexParse/
H A 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/codemirror/dist/modes/
H A Dapl.min.js.map1isComment","stringEater","type","prev","c","startState","func","op","string","escape","token","str…
/plugin/sketchcanvas/phplib/
H A Dspyc.php420 if (self::isComment($line)) continue;
901 private static function isComment ($line) { function in Spyc