Home
last modified time | relevance | path

Searched refs:order (Results 1 – 25 of 994) sorted by relevance

12345678910>>...40

/plugin/yuriigantt/_test/
H A Dtest_page.txt25 "order": 0,
36 "order": 0,
47 "order": 0,
58 "order": 0,
69 "order": 0,
80 "order": 0,
91 "order": 0,
102 "order": 0,
113 "order": 0,
124 "order": 0,
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dsub_site.svg1order="normal" class="B"/><path d="M-6.7 63.04v136.8H154.04V63.04z" fill="#00a0fc" paint-order="no…
H A Dhome_page.svg1order="normal" class="B C"/><path d="M-6.7 63.04v136.8H154.04V63.04z" fill="#00a0fc" paint-order="…
H A Dwiki_site.svg1order="normal" class="B C"/><path d="M28.19 69.5v136.8H188.93V69.5z" fill="#00a0fc" paint-order="n…
H A Dsite_collection.svg1order="normal" class="B"/><path d="M52.857 107.744v111.4h119.62v-111.4z" fill="#00a0fc" paint-orde…
H A Dworkspace_site.svg1order="normal" class="B C"/><path d="M-6.7 63.04v136.8H154.04V63.04z" fill="#00a0fc" paint-order="…
H A Dcd_dvd.svg1order="normal" class="B"/><path d="M108.645 64.838c46.843 0 84.764 37.92 84.764 84.764s-37.92 84.7…
H A Dmy_sites.svg1order="normal" class="B"/><path d="M15.587 73.647v142.325h152.83V73.647z" fill="#00a0fc" paint-ord…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php48 protected $order; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Base
136 return BigInteger::randomRange($one, $this->order->subtract($one));
149 if (!isset($this->order)) {
152 if ($x->compare($this->order) > 0 || $x->compare($zero) <= 0) {
160 public function setOrder(BigInteger $order) argument
162 $this->order = $order;
172 return $this->order;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdMob/
H A DMediationReportSpecSortCondition.php33 public $order; variable in Google\\Service\\AdMob\\MediationReportSpecSortCondition
66 public function setOrder($order) argument
68 $this->order = $order;
75 return $this->order;
H A DNetworkReportSpecSortCondition.php33 public $order; variable in Google\\Service\\AdMob\\NetworkReportSpecSortCondition
66 public function setOrder($order) argument
68 $this->order = $order;
75 return $this->order;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DGoogleFirestoreAdminV1IndexField.php33 public $order; variable in Google\\Service\\Firestore\\GoogleFirestoreAdminV1IndexField
66 public function setOrder($order) argument
68 $this->order = $order;
75 return $this->order;
/plugin/publistx/bib2tpl/
H A Dhelper.inc.php116 $order = strcmp((!empty($e1['year']) ? $e1['year'] : '0000').$this->e2mn($e1),
120 $order = strcmp($e1['sortauthor'], $e2['sortauthor']);
123 $order = strcmp($e1['author'][0]['sort'], $e2['author'][0]['sort']);
127 … $order = strcmp((!empty($e1[$this->options['sort_by']]) ? $e1[$this->options['sort_by']] : ''),
133 $order = -$order;
136 return $order;
/plugin/publist/bib2tpl/
H A Dhelper.inc.php116 $order = strcmp((!empty($e1['year']) ? $e1['year'] : '0000').$this->e2mn($e1),
120 $order = strcmp($e1['sortauthor'], $e2['sortauthor']);
123 $order = strcmp($e1['author'][0]['sort'], $e2['author'][0]['sort']);
127 … $order = strcmp((!empty($e1[$this->options['sort_by']]) ? $e1[$this->options['sort_by']] : ''),
133 $order = -$order;
136 return $order;
/plugin/publistf/bib2tpl/
H A Dhelper.inc.php116 $order = strcmp((!empty($e1['year']) ? $e1['year'] : '0000').$this->e2mn($e1),
120 $order = strcmp($e1['sortauthor'], $e2['sortauthor']);
123 $order = strcmp($e1['author'][0]['sort'], $e2['author'][0]['sort']);
127 … $order = strcmp((!empty($e1[$this->options['sort_by']]) ? $e1[$this->options['sort_by']] : ''),
133 $order = -$order;
136 return $order;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DLeaderboard.php45 public $order; variable in Google\\Service\\Games\\Leaderboard
120 public function setOrder($order) argument
122 $this->order = $order;
129 return $this->order;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1beta1TagTemplateField.php26 public $order; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1TagTemplateField
62 public function setOrder($order) argument
64 $this->order = $order;
68 return $this->order;
H A DGoogleCloudDatacatalogV1TagTemplateField.php41 public $order; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1TagTemplateField
104 public function setOrder($order) argument
106 $this->order = $order;
113 return $this->order;
H A DGoogleCloudDatacatalogV1beta1TagField.php27 public $order; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1beta1TagField
69 public function setOrder($order) argument
71 $this->order = $order;
75 return $this->order;
H A DGoogleCloudDatacatalogV1TagField.php36 public $order; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1TagField
103 public function setOrder($order) argument
105 $this->order = $order;
112 return $this->order;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrdersGetByMerchantOrderIdResponse.php46 public function setOrder(Order $order) argument
48 $this->order = $order;
55 return $this->order;
/plugin/bookcreator/syntax/
H A Dbookmanager.php78 $order = 'date';
87 $order = $param2;
90 $order = $param1;
99 return array($type, $num, $order);
113 list($type, $num, $order) = $data;
138 $this->renderSelectionslist($renderer, true, $ID, $order);
148 $this->renderSelectionslist($renderer, false, $this->getConf('book_page'), $order, $num);
160 * @param string $order sort by 'title' or 'date'
166 public function renderSelectionslist($renderer, $bookmanager, $bmpage, $order, $num = 0) {
167 $result = $this->getlist($order,
172 renderSelectionslist($renderer, $bookmanager, $bmpage, $order, $num = 0) global() argument
434 getlist($order, $limit = 0) global() argument
[all...]
/plugin/labeled/
H A Dadmin.php94 $order = (isset($_POST['newlabel']['order']))?$_POST['newlabel']['order']:'';
96 if (empty($order)) $order = 2147483647; // maxint - last element
97 $order = floatval($order);
110 $this->hlp->changeOrder($name, $order);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPublicKey.php60 $order = $this->curve->getOrder();
89 if ($S->compare($order) >= 0) {
107 list(, $k) = $k->divide($order);
135 $n_1 = $order->subtract(self::$one);
143 $Ln = $this->hash->getLength() - $order->getLength();
146 $w = $s->modInverse($order);
147 list(, $u1) = $z->multiply($w)->divide($order);
148 list(, $u2) = $r->multiply($w)->divide($order);
159 list(, $x1) = $x1->divide($order);
/plugin/dirpictures/
H A DsortPages.php14 static function sort(&$files, $type, $order) { argument
16 if ($order == "asc") usort($files, "sortPages::_dateAsc");
17 elseif ($order == "desc") usort($files, "sortPages::_dateDesc");

12345678910>>...40