Home
last modified time | relevance | path

Searched refs:parsed (Results 1 – 14 of 14) sorted by relevance

/template/strap/ComboStrap/
DInterWiki.php146 $parsed = parse_url($this->urlWithoutFragment);
147 if (empty($parsed['scheme'])) $parsed['scheme'] = '';
148 if (empty($parsed['host'])) $parsed['host'] = '';
149 if (empty($parsed['port'])) $parsed['port'] = 80;
150 if (empty($parsed['path'])) $parsed['path'] = '';
151 if (empty($parsed['query'])) $parsed['query'] = '';
153 '{SCHEME}' => $parsed['scheme'],
154 '{HOST}' => $parsed['host'],
155 '{PORT}' => $parsed['port'],
156 '{PATH}' => $parsed['path'],
[all …]
/template/navigation/
Dsidebar.php49 $parsed = io_readfile($cache);
50 $parsed .= "\n<!-- cachefile $cache used -->\n";
52 …$parsed = p_render('xhtml', p_cached_instructions($masterFile),$info); //try to use cached instruc…
55 io_saveFile($cache,$parsed); //save cachefile
56 $parsed .= "\n<!-- no cachefile used, but created -->\n";
59 $parsed .= "\n<!-- no cachefile used, caching forbidden -->\n";
63 return $parsed;
/template/sxs/
Dsidebar.php55 $parsed = io_readfile($cache);
56 $parsed .= "\n<!-- cachefile $cache used -->\n";
58 …$parsed = p_render('xhtml', p_cached_instructions($masterFile),$info); //try to use cached instruc…
61 io_saveFile($cache,$parsed); //save cachefile
62 $parsed .= "\n<!-- no cachefile used, but created -->\n";
65 $parsed .= "\n<!-- no cachefile used, caching forbidden -->\n";
69 return $parsed;
/template/knotux/
Dsidebar.php49 $parsed = io_readfile($cache);
51 …$parsed = p_render('xhtml', p_cached_instructions($masterFile),$info); //try to use cached instruc…
54 io_saveFile($cache,$parsed); //save cachefile
55 $parsed .= "\n<!-- no cachefile used, but created -->\n";
58 $parsed .= "\n<!-- no cachefile used, caching forbidden -->\n";
62 return $parsed;
/template/mikio/
Dcss.php114 $parsed = @parse_ini_file($ini, true); variable
115 if (is_array($parsed)) {
116 $rawVars = arrayDeepMerge($rawVars, $parsed);
/template/strap/vendor/symfony/yaml/
DParser.php274 … $parsed = $this->parseBlock($this->getRealCurrentLineNb() + 1, $value, $flags);
276 if (Yaml::PARSE_OBJECT_FOR_MAP & $flags && $parsed instanceof \stdClass) {
277 $parsed = (array) $parsed;
280 if (!\is_array($parsed)) {
284 if (isset($parsed[0])) {
288 foreach ($parsed as $parsedItem) {
302 $data += $parsed; // array union
DCHANGELOG.md21 …* Deprecated support for parsing numbers starting with `0` as octal numbers. They will be parsed a…
22 so that they are parsed as octal numbers.
118 4.0. Use quotes to opt-in for keys to be parsed as strings.
145 * Omitted mapping values will be parsed as `null`.
/template/strap/vendor/symfony/process/
DCHANGELOG.md21 …command array, use `Process::fromShellCommandline()` when the command should be parsed by the shell
/template/strap/vendor/antlr/antlr4-php-runtime/
DREADME.md135 root directory name is the all-lowercase name of the language parsed by the grammar.
/template/strap/vendor/salesforce/handlebars-php/
DREADME.md565 This helper return handlebars expression as is. The expression will not be parsed
/template/ospyramid/js/libs/
Djquery-1.6.1.js8326 var parsed,
8331 return isNaN( parsed = parseFloat( r ) ) ? !r || r === "auto" ? 0 : r : parsed;
/template/strap/resources/firebug/
Dfirebug-lite-1.4.js4892 var parsed=value.substr(parseStart);
4893 var range=getRange?getRange(parsed,offset-parseStart,context):null;
4894 if(!range){range={start:0,end:parsed.length-1}
4895 }var expr=parsed.substr(range.start,range.end-range.start+1);
4896 preExpr=parsed.substr(0,range.start);
4897 postExpr=parsed.substr(range.end+1);
/template/breeze/bower_components/gumby/js/libs/
Djquery-2.0.2.min.map1 …"String","e","isEmptyObject","error","msg","Error","data","keepScripts","parsed","scripts","create…
Djquery-1.10.1.min.map1 …t","ownLast","isEmptyObject","error","msg","Error","data","keepScripts","parsed","scripts","create…