Home
last modified time | relevance | path

Searched refs:Hash (Results 51 – 66 of 66) sorted by last modified time

123

/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1Hash Hour HTMLCodeFormat HTMLEditFormat IIf ImageAddBorder ImageBlur ImageClearRect ' +\n 'Imag…
/plugin/sequencediagram/bower_components/lodash/lib/common/
H A Dmapping.js5 const Hash = util.Hash; constant
9 module.exports = new Hash(_mapping);
H A Dutil.js15 function Hash(properties) { function
17 result[key] = (_.isPlainObject(value) && !(value instanceof Hash))
18 ? new Hash(value)
23 Hash.prototype = Object.create(null); class
38 Hash,
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js1061 'hashes': new mapCaches.Hash(pairs),
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js1904 function Hash(entries) { class in runInContext
1993 Hash.prototype.clear = hashClear; class
1994 Hash.prototype['delete'] = hashDelete;
1995 Hash.prototype.get = hashGet;
1996 Hash.prototype.has = hashHas;
1997 Hash.prototype.set = hashSet;
2146 'hash': new Hash,
2148 'string': new Hash
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js1904 function Hash(entries) { class in runInContext
1993 Hash.prototype.clear = hashClear; class
1994 Hash.prototype['delete'] = hashDelete;
1995 Hash.prototype.get = hashGet;
1996 Hash.prototype.has = hashHas;
1997 Hash.prototype.set = hashSet;
2146 'hash': new Hash,
2148 'string': new Hash
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsFlowCollections.yml13 test: Simple Inline Hash
H A DsfComments.yml63 test: 'Hash key containing a #'
65 'Hash key containing a #'
70 test: 'Hash key ending with a space and a #'
72 'Hash key ending with a space and a #'
H A DYtsSpecificationExamples.yml627 if val.is_a? ::Hash
1001 if val.is_a? ::Hash
1006 raise YAML::Error, "Not a Hash in domain.tld/invoice: " + val.inspect
1104 if Hash === k
1637 obj_h = Hash[ 'version' => 1.2 ]
1639 obj_h2 = Hash[ 'version' => 2.3 ]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_backslash_escapes.md25 Hash: \#
61 Hash: \#
96 Hash: `\#`
/plugin/issuetracker/
H A Dprototype.js323 return object instanceof Hash;
1223 return new Hash(object);
1226 var Hash = Class.create(Enumerable, (function() {
1282 return new Hash(object).inject(this, function(result, pair) {
1318 return new Hash(this);
1341 Hash.from = $H;
3280 Element.Layout = Class.create(Hash, {
3299 return Hash.prototype.set.call(this, property, value); class
3402 return new Hash(obj);
5854 Hash.toQueryString = Object.toQueryString;
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js179 return object instanceof Hash;
985 return new Hash(object);
988 var Hash = Class.create(Enumerable, (function() { variable
1047 return new Hash(object).inject(this, function(result, pair) {
1076 return new Hash(this);
1081 Hash.prototype.toTemplateReplacements = Hash.prototype.toObject; class
1082 Hash.from = $H;
4036 Hash.toQueryString = Object.toQueryString;
/plugin/subjectindex/plugins/
H A Dbible_verses.txt4790 Later they pulled away from Mith'kah and went camping in Hash·mo'nah.
4791 Next they pulled away from Hash·mo'nah and went camping in Mo·se'roth.
10500 the son of Hash·a·bi'ah, the son of Am·a·zi'ah, the son of Hil·ki'ah,
10630 And of the Levites there were She·mai'ah the son of Has'shub the son of Az·ri'kam the son of Hash·a…
11066 the twelfth for Hash·a·bi'ah, his sons and his brothers, twelve;
11127 of Le'vi, Hash·a·bi'ah the son of Kem·u'el; of Aaron, Za'dok;
12221 and Hash·a·bi'ah and with him Je·sha'iah from the sons of Me·rar'i, his brothers, and their sons, t…
12226 I now separated from the chiefs of the priests twelve, namely, She·re·bi'ah, Hash·a·bi'ah, and with…
12561 Mi'ca, Re'hob, Hash·a·bi'ah,
12604 And of the Levites: She·mai'ah the son of Has'shub the son of Az·ri'kam the son of Hash·a·bi'ah the…
[all …]
/plugin/projects/pchart/pchart/
H A Dpcache.php61 function IsInCache($ID,$Data,$Hash="") argument
63 if ( $Hash == "" )
64 $Hash = $this->GetHash($ID,$Data);
66 if ( file_exists($this->CacheFolder.$Hash) )
75 $Hash = $this->GetHash($ID,$Data);
76 $FileName = $this->CacheFolder.$Hash;
84 $Hash = $this->GetHash($ID,$Data);
85 $FileName = $this->CacheFolder.$Hash;
94 $Hash = $this->GetHash($ID,$Data);
95 if ( $this->IsInCache("","",$Hash ) )
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js228 return object instanceof Hash;
1111 return new Hash(object);
1114 var Hash = Class.create(Enumerable, (function() {
1167 return new Hash(object).inject(this, function(result, pair) {
1201 return new Hash(this);
1224 Hash.from = $H;
4703 Hash.toQueryString = Object.toQueryString;
/plugin/charter/lib/pchart/
H A DpCache.class.php61 function IsInCache($ID,$Data,$Hash="") argument
63 if ( $Hash == "" )
64 $Hash = $this->GetHash($ID,$Data);
66 if ( file_exists($this->CacheFolder.$Hash) )
75 $Hash = $this->GetHash($ID,$Data);
76 $FileName = $this->CacheFolder.$Hash;
84 $Hash = $this->GetHash($ID,$Data);
85 $FileName = $this->CacheFolder.$Hash;
94 $Hash = $this->GetHash($ID,$Data);
95 if ( $this->IsInCache("","",$Hash ) )
[all …]

123