Home
last modified time | relevance | path

Searched refs:int (Results 676 – 700 of 743) sorted by path

1...<<21222324252627282930

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Token/
H A DTokenInterface.php32 * @return int
34 public function getVersion(): int;
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php56 * @var int
61 * @var int
306 protected function parseLHexValue(int $length): string
335 protected function encodeLHexValue(string $data, int $length): string
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php63 public function create(int $type, array $options = [], ?Message $received = null): Message
148 $qop[] = 'auth-int';
167 $options = $qop !== null ? [$qop] : ['auth-conf', 'auth-int', 'auth'];
H A DMessageFactoryInterface.php27 * @param int $type
33 public function create(int $type, array $options = [], ?Message $received = null): Message;
H A DNonceTrait.php33 protected function generateNonce(int $byteLength): string
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/
H A DMessage.php55 public function count(): int
H A DSecurityStrength.php42 * @var int
51 int $maxKeySize
80 public function maxKeySize(): int
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php79 } elseif ($qop === 'auth-int') {
100 } elseif ($qop === 'auth-int') {
201 protected function removePadding(string $message, int $blockSize): string
280 protected function generatePadding(string $data, int $blockSize): string
299 protected function generateMACBlock(string $key, string $message, int $seqNum): string
391 $maxbuf = $context->has('maxbuf') ? (int) $context->get('maxbuf') : self::MAXBUF;
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DAsn1MessageQueue.php73 protected function constructMessage(Message $message, ?int $id = null)
H A DBuffer.php26 * @var int
32 * @param int $endsAt
34 public function __construct($bytes, int $endsAt)
49 * @return int
51 public function endsAt(): int
H A DMessage.php26 * @var null|int
32 * @param null|int $lastPosition the last position of the byte stream after this message.
34 public function __construct($message, ?int $lastPosition = null)
53 * @return null|int
55 public function getLastPosition(): ?int
H A DMessageQueue.php48 * @param int|null $id
52 public function getMessages(?int $id = null)
131 $lastPos = (int)$message->getLastPosition();
174 * @param int|null $id
178 public function getMessage(?int $id = null)
187 * @param int|null $id
190 protected function constructMessage(Message $message, ?int $id = null)
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketServer.php74 * @param int|null $port
79 public function listen(string $ip, ?int $port): self
121 * @param int $timeout
124 public function accept(int $timeout = -1): ?Socket
178 * @param int|null $port
185 ?int $port,
198 * @param int $port
205 int $port,
222 * @param int $port
229 int
[all...]
/plugin/pwaoffline/
H A Daction.php55 $ts = $INPUT->has('ts') ? $INPUT->int('ts') : 0;
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/
H A DDecoder.php231 list(, $int) = unpack('l', $this->maybeSwitchByteOrder($bytes));
233 return $int;
/plugin/quickstats/scripts/
H A Dextended_data.php15 $script_max_time = $INPUT->int('qs_script_max_time');
/plugin/randomtables/syntax/
H A Droller.php24 public function getSort(): int
H A Dsource.php23 public function getSort(): int
121 $count = (int) $subm[2];
122 return [(int) $subm[1], (int) $subm[2], $subm[3]];
126 $count = (int) $subm[1];
127 return [(int) $subm[1], (int) $subm[1], $subm[2]];
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php8 protected int $count;
9 protected int $upper_bound;
12 protected function pickOne() : int {
16 public function roll(int $times = 1) : array {
30 $this->options[(int)$match[1]] = trim($match[2]);
48 public function rollWithoutRepeats(int $times = 1) : array {
89 $die = (int) $parts[2];
93 $mod = (int)($parts[3] . $parts[4]);
H A DTableInterface.php6 public function roll(int $times = 1) : array;
8 public function rollWithoutRepeats(int $times = 1) : array;
/plugin/rating/
H A Daction.php83 $rate = $INPUT->int('rating');
/plugin/revealjs/
H A Dexample_presentation.dokuwiki252 Inline math: $\int f dx$
256 \int f dx
/plugin/rowmove/
H A Daction.php47 $tablenr = $INPUT->int('index');
48 $index = $INPUT->int('idx_row');
49 $index2 = $INPUT->int('idx_row2');
/plugin/rrdgraph/
H A Daction.php132 $rangeNr = $INPUT->int('range', 0, true);
/plugin/schulzevote/syntax/
H A Dvote.php93 if ($INPUT->post->int('vote_cancel') && checkSecurityToken()) {

1...<<21222324252627282930