Home
last modified time | relevance | path

Searched refs:hash (Results 51 – 75 of 470) sorted by relevance

12345678910>>...19

/plugin/authgoogle/google/cache/
H A DGoogle_FileCache.php77 private function getCacheDir($hash) { argument
81 return $this->path . '/' . substr($hash, 0, 2);
84 private function getCacheFile($hash) { argument
85 return $this->getCacheDir($hash) . '/' . $hash;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php103 $hash = new Hash($curve::HASH);
104 $k = $hash->hash($dom2 . substr($signature, 0, $curve::SIZE) . $A . $message);
125 … if (self::$engines['OpenSSL'] && in_array($this->hash->getHash(), openssl_get_md_methods())) {
128 …_verify($message, $sig, $this->toString('PKCS8', ['namedCurve' => false]), $this->hash->getHash());
140 $e = $this->hash->hash($message);
143 $Ln = $this->hash->getLength() - $order->getLength();
/plugin/nodetailsxhtml/
H A Drenderer.php285 //keep hash anchor
286 list($id,$hash) = explode('#',$id,2);
287 if(!empty($hash)) $hash = $this->_headerToLink($hash);
315 //keep hash
316 if($hash) $link['url'].='#'.$hash;
326 function locallink($hash, $name = NULL, $returnonly = false){
328 $name = $this->_getLinkTitle($name, $hash,
367 locallink($hash, $name = NULL, $returnonly = false) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DRemoteBuildExecution.php70 'path' => 'v2/{+instanceName}/actionResults/{hash}/{sizeBytes}',
78 'hash' => [
103 'path' => 'v2/{+instanceName}/actionResults/{hash}/{sizeBytes}',
111 'hash' => [
187 'path' => 'v2/{+instanceName}/blobs/{hash}/{sizeBytes}:getTree',
195 'hash' => [
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/
H A Dwith_no_hash.test2 "with" tag with an expression that is not a hash
8 return ['vars' => 'no-hash']
10 Twig\Error\RuntimeError: Variables passed to the "with" tag must be a hash in "index.twig" at line …
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/
H A DFingerprint.php53 $hash = new Hash('sha256');
54 $base = base64_encode($hash->hash($key));
/plugin/magento/
H A Dauth.php389 $hash = "";
392 $hash = $row['hash'];
397 return $this->validateHash( $pass, $hash );
443 $hash = "";
446 $hash = $row['hash'];
451 return $this->validateHash( $pass, $hash );
467 protected function hash($data) function in auth_plugin_magento
476 * @param string $hash
479 protected function validateHash($password, $hash) argument
481 $hashArr = explode(':', $hash);
[all …]
/plugin/imagemap/
H A Dsyntax.php123 list($url,$hash) = explode('#',$url,2);
124 if (!empty($hash)) $hash = $renderer->_headerToLink($hash);
126 if ($hash) $url .= '#'.$hash;
166 list($url,$hash) = explode('#',$url,2);
169 if ($hash) $url .= '#'.$hash;
173 list($url,$hash) = explode('#',$url,2);
177 if ($hash) $url .= '#'.$hash;
/plugin/button/
H A Dsyntax.php413 //keep hash anchor
414 $hash = NULL;
416 list($id, $hash) = explode('#', $id, 2);
417 if (!empty($hash))
418 $hash = $xhtml->_headerToLink($hash);
446 //keep hash
447 if ($hash)
448 $link['url'] .= '#' . $hash;
472 $hash
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPrivateKey.php73 ->withHash($this->hash->getHash())
89 … if (self::$engines['OpenSSL'] && in_array($this->hash->getHash(), openssl_get_md_methods())) {
91 … $result = openssl_sign($message, $signature, $this->toString('PKCS8'), $this->hash->getHash());
104 $h = $this->hash->hash($message);
H A DPublicKey.php50 … if (self::$engines['OpenSSL'] && in_array($this->hash->getHash(), openssl_get_md_methods())) {
53 … $result = openssl_verify($message, $sig, $this->toString('PKCS8'), $this->hash->getHash());
66 $h = $this->hash->hash($message);
/plugin/eventline/
H A Dplain.php88 function locallink($hash, $name = NULL){ argument
89 $this->doc .= ' ' . $hash . ' ';
110 list($src,$hash) = explode('#',$src,2);
118 if($hash) $link['url'] .= '#'.$hash;
146 $hash = "";
179 if($hash) $link['url'].='#'.$hash;
/plugin/imagebox/
H A Dsyntax.php34 $hash = $result[1];
45 if (isset($hash)) $match['detail'] .= '#' . $hash;
57 if (isset($hash)) $match['detail'] .= '#' . $hash;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dchaining.js16 .reduce(function(hash, l) { argument
17 hash[l] = hash[l] || 0;
18 hash[l]++;
19 return hash;
/plugin/sha3sum/
H A DPlugin.txt4 description: Generates a SHA3 hash.
13 tags : hash sha3
31 Generates a SHA3-512 hash of a string.
33 Tag is %%[[SHA3:_INFORMATION_]]%% for hash of _INFORMATION_.\\
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Mechanism/
H A DDigestMD5Mechanism.php115 $a2 = hash('md5', $a2);
117 return hash('md5', sprintf(
142 $a1 = hash('md5', sprintf(
158 return hash('md5', $a1);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfig-hash.asciidoc2 [[config-hash]]
3 === Building the client from a configuration hash
6 provided in a setting hash instead of calling the individual methods directly.
28 If this behavior is not desired (for example, you are using the hash for other
/plugin/owncloud/
H A Dsyntax.php125 list($src,$hash) = explode('#',$match['src'],2);
130 if($hash) $match['magnifyLink'] .= '#'.$hash;
134 if($hash) $match['detail'] .= '#'.$hash;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php334 … return self::$engines['OpenSSL'] && in_array($this->hash->getHash(), openssl_get_md_methods()) ?
371 ->withHash($this->hash->getHash())
450 * @param string $hash
452 public function withHash($hash) argument
457 if ($this->curve instanceof Ed25519 && $hash != 'sha512') {
460 if ($this->curve instanceof Ed448 && $hash != 'shake256-912') {
464 return parent::withHash($hash);
/plugin/strata/types/
H A Dwiki.php58 list($id,$hash) = explode('#', $id, 2);
70 return $this->_linkSyntax($instruction, $id.'#'.$hash);
100 list($src,$hash) = explode('#',$media['src'],2);
102 if($hash) $src.='#'.$hash;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DExportUtil.php186 } elseif ($hash = $processed->contains($value)) {
187 return sprintf('%s:%s Object', $class, $hash);
190 $hash = $processed->add($value);
207 return sprintf('%s:%s Object (%s)', $class, $hash, $values);
/plugin/fastwiki/
H A Dpagecache.js129 function _addPage(id, queue, hash, data, maxSize, exclude) { argument
130 if (id in hash)
137 delete hash[queue[x]];
143 delete hash[queue.shift()];
149 hash[id] = data;
/plugin/prettyphoto/
H A Drenderer.php24 list($src,$hash) = explode('#',$src,2);
50 if($hash) $link['url'] .= '#'.$hash;
/plugin/targetlink/
H A Dsyntax.php146 @list($id, $hash) = explode('#', $id, 2);
147 if(!empty($hash)) $hash = $xhtml->_headerToLink($hash);
179 if($hash) $link['url'] .= '#'.$hash;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Ddiagram.js138 function ParseError(message, hash) { argument
139 _.extend(this, hash);
152 parser.yy.parseError = function(message, hash) { argument
153 throw new ParseError(message, hash);

12345678910>>...19