Searched refs:customTag (Results 1 – 7 of 7) sorted by relevance
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
| D | GooglePrivacyDlpV2QuasiIdentifierField.php | 25 public $customTag; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2QuasiIdentifierField 32 public function setCustomTag($customTag) argument 34 $this->customTag = $customTag; 41 return $this->customTag;
|
| D | GooglePrivacyDlpV2QuasiIdField.php | 25 public $customTag; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2QuasiIdField 32 public function setCustomTag($customTag) argument 34 $this->customTag = $customTag; 41 return $this->customTag;
|
| D | GooglePrivacyDlpV2QuasiId.php | 25 public $customTag; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2QuasiId 36 public function setCustomTag($customTag) argument 38 $this->customTag = $customTag; 45 return $this->customTag;
|
| D | GooglePrivacyDlpV2TaggedField.php | 25 public $customTag; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2TaggedField 36 public function setCustomTag($customTag) argument 38 $this->customTag = $customTag; 45 return $this->customTag;
|
| /plugin/pgn4web/pgn4web/ |
| D | pgn4web.js | 34 function customPgnHeaderTag(customTag, htmlElementId, gameNum) { argument 36 customTag = customTag.replace(/\W+/g, ""); 38 …if ((pgnHeader[gameNum]) && (matches = pgnHeader[gameNum].match('\\[\\s*' + customTag + '\\s*\"([^… 48 function customPgnCommentTag(customTag, htmlElementId, plyNum, varId) { argument 50 customTag = customTag.replace(/\W+/g, ""); 53 …d][plyNum]) && (matches = MoveCommentsVar[varId][plyNum].match('\\[%' + customTag + '\\s+((?:,?(?:…
|
| /plugin/datatables/assets/pdfmake/ |
| D | pdfmake.js | 64491 customTag: new r.Optional(new r.String(4), function (t) { 64495 return t.customTag || knownTags[t.flags & 0x3f];
|
| D | pdfmake.min.js | 2 …t({flags:g.uint8,customTag:new g.Optional(new g.String(4),(function(r){return 63==(63&r.flags)})),…
|