Home
last modified time | relevance | path

Searched refs:ordering (Results 1 – 25 of 56) sorted by relevance

123

/plugin/findologicxmlexport/vendor/jms/serializer/src/Ordering/
DCustomPropertyOrderingStrategy.php10 private $ordering; variable in JMS\\Serializer\\Ordering\\CustomPropertyOrderingStrategy
13 * @param int[] $ordering property => weight
15 public function __construct(array $ordering) argument
17 $this->ordering = $ordering;
28 $existsA = isset($this->ordering[$a]);
29 $existsB = isset($this->ordering[$b]);
43 return $this->ordering[$a] < $this->ordering[$b] ? -1 : 1;
/plugin/gtime/gtlib/asn1/tsp/
DTSPTSTInfo.php61 private $ordering; variable in TSPTSTInfo
132 $this->ordering = false;
150 $this->ordering = $item->getValue();
227 if ($this->ordering === true) {
228 $sequence->add(new ASN1Boolean($this->ordering));
/plugin/eshop/
Dplugin.info.txt6 desc Displays forms for ordering things from e-shop
/plugin/onlineordering/
Dplugin.info.txt6 desc Creates online ordering forms
Dtemplate_en.txt3 thank you for ordering {item_name} at {datetime}!<br />
/plugin/strata/helper/
Dtriples.php803 $ordering = array();
810 $ordering[] = "$a ".($o['direction'] == 'asc'?'ASC':'DESC');
818 if(count($ordering)>0) {
819 $ordering = ' ORDER BY '.implode(', ',$ordering);
821 $ordering = '';
825 'sql'=>'SELECT DISTINCT '.$fields.' FROM ('.$gp['sql'].') r'.$ordering,
Dsyntax.php233 $ordering = $this->extractGroups($root, 'sort');
260 if(count($ordering)) {
261 if(count($ordering) > 1) {
262 $this->_fail($this->getLang('error_query_multisort'), $ordering);
266 foreach($ordering[0]['cs'] as $line) {
/plugin/datatables/assets/datatables.net/css/
DdataTables.jqueryui.css8 --dt-column-ordering: 0, 0, 0;
41 --dt-column-ordering: 0, 0, 0;
382 box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
394 box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
398 box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
402 box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
640 --dt-column-ordering: 255, 255, 255;
DdataTables.jqueryui.min.css1ordering: 0, 0, 0;--dt-html-background: white}:root.dark{--dt-html-background: rgb(33, 37, 41)}tab…
Djquery.dataTables.min.css1ordering: 0, 0, 0;--dt-html-background: white}:root.dark{--dt-html-background: rgb(33, 37, 41)}tab…
Djquery.dataTables.css8 --dt-column-ordering: 0, 0, 0;
351 box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.019);
363 box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.054);
367 box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.047);
371 box-shadow: inset 0 0 0 9999px rgba(var(--dt-column-ordering), 0.039);
609 --dt-column-ordering: 255, 255, 255;
DdataTables.bootstrap5.min.css1 … 9, 10, 11;--dt-row-stripe: 0, 0, 0;--dt-row-hover: 0, 0, 0;--dt-column-ordering: 0, 0, 0;--dt-htm…
5 …]{--dt-row-hover: 255, 255, 255;--dt-row-stripe: 255, 255, 255;--dt-column-ordering: 255, 255, 255}
DdataTables.bootstrap5.css8 --dt-column-ordering: 0, 0, 0;
436 --dt-column-ordering: 255, 255, 255;
DdataTables.semanticui.min.css1 … 9, 10, 11;--dt-row-stripe: 0, 0, 0;--dt-row-hover: 0, 0, 0;--dt-column-ordering: 0, 0, 0;--dt-htm…
DdataTables.foundation.css8 --dt-column-ordering: 0, 0, 0;
DdataTables.semanticui.css8 --dt-column-ordering: 0, 0, 0;
DdataTables.foundation.min.css1 … 9, 10, 11;--dt-row-stripe: 0, 0, 0;--dt-row-hover: 0, 0, 0;--dt-column-ordering: 0, 0, 0;--dt-htm…
DdataTables.bulma.min.css1 … 9, 10, 11;--dt-row-stripe: 0, 0, 0;--dt-row-hover: 0, 0, 0;--dt-column-ordering: 0, 0, 0;--dt-htm…
DdataTables.bulma.css8 --dt-column-ordering: 0, 0, 0;
DdataTables.bootstrap.css8 --dt-column-ordering: 0, 0, 0;
DdataTables.bootstrap.min.css1 … 9, 10, 11;--dt-row-stripe: 0, 0, 0;--dt-row-hover: 0, 0, 0;--dt-column-ordering: 0, 0, 0;--dt-htm…
DdataTables.bootstrap4.css8 --dt-column-ordering: 0, 0, 0;
/plugin/findologicxmlexport/vendor/webmozart/assert/
DREADME.md36 In [beberlei/assert], the ordering of the `%s` placeholders is different for
38 ordering for all assertions:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dsearch-operations.asciidoc242 expensive priority queue ordering the documents.
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js2699 var ordering = ['year', 'quarter', 'month', 'week', 'day', 'hour', 'minute', 'second', 'millisecond…
2703 if (!(indexOf.call(ordering, key) !== -1 && (m[key] == null || !isNaN(m[key])))) {
2709 for (var i = 0; i < ordering.length; ++i) {
2710 if (m[ordering[i]]) {
2714 if (parseFloat(m[ordering[i]]) !== toInt(m[ordering[i]])) {

123