Home
last modified time | relevance | path

Searched refs:hash (Results 201 – 225 of 470) sorted by path

12345678910>>...19

/plugin/edittable/renderer/
H A Dinverse.php382 function locallink($hash, $name = null) { argument
384 $this->doc .= "[[#$hash";
/plugin/elasticsearch/
H A Dcomposer.lock7 "content-hash": "2c17d9bad25eb3594c8969d1990eb607",
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfig-hash.asciidoc2 [[config-hash]]
3 === Building the client from a configuration hash
6 provided in a setting hash instead of calling the individual methods directly.
28 If this behavior is not desired (for example, you are using the hash for other
H A Dconfiguration.asciidoc25 * <<config-hash>>
54 include::config-hash.asciidoc[]
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst57 * ``Utils::hash`` now throws an exception when the stream cannot seek to 0.
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php122 * Calculate a hash of a Stream
124 * @param StreamInterface $stream Stream to calculate the hash for
128 * @return string Returns the hash of the stream
131 public static function hash( function in GuzzleHttp\\Stream\\Utils
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DUtilsTest.php124 $this->assertEquals(md5('foobazbar'), Utils::hash($s, 'md5'));
132 Utils::hash($s, 'md5');
139 $this->assertEquals(md5('foobazbar'), Utils::hash($s, 'md5'));
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md10 through a PHP function that accepts a request hash and returns a response hash
/plugin/encryptedpasswords/script/
H A DSubtleAES.js20 const {hash, iv} = await this.derivePkdf2(password, salt, 'SHA-256', this.iterations);
23 const key = await crypto.subtle.importKey('raw', hash, alg, false, ['encrypt']);
41 let hash, iv;
43 ({hash, iv} = this.deriveMd5(password, salt));
45 ({hash, iv} = await this.derivePkdf2(password, salt, 'SHA-256', this.iterations));
49 const key = await crypto.subtle.importKey('raw', hash, alg, false, ['decrypt']);
126 * @param {string} hash The Hash model, e.g. ["SHA-256" | "SHA-512"]
128 * @return {Promise<{hash: Uint8Array, iv: Uint8Array}>}
131 async derivePkdf2(strPassword, salt, hash, iterations) { argument
138 hash
[all...]
H A Dmd5.min.js10 !function(){"use strict";function t(t){if(t)d[0]=d[16]=d[1]=d[2]=d[3]=d[4]=d[5]=d[6]=d[7]=d[8]=d[9]=d[10]=d[11]=d[12]=d[13]=d[14]=d[15]=0,this.blocks=d,this.buffer8=l;else if(a){var r=new ArrayBuffer(68);this.buffer8=new Uint8Array(r),this.blocks=new Uint32Array(r)}else this.blocks=[0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0];this.h0=this.h1=this.h2=this.h3=this.start=this.bytes=this.hBytes=0,this.finalized=this.hashed=!1,this.first=!0}var r="input is invalid type",e="object"==typeof window,i=e?window:{};i.JS_MD5_NO_WINDOW&&(e=!1);var s=!e&&"object"==typeof self,h=!i.JS_MD5_NO_NODE_JS&&"object"==typeof process&&process.versions&&process.versions.node;h?i=global:s&&(i=self);var f=!i.JS_MD5_NO_COMMON_JS&&"object"==typeof module&&module.exports,o="function"==typeof define&&define.amd,a=!i.JS_MD5_NO_ARRAY_BUFFER&&"undefined"!=typeof ArrayBuffer,n="0123456789abcdef".split(""),u=[128,32768,8388608,-2147483648],y=[0,8,16,24],c=["hex","array","digest","buffer","arrayBuffer","base64"],p="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split(""),d=[],l;if(a){var A=new ArrayBuffer(68);l=new Uint8Array(A),d=new Uint32Array(A)}!i.JS_MD5_NO_NODE_JS&&Array.isArray||(Array.isArray=function(t){return"[object Array]"===Object.prototype.toString.call(t)}),!a||!i.JS_MD5_NO_ARRAY_BUFFER_IS_VIEW&&ArrayBuffer.isView||(ArrayBuffer.isView=function(t){return"object"==typeof t&&t.buffer&&t.buffer.constructor===ArrayBuffer});var b=function(r){return function(e){return new t(!0).update(e)[r]()}},v=function(){var r=b("hex");h&&(r=w(r)),r.create=function(){return new t},r.update=function(t){return r.create().update(t)};for(var e=0;e<c.length;++e){var i=c[e];r[i]=b(i)}return r},w=function(t){var e=eval("require('crypto')"),i=eval("require('buffer').Buffer"),s=function(s){if("string"==typeof s)return e.createHash("md5").update(s,"utf8").digest("hex");if(null===s||void 0===s)throw r;return s.constructor===ArrayBuffer&&(s=new Uint8Array(s)),Array.isArray(s)||ArrayBuffer.isView(s)||s.constructor===i?e.createHash("md5").update(new i(s)).digest("hex"):t(s)};return s};t.prototype.update=function(t){if(!this.finalized){var e,i=typeof t;if("string"!==i){if("object"!==i)throw r;if(null===t)throw r;if(a&&t.constructor===ArrayBuffer)t=new Uint8Array(t);else if(!(Array.isArray(t)||a&&ArrayBuffer.isView(t)))throw r;e=!0}for(var s,h,f=0,o=t.length,n=this.blocks,u=this.buffer8;f<o;){if(this.hashed&&(this.hashed=!1,n[0]=n[16],n[16]=n[1]=n[2]=n[3]=n[4]=n[5]=n[6]=n[7]=n[8]=n[9]=n[10]=n[11]=n[12]=n[13]=n[14]=n[15]=0),e)if(a)for(h=this.start;f<o&&h<64;++f)u[h++]=t[f];else for(h=this.start;f<o&&h<64;++f)n[h>>2]|=t[f]<<y[3&h++];else if(a)for(h=this.start;f<o&&h<64;++f)(s=t.charCodeAt(f))<128?u[h++]=s:s<2048?(u[h++]=192|s>>6,u[h++]=128|63&s):s<55296||s>=57344?(u[h++]=224|s>>12,u[h++]=128|s>>6&63,u[h++]=128|63&s):(s=65536+((1023&s)<<10|1023&t.charCodeAt(++f)),u[h++]=240|s>>18,u[h++]=128|s>>12&63,u[h++]=128|s>>6&63,u[h++]=128|63&s);else for(h=this.start;f<o&&h<64;++f)(s=t.charCodeAt(f))<128?n[h>>2]|=s<<y[3&h++]:s<2048?(n[h>>2]|=(192|s>>6)<<y[3&h++],n[h>>2]|=(128|63&s)<<y[3&h++]):s<55296||s>=57344?(n[h>>2]|=(224|s>>12)<<y[3&h++],n[h>>2]|=(128|s>>6&63)<<y[3&h++],n[h>>2]|=(128|63&s)<<y[3&h++]):(s=65536+((1023&s)<<10|1023&t.charCodeAt(++f)),n[h>>2]|=(240|s>>18)<<y[3&h++],n[h>>2]|=(128|s>>12&63)<<y[3&h++],n[h>>2]|=(128|s>>6&63)<<y[3&h++],n[h>>2]|=(128|63&s)<<y[3&h++]);this.lastByteIndex=h,this.bytes+=h-this.start,h>=64?(this.start=h-64,this.hash(),this.hashed=!0):this.start=h}return this.bytes>4294967295&&(this.hBytes+=this.bytes/4294967296<<0,this.bytes=this.bytes%4294967296),this}},t.prototype.finalize=function(){if(!this.finalized){this.finalized=!0;var t=this.blocks,r=this.lastByteIndex;t[r>>2]|=u[3&r],r>=56&&(this.hashed||this.hash(),t[0]=t[16],t[16]=t[1]=t[2]=t[3]=t[4]=t[5]=t[6]=t[7]=t[8]=t[9]=t[10]=t[11]=t[12]=t[13]=t[14]=t[15]=0),t[14]=this.bytes<<3,t[15]=this.hBytes<<3|this.bytes>>>29,this.hash()}},t.prototype.hash=function(){var t,r,e,i,s,h,f=this.blocks;this.first?r=((r=((t=((t=f[0]-680876937)<<7|t>>>25)-27173 (…) method in t
/plugin/eventline/
H A Dplain.php88 function locallink($hash, $name = NULL){ argument
89 $this->doc .= ' ' . $hash . ' ';
110 list($src,$hash) = explode('#',$src,2);
118 if($hash) $link['url'] .= '#'.$hash;
146 $hash = "";
179 if($hash) $link['url'].='#'.$hash;
/plugin/explain/
H A Dsyntax.php79 list($id, $hash) = explode('#', $target, 2);
86 if($hash != '') {
87 $_ret .= '#'.$hash;
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt59 Linking to a specific section is possible, too. Just add the section name behind a hash character a…
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt60 Linking to a specific section is possible, too. Just add the section name behind a hash character as known from HTML. This links to [[syntax#internal|this Section]].
/plugin/fastwiki/
H A Dpagecache.js129 function _addPage(id, queue, hash, data, maxSize, exclude) { argument
130 if (id in hash)
137 delete hash[queue[x]];
143 delete hash[queue.shift()];
149 hash[id] = data;
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt195 + '2. Clicking the hash symbol(#)opens and closes the numeric keypad <br />'
196 …+ '3. The up and down arrows to the right of the hash change the size of the keyboard and its font…
/plugin/fedauth/Auth/OpenID/
H A DHMAC.php32 return hash('sha1', $text, true);
84 return hash('sha256', $text, true);
/plugin/fetchmedia/
H A Dyarn.lock724 create-hash "^1.1.0"
757 create-hash "^1.1.0"
980 create-hash@^1.1.0, create-hash@^1.1.1, create-hash@^1.1.2:
994 create-hash "^1.1.0"
1021 create-hash "^1.1.0"
1138 hash.js "^1.0.0"
1658 hash-base@^2.0.0:
1664 hash.js@^1.0.0, hash.js@^1.0.3:
1684 hash.js "^1.0.3"
2267 object-hash@^1.1.4:
[all …]
/plugin/fileshare/syntax/
H A DFileshare.php179 $fileHash = 'f'.hash('md5', $value, false);
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md193 This is also possible to get a unique hash of the callable:
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md450 - Allow to typehint for the type \(array/hash\) of the root item to be serialized [\#728](https://g…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Darrays.rst38 // typehint as hash, keys will be always considered
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithEmptyArrayAndHash.php15 private $hash = []; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithEmptyArrayAndHash
H A DObjectWithEmptyHash.php15 private $hash = []; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithEmptyHash
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A DREADME.md97 keeps a hash map of all instances and thus preserves the object graph.

12345678910>>...19