Home
last modified time | relevance | path

Searched refs:map (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php579 $map = [];
585 if (($map[] = self::asn1map($content, $child, $special)) === null) {
590 return $map;
637 $map[$key] = $candidate;
640 $map[$key] = $child['default'];
647 return $i < $n ? null : $map;
651 $map = [];
657 if (($map[] = self::asn1map($content, $child, $special)) === null) {
662 return $map;
673 if (isset($map[$key])) {
[all …]
H A DX509.php581 $map = $this->getMapping($id);
582 if (!is_bool($map)) {
590 $mapped = ASN1::asn1map($decoded[0], $map, ['iPAddress' => $decoder]);
600 $map = $this->getMapping($subid);
602 if ($map !== false) {
607 $mapped = ASN1::asn1map($decoded[0], $map);
667 $map = $this->getMapping($subid);
669 if ($map !== false) {
672 $subvalue = new Element(ASN1::encodeDER($subvalue, $map));
688 $map = $this->getMapping($id);
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php364 $map = ASN1::asn1map($temp[0], Maps\PBEParameter::MAP);
365 $salt = $map['salt'];
366 $iterationCount = $map['iterationCount'];
405 $map = ASN1::asn1map($temp[0], Maps\RC2CBCParameter::MAP);
406 $rc2ParametersVersion = $map['rc2ParametersVersion'];
407 $iv = $map['iv'];
/dokuwiki/lib/scripts/
H A Dpage.js251 .map(line => line.innerText)
/dokuwiki/_test/core/
H A DphpQuery-onefile.php2044 $this->map(array($this, 'is'),
2047 $this->map(array($this, 'is'),
2058 $this->elements = $this->map(
2069 $this->elements = $this->map(
2075 $this->elements = $this->map(
2083 $this->elements = $this->map(
2093 $this->elements = $this->map(
2099 $this->elements = $this->map(
2106 $this->elements = $this->map(
2130 $this->elements = $this->map(
[all …]
/dokuwiki/lib/scripts/jquery/
H A Djquery.min.js2map:function(n){return this.pushStack(ce.map(this,function(e,t){return n.call(e,t,e)}))},slice:fun… method
H A Djquery-ui.min.js6map(a.classesElementLookup,function(t){return t}).some(function(t){return t.is(e)})||i.push(e)}),a…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php623 $map = self::MODE_MAP;
624 if (!isset($map[$mode])) {