Searched refs:tagMap (Results 1 – 9 of 9) sorted by relevance
| /plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/ |
| H A D | EncoderInterface.php | 39 * @param array $tagMap 43 public function complete(IncompleteType $type, int $tagType, array $tagMap = []): AbstractType; argument 49 * @param array $tagMap 54 public function decode($binary, array $tagMap = []): AbstractType; argument
|
| H A D | BerEncoder.php | 98 protected $tagMap = [ variable in FreeDSx\\Asn1\\Encoder\\BerEncoder 150 public function decode($binary, array $tagMap = []): AbstractType argument 152 $this->startEncoding($binary, $tagMap); 167 public function complete(IncompleteType $type, int $tagType, array $tagMap = []): AbstractType argument 170 $this->startEncoding($type->getValue(), $tagMap); 260 if (isset($this->tagMap[$class])) { 261 $this->tagMap[$class] = $map; 300 protected function startEncoding(string $binary, array $tagMap): void argument 302 $this->tmpTagMap = $tagMap + $this->tagMap;
|
| /plugin/wysiwyg/fckeditor/editor/_source/internals/ |
| D | fckdomtools.js | 345 var tagMap = {} ; 349 tagMap[tagList.pop().toLowerCase()] = 1 ; 355 if ( tagMap[currentParent.nodeName.toLowerCase()] )
|
| /plugin/amcharts/assets/ |
| D | js-yaml.min.js | 2 …tagMap,n)?e.tag=e.tagMap[n]+i:"!"===n?e.tag="!"+i:"!!"===n?e.tag="tag:yaml.org,2002:"+i:f(e,'undec…
|
| /plugin/c3chart/assets/ |
| D | js-yaml.min.js | 2 …tagMap,i)&&ce(e,'there is a previously declared suffix for "'+i+'" tag handle'),V.test(r)||ce(e,"i…
|
| /plugin/achart/assets/ |
| D | js-yaml.min.js | 2 …tagMap,i)&&ce(e,'there is a previously declared suffix for "'+i+'" tag handle'),V.test(r)||ce(e,"i…
|
| /plugin/sketchcanvas/script/ |
| D | js-yaml.mjs | 1252 this.tagMap; 1337 if (_hasOwnProperty$1.call(state.tagMap, handle)) { 1351 state.tagMap[handle] = prefix; 2382 } else if (_hasOwnProperty$1.call(state.tagMap, tagHandle)) { 2383 state.tag = state.tagMap[tagHandle] + tagName; 2644 state.tagMap = Object.create(null);
|
| /plugin/sketchcanvas/bundle/ |
| D | SketchCanvas.js | 9 …tagMap,r)&&k(t,'there is a previously declared suffix for "'+r+'" tag handle'),Pn.test(s)||k(t,"il… 16 …tagMap,r)?e.tag=e.tagMap[r]+s:r==="!"?e.tag="!"+s:r==="!!"?e.tag="tag:yaml.org,2002:"+s:k(e,'undec…
|
| D | SketchCanvas.js.map | 4 …tagMap;\r\n this.anchorMap;\r\n this.tag;\r\n this.anchor;\r\n this.kind;\r\n this.result;*/\…
|