Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/jms/serializer/src/Ordering/
H A 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/
H A 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/
H A Dplugin.info.txt6 desc Displays forms for ordering things from e-shop
/plugin/onlineordering/
H A Dplugin.info.txt6 desc Creates online ordering forms
H A Dtemplate_en.txt3 thank you for ordering {item_name} at {datetime}!<br />
/plugin/strata/helper/
H A Dtriples.php291 // Append Vx to the ordering
294 // (each subject is in a single continuous block, due to the ordering)
315 // append tuple ordering
316 $query['ordering'][] = array(
721 * Translate projection and ordering.
726 $order = $query['ordering'];
735 // massage ordering to comply with grouping
736 // we do this by combining ordering and sorting information as follows:
737 // The new ordering is {i, Gc, Oc} where
754 // construct new ordering arra
[all...]
H A Dsyntax.php227 'ordering'=>array(),
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) {
277 $result['ordering'][] = array('variable'=>$var->name, 'direction'=>($match[2]?:'asc'));
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A 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/
H A 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]])) {
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md291 * `CHORE`: improve error recovery in ordering provider
587 * `FIX`: ordering after moving boundary events between hosts ([#1207](https://github.com/bpmn-io/bp…
/plugin/codemirror/dist/modes/
H A Dxquery.min.js.map1 …reserve', 'not', 'occurs', 'of', 'only', 'option', 'order', 'ordered', 'ordering',\n 'paragraph…
H A Dsql.min.js.map1 …ts of off offset oids old on only open operator option options or order ordering ordinality others…
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md110 - Move property ordering strategy out of Metadata [\#938](https://github.com/schmittjoh/serializer/…
473 - User defined ordering function [\#379](https://github.com/schmittjoh/serializer/issues/379)
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js45363 var ordering = self.getOrdering(element, parent);
45365 if (ordering) {
45367 if (ordering.parent !== undefined) {
45368 context.parent = ordering.parent;
45371 context.parentIndex = ordering.index;
45381 var ordering = self.getOrdering(element, parent);
45383 if (ordering) {
45385 if (ordering.parent !== undefined) {
45386 context.newParent = ordering.parent;
45389 context.newParentIndex = ordering.index;
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1453 treated as zero digit characters for ordering comparison.
2253 Some opcodes that allow for more than one operand may have special ordering
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js32278 ordering: (0, _util.stringToPDFString)(cidSystemInfo.get('Ordering')),
32468ordering === 'GB1' || properties.cidSystemInfo.ordering === 'CNS1' || properties.cidSystemInfo.ord…
32470 var ordering = properties.cidSystemInfo.ordering;
32472 var ucs2CMapName = _primitives.Name.get(registry + '-' + ordering + '-UCS2');
H A Dpdf.worker.js.map1ordering","supplement","cidToGidMap","cidToGidBytes","differences","baseEncodingName","encoding","…
/plugin/bible/bible_douayRheims/
H A DWisdom.txt327 15:1. But thou, our God, art gracious and true, patient, and ordering all things in mercy.
H A DProverbs.txt686 …24:6. Because war is managed by due ordering: and there shall be safety where there are many couns…
H A D1_Machabees.txt908 … cities that were in the country of Judea, and taking care for the good ordering of them, went dow…
H A DEcclesiasticus.txt1022 …33:14. All his ways are according to his ordering: so man is in the hand of him that made him, and…
/plugin/edittable/lib/
H A Dhandsontable.full.js9778 var ordering = ['year', 'quarter', 'month', 'week', 'day', 'hour', 'minute', 'second', 'millisecond…
9782 if (!(ordering.indexOf(key) !== -1 && (m[key] == null || !isNaN(m[key])))) {
9788 for (var i = 0; i < ordering.length; ++i) {
9789 if (m[ordering[i]]) {
9793 if (parseFloat(m[ordering[i]]) !== toInt(m[ordering[i]])) {
/plugin/codemirror/dist/
H A Dscripts.min.js.map1ordering algorithm\n // See http://unicode.org/reports/tr9/tr9-13.html for the algorithm\n // th…

12