Home
last modified time | relevance | path

Searched refs:hash (Results 251 – 275 of 470) sorted by path

1...<<111213141516171819

/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/flowcharts/
H A Dmermaid.min.js1 …]},parseError:function(t,e){if(!e.recoverable){var n=new Error(t);throw n.hash=e,n}this.trace(t)},…
24hash=e,n}this.trace(t)},parse:function(t){var e=this,n=[0],r=[],i=[null],a=[],o=this.table,s="",u=…
/plugin/flowplay/flowplayer/
H A Dswfobject.js109 var q=document.location.search||document.location.hash;
/plugin/folded/
H A Dhelper.php24 $hash = md5($ID.$ACT);
26 $id = 'folded_'.$hash.'_'.$ids_count;
/plugin/freechat/phpfreechat/data/public/js/
H A Dmd5.js219 var hash = this.core_md5(ipad.concat(this.str2binl(data)), 512 + data.length * this.chrsz);
220 return this.core_md5(opad.concat(hash), 512 + 128);
H A Dprototype.js415 return match[1].split(separator || '&').inject({ }, function(hash, pair) { argument
421 if (key in hash) {
422 if (!Object.isArray(hash[key])) hash[key] = [hash[key]];
423 hash[key].push(value);
425 else hash[key] = value;
427 return hash;
3382 if (typeof options != 'object') options = { hash: !!options };
3383 else if (Object.isUndefined(options.hash)) options.hash = true;
3402 return options.hash ? data : Object.toQueryString(data);
/plugin/gallery/
H A Dscript.js51 $gallery.find(e.target.hash).show();
/plugin/gemini/
H A Drenderer.php257 public function locallink($hash, $name = null) argument
259 if (!$name) $name = $hash;
/plugin/geophp/
H A Dcomposer.lock7 "content-hash": "86b1f3b41382daf1cdfe98e083509de5",
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php27 * array of neighbouring hash character maps.
53 * array of bordering hash character maps.
81 * @param string $hash a GeoHash
82 * @param boolean $asGrid Return the center point of hash grid or the grid cell as Polygon
86 public function read($hash, $asGrid = false) argument
88 $decodedHash = $this->decode($hash);
125 // The GeoHash is the smallest hash grid ID that fits the envelope
135 foreach ($geoHashes as $hash) {
136 if ($hash[$i] != $char) {
166 $hash
220 decode($hash) global() argument
315 adjacent($hash, $direction) global() argument
[all...]
/plugin/ghissues/syntax/
H A Dsyntax.php129 $hashpair = array( $data['url'] => hash('md5', $data['url']) );
/plugin/git/action/
H A Dmerge.php65 $hash = $_REQUEST['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/git/lib/
H A DGit.php373 public function get_files_by_commit($hash) { argument
374 return $this->run("diff-tree -r --name-status --no-commit-id ".$hash);
/plugin/givemeyouremail/
H A DREADME.txt29 Alternatively, you can also find the adresses in data/meta/[a md5 hash].givemeyouremail
/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/gtime/gtlib/tsp/
H A DGTHashEntry.php60 $hash = new GTDataHash($this->hashAlgorithm);
62 $hash->update($bytes);
63 $hash->close();
65 $imprint1 = $hash->getDataImprint();
H A DGTPublicationsFile.php317 foreach ($this->getPublicKeyList() as $hash) {
319 if ($hash->getHashedMessage() == $publicKey->getHashedMessage() &&
320 $hash->getHashAlgorithm()->getOid() == $publicKey->getHashAlgorithm()->getOid()) {
H A DGTTimestamp.php470 $hash = X509Certificate::getPublicKeyHash($certificate->getPublicKey());
472 if ($publicationsFile->containsPublicKey($hash)) {
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …:1,global_variables:1,grep:1,gsub:1,"gsub!":1,"has_key?":1,"has_value?":1,hash:1,hex:1,id:1,"inclu… property in hljs.LANGUAGES.ruby.c.keymethods
/plugin/hipchat/
H A Dcomposer.lock6 "hash": "0d152e6bcf477d0845813cc4e757dd2a",
/plugin/imagebox/
H A Dsyntax.php34 $hash = $result[1];
45 if (isset($hash)) $match['detail'] .= '#' . $hash;
57 if (isset($hash)) $match['detail'] .= '#' . $hash;
/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/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/impressjs/tpl/dokuwiki/
H A Dimpress.js146 return byId( window.location.hash.replace(/^#\/?/,"") );
612 window.location.hash = lastHash = "#/" + event.target.id;
621 if (window.location.hash !== lastHash) {

1...<<111213141516171819