| /plugin/findologicxmlexport/vendor/jms/serializer/src/Ordering/ |
| D | CustomPropertyOrderingStrategy.php | 10 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/ |
| D | TSPTSTInfo.php | 61 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/ |
| D | plugin.info.txt | 6 desc Displays forms for ordering things from e-shop
|
| /plugin/onlineordering/ |
| D | plugin.info.txt | 6 desc Creates online ordering forms
|
| D | template_en.txt | 3 thank you for ordering {item_name} at {datetime}!<br />
|
| /plugin/strata/helper/ |
| D | triples.php | 803 $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,
|
| D | syntax.php | 233 $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/ |
| D | dataTables.jqueryui.css | 8 --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;
|
| D | dataTables.jqueryui.min.css | 1 …ordering: 0, 0, 0;--dt-html-background: white}:root.dark{--dt-html-background: rgb(33, 37, 41)}tab…
|
| D | jquery.dataTables.min.css | 1 …ordering: 0, 0, 0;--dt-html-background: white}:root.dark{--dt-html-background: rgb(33, 37, 41)}tab…
|
| D | jquery.dataTables.css | 8 --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;
|
| D | dataTables.bootstrap5.min.css | 1 … 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}
|
| D | dataTables.bootstrap5.css | 8 --dt-column-ordering: 0, 0, 0; 436 --dt-column-ordering: 255, 255, 255;
|
| D | dataTables.semanticui.min.css | 1 … 9, 10, 11;--dt-row-stripe: 0, 0, 0;--dt-row-hover: 0, 0, 0;--dt-column-ordering: 0, 0, 0;--dt-htm…
|
| D | dataTables.foundation.css | 8 --dt-column-ordering: 0, 0, 0;
|
| D | dataTables.semanticui.css | 8 --dt-column-ordering: 0, 0, 0;
|
| D | dataTables.foundation.min.css | 1 … 9, 10, 11;--dt-row-stripe: 0, 0, 0;--dt-row-hover: 0, 0, 0;--dt-column-ordering: 0, 0, 0;--dt-htm…
|
| D | dataTables.bulma.min.css | 1 … 9, 10, 11;--dt-row-stripe: 0, 0, 0;--dt-row-hover: 0, 0, 0;--dt-column-ordering: 0, 0, 0;--dt-htm…
|
| D | dataTables.bulma.css | 8 --dt-column-ordering: 0, 0, 0;
|
| D | dataTables.bootstrap.css | 8 --dt-column-ordering: 0, 0, 0;
|
| D | dataTables.bootstrap.min.css | 1 … 9, 10, 11;--dt-row-stripe: 0, 0, 0;--dt-row-hover: 0, 0, 0;--dt-column-ordering: 0, 0, 0;--dt-htm…
|
| D | dataTables.bootstrap4.css | 8 --dt-column-ordering: 0, 0, 0;
|
| /plugin/findologicxmlexport/vendor/webmozart/assert/ |
| D | README.md | 36 In [beberlei/assert], the ordering of the `%s` placeholders is different for 38 ordering for all assertions:
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | search-operations.asciidoc | 242 expensive priority queue ordering the documents.
|
| /plugin/davcal/fullcalendar-3.10.5/ |
| H A D | moment.js | 2699 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]])) {
|