/plugin/gtime/gtlib/asn1/ |
H A D | ASN1Object.php | 32 protected $tagType; variable in ASN1Object 154 public function setTagType($tagType) { argument 155 $this->tagType = $tagType; 164 return $this->tagType;
|
H A D | ASN1DER.php | 233 $tagType = ASN1_TAG_CONSTRUCTED; 238 $tagType = ASN1_TAG_PRIMITIVE; 340 $object->setTagType($tagType);
|
H A D | ASN1Tag.php | 84 if ($this->tagType == ASN1_TAG_CONSTRUCTED) {
|
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/ |
H A D | Tokenizer.php | 70 private $tagType; variable in Mustache_Tokenizer 138 $this->tagType = $tag; 141 $this->tagType = self::T_ESCAPED; 144 if ($this->tagType === self::T_DELIM_CHANGE) { 147 } elseif ($this->tagType === self::T_PRAGMA) { 164 self::TYPE => $this->tagType, 169 …self::INDEX => ($this->tagType === self::T_END_SECTION) ? $this->seenTag - $this->otagLen : $i + $… 172 if ($this->tagType === self::T_UNESCAPED) { 231 $this->tagType = null;
|
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/ |
H A D | Tokenizer.php | 76 protected $tagType; variable in Handlebars\\Tokenizer 140 $this->tagType = $tag; 143 $this->tagType = self::T_ESCAPED; 146 if ($this->tagType === self::T_DELIM_CHANGE) { 167 if (in_array($this->tagType, [ 180 self::TYPE => $this->tagType, 184 self::INDEX => ($this->tagType == self::T_END_SECTION) ? 197 if ($this->tagType == self::T_UNESCAPED) { 232 $this->tagType = null;
|
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/ |
H A D | EncoderInterface.php | 38 * @param int $tagType 43 public function complete(IncompleteType $type, int $tagType, array $tagMap = []) : AbstractType; argument
|
H A D | DerEncoder.php | 53 …protected function decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstruct… argument 55 $type = parent::decodeBytes($isRoot, $tagType, $length, $isConstructed, $class);
|
H A D | BerEncoder.php | 128 public function complete(IncompleteType $type, int $tagType, array $tagMap = []) : AbstractType argument 132 …$newType = $this->decodeBytes(false, $tagType, $this->maxLen, $type->getIsConstructed(), AbstractT… 281 * @param null|int $tagType 289 …protected function decodeBytes(bool $isRoot = false, $tagType = null, $length = null, $isConstruct… argument 291 $tagNumber = $tagType; 292 if ($tagType === null) { 321 …$tagType = ($class === AbstractType::TAG_CLASS_UNIVERSAL) ? $tagNumber : ($this->tmpTagMap[$class]… 336 if ($tagType === null) { 346 switch ($tagType) { 463 … throw new EncoderException(sprintf('Unable to decode value to a type for tag %s.', $tagType));
|
/plugin/combo/action/ |
H A D | snippets.php | 128 $tagType = $snippet->getHtmlTag(); 129 $event->data[$tagType][] = $tag;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/ |
H A D | RevertTagResponse.php | 22 protected $tagType = Tag::class; variable in Google\\Service\\TagManager\\RevertTagResponse
|
H A D | ListTagsResponse.php | 27 protected $tagType = Tag::class; variable in Google\\Service\\TagManager\\ListTagsResponse
|
H A D | FolderEntities.php | 27 protected $tagType = Tag::class; variable in Google\\Service\\TagManager\\FolderEntities
|
H A D | Entity.php | 30 protected $tagType = Tag::class; variable in Google\\Service\\TagManager\\Entity
|
H A D | ContainerVersion.php | 65 protected $tagType = Tag::class; variable in Google\\Service\\TagManager\\ContainerVersion
|
/plugin/html5video2/script/ |
H A D | video.min.js | 21 …tagType:"m3u"});else{if(r=/^#EXTINF:?([0-9\.]*)?,?(.*)?$/.exec(e))return a={type:"tag",tagType:"in…
|
/plugin/ditaa/ditaa/ |
H A D | ditaa.jar | META-INF/
META-INF/MANIFEST.MF
net/
net/htmlparser/
net/ ... |