Home
last modified time | relevance | path

Searched refs:customTag (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
DGooglePrivacyDlpV2QuasiIdentifierField.php25 public $customTag; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2QuasiIdentifierField
32 public function setCustomTag($customTag) argument
34 $this->customTag = $customTag;
41 return $this->customTag;
DGooglePrivacyDlpV2QuasiIdField.php25 public $customTag; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2QuasiIdField
32 public function setCustomTag($customTag) argument
34 $this->customTag = $customTag;
41 return $this->customTag;
DGooglePrivacyDlpV2QuasiId.php25 public $customTag; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2QuasiId
36 public function setCustomTag($customTag) argument
38 $this->customTag = $customTag;
45 return $this->customTag;
DGooglePrivacyDlpV2TaggedField.php25 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/
Dpgn4web.js34 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/
Dpdfmake.js64491 customTag: new r.Optional(new r.String(4), function (t) {
64495 return t.customTag || knownTags[t.flags & 0x3f];
Dpdfmake.min.js2 …t({flags:g.uint8,customTag:new g.Optional(new g.String(4),(function(r){return 63==(63&r.flags)})),…