Home
last modified time | relevance | path

Searched refs:tagString (Results 1 – 4 of 4) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
DTag.php137 …$tagString = $formatTagBegin . $this->getTagStringBegin() . $formatContent . $this->tagContent . $…
138 return $tagString;
147 $tagString = "";
149 $tagString .= $this->tagStartOpen . $this->tagName;
151 …$tagString .= $this->tagAttributeSeparator . $attrName . $this->tagAttributeAssignment . $this->ta…
154 $tagString .= $this->tagAttributeSeparator . $this->tagClose;
156 $tagString .= $this->tagStartClose;
158 return $tagString;
167 $tagString = "";
169 $tagString .= $this->tagEndOpen . $this->tagName . $this->tagEndClose;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DFloodlightActivityGroup.php59 public $tagString; variable in Google\\Service\\Dfareporting\\FloodlightActivityGroup
208 public function setTagString($tagString) argument
210 $this->tagString = $tagString;
217 return $this->tagString;
DFloodlightActivity.php124 public $tagString; variable in Google\\Service\\Dfareporting\\FloodlightActivity
511 public function setTagString($tagString) argument
513 $this->tagString = $tagString;
520 return $this->tagString;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DDfareporting.php2474 'tagString' => [