Home
last modified time | relevance | path

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

/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php96 static public function compressList($items, $delim) { argument
98 else return array('list', $delim, $items);
864 [, $delim, $content] = $value;
870 return $delim . implode($content) . $delim;
3177 $delim = '"';
3179 $delim = "'";
3188 lessc::preg_quote($delim).')';
3205 if ($this->literal($delim, false)) {
3206 $content[] = $delim;
3209 $this->count -= strlen($delim);
[all …]
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js4058 }}function addParts(val,delim,block,info,escapeIt){var vals=[]; argument
4072 }}var parts=vals.join(delim);
4073 if(parts){block.push(delim,parts)
4238 if(length<=maxLength){props.push({tag:tag,name:name,object:value,equal:"=",delim:", "}); property
4243 …umPropertiesShown){props.push({object:"...",tag:FirebugReps.Caption.tag,name:"",equal:"",delim:""}) property
4244 }else{if(props.length>0){props[props.length-1].delim=""
4259 if(count<=max){props.push({tag:tag,name:name,object:value,equal:"=",delim:", "}) property
4261 …){props[Math.max(1,max-1)]={object:"more...",tag:FirebugReps.Caption.tag,name:"",equal:"",delim:""} property
4262 }else{if(props.length>0){props[props.length-1].delim=""
4272 var delim=(i==array.length-1?"":", ");
[all …]