Home
last modified time | relevance | path

Searched refs:parsed (Results 101 – 125 of 135) sorted by last modified time

123456

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js2868 parsed;
2898 parsed = isArray ? value.map(parseUnit) : parseUnit(value, fontSize);
2901 return (!isArray && isNaN(parsed) ? value : parsed);
15609 parsed,
15627 parsed = parseFloat(coords[j]);
15628 if (!isNaN(parsed)) {
15629 coordsParsed.push(parsed);
/plugin/icalevents/vendor/sabre/uri/
H A DCHANGELOG.md14 is invalid or could not be parsed.
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php157 $parsed = self::$parser->data;
159 foreach ( $parsed as &$entry ) {
/plugin/publist/
H A Dchangelog9 not correctly parsed when using a single condition. E.g. "only:a=b" would
/plugin/jokuwiki/
H A DREADME.md30 Additional content may be added between the opening and closing jw tags. This will be parsed by Dok…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.AggressivelyFixLt.txt
H A DAttr.DefaultTextDir.txt
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js1979 parsed += tag + matches[0];
1984 parsed += tag;
1995 parsed += tag + matches[0];
2000 parsed += tag;
2009 parsed += tag;
2045 parsed += block_text;
2069 parsed += tag;
2072 parsed += tag;
2076 return [parsed, text];
2242 else { parsed += block_text; }
[all …]
/plugin/markdownextra/
H A Dmarkdown.php2087 $parsed .= $tag . $matches[0];
2092 $parsed .= $tag;
2101 $parsed .= $tag;
2114 $parsed .= $tag . $matches[0];
2119 $parsed .= $tag;
2138 $parsed .= "\n\n$block_text\n\n";
2152 $parsed .= $block_text;
2176 $parsed .= $tag;
2179 $parsed .= $tag;
2183 return array($parsed, $text);
[all …]
H A DREADME.md24 If the page name ends with ''.md'' suffix, it gets automatically parsed using PHP Markdown Extra. T…
/plugin/pgn4web/pgn4web/
H A DREADME.txt403 - variations are not parsed as such, but stored as comments; support for
/plugin/rst/
H A DREADME.md24 If the page name ends with ''.rst'' suffix, it gets automatically parsed as RST . To use that marku…
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.rules.page.inc.php373 $parsed =& parse_css_property($css, $pipeline);
375 if (!is_null($parsed)) {
376 $properties = $parsed->getPropertiesSortedByPriority();
384 $parsed =& parse_css_property($css, $pipeline);
386 if (!is_null($parsed)) {
387 $properties = $parsed->getPropertiesSortedByPriority();
H A DChangeLog49 * Fixed: CSS maring / padding properties could be parsed
195 messages when font files were parsed
851 when TTF file was parsed
862 non-ASCII characters when TTF files were parsed directly
970 * Fixed: invalid URLs which could not be parsed by 'parse_url' PHP
1119 were sometimes parsed incorrectly
H A Dcss.text-decoration.inc.php34 $parsed = $this->default_value();
35 if (strstr($value,"overline") !== false) { $parsed['O'] = true; };
36 if (strstr($value,"underline") !== false) { $parsed['U'] = true; };
37 if (strstr($value,"line-through") !== false) { $parsed['T'] = true; };
38 return $parsed;
/plugin/mantis/lib/
H A Dchangelog336 - xmlschema: save enumeration values parsed from WSDL
457 - soapclient: add getHeader to get parsed SOAP Header
460 - soap_server: add requestHeader with parsed SOAP Header
577 - wsdl: Improve consistency between doc/lit schema auto-wrapping and client's parsed schema
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php172 $parsed = self::$parser->data;
174 foreach ( $parsed as &$entry ) {
/plugin/publistx/
H A Dchangelog19 not correctly parsed when using a single condition. E.g. "only:a=b" would
/plugin/txt2tags/
H A DREADME.t2t41 By default, if the page name ends with ``.t2t`` suffix, it gets automatically parsed using txt2tags…
H A DREADME.doku40 By default, if the page name ends with ''.t2t'' suffix, it gets automatically parsed using txt2tags…
/plugin/masciimath/
H A DREADME.txt22 …* One pair of parantheses is removed when the expression can be parsed uniquely without it as usua…
H A Dsyntax.php510 $parsed = $this->parse(null, array('master' => true));
511 …thML" title="'.htmlentities ($match).'" displaystyle="'.$displaystyle.'">'.$parsed['ml'].'</math>';
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/dokutexit/
H A Dtexitrender.php78 $parsed = $this->p_render_latex_text($text, $info);
79 file_put_contents($destfn, $parsed) or die("can't open file $destfn for writing");
189 $parsed = $this->p_render('latex', $ins, $info);
192 return $parsed;
205 $parsed = $this->p_render_latex_text($text, $info);
206 return $parsed;
/plugin/revisionsdue/
H A Dsyntax.php165 // coding here is too late, it doesn't get parsed

123456