Home
last modified time | relevance | path

Searched refs:temp (Results 1 – 20 of 20) sorted by path

/dokuwiki/lib/scripts/
H A Dfileuploader.js197 qq.obj2url = function(obj, temp, prefixDone){ argument
201 var nextTemp = temp
202 ? (/\[\]$/.test(temp)) // prevent double-encoding
203 ? temp
204 : temp+'['+i+']'
217 if (!prefixDone && temp) {
218 prefix = (/\?/.test(temp)) ? (/\?$/.test(temp)) ? '' : '&' : '?';
219 uristrings.push(temp);
234 uristrings.push(encodeURIComponent(temp)
[all...]
H A Dlinkwiz.js316 var temp = dw_linkwiz.$entry.val(); variable
318 dw_linkwiz.$entry.val(temp);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
H A DHash.php624 $temp = $m[$i]->add($k[$i]);
625 $temp->setPrecision(64);
626 $temp = $temp->multiply($m[$i + 4]->add($k[$i + 4]));
627 $y = $y->add($temp);
629 $temp = $m[$i + 1]->add($k[$i + 1]);
630 $temp->setPrecision(64);
631 $temp = $temp->multiply($m[$i + 5]->add($k[$i + 5]));
632 $y = $y->add($temp);
[all...]
H A DRC2.php394 $temp = $this->key;
397 $this->key = $temp;
416 $temp = $this->key;
419 $this->key = $temp;
H A DRC4.php227 $temp = $keyStream[$i];
229 $keyStream[$j] = $temp;
H A DRSA.php378 $temp = $primes[$i]->subtract(self::$one);
382 $lcm['top'] = $lcm['top']->multiply($temp);
383 $lcm['bottom'] = $lcm['bottom'] === false ? $temp : $lcm['bottom']->gcd($temp);
386 list($temp) = $lcm['top']->divide($lcm['bottom']);
387 $gcd = $temp->gcd($e);
393 $d = $e->modInverse($temp);
396 $temp = $prime->subtract(self::$one);
397 $exponents[$i] = $e->modInverse($temp);
H A DRandom.php
H A DRijndael.php346 $temp = [];
354 $temp[$i] = $t0[$state[$i] >> 24 & 0x000000FF] ^
364 $state = $temp;
381 $temp[$i] = ($state[$i] & intval(0xFF000000)) ^
392 return pack('N*', ...$temp);
427 $temp = [];
435 $temp[$i] = $dt0[$state[$i] >> 24 & 0x000000FF] ^
445 $state = $temp;
460 $temp[$i] = $dw[$i] ^ ($isbox[$word & 0x000000FF] |
470 return pack('N*', ...$temp);
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php309 $temp = $attr_cell->background;
311 $attr_cell->foreground = $temp;
H A DASN1.php242 $temp = ord($encoded[$encoded_pos++]);
244 $loop = $temp >> 7;
246 $temp &= 0x7F;
248 if ($startOffset == 2 && $temp == 0) {
251 $tag |= $temp;
271 $temp = substr($encoded, $encoded_pos, $length);
276 extract(unpack('Nlength', substr(str_pad($temp, 4, chr(0), STR_PAD_LEFT), -4)));
317 $temp = self::decode_ber($content, $start, $content_pos);
318 if ($temp === false) {
321 $length = $temp['lengt
[all...]
H A DX509.php682 $temp = chr((ASN1::CLASS_CONTEXT_SPECIFIC << 6) | 2) . "\1\0";
683 $value['authorityCertSerialNumber'] = new Element($temp);
776 $temp = ASN1::encodeDER($values[$j], $map);
777 $decoded = ASN1::decodeBER($temp);
1147 preg_match('#HTTP/1.\d (\d{3})#', $line, $temp);
1148 if ($temp[1] != '200') {
1157 $temp = fread($fsock, 1024);
1158 if ($temp === false) {
1161 $data .= $temp;
2315 $temp
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php429 $temp = new static($this->hex, -16);
430 $this->value = $temp->value;
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSCP.php
H A DSFTP.php1012 $temp = $this->nlist_helper($dir . '/' . $value, true, $relativeDir . $value . '/');
1013 $temp = is_array($temp) ? $temp : [];
1014 $result = array_merge($result, $temp);
1146 $temp = $this->realpath($dir . '/..') . '/.';
1148 $temp = $dir . '/' . $shortname;
1150 $this->update_stat_cache($temp, (object) ['lstat' => $attributes]);
1293 $temp = &$this->stat_cache;
1296 // if $temp i
[all...]
H A DSSH1.php
H A DSSH2.php1394 $temp = stream_get_line($this->fsock, 255, "\n");
1395 if ($temp === false) {
1398 if (strlen($temp) == 255) {
1402 $line .= "$temp\n";
1432 $this->server_identifier = trim($temp, "\r\n");
1836 $temp = unpack('Nlength', substr($this->signature, 0, 4));
1837 $this->signature_format = substr($this->signature, 4, $temp['length']);
2904 $temp = $this->get_channel_packet(self::CHANNEL_EXEC);
2906 case $temp === true:
2908 case $temp
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php180 $temp = $key_blob;
181 list($key_type) = Strings::unpackSSH2('s', $temp);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php
/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php1148 $temp = explode(':', $this->sanitize($duration_parent[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT));
1149 if (sizeof($temp) > 0) {
1150 $seconds = (int) array_pop($temp);
1152 if (sizeof($temp) > 0) {
1153 $minutes = (int) array_pop($temp);
1156 if (sizeof($temp) > 0) {
1157 $hours = (int) array_pop($temp);
1160 unset($temp);
1202 $temp = explode(',', $this->sanitize($keywords[0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT));
1203 foreach ($temp a
[all...]