Home
last modified time | relevance | path

Searched refs:PRE (Results 1 – 7 of 7) sorted by path

/dokuwiki/
H A Ddoku.php24 $DATE, $RANGE, $HIGH, $TEXT, $PRE, $SUF, $SUM, $INFO, $JSINFO;
56 $PRE = cleanText(substr($INPUT->post->str('prefix'), 0, -1));
54 $PRE = cleanText(substr($INPUT->post->str('prefix'), 0, -1)); global() variable
/dokuwiki/inc/Action/
H A DConflict.php31 global $PRE;
36 $text = con($PRE, $TEXT, $SUF);
H A DEdit.php51 global $PRE;
61 [$PRE, $TEXT, $SUF] = rawWikiSlices($RANGE, $ID, $REV);
H A DRedirect.php25 global $PRE;
36 } elseif ($PRE && preg_match('/^\s*==+([^=\n]+)/', $TEXT, $match)) {
H A DSave.php35 global $PRE;
58 saveWikiText($ID, con($PRE, $TEXT, $SUF, true), $SUM, $INPUT->bool('minor')); //use pretty mode for con
/dokuwiki/inc/Ui/
H A DEditor.php31 global $PRE;
70 $form->setHiddenField('prefix', $PRE . '.');
/dokuwiki/inc/
H A Dcommon.php726 global $PRE;
736 if (!$text) $text = "$PRE $TEXT $SUF $SUM";