Home
last modified time | relevance | path

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

12345678910>>...15

/plugin/nspages/printers/
H A 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, argument
[all...]
H A Dprinter.php38 $this->_sorter = $this->_getSorter($data['reverse']);
96 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/
H A 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/
H A 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) %}
H A Dindex.rst28 reverse
/plugin/togglewrap/
H A 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/toolbox/
H A 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/
H A DDecToHebrew.php10 public function convert($in, $reverse = false) argument
12 // reverse is used when called from Lists, as these do not pass through bidi-algorithm
45 if ($reverse) {
52 if ($reverse) {
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A DREADME.md1 # code-unit-reverse-lookup
9 composer require sebastian/code-unit-reverse-lookup
13 composer require --dev sebastian/code-unit-reverse-lookup
H A DChangeLog.md3 All notable changes to `sebastianbergmann/code-unit-reverse-lookup` are documented in this file usi…
/plugin/darcspatch/
H A 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/
H A 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/
H A DshLegacy.js42 reverse = { 'true' : false }, class in dp.SyntaxHighlighter.parseParams
58 gutter : defaultValue(reverse[options.nogutter], showGutter),
59 toolbar : defaultValue(reverse[options.nocontrols], showControls),
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js58 reverse = { 'true' : false }, class in dp.SyntaxHighlighter.parseParams
74 gutter : defaultValue(reverse[options.nogutter], showGutter),
75 toolbar : defaultValue(reverse[options.nocontrols], showControls),
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DImb.php291 $reverse = ($this->imbReverseUs($count) >> 3);
292 // if the reverse is less than count, we have already visited this pair before
293 if ($reverse >= $count) {
295 // Otherwise, place it at the first free slot from the beginning of the list AND place $reverse ath the next free slot from the beginning of the list
296 if ($reverse == $count) {
302 $table[$lli] = $reverse;
/plugin/galleryv1.5/
H A Dsyntax.php136 $data['reverse'] = $this->parseOpt($params, 'reverse');
203 if($data['reverse']) rsort($files);
/plugin/openlayersmap/ol7/
H A Dol-layerswitcher.js
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A 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/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dfailure-reverse-list.phpt2 phpunit --reverse-list FailureTest ../_files/FailureTest.php
6 $_SERVER['argv'][2] = '--reverse-list';
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedRev.txt
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dlayout-sidebar-reverse.svg1 <svg class="bi bi-layout-sidebar-reverse" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dlayout-sidebar-inset-reverse.svg1 <svg class="bi bi-layout-sidebar-inset-reverse" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dbackspace-reverse-fill.svg1 <svg class="bi bi-backspace-reverse-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
H A Dlayout-text-window-reverse.svg1 <svg class="bi bi-layout-text-window-reverse" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/sortablejs/
H A Dscript.js149 sorttable.reverse( thiscell.sorttable_tbody, sindex );
219 sorttable.reverse( this.sorttable_tbody, this.sindex );
239 sorttable.reverse( this.sorttable_tbody, this.sindex );
350 reverse: function ( tbody, sindex ) { method in sorttable

12345678910>>...15