/plugin/findologicxmlexport/vendor/jms/serializer/src/Ordering/ |
H A 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/ |
H A 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/ |
H A D | plugin.info.txt | 6 desc Displays forms for ordering things from e-shop
|
/plugin/onlineordering/ |
H A D | plugin.info.txt | 6 desc Creates online ordering forms
|
H A D | template_en.txt | 3 thank you for ordering {item_name} at {datetime}!<br />
|
/plugin/strata/helper/ |
H A D | triples.php | 291 // 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 D | syntax.php | 227 '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 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/ |
H A 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]])) {
|
/plugin/bpmnio/vendor/bpmn-js/ |
H A D | CHANGELOG.md | 291 * `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 D | xquery.min.js.map | 1 …reserve', 'not', 'occurs', 'of', 'only', 'option', 'order', 'ordered', 'ordering',\n 'paragraph…
|
H A D | sql.min.js.map | 1 …ts of off offset oids old on only open operator option options or order ordering ordinality others…
|
/plugin/findologicxmlexport/vendor/jms/serializer/ |
H A D | CHANGELOG.md | 110 - 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 D | ehcache-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
META-INF/maven/
META ... |
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 45363 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 D | pgn-standard.txt | 1453 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 D | pdf.worker.js | 32278 ordering: (0, _util.stringToPDFString)(cidSystemInfo.get('Ordering')), 32468 …ordering === '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 D | pdf.worker.js.map | 1 …ordering","supplement","cidToGidMap","cidToGidBytes","differences","baseEncodingName","encoding","…
|
/plugin/bible/bible_douayRheims/ |
H A D | Wisdom.txt | 327 15:1. But thou, our God, art gracious and true, patient, and ordering all things in mercy.
|
H A D | Proverbs.txt | 686 …24:6. Because war is managed by due ordering: and there shall be safety where there are many couns…
|
H A D | 1_Machabees.txt | 908 … cities that were in the country of Judea, and taking care for the good ordering of them, went dow…
|
H A D | Ecclesiasticus.txt | 1022 …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 D | handsontable.full.js | 9778 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 D | scripts.min.js.map | 1 …ordering algorithm\n // See http://unicode.org/reports/tr9/tr9-13.html for the algorithm\n // th…
|