Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2QuasiIdentifierField.php25 public $customTag; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2QuasiIdentifierField
32 public function setCustomTag($customTag) argument
34 $this->customTag = $customTag;
41 return $this->customTag;
H A DGooglePrivacyDlpV2QuasiIdField.php25 public $customTag; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2QuasiIdField
32 public function setCustomTag($customTag) argument
34 $this->customTag = $customTag;
41 return $this->customTag;
H A DGooglePrivacyDlpV2QuasiId.php25 public $customTag; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2QuasiId
36 public function setCustomTag($customTag) argument
38 $this->customTag = $customTag;
45 return $this->customTag;
H A 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/
H A 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/build/
H A Dpdfmake.min.js