Home
last modified time | relevance | path

Searched refs:hashes (Results 1 – 25 of 45) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DGrafeasV1beta1IntotoArtifact.php29 public function setHashes(ArtifactHashes $hashes) argument
31 $this->hashes = $hashes;
38 return $this->hashes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ArtifactRegistry/
DGoogleDevtoolsArtifactregistryV1File.php63 public function setHashes($hashes) argument
65 $this->hashes = $hashes;
72 return $this->hashes;
/plugin/doxycode/
Daction.php284 $hashes = $INPUT->arr('hashes');
287 foreach ($hashes as &$hash) {
295 echo json_encode($hashes);
305 $hashes = $INPUT->arr('hashes');
307 $xml_cacheID = $hashes['xmlHash'];
308 $html_cacheID = $hashes['htmlHash'];
331 'hashes' => $hashes,
Dscript.js114 return jQuery(this).data('doxycode-xml-hash') === response.hashes.xmlHash &&
115 jQuery(this).data('doxycode-html-hash') === response.hashes.htmlHash;
147 hashes: data property
179 hashes: data property
/plugin/struct/action/
H A Dmove.php147 * @param bool $hashes could the ID have a hash part? (for Page type)
149 protected function updateColumnID(Schema $schema, Column $col, $old, $new, $hashes = false) argument
169 if ($hashes) {
174 if ($hashes) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DWebRisk.php41 public $hashes; variable in Google\\Service\\WebRisk
67 'hashes',
71 'path' => 'v1/hashes:search',
/plugin/spatialhelper/helper/
Dindex.php186 $hashes = [];
189 $hashes [] = $hash;
192 Logger::debug("Found the following hashes for $id (should only be 1)", $hashes);
193 return $hashes;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dcoding_standards.rst37 * Put one (and only one) space after the ``:`` sign in hashes and ``,`` in
38 arrays and hashes:
78 and hashes:
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Dmerge.rst16 The ``merge`` filter also works on hashes:
26 For hashes, the merging process occurs on the keys: if the key does not
/plugin/diagramsnet/lib/js/diagramly/
DDevel.js13 var hashes = 'default-src \'self\'; ' +
69 var csp = hashes + directives;
92 var se_diagrams_net = hashes.replace(/%script-src%/g, '') +
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
Darrays.rst1 Serializing arrays and hashes
6 Serializing arrays and hashes (a concept that in PHP has not explicit boundaries)
/plugin/strreplace/
DREADME9 The plugin also accepts regular expressions, which must be marked with open and closing hashes:
/plugin/authdrupal8/
Dpassword.inc19 * speed and power of computers available to crack the hashes.
78 * - The ability to try candidate passwords against multiple hashes at once.
128 * hashes of a large number of plain-text words or strings to find a match.
228 // This may be an updated password from user_update_7000(). Such hashes
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DURI.MungeSecretKey.txt22 secure hashes en-mass by abusing your website's Preview feature or the
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Djavascript-compiler.js85 this.hashes = []; property
617 this.hashes.push(this.hash);
623 this.hash = this.hashes.pop();
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Djavascript-compiler.js86 this.hashes = []; property in JavaScriptCompiler
558 this.hashes.push(this.hash);
564 this.hash = this.hashes.pop();
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Djavascript-compiler.js94 this.hashes = []; property in JavaScriptCompiler
566 this.hashes.push(this.hash);
572 this.hash = this.hashes.pop();
/plugin/markdownextra/lib/meltdown/js/lib/
Djs-markdown-extra.js904 ), function(match, hashes, span) { argument
906 var level = hashes.length;
2323 ), function(match, hashes, span, id) { argument
2325 var level = hashes.length;
/plugin/jsongendoc/demo/
Djsongendoc_plugin.txt67 … **Inpit field** as default for the new document name. If value has some hashes at the end, they w…
/plugin/adfs/phpsaml/extlib/xmlseclibs/
DCHANGELOG.txt140 throw error for other for other missing hashes. (patch by Olav Morken).
/plugin/saml/phpsaml/extlib/xmlseclibs/
DCHANGELOG.txt140 throw error for other for other missing hashes. (patch by Olav Morken).
/plugin/xcom/lang/en/
Dfunctions.txt97 …ns array holds a regular expression in this format: ''(#pattern#)''. The hashes are regular expres…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
DCHANGES.md188 * Properly stringify hashes
/plugin/odtsupport/
Ddokuwiki_plugin_page.wiki112 You can use the keywords //<PAGEHASH>// and //<PAGEHASH4>// to insert page hashes within //string//…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
Dmd1_markdown_documentation_basics.md46 beginning of the line -- the number of hashes equals the resulting

12