Home
last modified time | relevance | path

Searched refs:hash (Results 376 – 400 of 470) sorted by path

1...<<111213141516171819

/plugin/redirect/lang/en/
H A Dintro.txt3 …ute and cleaned (no specialchars, all lowercase, full namespaces). Anchor hash must be escaped wit…
/plugin/redirect/lang/nl/
H A Dintro.txt4 Voor een anker hash # moeten een backslash \ om te zorgen dat deze goed herkend wordt.
/plugin/register/
H A Dsyntax.php66 $hash = md5(serialize($match));
67 $file = "$dir/$hash.png";
68 $url = DOKU_BASE . "lib/exe/fetch.php?cache=$cache&amp;media=" . urlencode("register:$hash.png");
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js92 …t:_8.join("&"),queryElem:_9,id:(new Date().getTime())+""+JsHttpRequest.COUNT++,hash:_a,span:null});
125 JsHttpRequest.CACHE[_ldObj.hash]=[_16,js];
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js105 var hash = null;
107hash = this._openArgs.username + ':' + this._openArgs.password + '@' + this._openArgs.url + '|' + …
108 var cache = JsHttpRequest.CACHE[hash];
131 hash: hash,
181 if (caching && _ldObj) JsHttpRequest.CACHE[_ldObj.hash] = [text, js];
H A DJsHttpRequest-script-xml.js105 var hash = null;
107hash = this._openArgs.username + ':' + this._openArgs.password + '@' + this._openArgs.url + '|' + …
108 var cache = JsHttpRequest.CACHE[hash];
131 hash: hash,
181 if (caching && _ldObj) JsHttpRequest.CACHE[_ldObj.hash] = [text, js];
H A DJsHttpRequest-script.js105 var hash = null;
107hash = this._openArgs.username + ':' + this._openArgs.password + '@' + this._openArgs.url + '|' + …
108 var cache = JsHttpRequest.CACHE[hash];
131 hash: hash,
181 if (caching && _ldObj) JsHttpRequest.CACHE[_ldObj.hash] = [text, js];
H A DJsHttpRequest-xml.js105 var hash = null;
107hash = this._openArgs.username + ':' + this._openArgs.password + '@' + this._openArgs.url + '|' + …
108 var cache = JsHttpRequest.CACHE[hash];
131 hash: hash,
181 if (caching && _ldObj) JsHttpRequest.CACHE[_ldObj.hash] = [text, js];
H A DJsHttpRequest.js106 var hash = null;
108hash = this._openArgs.username + ':' + this._openArgs.password + '@' + this._openArgs.url + '|' + …
109 var cache = JsHttpRequest.CACHE[hash];
132 hash: hash,
182 if (caching && _ldObj) JsHttpRequest.CACHE[_ldObj.hash] = [text, js];
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-form.js92 …t:_8.join("&"),queryElem:_9,id:(new Date().getTime())+""+JsHttpRequest.COUNT++,hash:_a,span:null});
125 JsHttpRequest.CACHE[_ldObj.hash]=[_16,js];
H A DJsHttpRequest-script-xml.js92 …t:_8.join("&"),queryElem:_9,id:(new Date().getTime())+""+JsHttpRequest.COUNT++,hash:_a,span:null});
125 JsHttpRequest.CACHE[_ldObj.hash]=[_16,js];
H A DJsHttpRequest-script.js92 …t:_8.join("&"),queryElem:_9,id:(new Date().getTime())+""+JsHttpRequest.COUNT++,hash:_a,span:null});
125 JsHttpRequest.CACHE[_ldObj.hash]=[_16,js];
H A DJsHttpRequest-xml.js92 …t:_8.join("&"),queryElem:_9,id:(new Date().getTime())+""+JsHttpRequest.COUNT++,hash:_a,span:null});
125 JsHttpRequest.CACHE[_ldObj.hash]=[_16,js];
H A DJsHttpRequest.js92 …t:_8.join("&"),queryElem:_9,id:(new Date().getTime())+""+JsHttpRequest.COUNT++,hash:_a,span:null});
125 JsHttpRequest.CACHE[_ldObj.hash]=[_16,js];
/plugin/remotescript/
H A Dscript.js9hash:O,span:null});var x=V.load();if(!x){this._ldObj=V;JsHttpRequest.PENDING[V.id]=this;return tru…
/plugin/revealjs/js/
H A Dreveal.js101 hash: false, property in AnonymousFunctione17f777e0200.config
4354 var hash = window.location.hash;
4357 var bits = hash.slice( 2 ).split( '/' ),
4358 name = hash.replace( /#|\//gi, '' );
4429 window.location.hash = locationHash();
4433 else if( config.hash ) {
/plugin/s5/ui/default/
H A Dslides.js303 function findSlide(hash) { argument
308 if ( (targetSlide.name && targetSlide.name == hash)
309 || (targetSlide.id && targetSlide.id == hash) ) {
324 if (window.location.hash == null) return;
326 var matches = sregex.exec(window.location.hash);
331 dest = findSlide(window.location.hash.slice(1));
339 thisUri = thisUri.slice(0, thisUri.length - window.location.hash.length);
/plugin/s5/ui/dokuwiki/
H A Dslides.js302 function findSlide(hash) { argument
307 if ( (targetSlide.name && targetSlide.name == hash)
308 || (targetSlide.id && targetSlide.id == hash) ) {
323 if (window.location.hash == null) return;
325 var matches = sregex.exec(window.location.hash);
330 dest = findSlide(window.location.hash.slice(1));
338 thisUri = thisUri.slice(0, thisUri.length - window.location.hash.length);
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js511 return match[1].split(separator || '&').inject({ }, function(hash, pair) { argument
517 if (key in hash) {
518 if (!Object.isArray(hash[key])) hash[key] = [hash[key]];
519 hash[key].push(value);
521 else hash[key] = value;
523 return hash;
3131 var hash = Element.getStorage(element), value = hash.get(key);
3134 hash.set(key, defaultValue);
3925 if (typeof options != 'object') options = { hash: !!options };
3926 else if (Object.isUndefined(options.hash)) options.hash = true;
[all …]
/plugin/s5reloaded/ui/thesis/
H A Dslides.js402 if (isOp) location.hash = nid;
412 if (isOp) location.hash = nid;
661 function findSlide(hash) { argument
666 if ( (targetSlide.name && targetSlide.name == hash)
667 || (targetSlide.id && targetSlide.id == hash) ) {
682 if (window.location.hash == null) return;
684 var matches = sregex.exec(window.location.hash);
689 dest = findSlide(window.location.hash.slice(1));
697 thisUri = thisUri.slice(0, thisUri.length - window.location.hash.length);
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A Dsyntax.php51 [$url, $hash] = sexplode('#', $url, 2);
52 if ($hash) $query = trim('#' . $hash . ' ' . $query);
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DInterchangeBuilder.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.ColorKeywords.txt
H A DFilter.ExtractStyleBlocks.txt

1...<<111213141516171819