Home
last modified time | relevance | path

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

/plugin/usecounter/
H A Dhelper.php59 $this->counterArray[$id] = $this->amountOfUses($id) + 1;
69 public function amountOfUses(string $id) { function in helper_plugin_usecounter
H A Ddokuwiki_plugin_page.wiki34 - amountOfUses(string $id) - returns an integer value of the amount of uses.
/plugin/odtsupport/
H A Dsyntax.php177 … if ($usecounter_helper && $usecounter_helper->amountOfUses('odtsupport_'.$command) == 0) {