Searched refs:RANGE (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/inc/Action/ |
| H A D | Edit.php | 50 global $RANGE; 60 if ($RANGE) { 61 [$PRE, $TEXT, $SUF] = rawWikiSlices($RANGE, $ID, $REV);
|
| /dokuwiki/_test/tests/inc/ |
| H A D | common_pageinfo.test.php | 173 global $ID,$conf,$REV,$RANGE; 198 $RANGE = $range; 202 $this->assertEquals($range, $RANGE); 211 $this->assertEquals($range, $RANGE); 219 $this->assertEquals('', $RANGE);
|
| /dokuwiki/ |
| H A D | doku.php | 24 $DATE, $RANGE, $HIGH, $TEXT, $PRE, $SUF, $SUM, $INFO, $JSINFO; 49 $RANGE = $INPUT->str('range'); variable
|
| /dokuwiki/inc/ |
| H A D | common.php | 223 global $RANGE; 245 } elseif ($RANGE) { 248 $RANGE = '';
|