Home
last modified time | relevance | path

Searched refs:parsed (Results 1 – 25 of 135) sorted by last modified time

123456

/plugin/struct/types/
H A DUrl.php63 $parsed = parse_url($url);
65 $title = $parsed['host'];
67 if (isset($parsed['path']) && $parsed['path'] === '/') {
68 unset($parsed['path']);
71 isset($parsed['path']) ||
72 isset($parsed['query']) ||
73 isset($parsed['fragment'])
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default215 …thinfo_parsing'] = true; // if true, $_SERVER[PATH_INFO] is not parsed. May be needed on …
217 …le_onlycreateable_passthru'] = true; // if true, any image that can be parsed by getimagesize() …
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js479 var parsed = options.parse && options.parse(options.noRecord) || parse(options.noRecord);
480 success(term,parsed);
504 var parsed = options.parse && options.parse(data) || parse(data);
505 cache.add(term, parsed);
506 success(term, parsed);
522 var parsed = [];
528 parsed[parsed.length] = { class in $.Autocompleter.parse
535 return parsed;
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js39587 var parsed = parseInt(string.substr(i * 2, 2), 16);
39588 if (numberIsNaN(parsed)) return i;
39589 buf[offset + i] = parsed;
76695 var parsed = void 0;
76699 parsed = "&;";
76701 parsed = this.parseEntity(entity);
76706 this.text += parsed;
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md402 - +aCJK incorrectly parsed when instantiating class e.g. new mpDF('ja+aCJK')
569 - SVG images - path including e.g. 1.234E-15 incorrectly parsed (not recognising capital E)
/plugin/combo/resources/firebug/
H A 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);
5579 if(FBTrace.DBG_XMLVIEWER){FBTrace.sysout("xmlviewer.updateTabBody; XML response parsed",doc)
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md135 root directory name is the all-lowercase name of the language parsed by the grammar.
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md21 * Deprecated support for parsing numbers starting with `0` as octal numbers. They will be parsed as strings as of Symfony 6.0. Prefix numbers with `0o`
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`.
H A DParser.php45 * @param string $filename The path to the YAML file to be parsed
274 $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
330 // remember the parsed lin
[all...]
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md565 This helper return handlebars expression as is. The expression will not be parsed
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md21 * `Process` must be instantiated with a command array, use `Process::fromShellCommandline()` when the command should be parsed by the shell
/plugin/combo/ComboStrap/
H A DInterWiki.php144 $parsed = parse_url($this->urlWithoutFragment);
145 if (empty($parsed['scheme'])) $parsed['scheme'] = '';
146 if (empty($parsed['host'])) $parsed['host'] = '';
147 if (empty($parsed['port'])) $parsed['port'] = 80;
148 if (empty($parsed['path'])) $parsed['path'] = '';
149 if (empty($parsed['quer
[all...]
/plugin/farmer/script/
H A Djquery.chosen.js21 this.parsed = [];
34 group_position = this.parsed.length;
35 this.parsed.push({
57 this.parsed[group_position].children += 1;
59 this.parsed.push({
60 array_index: this.parsed.length,
69 group_label: group_position != null ? this.parsed[group_position].label : null,
74 this.parsed.push({
75 array_index: this.parsed.length,
117 return parser.parsed;
[all...]
/plugin/odt/ODT/
H A DODTSpan.php143 $parsed = array();
157 $parsed [] = $entry;
179 $parsed [] = $entry;
185 $parsed [] = $entry;
192 for ($out = 0 ; $out < count($parsed) ; $out++) {
196 $found = &$parsed [$out];
202 for ($in = $out+1 ; $in < count($parsed) ; $in++) {
203 $search = &$parsed [$in];
H A DODTUtility.php784 $parsed = array();
837 $parsed [] = $entry;
859 $parsed [] = $entry;
865 $parsed [] = $entry;
875 for ($out = 0 ; $out < count($parsed) ; $out++) {
879 $found = &$parsed [$out];
889 for ($in = $out+1 ; $in < count($parsed) ; $in++) {
890 $search = &$parsed [$in];
/plugin/openid/Auth/OpenID/
H A DTrustRoot.php63 $parsed = Auth_OpenID_TrustRoot::_parse($realm);
65 if ($parsed === false) {
69 if ($parsed['wildcard']) {
71 if ($parsed['host'][0] != '.') {
75 $www_domain = 'www' . $parsed['host'];
77 return sprintf('%s://%s%s', $parsed['scheme'],
78 $www_domain, $parsed['path']);
80 return $parsed['unparsed'];
/plugin/openid/Auth/
H A DOpenID.php434 @$parsed = parse_url($url);
436 if (!$parsed) {
440 if (isset($parsed['scheme']) &&
441 isset($parsed['host'])) {
442 $scheme = strtolower($parsed['scheme']);
/plugin/prosemirror/
H A DREADME.md60 - When the Editform is submitted that data has to be parsed by DokuWiki into DokuWiki-Syntax.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md417 * Reduced memory footprint of response by not keeping the raw JSON data when JSON after JSON has been parsed. [#1588](https://github.com/ruflin/Elastica/pull/1588)
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md104 - Header parsing now ensures that header order is maintained in the parsed
/plugin/ckgedit/lang/en/
H A Dscayt.txt1 …be **off** instead of **on**. With **on** the contents of the editor is parsed by Scayt and sent …
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudKMS/
H A DCertificate.php38 public $parsed; variable in Google\\Service\\CloudKMS\\Certificate
105 public function setParsed($parsed) argument
107 $this->parsed = $parsed;
114 return $this->parsed;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DOpenSSH.php50 $parsed = parent::load($key, $password);
52 if (isset($parsed['paddedKey'])) {
53 list($type) = Strings::unpackSSH2('s', $parsed['paddedKey']);
54 if ($type != $parsed['type']) {
55 …\RuntimeException("The public and private keys are not of the same type ($type vs $parsed[type])");
58 list($p, $q, $g, $y, $x, $comment) = Strings::unpackSSH2('i5s', $parsed['paddedKey']);
63 list($p, $q, $g, $y) = Strings::unpackSSH2('iiii', $parsed['publicKey']);
65 $comment = $parsed['comment'];
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md66 - Allow multibyte characters to be parsed in `Message:bodySummary()`

123456