Home
last modified time | relevance | path

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

12345678910>>...19

/plugin/button/
H A Dsyntax.php413 //keep hash anchor
414 $hash = NULL;
416 list($id, $hash) = explode('#', $id, 2);
417 if (!empty($hash))
418 $hash = $xhtml->_headerToLink($hash);
446 //keep hash
447 if ($hash)
448 $link['url'] .= '#' . $hash;
472 $hash
[all...]
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js1hash){this.setValue(W.hash)}},commit:function(W){W.hash=this.getValue()}},{type:"button",id:"gethe…
H A Dlink.js.unc996 if ( data.hash )
997 this.setValue( data.hash );
1001 data.hash = this.getValue();
1192 if(data.hash) { data.url.url += '#' +data.hash; }
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js7 …w.removeEventListener("message",a,!1):window.detachEvent("onmessage",a)}},hash:{create:function(){…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md304 …/ckeditor-dev/issues/607): Manually inserted Hex color is prefixed with a hash character (`#`) if …
H A Dckeditor.js1250 …omData("hash")!==this.hash){c=this.visible[e];break}if(!c)for(e in this.hidden)if(this.hidden[e].g…
1251 break}c||this.showLine(c=this.addLine());c.setCustomData("hash",this.hash);this.visible[c.getUnique…
1252 …tainer);return a},prepare:function(a,d){this.relations=a;this.locations=d;this.hash=Math.random()},
1253 …,d;for(d in this.visible)a=this.visible[d],a.getCustomData("hash")!==this.hash&&this.hideLine(a)},…
H A Dckeditor.js.unc24869 if (this.visible[e].getCustomData("hash") !== this.hash) {
24874 if (this.hidden[e].getCustomData("hash") !== this.hash) {
24878 c.setCustomData("hash", this.hash);
24905 this.hash = Math.random()
24909 …for (d in this.visible) a = this.visible[d], a.getCustomData("hash") !== this.hash && this.hideLin…
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink-cmpr.js1hash){this.setValue(W.hash)}},commit:function(W){W.hash=this.getValue()}},{type:"button",id:"gethe…
H A Dlink.js1hash){this.setValue(W.hash)}},commit:function(W){W.hash=this.getValue()}},{type:"button",id:"gethe…
H A Dlink.js.unc1011 if ( data.hash )
1012 this.setValue( data.hash );
1016 data.hash = this.getValue();
1195 if(data.hash) { data.url.url += '#' +data.hash; }
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js7 …w.removeEventListener("message",a,!1):window.detachEvent("onmessage",a)}},hash:{create:function(){…
/plugin/codemirror/dist/modes/
H A Dclojure.min.js.map1hash\", \"hash-combine\", \"hash-map\", \"hash-ordered-coll\",\n \"hash-set\", \"hash-unorder…
H A Dcss.min.js.map1hash\");\n } else if (ch == \"!\") {\n stream.match(/^\\s*\\w*/);\n return ret(\"keyw…
H A Decl.min.js.map1 … exp failcode failmessage fetch fromunicode getisvalid global graph group hash hash32 hash64 hashc…
H A Didl.min.js.map1 …, 'grid3', 'griddata',\n 'gs_iter', 'h_eq_ct', 'h_eq_int', 'hanning', 'hash',\n 'hdf', 'hdf5…
H A Dmirc.min.js.map1 … $getdot $gettok $gmt \" +\n \"$group $halted $hash $height $hfind $hge…
H A Dnginx.min.js.map1 … var context = state.stack[state.stack.length-1];\n if (type == \"hash\" && context == \"r…
H A Dperl.min.js.map1hash\n die :1, // - raise an exception or bail out\…
H A Dpython.min.js.map1 …nset\",\n \"getattr\", \"globals\", \"hasattr\", \"hash\", \"help\", \"hex\…
H A Dsieve.min.js.map1 …\\w/);\n var cur = stream.current();\n\n // \"text:\" *(SP / HTAB) (hash-comment / CRLF)\n …
H A Dsql.min.js.map1hash help high_priority hosts hour_microsecond hour_minute hour_second if ignore ignore_server_ids…
H A Dstylus.min.js.map1hash\"];\n }\n }\n // Vendor prefixes\n if (stream.match(vendorPrefixesRegex…
/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);
H A DPluginUtility.php646 return $keyPrefix . hash('crc32b', $_SERVER['REMOTE_ADDR'] . $_SERVER['REMOTE_PORT'] . $requestTime . $ID);
H A DTemplateForWebPage.php829 $hash = md5($msg['msg']);
830 $uniqueMessages[$hash] = $msg;

12345678910>>...19