Home
last modified time | relevance | path

Searched refs:getTagValue (Results 1 – 13 of 13) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DDatasetTags.php55 public function getTagValue() function in Google\\Service\\Bigquery\\DatasetTags
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudResourceManager/
H A DTagBinding.php73 public function getTagValue() function in Google\\Service\\CloudResourceManager\\TagBinding
/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignerIdentifier.php73 if ($object->getTagValue() != 0) {
74 throw new GTException("Unexpected TAG value: " . $object->getTagValue());
H A DCMSSignerInfo.php108 switch ($item->getTagValue()) {
144 throw new GTException("Unsupported TAG value: " . $item->getTagValue());
H A DCMSContentInfo.php81 if ($tag->getTagValue() != 0) {
82 throw new GTException("Bad tag value for content: " . $tag->getTagValue());
H A DCMSEncapsulatedContentInfo.php85 if ($tag->getTagValue() != 0) {
86 throw new GTException("Unexpected tag value: {$tag->getTagValue()}");
H A DCMSSignedData.php124 switch ($item->getTagValue()) {
161 throw new GTException("Unknown tag value: {$item->getTagValue()}");
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPAccuracy.php88 switch ($item->getTagValue()) {
141 throw new GTException("Unexpected TAG value: {$item->getTagValue()}");
H A DTSPTSTInfo.php159 switch ($item->getTagValue()) {
196 throw new GTException("Unknown TAG in TSTINFO: " . $item->getTagValue());
/plugin/gtime/gtlib/asn1/
H A DASN1Object.php182 public function getTagValue() { function in ASN1Object
/plugin/gtime/gtlib/asn1/x509/
H A DX509GeneralName.php84 if ($object->getTagValue() < 0 || $object->getTagValue() > 8) {
85 throw new GTException("Unknown TAG value: {$object->getTagValue()}");
104 switch ($this->object->getTagValue()) {
134 throw new GTException("Unknown TAG value {$this->object->getTagValue()}");
/plugin/gtime/gtlib/asn1/gt/
H A DGTCertTokenResponse.php81 if ($tag->getTagValue() != 0) {
82 throw new GTException("Unexpected tag value: " . $tag->getTagValue());
H A DGTTimeSignature.php110 switch ($tag->getTagValue()) {
138 throw new GTException("Unsupported ASN1Tag: " . $tag->getTagValue());