Home
last modified time | relevance | path

Searched refs:idcount (Results 1 – 4 of 4) sorted by relevance

/plugin/tagadd/
H A Daction.php249 $idcount = 0;
255 if ($idcount < count($found) && count($found)>1) {
257 $found[$idcount+1] = ltrim($found[$idcount+1]);
258 $stop=strpos($found[$idcount+1],"}}");
263 $oldstr = substr($found[$idcount+1],0,$stop);
266 $found[$idcount+1]= " ".$newstr." ".$found[$idcount+1];
268 $found[$idcount+1]=str_replace($oldstr," ".$newstr." ",$found[$idcount+1]);
300 $summary= "Tag".$idcount." ".$log;
/plugin/idcount/
H A Dplugin.info.txt1 base idcount
7 url https://www.dokuwiki.org/plugin:idcount
H A DREADME.md12 The counter ist stored in the ``data/idcount.txt`` file. Erasing this file will reset the counter.
/plugin/rowmove/
H A Dsyntax.php19 var $idcount = 0; variable in syntax_plugin_rowmove