Home
last modified time | relevance | path

Searched refs:reverse (Results 1 – 25 of 491) sorted by relevance

12345678910>>...20

/plugin/nspages/printers/
Dsorters.php11 protected $reverse; variable in nspages_sorter
13 function __construct($reverse){ argument
14 $this->reverse = $reverse;
19 if ($this->reverse) {
32 function __construct($reverse){ argument
33 parent::__construct($reverse);
42 function __construct($reverse){ argument
43 parent::__construct($reverse);
54 function __construct($reverse, $dictOrder){ argument
55 parent::__construct($reverse);
Dprinter.php96 private function _getSorter($reverse) { argument
98 return new nspages_naturalOrder_sorter($reverse);
100 return new nspages_dictOrder_sorter($reverse, $this->dictOrder);
102 return new nspages_default_sorter($reverse);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
Dreverse.test2 "reverse" filter
4 {{ [1, 2, 3, 4]|reverse|join('') }}
5 {{ '1234évènement'|reverse }}
6 {{ arr|reverse|join('') }}
7 {{ {'a': 'c', 'b': 'a'}|reverse()|join(',') }}
8 {{ {'a': 'c', 'b': 'a'}|reverse(preserveKeys=true)|join(glue=',') }}
9 {{ {'a': 'c', 'b': 'a'}|reverse(preserve_keys=true)|join(glue=',') }}
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Dreverse.rst1 ``reverse``
7 The ``reverse`` filter reverses a sequence, a mapping, or a string:
11 {% for user in users|reverse %}
15 {{ '1234'|reverse }}
21 For sequences and mappings, numeric keys are not preserved. To reverse
22 them as well, pass ``true`` as an argument to the ``reverse`` filter:
26 {% for key, value in {1: "a", 2: "b", 3: "c"}|reverse %}
32 {% for key, value in {1: "a", 2: "b", 3: "c"}|reverse(true) %}
/plugin/togglewrap/
Dscript.js4 reverse = true;
7 reverse = false;
9 if ((checkbox.checked && !reverse) || (!checkbox.checked && reverse) ) {
37 reverse = true;
40 reverse = false;
44 if ((this.checked && !reverse) || (!this.checked && reverse) ) {
/plugin/asciidocjs/node_modules/lodash/
DwrapperReverse.js3 reverse = require('./reverse'), variable
33 wrapped = wrapped.reverse();
36 'args': [reverse],
41 return this.thru(reverse);
Dreverse.js5 var nativeReverse = arrayProto.reverse;
30 function reverse(array) { function
34 module.exports = reverse;
/plugin/toolbox/
DToolboxTextTools.js18 function sort(reverse) { argument
28 if (reverse) text.reverse();
40 function indent(reverse) { argument
50 if (reverse) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
DDecToHebrew.php10 public function convert($in, $reverse = false) argument
45 if ($reverse) {
52 if ($reverse) {
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
DREADME.md1 # code-unit-reverse-lookup
9 composer require sebastian/code-unit-reverse-lookup
13 composer require --dev sebastian/code-unit-reverse-lookup
DChangeLog.md3 All notable changes to `sebastianbergmann/code-unit-reverse-lookup` are documented in this file usi…
/plugin/darcspatch/
Dadmin.php115 function apply_raw_darcs_patch($patch,$repo,$test_only=false,$reverse=false) { argument
116 $plus = ($reverse ? '-' : '+');
117 $minus = ($reverse ? '+' : '-');
124 if($reverse) $sections[1] = array_reverse($sections[1]);
132 if($reverse) $hunks = array_reverse($hunks);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
DResultPrinter.php109 private $reverse = false; variable in PHPUnit_TextUI_ResultPrinter
124 * @param bool $reverse
128 …se = false, $colors = self::COLOR_DEFAULT, $debug = false, $numberOfColumns = 80, $reverse = false) argument
153 if (!is_bool($reverse)) {
167 $this->reverse = $reverse;
223 if ($this->reverse) {
/plugin/syntaxhighlighter3/sxh3/src/js/
DshLegacy.js42 reverse = { 'true' : false }, variable
58 gutter : defaultValue(reverse[options.nogutter], showGutter),
59 toolbar : defaultValue(reverse[options.nocontrols], showControls),
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshLegacy.js58 reverse = { 'true' : false }, variable
74 gutter : defaultValue(reverse[options.nogutter], showGutter),
75 toolbar : defaultValue(reverse[options.nocontrols], showControls),
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
DImb.php291 $reverse = ($this->imbReverseUs($count) >> 3);
293 if ($reverse >= $count) {
296 if ($reverse == $count) {
302 $table[$lli] = $reverse;
/plugin/galleryv1.5/
Dsyntax.php136 $data['reverse'] = $this->parseOpt($params, 'reverse');
203 if($data['reverse']) rsort($files);
/plugin/openlayersmap/ol/
Dol-layerswitcher.js84 this.reverse = options.reverse !== false;
219 reverse: this.reverse property
285 }).reverse();
499 if (options.reverse)
500 lyrs = lyrs.reverse();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
DANSI.php174 $attr_cell->reverse = false;
333 $attr_cell->reverse = !$attr_cell->reverse;
340 … $front = &$attr_cell->{ $attr_cell->reverse ? 'background' : 'foreground' };
342 … $back = &$attr_cell->{ $attr_cell->reverse ? 'foreground' : 'background' };
/plugin/asciidocjs/node_modules/core-js/fn/array/
Dreverse.js3 return Function.call.apply(Array.prototype.reverse, arguments);
/plugin/asciidocjs/node_modules/core-js/library/fn/array/
Dreverse.js3 return Function.call.apply(Array.prototype.reverse, arguments);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dutils.js145 top.push.apply(top, backwards ? val.v.slice().reverse() : val.v);
152 ret.push.apply(ret, backwards ? val.v.slice().reverse() : val.v);
162 ret.reverse();
163 top.reverse();
/plugin/wordimport/
Dstyle.less7 flex-direction: row-reverse;
/plugin/asciidocjs/node_modules/async/
Dcompose.js53 return (0, _seq2.default)(...args.reverse());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Dfailure-reverse-list.phpt2 phpunit --reverse-list FailureTest ../_files/FailureTest.php
6 $_SERVER['argv'][2] = '--reverse-list';

12345678910>>...20