Home
last modified time | relevance | path

Searched refs:ctag (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
DTokenizer.php83 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, $text, $i, $closingT…
183 self::CTAG => $this->ctag,
186 $i + strlen($this->ctag),
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
DTokenizer.php80 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 …]
DCompiler.php254 * @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/
Dupdate0001.sql13 ctag text, field
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs22100 var ctag = ({value:""}/*:any*/); variable
22170 ctag = parsexmltag(Rn[0], false);
22171 colpeat = parseInt(ctag['number-columns-repeated']||"1", 10);
22173 … if(ctag.formula && opts.cellFormula != false) q.f = ods_to_csf_formula(unescapexml(ctag.formula));
22174 if(ctag["style-name"] && styles[ctag["style-name"]]) q.z = styles[ctag["style-name"]];
22175 if((ctag['数据类型'] || ctag['value-type']) == "string") {
22176 q.t = "s"; q.v = unescapexml(ctag['string-value'] || "");
22194 ctag = parsexmltag(Rn[0], false);
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"]];
[all …]