Home
last modified time | relevance | path

Searched refs:hash (Results 401 – 425 of 470) sorted by path

1...<<111213141516171819

/plugin/sectiontoggle/
H A Dscript.js48 var hash = jQuery(elem).html().replace(/\s/g, "_");
49 regex = RegExp('\\b' + escapeRegExp(hash.toLowerCase()) + '\\b');
51 if(hash.toLowerCase() == SectionToggle.hash || regex.test(JSINFO['h_ini_open'])) {
54 else if(SectionToggle.hash){
55 regex = RegExp('^' +SectionToggle.hash,'i'); //bootstrap3
56 if(regex.test(hash)) {
126 /*normalize url hash */
127 if (window.location.hash) {
128 SectionToggle.hash
227 hash: "", global() property in SectionToggle
[all...]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-min.js6hash){_.extend(this,hash),this.name="ParseError",this.message=message||""}function AssertException… argument
H A Dsequence-diagram-min.js.map1 …am","this","title","undefined","actors","signals","ParseError","message","hash","_","extend","name…
H A Dsequence-diagram-raphael-min.js6hash){_.extend(this,hash),this.name="ParseError",this.message=message||""}function AssertException… argument
H A Dsequence-diagram-raphael-min.js.map1 …am","this","title","undefined","actors","signals","ParseError","message","hash","_","extend","name…
H A Dsequence-diagram-raphael.js449 parseError: function(str, hash) { argument
450 if (!hash.recoverable) throw new Error(str);
517 parseError: function(str, hash) { argument
519 this.yy.parser.parseError(str, hash);
777 function ParseError(message, hash) { argument
778 _.extend(this, hash);
791 parser.yy.parseError = function(message, hash) { argument
792 throw new ParseError(message, hash);
H A Dsequence-diagram-snap-min.js6hash){_.extend(this,hash),this.name="ParseError",this.message=message||""}function AssertException… argument
H A Dsequence-diagram-snap-min.js.map1 …am","this","title","undefined","actors","signals","ParseError","message","hash","_","extend","name…
H A Dsequence-diagram-snap.js449 parseError: function(str, hash) { argument
450 if (!hash.recoverable) throw new Error(str);
517 parseError: function(str, hash) { argument
519 this.yy.parser.parseError(str, hash);
777 function ParseError(message, hash) { argument
778 _.extend(this, hash);
791 parser.yy.parseError = function(message, hash) { argument
792 throw new ParseError(message, hash);
H A Dsequence-diagram.js449 parseError: function(str, hash) { argument
450 if (!hash.recoverable) throw new Error(str);
517 parseError: function(str, hash) { argument
519 this.yy.parser.parseError(str, hash);
777 function ParseError(message, hash) { argument
778 _.extend(this, hash);
791 parser.yy.parseError = function(message, hash) { argument
792 throw new ParseError(message, hash);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Ddiagram.js138 function ParseError(message, hash) { argument
139 _.extend(this, hash);
152 parser.yy.parseError = function(message, hash) { argument
153 throw new ParseError(message, hash);
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.min.js81 …:r[e][1]=t,this},Fn.prototype.clear=function(){this.size=0,this.__data__={hash:new Mn,map:new(Ni||… property in Fn.clear.__data__
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js351 'Hash': new MapCache().__data__.hash.constructor,
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js1733 iWindow.location.hash = '#' + this.fragment;
1885 location.hash = '#' + fragment;
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Drouter.js748 hash: function() { assert.ok(false); }
1078 assert.strictEqual(location.hash, '#' + route);
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dchaining.js16 .reduce(function(hash, l) { argument
17 hash[l] = hash[l] || 0;
18 hash[l]++;
19 return hash;
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock386 create-hash "^1.1.0"
420 create-hash "^1.1.0"
655 create-hash@^1.1.0, create-hash@^1.1.2:
669 create-hash "^1.1.0"
816 hash.js "^1.0.0"
1211 hash-base@^2.0.0:
1217 hash-base@^3.0.0:
1224 hash.js@^1.0.0, hash.js@^1.0.3:
1244 hash.js "^1.0.3"
1597 hash-base "^3.0.0"
[all …]
/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/sha3sum/
H A DPlugin.txt4 description: Generates a SHA3 hash.
13 tags : hash sha3
31 Generates a SHA3-512 hash of a string.
33 Tag is %%[[SHA3:_INFORMATION_]]%% for hash of _INFORMATION_.\\
H A DREADME.MD14 Generates a SHA3-512 hash of a string.
16 Tag is [[SHA3:_INFORMATION_]] for hash of _INFORMATION_.
H A DSha3.php350 public static function hash($in, $mdlen, $raw_output = false) function in Sha3
H A Dplugin.info.txt6 desc Generates a SHA3 hash
H A Dsyntax.php44 $hash = hash('sha3-512' , $data); // SHA3 support in php 7.2
48 $hash = Sha3::hash($data, 512);
50 …tyle="font-family: monospace; font-size: initial;">'.substr($hash,0,64).'<br>'.substr($hash,64).'<…
/plugin/showlinkpermission/
H A Drenderer.php76 list($id,$hash) = explode('#',$id,2);
77 if(!empty($hash)) $hash = $this->_headerToLink($hash);
107 if($hash) $link['url'].='#'.$hash;
/plugin/siteexport/renderer/
H A Dpdf.php233 list($src,$hash) = explode('#',$src,2);
255 if($hash) {
256 $link['url'] .= '#'.$hash;
302 list($id, $hash) = explode('#', $id, 2);
303 if (!empty($hash)) $hash = $this->_headerToLink($hash);
333 if ($hash) $link['url'] .= '#' . $hash;
437 * @param string $hash hash link identifier
442 public function locallink($hash, $name = null, $returnonly = false) { argument
444 $name = $this->_getLinkTitle($name, $hash, $isImage);
445 $hash = $this->_headerToLink($hash);
[all …]

1...<<111213141516171819