Home
last modified time | relevance | path

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

/plugin/dokutranslate/
H A Daction.php160 $event->data->addHidden('parid', strval(getParID()));
266 updateMeta($ID, getParID(), $lastrev[0]);
292 updateMeta($ID, getParID(), $lastrev[0], $revert);
298 $parid = getParID();
326 $parid = getParID();
361 $event->data['fragment'] = '_par' . getParID();
H A Dsyntax.php218 $parid = getParID();
289 if (in_array($ACT, array('edit', 'preview')) && getParID() == $this->parCounter) {
306 $parid = getParID();
H A Dutils.php54 function getParID() { function