Home
last modified time | relevance | path

Searched refs:hash (Results 76 – 100 of 470) sorted by relevance

12345678910>>...19

/plugin/folded/
H A Dhelper.php24 $hash = md5($ID.$ACT);
26 $id = 'folded_'.$hash.'_'.$ids_count;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dstrings_like_numbers.test4 {{ hash['2e2'] }}
6 return ['hash' => ['2e2' => 'works']]
/plugin/imagemapping/
H A Dsyntax.php151 list($url, $hash) = explode('#', $url, 2);
152 if (!empty($hash)) $hash = $renderer->_headerToLink($hash);
154 if ($hash) $url .= '#' . $hash;
194 list($url, $hash) = explode('#', $url, 2);
198 if ($hash)
199 $url .= '#' . $hash;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/Resource/
H A DBlobs.php134 * @param string $hash The hash. In the case of SHA-256, it will always be a
149 public function getTree($instanceName, $hash, $sizeBytes, $optParams = []) argument
151 $params = ['instanceName' => $instanceName, 'hash' => $hash, 'sizeBytes' => $sizeBytes];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSupport/
H A DMedia.php72 public $hash; variable in Google\\Service\\CloudSupport\\Media
351 public function setHash($hash) argument
353 $this->hash = $hash;
360 return $this->hash;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeReporting/
H A DGdataMedia.php72 public $hash; variable in Google\\Service\\YouTubeReporting\\GdataMedia
351 public function setHash($hash) argument
353 $this->hash = $hash;
360 return $this->hash;
/plugin/offline/
H A Drenderer.php272 list($id,$hash) = explode('#',$id,2);
273 if(!empty($hash)) $hash = $this->_headerToLink($hash);
302 if($hash) $link['url'].='#'.$hash;
/plugin/dw2markdown/
H A Drenderer.php579 * @param string $hash hash link identifier
584 public function locallink($hash, $name = null, $returnonly = false) { argument
586 $name = $this->_getLinkTitle($name, $hash, $isImage);
587 $hash = $this->_headerToLink($hash);
589 $doc = '['.$name.'](#'.$hash.')';
/plugin/confmanager/
H A Dhelper.php47 $hash = '';
51 $hash .= realpath($paths[0]);
52 return md5($hash);
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Ddr.css15 a.dr-hash,
24 h2:hover a.dr-hash,
25 h3:hover a.dr-hash,
26 h4:hover a.dr-hash,
27 h5:hover a.dr-hash,
/plugin/linksuggest/
H A Daction.php53 list($q, $hash) = array_pad(explode('#', $q, 2), 2, null);
55 $has_hash = !($hash === null);
111 if ($hash !== null && $matchedPages[0]['type'] === 'f') {
112 //if hash is given and a page was found
121 if ($hash === '' || strpos($t['hid'], $hash) === 0) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssImportFilter.php93 $hash = md5($content);
94 } while ($lastHash != $hash && $lastHash = $hash);
/plugin/twofactor/action/
H A Dlogin.php170 list($providerID, $hash,) = $data;
174 if ($this->cookieHash($provider) !== $hash) return false;
225 $hash = $this->cookieHash($provider);
226 $data = base64_encode(serialize([$providerID, $hash, time()]));
235 * Create a hash that validates the cookie
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php221 $mHash = $this->hash->hash($m);
228 $h = $this->hash->hash($m2);
396 $lHash = $this->hash->hash($this->label);
484 ->withHash($this->hash->getHash())
509 'hash' => $this->hash->getHash(),
/plugin/include/syntax/
H A Dlocallink.php32 list($hash, $name, $id) = $data;
37 $renderer->doc .= '<a href="#'.$hash.'" title="'.$title.'" class="wikilink1">';
/plugin/explain/
H A Dsyntax.php79 list($id, $hash) = explode('#', $target, 2);
86 if($hash != '') {
87 $_ret .= '#'.$hash;
/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
H A DExporter.php277 if ($hash = $processed->contains($value)) {
278 return sprintf('%s Object &%s', $class, $hash);
281 $hash = $processed->add($value);
298 return sprintf('%s Object &%s (%s)', $class, $hash, $values);
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php250 $hash = new GTDataHash(GTHashAlgorithm::getByName('SHA256'));
251 $hash->update($bytes);
252 $hash->close();
254 return $hash;
/plugin/combo/ComboStrap/
H A DInterWiki.php43 $hash = strrchr($this->urlWithoutFragment, '#');
44 if ($hash) {
45 $this->urlWithoutFragment = substr($this->urlWithoutFragment, 0, -strlen($hash));
46 $this->fragment = substr($hash, 1);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.ColorKeywords.txt
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki32 …ents will give their results to be included within the dokuwiki search: //hash, pagehash, pagehash…
55 ==== hash ====
57 <code>{{hash>string}}</code>
59 //Example:// <code>{{hash>TEST}}</code> will result in the following output: a96df14f8b5ccb567eede4…
65 Take the page's namespace(s) and pagename to create an MD2 hash value and output it.
71 … an MD2 hash value and output it's first 4 characters. Since that's rather short, it's possible th…
94 Take the page's namespace(s) and pagename to create an MD2 hash value and write it to an exported O…
96 …ult in an ODT field with the name "pagecode" containing the corresponding hash value of the wiki p…
114 …rl// configuration setting is set to 'file:\\\\\SERVER\documents', and the page's 4-hash is 'abbt')
/plugin/linksenhanced/syntax/
H A Dlink.php392 @list($id,$hash) = explode('#',$id,2);
393 if(!empty($hash)) $hash = $renderer->_headerToLink($hash);
425 if($hash) $link['url'].='#'.$hash;
/plugin/sha3sum/
H A DREADME.MD14 Generates a SHA3-512 hash of a string.
16 Tag is [[SHA3:_INFORMATION_]] for hash of _INFORMATION_.
/plugin/nroff/
H A Drenderer.php495 function locallink($hash, $name = NULL){ argument
497 $name = $this->_getLinkTitle($name, $hash, $isImage);
498 $hash = $this->_headerToLink($hash);
500 $this->doc .= '<a href="#'.$hash.'" title="'.$title.'" class="wikilink1">';
533 list($id,$hash) = explode('#',$id,2);
534 if(!empty($hash)) $hash = $this->_headerToLink($hash);
558 if($hash) $link['url'].='#'.$hash;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php2671 $hash = 'sha512';
2675 $hash = 'sha256';
2680 $hash = 'sha1';
2688 $hash = 'sha512';
2692 $hash = 'sha256';
2696 $hash = 'sha384';
2700 $hash = 'sha512';
2711 $hash = 'sha1';
5062 $hash = 'sha512';
5065 $hash = 'sha256';
[all …]

12345678910>>...19