Home
last modified time | relevance | path

Searched refs:order (Results 26 – 50 of 994) sorted by relevance

12345678910>>...40

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DTerms.php15 * Set the bucket sort order.
17 * @param string $order "_count", "_term", or the name of a sub-aggregation or sub-aggregation response field
22 public function setOrder(string $order, string $direction): self argument
24 return $this->setParam('order', [$order => $direction]);
36 return $this->setParam('order', $orders);
H A DHistogram.php40 * Set the bucket sort order.
42 * @param string $order "_count", "_term", or the name of a sub-aggregation or sub-aggregation response field
47 public function setOrder(string $order, string $direction): self argument
49 return $this->setParam('order', [$order => $direction]);
53 * Set the minimum number of documents which must fall into a bucket in order for the bucket to be returned.
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dhard_disk.svg1order="normal"/><path d="M395.264 361.97c112.24 0 213.86 14.777 286.3 38.12 36.22 11.672 65.112 25…
H A Dactive_directory.svg1order="normal"/><circle cx="69.453" cy="184.552" r="9.899" fill="url(#D)" paint-order="normal"/><c…
/plugin/qc/
H A Dadmin.php15 protected $order;
42 // order the data
43 if (!isset($_REQUEST['pluginqc']['order'])) {
44 $_REQUEST['pluginqc']['order'] = 'quality';
47 switch ($_REQUEST['pluginqc']['order']) {
50 $this->order = 'fixme';
54 $this->order = 'quality';
74 '<a href="' . wl($ID, ['do' => 'admin', 'page' => 'qc', 'pluginqc[order]' => 'quality']) . '">' .
77 '<a href="' . wl($ID, ['do' => 'admin', 'page' => 'qc', 'pluginqc[order]' => 'fixme']) . '">' .
106 if ($type == $this->order) retur
12 protected $order; global() variable in admin_plugin_qc
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DQuery.php137 public function setOrder($order) argument
139 $this->order = $order;
146 return $this->order;
/plugin/editsections/action/
H A Des.php53 $order = $this->getConf('order_type');
72 if ( $order === 'flat') {
75 } elseif ( $order === 'nested' ) {
86 dbglog('ERROR (plugin editsections): section editing type unknown ('.$order.')');
104 $order = $this->getConf('order_type');
193 $order = $this->getConf('order_type');
212 if ($order === 'nested') {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php99 $order = $this->curve->getOrder();
133 list(, $r) = $r->divide($order);
139 list(, $k) = $k->divide($order);
141 list(, $S) = $S->divide($order);
169 $Ln = $this->hash->getLength() - $order->getLength();
173 $k = BigInteger::randomRange(self::$one, $order->subtract(self::$one));
176 list(, $r) = $x->divide($order);
180 $kinv = $k->modInverse($order);
183 list(, $s) = $temp->divide($order);
/plugin/labeled/
H A Dhelper.php223 * @param float $order ordering number
225 public function changeOrder($name, $order) { argument
228 if ($order === '') $order = 2147483647;
232 $labels[$name]['ordernr'] = $order;
256 * @param boolean $order Ordering number
259 public function createLabel($name, $color, $order = false, $ns = '') { argument
/plugin/data-au/syntax/
H A Drelated.php108 $order = ', pages.page ' . $dataau['sort'][1];
110 $order = ', pages.title ' . $dataau['sort'][1];
119 $order = ', ' . $tables[$col] . '.value ' . $dataau['sort'][1];
122 $order = ', pages.page';
160 ORDER BY rel DESC$order";
/plugin/data/syntax/
H A Drelated.php111 $order = ', pages.page ' . $data['sort'][1];
113 $order = ', pages.title ' . $data['sort'][1];
122 $order = ', ' . $tables[$col] . '.value ' . $data['sort'][1];
125 $order = ', pages.page';
169 ORDER BY rel DESC$order";
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js532 data.order = $.trim(data.order);
533 if (data.order) {
534 data.order = data.order.split(/\s+/g);
537 delete data.order;
564 var order = this_options.order || [];
575 if ($.inArray(service_name, order) === -1) {
596 order = order.concat(unordered);
639 for (var i = 0; i < order.length; ++ i) {
640 var service_name = order[i];
705 for (var i = 0; i < order.length; ++ i) {
[all …]
/plugin/dirpictures/
H A Dsyntax.php66 $data['order'] = "asc";
75 $data['order'] = "desc";
122 sortPages::sort($new_files, $data['sort'], $data['order']);
/plugin/datatables/assets/datatables.net-dt/css/
H A Djquery.dataTables.min.css
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php311 $order = $curve->getLengthInBytes();
313 if ($keylen == $order + 1) {
318 if ($keylen == 2 * $order + 1) {
319 preg_match("#(.)(.{{$order}})(.{{$order}})#s", $str, $matches);
432 $order = $curve->getOrder();
436 if (!$order) {
467 'order' => $order
521 'order' => $order
/plugin/combo/resources/library/bootstrap/4.4.1/
H A Dbootstrap.16col.min.css6 */:root{--blue:#075ebb;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#075ebb;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1280px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#075ebb;text-decoration:none;background-color:transparent}a:hover{color:#043971;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-break:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1280px){.container{max-width:1280px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-13,.col-14,.col-15,.col-16,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-13,.col-xl-14,.col-xl-15,.col-xl-16,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 6.25%;flex:0 0 6.25%;max-width:6.25%}.col-2{-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.col-3{-ms-flex:0 0 18.75%;flex:0 0 18.75%;max-width:18.75%}.col-4{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-5{-ms-flex:0 0 31.25%;flex:0 0 31.25%;max-width:31.25%}.col-6{-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.col-7{-ms-flex:0 0 43.75%;flex:0 0 43.75%;max-width:43.75%}.col-8{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-9{-ms-flex:0 0 56.25%;flex:0 0 56.25%;max-width:56.25%}.col-10{-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.col-11{-ms-flex:0 0 68.75%;flex:0 0 68.75%;max-width:68.75%}.col-12{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-13{-ms-flex:0 0 81.25%;flex:0 0 81.25%;max-width:81.25%}.col-14{-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%}.col-15{-ms-flex:0 0 93.75%;flex:0 0 93.75%;max-width:93.75%}.col-16{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:17;order:17}.order-0{-ms-flex-order:0;order:0}.order
[all...]
/plugin/combo/resources/library/bootstrap/4.5.0/
H A Dbootstrap.16col.min.css6 */:root{--blue:#075ebb;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#075ebb;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1280px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#075ebb;text-decoration:none;background-color:transparent}a:hover{color:#043971;text-decoration:underline}a:not([href]){color:inherit;text-decoration:none}a:not([href]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote-footer{display:block;font-size:80%;color:#6c757d}.blockquote-footer::before{content:"\2014\00A0"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}kbd kbd{padding:0;font-size:100%;font-weight:700}pre{display:block;font-size:87.5%;color:#212529}pre code{font-size:inherit;color:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1280px){.container{max-width:1280px}}.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1280px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1280px}}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-13,.col-14,.col-15,.col-16,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-13,.col-xl-14,.col-xl-15,.col-xl-16,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;min-width:0;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-1{-ms-flex:0 0 6.25%;flex:0 0 6.25%;max-width:6.25%}.col-2{-ms-flex:0 0 12.5%;flex:0 0 12.5%;max-width:12.5%}.col-3{-ms-flex:0 0 18.75%;flex:0 0 18.75%;max-width:18.75%}.col-4{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-5{-ms-flex:0 0 31.25%;flex:0 0 31.25%;max-width:31.25%}.col-6{-ms-flex:0 0 37.5%;flex:0 0 37.5%;max-width:37.5%}.col-7{-ms-flex:0 0 43.75%;flex:0 0 43.75%;max-width:43.75%}.col-8{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-9{-ms-flex:0 0 56.25%;flex:0 0 56.25%;max-width:56.25%}.col-10{-ms-flex:0 0 62.5%;flex:0 0 62.5%;max-width:62.5%}.col-11{-ms-flex:0 0 68.75%;flex:0 0 68.75%;max-width:68.75%}.col-12{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-13{-ms-flex:0 0 81.25%;flex:0 0 81.25%;max-width:81.25%}.col-14{-ms-flex:0 0 87.5%;flex:0 0 87.5%;max-width:87.5%}.col-15{-ms-flex:0 0 93.75%;flex:0 0 93.75%;max-width:93.75%}.col-16{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:17;order:17}.order-0{-ms-flex-order:0;order:0}.order
[all...]
/plugin/yuriigantt/src/Entities/
H A DTask.php42 public $order; variable in dokuwiki\\plugin\\yuriigantt\\src\\Entities\\Task
64 $this->order = (int)$data->order;
/plugin/struct/types/
H A DAutoSummary.php32 * @param string $order
34 public function sort(QueryBuilder $QB, $tablealias, $colname, $order) argument
38 $QB->addOrderBy("$rightalias.lastsummary $order");
H A DPage.php141 * @param string $order
143 public function sort(QueryBuilder $QB, $tablealias, $colname, $order)
146 parent::sort($QB, $tablealias, $colname, $order);
152 $QB->addOrderBy("$rightalias.title COLLATE NOCASE $order");
153 $QB->addOrderBy("$tablealias.$colname $order");
155 sort(QueryBuilder $QB, $tablealias, $colname, $order) global() argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dphp_json_objects.asciidoc78 {"time" : {"order" : "desc"}},
79 {"popularity" : {"order" : "desc"}}
99 array('time' => array('order' => 'desc')), <2>
100 array('popularity' => array('order' => 'desc')) <3>
106 <2> This array encodes the `{"time" : {"order" : "desc"}}` object
107 <3> This array encodes the `{"popularity" : {"order" : "desc"}}` object
121 ['time' => ['order' => 'desc']],
122 ['popularity' => ['order' => 'desc']]
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php219 $orderService->mapValueObject('{' . $ns . '}order', 'Sabre\Xml\Order');
262 $order = $orderService->parse($input);
272 $this->assertEquals($expected, $order);
274 $writtenXml = $orderService->writeValueObject($order);
/plugin/dw2pdf/
H A Daction.php60 * Return the value of currentBookChapter, which is the order of the file to be added in a book generation
185 //sort order
186 $order = $INPUT->str('book_order', 'natural', true);
188 if (!in_array($order, $sortoptions)) {
189 $order = 'natural';
226 if ($order == 'date') {
228 } elseif ($order == 'pagename' || $order == 'natural') {
630 foreach (['', '_odd', '_even', '_first'] as $order) {
631 $file = DOKU_PLUGIN . 'dw2pdf/tpl/' . $this->tpl . '/' . $section . $order
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DSortProcessor.php25 * Set order. Default 'asc'.
29 public function setOrder(string $order): self argument
31 return $this->setParam('order', $order);
/plugin/fckg/fckeditor/userfiles/
H A D.htaccess.security2 order allow,deny
6 order allow,deny

12345678910>>...40