Home
last modified time | relevance | path

Searched refs:tagFormat (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DFloodlightActivity.php120 public $tagFormat; variable in Google\\Service\\Dfareporting\\FloodlightActivity
497 public function setTagFormat($tagFormat) argument
499 $this->tagFormat = $tagFormat;
506 return $this->tagFormat;
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php51 var $tagFormat; variable in Tag
79 $this->tagFormat = $this->FORMAT_NONE;
131 if($this->tagFormat == $this->FORMAT_INDENT) {
230 function setTagFormat($tagFormat, $tagFormatIndentLevel = 0) { argument
231 $this->tagFormat = $tagFormat;