Searched refs:map (Results 1 – 6 of 6) sorted by relevance
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
D | ASN1.php | 580 $map = []; 586 if (($map[] = self::asn1map($content, $child, $special)) === null) { 591 return $map; 638 $map[$key] = $candidate; 641 $map[$key] = $child['default']; 648 return $i < $n ? null : $map; 652 $map = []; 658 if (($map[] = self::asn1map($content, $child, $special)) === null) { 663 return $map; 674 if (isset($map[$key])) { [all …]
|
D | X509.php | 580 $map = $this->getMapping($id); 581 if (!is_bool($map)) { 589 $mapped = ASN1::asn1map($decoded[0], $map, ['iPAddress' => $decoder]); 599 $map = $this->getMapping($subid); 601 if ($map !== false) { 606 $mapped = ASN1::asn1map($decoded[0], $map); 664 $map = $this->getMapping($subid); 666 if ($map !== false) { 669 $subvalue = new Element(ASN1::encodeDER($subvalue, $map)); 685 $map = $this->getMapping($id); [all …]
|
/dokuwiki/_test/core/ |
D | phpQuery-onefile.php | 2044 $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/ |
D | jquery.min.js | 2 …map:function(n){return this.pushStack(ce.map(this,function(e,t){return n.call(e,t,e)}))},slice:fun… method
|
D | jquery-ui.min.js | 6 …map(a.classesElementLookup,function(t){return t}).some(function(t){return t.is(e)})||i.push(e)}),a…
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/ |
D | SymmetricKey.php | 623 $map = self::MODE_MAP; 624 if (!isset($map[$mode])) {
|