Home
last modified time | relevance | path

Searched refs:optimized (Results 1 – 25 of 50) sorted by relevance

12

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DConfig.php404 * @param bool $optimized If true, this method may return null, to
413 public function getHTMLDefinition($raw = false, $optimized = false) argument
415 return $this->getDefinition('HTML', $raw, $optimized);
423 * @param bool $optimized If true, this method may return null, to
432 public function getCSSDefinition($raw = false, $optimized = false) argument
434 return $this->getDefinition('CSS', $raw, $optimized);
442 * @param bool $optimized If true, this method may return null, to
451 public function getURIDefinition($raw = false, $optimized = false) argument
453 return $this->getDefinition('URI', $raw, $optimized);
461 * @param bool $optimized Only has an effect when $raw is true. Whether
[all …]
DDefinition.php26 public $optimized = null; variable in HTMLPurifier_Definition
/plugin/asciidocjs/node_modules/pug-runtime/
DCHANGELOG.md14 - `attrs()` has been optimized.
18 - `classes()` has been optimized, making it more than 9x faster.
19 - `style()` has been optimized, making it 3-9x faster in average cases.
20 - `escape()` has been optimized again, now with another 1-4x boost from the
40 - `escape()` has been optimized, making it about 20-30% faster. The new
/plugin/asciidocjs/node_modules/clean-css/lib/
Dclean.js140 var optimized;
142 optimized = level0Optimize(tokens, context);
143 optimized = OptimizationLevel.One in context.options.level ?
146 optimized = OptimizationLevel.Two in context.options.level ?
148 optimized;
150 return optimized;
/plugin/combo/
H A Dplugin.info.txt7 desc Professional looking templates (Bootstrap based) and SEO optimized pages.
/plugin/openlayersmap/ol/
DREADME.md18 A slightly more complicated build process is required to get an optimized-full-size build of OpenLa…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dintro.rst14 * *Fast*: Twig compiles templates down to plain optimized PHP code. The
Dinstallation.rst111 PHP code but only provides an optimized version of the
/plugin/pagecss/vendor/csstidy-2.2.1/
H A DREADME.md28 // Get back the optimized CSS Code
/plugin/pagecss/
H A Dplugin-page.md111 * Wrap class generation duplicates entire blocks — can be optimized
/plugin/findologicxmlexport/vendor/twig/twig/
DCHANGELOG184 * optimized the way attributes are fetched
338 * optimized the number of inodes and the size of realpath cache when using the cache
372 * optimized for loops
496 * optimized variable access on PHP 5.4
506 * optimized the way Twig exceptions are managed (to make them faster)
539 * optimized macro calls when auto-escaping is on
601 * optimized parent template creation when the template does not use dynamic inheritance
683 * optimized variable access when using PHP 5.4
1034 * optimized template loading speed
/plugin/asciidocjs/node_modules/clean-css/
DREADME.md112 * `skipProperties` flag in level 2 optimizations controlling which properties won't be optimized;
417 …ies: [] // controls which properties won't be optimized, defaults to `[]` which means all will be
447 console.log(output.styles); // optimized output CSS as a string
452 console.log(output.stats.minifiedSize); // optimized content size
606 Important comments included in optimized output.
/plugin/bb4dw/
Dsample.bib36 …iled to code whose runtime performance is competitive with that of hand-optimized Fortran programs…
120 …an be transformed into single loop operations which are similar to hand-optimized With-loop specif…
180optimized one is often an order of magnitude. Efficient implementations require optimization of bo…
227 …ode changes, which are often tedious and error-prone, before getting an optimized program. We have…
/plugin/quickstats/
DHOW-TO1 Quickstats will give you the web traffic for modest sites. It is not yet optimized for high volume…
/plugin/findologicxmlexport/vendor/hoa/ustring/
DREADME.md189 The result is not very handy but the algorithm is much optimized and found many
/plugin/farm/install/animaltemplate/conf/
Dmysql.conf.php.example5 * This SQL statements are optimized for following table structure.
/plugin/photogallery/phpThumb/docs/
Dphpthumb.faq.txt334 techniques. The source GIF is probably very well optimized, but
339 most filesize-optimized animated GIF possible.
/plugin/asciidocjs/node_modules/async/
DCHANGELOG.md82 - Made `async-es` more optimized for webpack users (#1517)
128 - Create optimized hotpath for `filter` in array case.
143 - Significantly optimized all iteration based collection methods such as `each`, `map`, `filter`, e…
/plugin/asciidocjs/node_modules/neo-async/
DREADME.md42 It is optimized for Promise handling and has almost the same functionality as `neo-async`.
/plugin/asciidocjs/node_modules/core-js/
DCHANGELOG.md379 * [`Reflect.construct`](https://github.com/zloirock/core-js/#ecmascript-6-reflect) optimized and fi…
397 * Actualized and optimized work with iterables:
/plugin/pgn4web/pgn4web/
DREADME.txt169 The pgn4web scripts and pages are optimized for the HTML5 doctype declaration:
/plugin/jplayer/vendor/james-heinrich/getid3/
DREADME.md423 that is if the file has been hinted/optimized for streaming)
Dreadme.txt430 that is if the file has been hinted/optimized for streaming)
/plugin/asciidocjs/node_modules/uglify-js/
DREADME.md545 additional [output options](#output-options). The defaults are optimized
1220 expected as code is optimized and mappings are often simply not possible as
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/
DREADME.md776 additional [output options][codegen]. The defaults are optimized

12