Home
last modified time | relevance | path

Searched refs:linecount (Results 1 – 5 of 5) sorted by relevance

/plugin/simplechat/
H A Dajax.php55 $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
H A Dsyntax.php96 $linecount = 0;
103 if( $linecount++ > $linemax ) {
/plugin/conform/
H A Dhelper.php75 …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/
H A Dtools.php174 $linecount = count($lines);
175 for ($i = 0; $i < $linecount; $i++) {
/plugin/mediasyntax/tools/
H A Ddokuwiki2mediawiki.php39 $linecount=$i; variable
42 while (++$i<$linecount)
234 } //while (++$i<$linecount)