Home
last modified time | relevance | path

Searched refs:hash (Results 176 – 200 of 470) sorted by last modified time

12345678910>>...19

/plugin/a2s/
H A Ddemo.txt84 …ch identified shape, add a **single** line with the identifier and a JSON hash of property:value. …
/plugin/gemini/
H A Drenderer.php257 public function locallink($hash, $name = null) argument
259 if (!$name) $name = $hash;
/plugin/openas/
H A Daction.php156 list($name,$hash) = explode('#',$link_array[0]);
157 if(isset($hash)) {
158 $new_link = $new_page_id . "#" .$hash;
/plugin/xcom/
H A Dscript.js397 case 'dokuwiki.getPagelist': //(hash),(depth:n)
399 tmp.push({hash:1});
/plugin/xcom/lang/en/
H A Dfunctions.txt6 … ''hash'' enclosed in parentheses. If not set, it defaults to ''hash''. If ''hash'' is specified, …
/plugin/instantpage/lib/
H A D5.1.0.js2 …|"https:"!=location.protocol)&&(s||!t.search||"instant"in t.dataset)&&!(t.hash&&t.pathname+t.searc…
/plugin/pureldap/
H A Dcomposer.lock7 "content-hash": "f28e8f490414ae13e83fa29ac4abe2ad",
/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/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php320 return hash('md5', $a1 . $mc, true);
333 return hash(
/plugin/commonmark/
H A Dcomposer.lock7 "content-hash": "f16c3287995e16f245d1b28669e93bd5",
/plugin/include/
H A Dhelper.php586 $hash = '';
588 list($link_id, $hash) = $link_parts;
591 if ($hash) {
592 // hopefully the hash is also unique in the including page (otherwise this might be the wrong link target)
594 $ins[$i][1][0] = $hash;
/plugin/include/syntax/
H A Dlocallink.php32 list($hash, $name, $id) = $data;
37 $renderer->doc .= '<a href="#'.$hash.'" title="'.$title.'" class="wikilink1">';
/plugin/move/helper/
H A Dhandler.php266 // local hash link
271 $hash = '';
275 $hash = $parts[1];
295 if($hash !== '') {
296 $new_id .= '#' . $hash;
/plugin/passpolicy/
H A Dwords.txt1633 hash
/plugin/quickstats/GEOIP/
H A Dcomposer.lock7 "content-hash": "25737d43de99fb5d718029bd29d5374e",
/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/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/diagramsnet/lib/plugins/
H A Dtickets.js71 if (window.location.hash != null && window.location.hash.substring(0, 9) == '#_TICKETS')
76 window.location.hash.substring(9)));
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1 …,cleanURLs:n=!0,urlManipulation:i}={}){const r=new URL(t,location.href);r.hash="",yield r.href;con…
H A Dworkbox-9fe249eb.js.map1hash = '';\n yield urlObject.href;\n const urlWithoutIgnoredParams = removeIgnoredSearchPara…
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js402 window.location.hash = tmp;
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js2804 var hash = href.split('#')[1];
2807 if (window.location.hash == '#' + hash)
2809 window.location.hash = '';
2812 window.location.hash = hash;
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js465 window.location.hash == '') || (window.location.hash != null &&
901 window.location.hash = '';
905 window.location.hash = '';
2776 var id = window.location.hash;
2901 if ((window.location.hash == null || window.location.hash.length == 0) &&
3173 window.location.hash.length == 0 || window.location.hash.substring(0, 2) == '#P'))
3196 if (window.location.hash != null && window.location.hash.substring(0, 2) == '#P')
3317 if ((window.location.hash == null || window.location.hash.length <= 1) &&
3430 if ((window.location.hash == null || window.location.hash.length <= 1) &&
3445 else if ((window.location.hash == null || window.location.hash.length <= 1) &&
[all …]
H A DInit.js440 if ((window.location.hash == null || window.location.hash.length <= 1) &&
443 window.location.hash = urlParams['open'];

12345678910>>...19