Home
last modified time | relevance | path

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

/plugin/linkscollection/
H A Dhelper.php18 global $IDX;
27 $index = new \dokuwiki\Ui\Index($IDX);
/plugin/sectionedit/
H A Daction.php37 global $ACT, $INPUT, $QUERY, $ID, $REV, $DATE_AT, $IDX,
56 global $ACT, $INPUT, $QUERY, $ID, $REV, $DATE_AT, $IDX,
/plugin/database/
H A Ddatabase.php1649 var $IDX; variable in Display
1661 $this->IDX ='<input type="hidden" name="id" value="start" />';
1662 $this->IDX .='<input type="hidden" name="idx" value="'.$dbName.'"
2019 $ret .= $this->IDX;
2048 $ret .= $this->IDX;
2192 global $IDX;
2225 $command = substr($IDX,strlen($dbName)+1);
2228 if ($IDX==$dbName.':'.$environment->DICTIONARY_FOLDER)