Home
last modified time | relevance | path

Searched refs:int (Results 1 – 25 of 42) sorted by relevance

12

/dokuwiki/vendor/paragonie/constant_time_encoding/src/
H A DBase32Hex.php43 protected static function decode5Bits(int $src): int
63 protected static function decode5BitsUpper(int $src): int
83 protected static function encode5Bits(int $src): string
102 protected static function encode5BitsUpper(int $src): string
H A DBase64DotSlashOrdered.php47 protected static function decode6Bits(int $src): int
70 protected static function encode6Bits(int $src): string
H A DBase64DotSlash.php47 protected static function decode6Bits(int $src): int
73 protected static function encode6Bits(int $src): string
H A DBase64UrlSafe.php48 protected static function decode6Bits(int $src): int
77 protected static function encode6Bits(int $src): string
H A DBinary.php51 ): int {
77 int $start = 0,
H A DBase32.php133 protected static function decode5Bits(int $src): int
155 protected static function decode5BitsUpper(int $src): int
175 protected static function encode5Bits(int $src): string
194 protected static function encode5BitsUpper(int $src): string
/dokuwiki/_test/tests/Remote/Mock/
H A DTestPlugin2.php13 * @param int $int
18 public function commented($str, $int, $bool, $array = []) argument
20 return array($str, $int, $bool);
H A DTestPlugin1.php29 function method2($str, $int, $bool = false) argument
31 return array($str, $int, $bool);
H A DApiCore.php64 function twoArgMethod($string, $int) argument
66 return array($string, $int);
/dokuwiki/_test/tests/inc/
H A Dinput.test.php60 $this->assertNotSame(4242, $INPUT->int('zint'));
61 $this->assertSame(4242, $INPUT->filter()->int('zint'));
62 $this->assertSame(42, $INPUT->filter($filter)->int('zintbaz'));
120 $this->assertSame(17, $INPUT->int('int'));
121 $this->assertSame(0, $INPUT->int('none'));
122 $this->assertSame(0, $INPUT->int('empty'));
123 $this->assertSame(42, $INPUT->int('none', 42));
124 $this->assertSame(0, $INPUT->int('zero', 42));
125 $this->assertSame(42, $INPUT->int('zero', 42, true));
127 $this->assertSame(false, $INPUT->int('get', false));
[all …]
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParserException.php13 protected int $sourceLine = -1;
19 ?int $sourceLine = -1,
73 public function getSourceLine(): int
/dokuwiki/inc/TreeBuilder/
H A DTreeSort.php26 public static function sortById(AbstractNode $a, AbstractNode $b): int
49 public static function sortByNsFirstThenId(AbstractNode $a, AbstractNode $b): int
63 public static function sortByTitle(AbstractNode $a, AbstractNode $b): int
75 public static function sortByNsFirstThenTitle(AbstractNode $a, AbstractNode $b): int
89 protected static function sortByNsFirst(AbstractNode $a, AbstractNode $b): int
H A DAbstractBuilder.php32 protected int $flags = 0;
86 public function addFlag(int $flag): void
97 public function hasFlag(int $flag): bool
108 public function hasNotFlag(int $flag): bool
119 public function removeFlag(int $flag): void
246 protected function applyRecursionDecision(AbstractNode $node, int $depth): bool
H A DPageTreeBuilder.php46 protected int $maxdepth;
55 public function __construct(string $namespace, int $maxdepth = -1)
101 protected function createHierarchy(AbstractNode $parent, string $dir, int $depth)
122 protected function processNamespaces(AbstractNode $parent, string $dir, int $depth)
240 protected function applyRecursionDecision(AbstractNode $node, int $depth): bool
/dokuwiki/vendor/paragonie/random_compat/
H A Dpsalm-autoload.php9 $int = random_int(0, 65536); variable
/dokuwiki/_test/tests/TreeBuilder/
H A DPageTreeBuilderTest.php150 …public function testPageTreeConfigurations(string $namespace, int $depth, int $flags, array $expec…
170 public function testTopLevelTree(string $namespace, int $depth, int $flags, array $expected)
/dokuwiki/vendor/splitbrain/lesserphp/src/Functions/
H A DColorChannels.php41 public function hue(array $color): int
53 public function saturation(array $color): int
65 public function lightness(array $color): int
/dokuwiki/inc/Action/
H A DRevisions.php27 (new PageRevisions($INFO['id']))->show($INPUT->int('first', -1));
H A DRecent.php42 (new Ui\Recent($INPUT->extract('first')->int('first'), $this->showType))->show();
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDataCache.php101 public function set_data(string $key, array $value, ?int $ttl = null): bool;
H A DBaseDataCache.php127 public function set_data(string $key, array $value, ?int $ttl = null): bool
H A DPsr16.php122 public function set_data(string $key, array $value, ?int $ttl = null): bool
/dokuwiki/lib/exe/
H A Dfetch.php30 $WIDTH = $INPUT->int('w');
31 $HEIGHT = $INPUT->int('h');
H A Ddetail.php15 $REV = $INPUT->int('rev');
/dokuwiki/
H A Ddoku.php45 $REV = $INPUT->int('rev');
48 $DATE = $INPUT->int('date');

12