Home
last modified time | relevance | path

Searched refs:hash (Results 26 – 50 of 470) sorted by relevance

12345678910>>...19

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php211 $hash = $decoded['digestAlgorithm']['algorithm'];
212 $hash = substr($hash, 0, 3) == 'id-' ?
213 substr($hash, 3) :
214 $hash;
215 $hash = new Hash($hash);
216 $em = $hash->hash($m);
241 $mHash = $this->hash->hash($m);
265 $h2 = $this->hash->hash($m2);
393 $lHash = $this->hash->hash($this->label);
496 'hash' => $this->hash->getHash(),
[all …]
/plugin/noiewarning/
H A Daction.php272 $hash= null;
278 $hash= confToHash($betterfile);
283 if ($hash === null) {
286 $hash= confToHash($betterfile);
291 if ($hash === null) return $hash; // nothing more can be done
292 if (in_array('IE', $hash)!==false
293 || in_array('Internet Explorer', $hash)!==false
294 || in_array('Microsoft', $hash)!==false
295 || in_array('Edge/', $hash)!==false
299 $hash= null;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php63 protected $hash; variable in phpseclib3\\Crypt\\Common\\AsymmetricKey
138 $this->hash = new Hash('sha256');
503 * @param string $hash
505 public function withHash($hash) argument
509 $new->hash = new Hash($hash);
510 $new->hmac = new Hash($hash);
522 return clone $this->hash;
545 $v = $this->hmac->hash($v);
548 $v = $this->hmac->hash($v);
555 $v = $this->hmac->hash($v);
[all …]
/plugin/showlinkpermission/
H A Drenderer.php76 list($id,$hash) = explode('#',$id,2);
77 if(!empty($hash)) $hash = $this->_headerToLink($hash);
107 if($hash) $link['url'].='#'.$hash;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php118 $hash = new Hash($curve::HASH);
120 $secret = substr($hash->hash($this->dA->secret), $curve::SIZE);
130 $r = $hash->hash($dom . $secret . $message);
136 $k = $hash->hash($dom . $R . $A . $message);
146 … if (self::$engines['OpenSSL'] && in_array($this->hash->getHash(), openssl_get_md_methods())) {
153 …n($message, $signature, $this->toString('PKCS8', ['namedCurve' => false]), $this->hash->getHash());
166 $e = $this->hash->hash($message);
169 $Ln = $this->hash->getLength() - $order->getLength();
250 ->withHash($this->hash->getHash())
/plugin/authradius/
H A Dmschap.php39 return pack('H*', hash('md4', str2unicode($plain)));
80 function NtPasswordHashHash($hash) argument
82 return pack('H*', hash('md4', $hash));
87 return substr(pack('H*', hash('sha1', $peerChallenge . $challenge . $username)), 0, 8);
/plugin/siteexport/renderer/
H A Dpdf.php233 list($src,$hash) = explode('#',$src,2);
255 if($hash) {
256 $link['url'] .= '#'.$hash;
302 list($id, $hash) = explode('#', $id, 2);
303 if (!empty($hash)) $hash = $this->_headerToLink($hash);
333 if ($hash) $link['url'] .= '#' . $hash;
437 * @param string $hash hash link identifier
442 public function locallink($hash, $name = null, $returnonly = false) { argument
444 $name = $this->_getLinkTitle($name, $hash, $isImage);
445 $hash = $this->_headerToLink($hash);
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php38 $hash = hash('sha256', $className);
40 return $this->directory.$hash[0].$hash[1].'/'.$hash.'.php';
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractDigest.php111 $hash = $this->getDigestHash($this->realm, $username);
113 if ($hash === false || is_null($hash)) {
116 if (!is_string($hash)) {
121 if (!$digest->validateA1($hash)) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractDigest.php111 $hash = $this->getDigestHash($this->realm, $username);
113 if ($hash === false || is_null($hash)) {
116 if (!is_string($hash)) {
121 if (!$digest->validateA1($hash)) {
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php81 list($id,$hash) = explode('#',$id,2);
82 if(!empty($hash)) $hash = $this->_headerToLink($hash);
101 if($hash) $link['url'].='#'.$hash;
197 list($src,$hash) = explode('#',$src,2);
217 if($hash) $link['url'] .= '#'.$hash;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php166 * @param string $hash
169 public function withHash($hash) argument
173 $hash = strtolower($hash);
177 switch ($hash) {
203 if ($hash != $expectedHash) {
208 if ($hash != 'sha1') {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DPackagerFilter.php45 $hash = substr(sha1(time().rand(11111, 99999)), 0, 7);
46 $package = FilesystemUtils::getTemporaryDirectory().'/assetic_packager_'.$hash;
49 file_put_contents($package.'/package.yml', sprintf($manifest, $hash));
53 $content = $packager->build(array(), array(), array('Application'.$hash));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/Group/
H A DInclude.php14 * @param string $hash
18 protected function doAccept($hash) argument
20 return in_array($hash, $this->groupTests);
H A DExclude.php14 * @param string $hash
18 protected function doAccept($hash) argument
20 return !in_array($hash, $this->groupTests);
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DEditor.svelte31 console.log('Error in parsed', e.hash);
32 const l = e.hash.line;
39 e.hash.loc.first_line,
40 e.hash.loc.last_line,
41 e.hash.loc.first_column,
42 e.hash.loc.last_column
/plugin/toctweak/syntax/
H A Dmetatoc.php54 $hash = strstr($id, '#');
55 if ($id == $hash) { $id = $ID.$hash; }
79 list($id, $hash) = explode('#', $id);
80 $section = $hash ? sectionID($hash, $check = false) : '';
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.delicious.js36 var hash, total_posts, title, txt_button;
41 hash = count.hash;
59 $button.find('a.icon').attr("href", hash ? "http://delicious.com/url/" + hash : save_url);
/plugin/multiorphan/action/
H A Dmultiorphan.php228 $hash = null;
230 list($mid, $hash) = explode('#', $mid); //record pages without hashs
236 $hash = cleanID($data['instructions'][0]);
244 if ( $data['exists'] && !empty( $hash) ) {
248 'entryID' => $hash,
257 $itemIndex = $mid . (!empty($hash) ? '#'.$hash : '');
437 list($link, $hash) = explode('#', $id, 2);
438 if ( !empty( $hash) ) {
440 $hash = '#' . $this->renderer->_headerToLink( $hash );
443 return wl($link) . $hash;
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DSafeAnalysisNodeVisitor.php41 $hash = spl_object_hash($node);
42 if (!isset($this->data[$hash])) {
46 foreach ($this->data[$hash] as $bucket) {
61 $hash = spl_object_hash($node);
62 if (isset($this->data[$hash])) {
63 foreach ($this->data[$hash] as &$bucket) {
71 $this->data[$hash][] = [
/plugin/git/
H A Dhelper.php251 $hash = $commit['hash'];
253 … if($hash === $selected_hash || $hash === 'new') $divVisibility = ""; // Show the selected
259 if ($hash === 'new')
263 else if($hash === 'all')
269 $files = explode("\n", $repo->get_files_by_commit($hash));
347 $hash = trim($_REQUEST['hash']);
361 if ($hash === 'all') $l_text = $repo->getFile($fileForDiff, 'origin/master');
362 else $l_text = $repo->getFile($fileForDiff, $hash."~1");
365 if ($hash === 'all') $r_text = $repo->getFile($fileForDiff, 'HEAD');
366 else $r_text = $repo->getFile($fileForDiff, $hash);
[all …]
/plugin/dw2pdf/
H A Drenderer.php170 * @param string $hash hash link identifier
177 public function locallink($hash, $name = null, $returnonly = false)
180 $name = $this->_getLinkTitle($name, $hash, $isImage);
181 $hash = $this->_headerToLink($hash);
187 $this->doc .= '<a href="#' . $pid . '__' . $hash . '" title="' . $title . '" class="wikilink1">';
249 [/* url */, $hash] = sexplode('#', $link['url'], 2, '');
253 $link['url'] = "#" . $pid . '__' . $hash;
165 locallink($hash, $name = null, $returnonly = false) global() argument
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/
H A DCacheBustingWorker.php57 $hash = hash_init('sha1');
59 hash_update($hash, $factory->getLastModified($asset));
64 hash_update($hash, $sourcePath ?: $i);
68 return substr(hash_final($hash), 0, 7);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DItemMetadata.php40 public $hash; variable in Google\\Service\\CloudSearch\\ItemMetadata
129 public function setHash($hash) argument
131 $this->hash = $hash;
138 return $this->hash;
/plugin/gtime/gtlib/tsp/
H A DGTHashEntry.php60 $hash = new GTDataHash($this->hashAlgorithm);
62 $hash->update($bytes);
63 $hash->close();
65 $imprint1 = $hash->getDataImprint();

12345678910>>...19