Home
last modified time | relevance | path

Searched refs:strategy (Results 51 – 75 of 98) sorted by relevance

1234

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.php748 $strategy =& new StrategyTableLayoutAuto();
752 return $strategy->apply($this, $context);
H A DLICENSE25 strategy to use in any particular case, based on the explanations below.
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js20678 if (opts.strategy) {
20714 if (typeof opts.strategy === 'number') strategy = opts.strategy;
20719 strategy,
20726 this._strategy = strategy;
20740 strategy != exports.Z_RLE &&
20752 self._strategy = strategy;
20995 this.strategy = 0;
21003 this.strategy = strategy;
21027 this.strategy
22587 strategy < 0 || strategy > Z_FIXED) {
[all …]
H A Dpdfmake.min.js11strategy&&n.strategy!=e.Z_FILTERED&&n.strategy!=e.Z_HUFFMAN_ONLY&&n.strategy!=e.Z_RLE&&n.strategy!…
12strategy===Z||t.match_length===st&&t.strstart-t.match_start>4096)&&(t.match_length=st-1)),t.prev_l…
H A Dpdfmake.min.js.map1strategy","Z_FILTERED","Z_HUFFMAN_ONLY","Z_RLE","Z_FIXED","Z_DEFAULT_STRATEGY","_binding","_hadErr…
/plugin/datatables/assets/jszip/dist/
H A Djszip.min.js
/plugin/diagramsnet/lib/js/jszip/
H A Djszip.min.js13strategy:t,to:""},a||{});var b=this.options;b.raw&&b.windowBits>0?b.windowBits=-b.windowBits:b.gzi…
14strategy===U||a.match_length===ja&&a.strstart-a.match_start>4096)&&(a.match_length=ja-1)),a.prev_l…
15 …f=a.static_len+3+7>>>3,f<=e&&(e=f)):e=f=c+5,c+4<=e&&b!==-1?C(a,b,c,d):a.strategy===H||f===e?(i(a,(…
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md337 Also, the `Hoa\Iterator\Glob` allows to iterator with the glob strategy. It
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md61 - Load balancing (with pluggable selection strategy) across all available nodes. Defaults to round-robin
H A DLICENSE-LGPL26 strategy to use in any particular case, based on the explanations below.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/codehighlight/cp/
H A Dlicense.txt25 strategy to use in any particular case, based on the explanations below.
/plugin/virtualkeyboard/vk/
H A Dlicense.txt25 strategy to use in any particular case, based on the explanations below.
/plugin/remotescript/lib/
H A Dlicense.txt25 strategy to use in any particular case, based on the explanations below.
/plugin/jmol2/jmol/
H A DLICENSE.txt25 strategy to use in any particular case, based on the explanations below.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md557 * Added the possibility to change the activation strategy of the FingersCrossedHandler
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md280 - line-stacking-strategy
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1027 - `StrategyFactory` now will try to find predefined strategy before looking to global namespace. [#877](https://github.com/ruflin/Elastica/pull/877)
1238 - Add connection pool and connection strategy
/plugin/codemirror/dist/modes/
H A Dcss.min.js.map1 …, \"line-stacking-ruby\",\n \"line-stacking-shift\", \"line-stacking-strategy\", \"list-style\"…
H A Dstylus.min.js.map1 …acking\",\"line-stacking-ruby\",\"line-stacking-shift\",\"line-stacking-strategy\",\"list-style\",…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js61893 strategy: Z_DEFAULT_STRATEGY,
61914 …deflate.deflateInit2(this.strm, opt.level, opt.method, opt.windowBits, opt.memLevel, opt.strategy);
64487 this.strategy = 0;
64661 function deflateInit2(strm, level, method, windowBits, memLevel, strategy) {
64684 … windowBits < 8 || windowBits > 15 || level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED…
64724 s.strategy = strategy;
64770 put_byte(s, s.level === 9 ? 2 : s.strategy >= Z_HUFFMAN_ONLY || s.level < 2 ? 4 : 0);
64779 put_byte(s, s.level === 9 ? 2 : s.strategy >= Z_HUFFMAN_ONLY || s.level < 2 ? 4 : 0);
64799 if (s.strategy >= Z_HUFFMAN_ONLY || s.level < 2) {
65012 …var bstate = s.strategy === Z_HUFFMAN_ONLY ? deflate_huff(s, flush) : s.strategy === Z_RLE ? defla…
[all …]

1234