Home
last modified time | relevance | path

Searched refs:length (Results 51 – 74 of 74) sorted by relevance

123

/dokuwiki/lib/scripts/
H A Dtree.js74 if ($sublist.length > 0) {
H A Dfileuploader.js33 var len = arr.length;
171 var len = candidates.length;
223 for (var i = 0, len = obj.length; i < len; ++i){
383 for (var i=0; i<files.length; i++){
389 for (var i=0; i<files.length; i++){
446 if (name.length > 33){
455 if (!allowed.length){return true;}
457 for (var i=0; i<allowed.length; i++){
908 for (var i=0; i<this._queue.length; i++){
945 if (this._queue.length >
[all...]
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php2193 $length = strlen($code);
2214 while ($i < $length) {
2215 $next_match_pos = $length + 1; // never true
2299 if ($next_match_pos > $length) {
2317 if ($i == $length) {
2487 $length = strlen($part);
2488 for ($i = 0; $i < $length; ++$i) {
2495 $next_comment_regexp_pos = $length;
2512 'length' => strlen($match[0][0]),
2583 $next_escape_regexp_pos = $length;
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DTwofish.php388 * Sets the key length.
392 * @param int $length
394 public function setKeyLength($length)
396 switch ($length) {
402 throw new \LengthException('Key of size ' . $length . ' not supported by this algorithm. Only keys of sizes 16, 24 or 32 supported');
405 parent::setKeyLength($length);
415 * @throws \LengthException if the key length isn't supported argument
H A DBlowfish.php41 * of data. The average length of back to back _encryptBlock() calls with a fixed P-array is
70 * supports variable length keys, in bcrypt, the initial "key" is the sha512 hash of the
72 * fixed length whereas Blowfish keys are not of a fixed length.
77 * but it can still use the fixed length key optimization discussed above and can do away with
370 * Sets the key length.
374 * @param int $length
376 public function setKeyLength($length)
378 if ($length < 32 || $length > 44
419 setKeyLength($length) global() argument
[all...]
H A DBase.php
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php436 * @param int $length bytes to read
439 protected function readbytes($length) argument
442 return @gzread($this->fh, $length);
444 return @bzread($this->fh, $length);
446 return @fread($this->fh, $length);
532 // handle filename length restrictions
586 throw new ArchiveCorruptedException('Unexpected length of header');
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php133 $length = $request->getLength();
164 "Content-length: {$length}"
/dokuwiki/lib/scripts/jquery/
H A Djquery.cookie.js85 for (var i = 0, l = cookies.length; i < l; i++) {
/dokuwiki/inc/Search/
H A DIndexer.php762 * @param array $result Set to word => array("length*id" ...)
763 * @return array Set to length => array(id ...)
805 // $tokenlength = array( base word length => base word ... )
806 // $tokenwild = array( base word => base word length ... )
878 * @param int $minlen minimum length of words to count
918 foreach ($lengths as $length) {
919 if ($length < $minlen) continue;
920 $index = $this->getIndex('i', $length);
926 $words = $this->getIndex('w', $length);
1165 foreach ($lengths as $length) {
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php357 * "Note that the length of the concatenation of 'packet_length',
1837 $this->signature_format = substr($this->signature, 4, $temp['length']);
3777 // "implementations SHOULD check that the packet length is reasonable"
3779 // don't do this when GCM mode is used since GCM mode doesn't encrypt the length
3867 if (substr($payload, 9, $length) == 'keepalive@openssh.com' && isset($this->server_channels[$channel])) {
3868 if (ord(substr($payload, 9 + $length))) { // want reply
4308 // 4 (packet length) + 1 (padding length) + 4 (minimal padding amount) == 9
4362 $length = $this->lengthEncrypt->encrypt($packet & "\xFF\xFF\xFF\xFF");
4371 $this->encrypt->setAAD($length);
[all...]
H A DSCP.php
/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php1398 $length = null;
1434 $length = null;
1480 $length = intval($content['attribs']['']['fileSize']);
1870 $this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, null, $bitrate, $captions, $categories, $channels, $copyrights, $credits, $description, $duration, $expression, $framerate, $hashes, $height, $keywords, $lang, $medium, $player, $ratings, $restrictions, $samplingrate, $thumbnails, $title, $width]);
1889 $length = null;
1935 $length = intval($content['attribs']['']['fileSize']);
2178 $this->data['enclosures'][] = $this->registry->create(Enclosure::class, [$url, $type, $length, null, $bitrate, $captions, $categories, $channels, $copyrights, $credits, $description, $duration, $expression, $framerate, $hashes, $height, $keywords, $lang, $medium, $player, $ratings, $restrictions, $samplingrate, $thumbnails, $title, $width]);
2194 $length = null;
2205 if (isset($link['attribs']['']['length'])) {
2206 $length
[all...]
H A DMisc.php1756 $length = strlen($string);
1761 while ($position < $length && ($pos = strpos($string, '(', $position)) !== false) {
1766 while ($depth && $position < $length) {
H A DSanitize.php570 $number = $element->childNodes->length;
593 $number = $element->childNodes->length;
H A DParser.php94 if ($result->length !== 0) {
H A DSimplePie.php913 * Set the length of time (in seconds) that the contents of a feed will be
924 * Set the length of time (in seconds) that the autodiscovered feed URL will
1848 $microformats = $result->length !== 0;
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DAtomCreator10.php143 $feed .= " <link rel=\"enclosure\" href=\"".$this->items[$i]->enclosure->url."\" type=\"".$this->items[$i]->enclosure->type."\" length=\"".$this->items[$i]->enclosure->length."\"";
/dokuwiki/inc/HTTP/
H A DHTTPClient.php323 throw new HTTPClientException('Reported content length exceeds allowed response size');
324 else $this->error = 'Reported content length exceeds allowed response size';
428 isset($this->resp_headers['content-length']) &&
436 // read up to the content-length or max_bodysize
441 $this->max_bodysize < $this->resp_headers['content-length']
443 $length = $this->max_bodysize + 1;
445 $length = $this->resp_headers['content-length'];
448 $r_body = $this->readData($socket, $length, 'response (content-length limite
[all...]
/dokuwiki/inc/
H A Dauth.php400 * @param int $length number of bytes
406 function auth_randombytes($length)
408 return random_bytes($length);
340 auth_randombytes($length) global() argument
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md100 its ``format()`` method. Please note that you can not pass colored texts in the second parameters (text length calculation
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE265 functions (ten lines or less in length), then the use of the object
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE261 functions (ten lines or less in length), then the use of the object
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG618 - Code cleanup by using direct string indexing instead of substr with length 1 (Milian Wolff)

123