Searched refs:ctag (Results 1 – 5 of 5) sorted by relevance
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/ |
H A D | Tokenizer.php | 67 const CTAG = 'ctag'; 83 protected $ctag; variable in Handlebars\\Tokenizer 102 list($otag, $ctag) = explode(' ', $delimiters); 104 $this->ctag = $ctag; 108 $closingTagLength = strlen($this->ctag); 110 $firstClosingTagCharacter = $this->ctag[0]; 149 $closingTagLength = strlen($this->ctag); 151 $firstClosingTagCharacter = $this->ctag[0]; 164 if ($character === $firstClosingTagCharacter && $this->tagChange($this->ctag, [all...] |
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/ |
H A D | Tokenizer.php | 80 private $ctag; variable in Mustache_Tokenizer 162 … if ($char === $this->ctagChar && substr($text, $i, $this->ctagLen) === $this->ctag) { 167 self::CTAG => $this->ctag, 174 if ($this->ctag === '}}') { 241 $this->ctag = '}}'; 274 $close = '=' . $this->ctag; 306 list($_, $otag, $ctag) = $matches; 312 $this->ctag = $ctag; 313 $this->ctagChar = $ctag[0]; 314 $this->ctagLen = strlen($ctag); [all …]
|
H A D | Compiler.php | 254 * @param string $ctag Current Mustache closing tag 259 private function blockVar($nodes, $id, $start, $end, $otag, $ctag, $level) argument 281 * @param string $ctag Current Mustache closing tag 286 private function blockArg($nodes, $id, $start, $end, $otag, $ctag, $level) argument 366 * @param string $ctag Current Mustache closing tag 371 private function section($nodes, $id, $filters, $start, $end, $otag, $ctag, $level) argument 376 if ($otag !== '{{' || $ctag !== '}}') { 377 $delimTag = var_export(sprintf('{{= %s %s =}}', $otag, $ctag), true);
|
/plugin/webdavclient/db/ |
H A D | update0001.sql | 13 ctag text, field
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 22100 var ctag = ({value:""}/*:any*/); class 22174 if(ctag["style-name"] && styles[ctag["style-name"]]) q.z = styles[ctag["style-name"]]; 22175 if((ctag['数据类型'] || ctag['value-type']) == "string") { 22196 q = ({t:ctag['数据类型'] || ctag['value-type'], v:null/*:: , z:null, w:"",c:[]*/}/*:any*/); 22197 if(ctag["style-name"] && styles[ctag["style-name"]]) q.z = styles[ctag["style-name"]]; 22199 if(ctag.formula) ctag.formula = unescapexml(ctag.formula); 22200 if(ctag['number-matrix-columns-spanned'] && ctag['number-matrix-rows-spanned']) { 22207 if(ctag.formula) q.f = ods_to_csf_formula(ctag.formula); 22213 if(ctag['number-columns-spanned'] || ctag['number-rows-spanned']) { 22221 if(ctag['number-columns-repeated']) colpeat = parseInt(ctag['number-columns-repeated'], 10); [all …]
|