Searched refs:linecount (Results 1 – 13 of 13) sorted by relevance
| /plugin/simplechat/ |
| D | ajax.php | 55 $linecount = 0; variable 62 if( $linecount >= $startline ) $result .= $line; 63 $linecount++; 66 if( $startline > $linecount ) { 68 $linecount = 0; variable 71 $result .= (string)($linecount-1); // last line in response is the new current count
|
| D | syntax.php | 96 $linecount = 0; 103 if( $linecount++ > $linemax ) {
|
| /plugin/conform/ |
| D | helper.php | 75 …array_push($errors, "Line: $linecount --> Keyword '$args[0]' has the wrong number (".count($args).… 86 array_push($errors, "Line: $linecount --> Keyword '$args[0]' is repeated!"); 96 array_push($constraints[$lowerattribute], $linecount); 102 …array_push($errors, "Line: $linecount --> Attribute '$args[1]' isn't allowed to contain a _ charac…
|
| /plugin/linkback/ |
| D | tools.php | 174 $linecount = count($lines); 175 for ($i = 0; $i < $linecount; $i++) {
|
| /plugin/mediasyntax/tools/ |
| D | dokuwiki2mediawiki.php | 39 $linecount=$i; variable 42 while (++$i<$linecount)
|
| /plugin/asciidocjs/node_modules/nunjucks/src/ |
| D | filters.js | 17 function batch(arr, linecount, fillWith) { argument 22 if (i % linecount === 0 && tmp.length) { 30 for (i = tmp.length; i < linecount; i++) {
|
| /plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/py/ |
| D | connector.py | 684 linecount = 0 690 linecount += 1
|
| /plugin/asciidocjs/node_modules/nunjucks/browser/ |
| D | nunjucks-slim.js | 2007 function batch(arr, linecount, fillWith) { 2012 if (i % linecount === 0 && tmp.length) { 2020 for (i = tmp.length; i < linecount; i++) {
|
| D | nunjucks.js | 5649 function batch(arr, linecount, fillWith) { 5654 if (i % linecount === 0 && tmp.length) { 5662 for (i = tmp.length; i < linecount; i++) {
|
| D | nunjucks-slim.min.js.map | 1 …linecount","fillWith","center","width","spaces","pre","post","def","bool","dictsort","caseSensitiv…
|
| D | nunjucks-slim.js.map | 1 …linecount","fillWith","capitalize","toLowerCase","charAt","toUpperCase","center","width","spaces",…
|
| D | nunjucks.min.js.map | 1 …linecount","fillWith","center","width","spaces","post","def","bool","dictsort","caseSensitive","by…
|
| D | nunjucks.js.map | 1 …linecount","fillWith","capitalize","toLowerCase","toUpperCase","center","width","spaces","post","d…
|