Home
last modified time | relevance | path

Searched defs:int (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/paragonie/random_compat/
H A Dpsalm-autoload.php9 $int = random_int(0, 65536); variable
/dokuwiki/_test/tests/Remote/Mock/
H A DTestPlugin2.php18 public function commented($str, $int, $bool, $array = [])
H A DTestPlugin1.php29 function method2($str, $int, $bool = false)
H A DApiCore.php64 function twoArgMethod($string, $int)
/dokuwiki/inc/Input/
H A DInput.php162 public function int($name, $default = 0, $nonempty = false) function in dokuwiki\\Input\\Input