Home
last modified time | relevance | path

Searched refs:temp (Results 76 – 100 of 244) sorted by relevance

12345678910

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php247 $temp = ASN1::decodeBER($params['parameters']);
248 $temp = ASN1::asn1map($temp[0], Maps\Pentanomial::MAP);
249 $modulo[] = (int) $temp['k3']->toString();
250 $modulo[] = (int) $temp['k2']->toString();
251 $modulo[] = (int) $temp['k1']->toString();
H A DPuTTY.php74 $temp = Base64::encode(Strings::packSSH2('s', $components['type']) . $components['public']);
75 … $components = OpenSSH::load($components['type'] . ' ' . $temp . ' ' . $components['comment']);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php91 $temp = pack('Na*', $sequence++, $password);
92 $symkey .= Hex::decode(sha1($temp));
126 $temp = sodium_crypto_pwhash($length, $password, $salt, $passes, $memory << 10, $flavour);
128 $symkey = substr($temp, 0, 32);
129 $symiv = substr($temp, 32, 16);
130 $hashkey = substr($temp, -32);
/plugin/odt/helper/
H A Dconfig.php618 $temp = $this->getParam ('disable_links');
619 if ( strcasecmp($temp, 'Yes') != 0 && $temp !== true ) {
628 $temp = $this->getParam ('toc_pagebreak');
629 if ( strcasecmp($temp, 'Yes') == 0 || $temp === true ) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1453 if ($temp === false) {
1460 $line .= "$temp\n";
2929 case $temp === true:
2931 case $temp === false:
3481 $raw = $temp . $raw;
3686 $buffer .= $temp;
4366 $entry .= $temp;
4412 $temp
5239 $temp = [];
5241 $temp[$key] = $ref->get();
[all …]
/plugin/lastfm/inc/
H A Dlastfmutils.php363 $temp =& $loc[$level];
364 $loc =& $temp;
384 $temp =& $loc[str_replace(":arr#", "", $level)];
385 $loc =& $temp;
/plugin/columns/
H A Daction.php325 list($name, $temp) = $this->parseAttribute($a);
327 if (($column == -1) && array_key_exists('column-width', $temp)) {
328 $this->column[0]->addAttribute('table-width', $temp['column-width']);
333 $this->column[$column]->addAttributes($temp);
344 list($name, $temp) = $this->parseAttribute($a);
345 $this->column[$column]->addAttributes($temp);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC2.php418 $temp = $this->key;
421 $this->key = $temp;
441 $temp = $this->key;
444 $this->key = $temp;
H A DSalsa20.php368 $temp = Strings::pop($encrypted, 64);
377 $temp = static::salsa20($this->p1 . pack('V', $buffer['counter']++) . $this->p2);
379 $ciphertext .= $encrypted . ($text2 ^ $temp);
380 $buffer['ciphertext'] = substr($temp, $overflow);
/plugin/openlayersmap/
H A Dscript.js44 // temp node
45 temp = document.createElement('div');
46 temp.innerHTML = '<div id="' + mapid + '-olContainer" class="olContainer olWebOnly">'
50 while (temp.firstChild) {
51 frag.appendChild(temp.firstChild);
758 temp = document.createElement('div');
759 temp.innerHTML = '<div id="popup" class="olPopup"><a href="#" id="popup-closer" class="olPopupCloseBox"></a><div id="popup-content"></div></div>';
760 while (temp.firstChild) {
761 frag.appendChild(temp.firstChild);
/plugin/ckgdoku/ckeditor/plugins/copyformatting/styles/
H A Dcopyformatting.css32 .cke_copyformatting_active div[data-cke-temp],
33 .cke_copyformatting_tableresize_cursor div[data-cke-temp] {
/plugin/ckgedit/ckeditor/plugins/copyformatting/styles/
H A Dcopyformatting.css32 .cke_copyformatting_active div[data-cke-temp],
33 .cke_copyformatting_tableresize_cursor div[data-cke-temp] {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php181 $temp = $z->add($dA->multiply($r));
182 $temp = $kinv->multiply($temp);
183 list(, $s) = $temp->divide($order);
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_csp.js.map1temp","match","mask","length","toLowerCase","month_short_hash","month_full_hash","Date","UTC","con…
/plugin/jukebox/id3/
H A Dgetid3.php1110 $temp = tempnam('*', 'getID3');
1117 …andline = '"'.GETID3_HELPERAPPSDIR.'vorbiscomment.exe" -w -c "'.$empty.'" "'.$file.'" "'.$temp.'"';
1128 $commandline = 'vorbiscomment -w -c "'.$empty.'" "'.$file.'" "'.$temp.'" 2>&1';
1129 …comment -w -c '.escapeshellarg($empty).' '.escapeshellarg($file).' '.escapeshellarg($temp).' 2>&1';
1144 $this->info[$algorithm.'_data'] = getid3_lib::md5_file($temp);
1148 $this->info[$algorithm.'_data'] = getid3_lib::sha1_file($temp);
1155 unlink($temp);
/plugin/judge/helper/
H A Djdatetime.class.php53 private static $temp = array(); variable in jDateTime
161 self::$temp['z'] = $v;
165 … $v = is_int(self::$temp['z'] / 7) ? (self::$temp['z'] / 7) : intval(self::$temp['z'] / 7 + 1);
/plugin/runcommand/
H A Dsyntax.php169 $temp = explode(":",$field);
170 if ($temp[0] == 'default') {
171 $defaultValue=$temp[1];
173 $result[] = array('item' => $temp[0], 'value' => $temp[1], 'default' => '0');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php480 $temp = '';
482 $temp = fmod($num, 10) . $temp;
486 return $temp;
/plugin/htmlokay/
H A Dhelper.php338 $temp = $htmlok[$name];
339 if ($levels[$temp] > $level)
341 $level = $levels[$temp];
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js68 var temp;
78 temp = end;
80 start = temp;
/plugin/blog/syntax/
H A Darchive.php34 if(preg_match('/(\w+)\s*=(.+)/', $flag, $temp) == 1) {
35 if ($temp[1] == 'author') {
36 $author = trim($temp[2]);
/plugin/wysiwyg/
H A Dajax.php71 $temp = $_COOKIE;
87 $temp = $_REQUEST;
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js75 var temp = JSON.parse(decodeURIComponent(
78 if (temp != null && temp.ticketsConfig != null)
80 config = temp.ticketsConfig;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1109 $temp = substr($i, $k, $blockLength);
1110 $temp = new BigInteger($temp, 256);
1112 $temp = $temp->add($b);
1113 $temp = $temp->add($one);
1114 $newi .= $temp->toBytes(false);
2033 $encryptIV = $temp;
2039 $encryptIV = $temp;
2377 $temp = [$this->preferredEngine];
2379 $temp,
2380 array_diff($candidateEngines, $temp)
[all …]
/plugin/database2/
H A Ddatabase2.php1961 if ( $meta[$temp] )
1966 $column = $temp;
3261 if ( $temp === false )
3264 $value = $temp;
3375 $part .= $temp;
5054 $temp = array(
5068 return $temp;
5580 $temp = preg_replace( '/\(([^)]+)\)/', '\1', $temp );
5605 if ( trim( $temp[1] ) === '' ) unset( $temp[1] );
5606 if ( trim( $temp[0] ) === '' ) unset( $temp[0] );
[all …]

12345678910