Home
last modified time | relevance | path

Searched refs:len (Results 1 – 25 of 35) sorted by path

12

/dokuwiki/inc/
H A DDifferenceEngine.php412 $len = count($lines);
430 while ($i < $len && ! $changed[$i]) {
438 if ($i == $len)
444 while (++$i < $len && $changed[$i])
475 $corresponding = $j < $other_len ? $i : $len;
484 while ($i < $len && $lines[$start] == $lines[$i]) {
487 while ($i < $len && $changed[$i])
H A DJpegMeta.php2613 $len = strlen($header);
2615 $pos = $this->_putByte($data, $pos, $len);
2617 if (($len % 2) == 0) { // Even padding, including the length byte
2621 $len = strlen($value);
2622 $pos = $this->_putLong($data, $pos, $len);
2624 if (($len % 2) != 0) { // Even padding
3193 $len = strlen($str);
3194 for ($i = 0; $i < $len; $i++) {
3198 return $pos + $len;
H A DMailer.class.php
H A DPassHash.php45 $len = strlen($hash);
101 } elseif ($len == 32) {
103 } elseif ($len == 40) {
105 } elseif ($len == 16) {
107 } elseif ($len == 41 && $hash[0] == '*') {
109 } elseif ($len == 34) {
129 * @param int $len The length of the salt
132 public function gen_salt($len = 32)
136 for ($i = 0; $i < $len; $i++) {
149 * @param int $len Th
138 gen_salt($len = 32) global() argument
157 init_salt(& $salt, $len = 32, $cut = true) global() argument
[all...]
H A DSafeFN.class.php148 $len = strlen($sub);
152 for ($i = ($converted ? 1 : 0); $i < $len; $i++) {
156 } elseif ($len == 1) {
H A Dcommon.php1099 $len = strlen(rtrim($conf['datadir'], '/'));
1100 while (strlen($path) >= $len) {
1625 $len = PhpString::strlen($short);
1626 if ($len <= $max) return $keep . $short;
1631 PhpString::substr($short, $len - $half);
H A Dfulltext.php470 $len = PhpString::strlen($text);
507 $post = min($len - $utf8_idx - $utf8_len, 100);
H A Dhttputils.php131 $len = $end - $start + 1;
132 $ranges[] = [$start, $end, $len];
152 [$start, $end, $len] = $ranges[$i];
161 header("Content-Length: $len");
169 $chunk = ($len > HTTP_CHUNK_SIZE) ? HTTP_CHUNK_SIZE : $len;
174 $len -= $chunk;
175 $chunk = ($len > HTTP_CHUNK_SIZE) ? HTTP_CHUNK_SIZE : $len;
/dokuwiki/inc/Form/
H A DForm.php131 $len = $this->elementCount();
132 for ($pos = $offset; $pos < $len; $pos++) {
150 $len = $this->elementCount();
151 for ($pos = $offset; $pos < $len; $pos++) {
437 $len = count($this->elements);
439 for ($pos = 0; $pos < $len; $pos++) {
447 $len++;
455 $len++;
/dokuwiki/inc/Remote/
H A DApiCore.php
/dokuwiki/inc/Utf8/
H A DClean.php34 $len = strlen($str);
35 for ($i = 0; $i < $len; $i++) {
46 if ((++$i === $len) || ((ord($str[$i]) & 0xC0) !== 0x80))
66 $len = strlen($str);
67 for ($i = 0; $i < $len; $i++) {
H A DUnicode.php44 $len = strlen($str);
46 for ($i = 0; $i < $len; $i++) {
/dokuwiki/inc/lang/sk/
H A Dedit.txt1 Upravte stránku a stlačte ''Uložiť''. Na stránke [[wiki:syntax]] sa môžete dozvedieť viac o Wiki syntaxi. Prosím upravujte stránky, len pokiaľ ich môžete **zdokonaliť**. Pokiaľ si chcete niečo len vyskúšať, použite [[playground:playground| pieskovisko]].
H A Dupdateprofile.txt3 Potrebujete vyplniť len tie polia, ktoré chcete zmeniť. Nemôžete zmeniť prihlasovacie meno.
/dokuwiki/lib/exe/
H A Dcss.php678 $len = strlen($line);
680 while ($i < $len) {
686 $i = $len;
/dokuwiki/lib/plugins/config/core/
H A DConfigParser.php58 $len = count($arr);
59 for ($j = 0; $j < $len; $j++) {
/dokuwiki/lib/plugins/styling/
H A Daction.php44 $len = count($event->data['link']);
45 for ($i = 0; $i < $len; $i++) {
/dokuwiki/lib/scripts/
H A Dfileuploader.js33 var len = arr.length;
35 if (from < 0) from += len;
37 for (; from < len; from++){
171 var len = candidates.length;
173 for (var i = 0; i < len; i++){
223 for (var i = 0, len = obj.length; i < len; ++i){
886 var len = this._queue.push(id);
893 if (len <= this._options.maxConnections){
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
H A DRC4.php266 $len = strlen($text);
267 for ($k = 0; $k < $len; ++$k) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1150 $len = strlen($content);
1152 if ($len > 4096) {
1153 //throw new \RuntimeException("Object identifier size is limited to 4096 bytes ($len bytes present)");
1157 if (ord($content[$len - 1]) & 0x80) {
1162 while ($pos < $len) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1269 $len = count($args) & 0x7FFFFFFE;
1270 for ($i = 0; $i < $len; $i += 2) {
/dokuwiki/vendor/simplepie/simplepie/
H A Dautoloader.php66 $len = strlen($prefix); variable
67 if (strncmp($prefix, $class, $len) !== 0) {
73 $relative_class = substr($class, $len);
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/
H A DEntities.php133 if ($len = strspn($this->data, $chars, $this->position)) {
134 $data = substr($this->data, $this->position, $len);
136 $this->position += $len;

12