Home
last modified time | relevance | path

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

/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.php88 * public function set(string $key, mixed $value, null|int|\DateInterval $ttl = null): bool;
93 * @param null|int $ttl Optional. The TTL value of this item. If no value is sent and
102 public function set_data(string $key, array $value, ?int $ttl = null): bool;
H A DPsr16.php109 * public function set(string $key, mixed $value, null|int|\DateInterval $ttl = null): bool;
114 * @param null|int $ttl Optional. The TTL value of this item. If no value is sent and
123 public function set_data(string $key, array $value, ?int $ttl = null): bool
H A DBaseDataCache.php114 * public function set(string $key, mixed $value, null|int|\DateInterval $ttl = null): bool;
119 * @param null|int $ttl Optional. The TTL value of this item. If no value is sent and
128 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');
H A Dmediamanager.php100 if ($INPUT->int('rev') && $conf['mediarevisions']) $REV = $INPUT->int('rev');
/dokuwiki/
H A Ddoku.php45 $REV = $INPUT->int('rev');
48 $DATE = $INPUT->int('date');
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php69 * @var int
77 * @var int
85 * @var int
177 * @var int
447 * @param int $index a non-negative integer less than 2^64
448 * @param int $numbytes a non-negative integer less than 2^64
505 * @param int $taglen the integer 4, 8, 12 or 16.
700 * @param int $wordbits the integer 64 or 128.
865 * @return int
875 * @return int
811 _rightRotate($int, $amt) global() argument
827 _rightShift($int, $amt) global() argument
841 _not($int) global() argument
[all...]
/dokuwiki/inc/
H A DDraft.php87 'date' => $INPUT->post->int('date'),
162 * @return int
H A Dmedia.php64 * @param int $auth permission level
149 * @param int $auth permission level
251 * @param int $auth no longer used
252 * @return int One of: 0,
306 * @param int $auth current auth check result
323 if ($INPUT->server->has('CONTENT_LENGTH') && ($realSize != $INPUT->server->int('CONTENT_LENGTH'))) {
351 * @param int $auth current auth check result
436 * @param int $auth permission level
594 * @return int - revision date
614 $oldRev = (int) (empt
[all...]
/dokuwiki/inc/Ui/
H A DDiff.php18 /* @var int|false */
20 /* @var int|false */
53 * @param int $rev1 older revision
54 * @param int $rev2 newer revision
60 $this->rev1 = (int)$rev1;
61 $this->rev2 = (int)$this->changelog->traceCurrentRevision($rev2);
99 $this->rev1 = $INPUT->int('rev');
112 $this->rev1 = (int)$rev1;
113 $this->rev2 = (int)$this->changelog->traceCurrentRevision($rev2);
/dokuwiki/inc/Input/
H A DInput.php155 * Access a request parameter as int
158 * @param int $default Default to return if parameter isn't set or is an array
160 * @return int
162 public function int($name, $default = 0, $nonempty = false)
170 return (int)$value;
163 public function int($name, $default = 0, $nonempty = false) global() function in dokuwiki\\Input\\Input
/dokuwiki/lib/plugins/acl/
H A Dadmin.php124 $this->addOrUpdateACL($scope, $this->who, $INPUT->int('acl'));
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php427 * @var int HTTP status code
476 * @var int Timeout for fetching remote files
533 * @var int Cache duration (in seconds)
540 * @var int Auto-discovery cache duration (in seconds)
576 * @var int Feed Autodiscovery Level
590 * @var int Maximum number of feeds to check with autodiscovery
837 * @param int $timeout The maximum number of seconds to spend waiting to retrieve a feed.
841 $this->timeout = (int) $timeout;
916 * @param int $seconds The feed content cache duration
920 $this->cache_duration = (int)
[all...]
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md33 - The method `SimplePie\SimplePie::get_image_height()` returns the pixel number as `int` instead of `float` by @Art4 in [#763](https://github.com/simplepie/simplepie/pull/763)
34 - The method `SimplePie\SimplePie::get_image_width()` returns the pixel number as `int` instead of `float` by @Art4 in [#763](https://github.com/simplepie/simplepie/pull/763)
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php82 * @return int
90 * @return int current start value for pageination
98 * @return int number of users per page
136 $this->start = $INPUT->int('start', 0);
375 * @param int $indent
513 * @param int $indent
565 * @param int $indent
580 * @param int $indent