Home
last modified time | relevance | path

Searched refs:asc (Results 1 – 25 of 60) sorted by relevance

123

/plugin/webdavclient/db/
Dupdate0001.sql2 id integer primary key asc,
19 id integer primary key asc,
33 id integer primary key asc,
43 id integer primary key asc,
55 id integer primary key asc,
/plugin/davcal/db/
H A Dupdate0001.sql2 id integer primary key asc,
16 id integer primary key asc,
30 id integer primary key asc,
40 id integer primary key asc,
55 id integer primary key asc,
H A Dupdate0002.sql2 id integer primary key asc,
H A Dupdate0004.sql2 id integer primary key asc,
H A Dupdate0003.sql2 id integer primary key asc,
/plugin/davcard/db/
Dupdate0001.sql2 id integer primary key asc,
14 id integer primary key asc,
24 id integer primary key asc,
30 id integer primary key asc,
/plugin/struct/meta/
H A DSearchConfigParameters.php78 * @param bool $asc
80 public function setSort($column, $asc = true) argument
84 $this->sort = [$column, $asc];
180 [$column, $asc] = $this->sort;
181 if (!$asc) $column = "^$column";
H A DSearchSQLBuilder.php168 [$col, $asc, $nc] = $sort;
172 … $col->getType()->sort($this->qb, 'data_' . $col->getTable(), $colname, $asc ? 'ASC' : 'DESC');
H A DSearch.php129 * @param bool $asc sort direction (ASC = true, DESC = false)
132 public function addSort($colname, $asc = true, $nc = true) argument
137 $this->sortby[$col->getFullQualifiedLabel()] = [$col, $asc, $nc];
/plugin/asciidocjs/node_modules/core-js/modules/
D_array-methods.js12 var asc = require('./_array-species-create'); variable
20 var create = $create || asc;
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_array-methods.js12 var asc = require('./_array-species-create'); variable
20 var create = $create || asc;
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
Dmakefont.php138 $asc=(isset($fm['Ascender']) ? $fm['Ascender'] : 1000);
139 $fd="array('Ascent'=>".$asc;
149 $ch=$asc;
166 $fbb=array(0,$des-100,1000,$asc+100);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
DImb.php183 $asc = (($characters[$asc_chr[$i]] & pow(2, $asc_pos[$i])) > 0);
185 if ($asc and $dsc) {
189 } elseif ($asc) {
/plugin/directorylist/
Dreadme.md23 <directorylist: path="value" ignore="value" recursive="1" fileorder="asc">
75 This argument is optional, the default value is: ``asc``.
80 <directorylist: [...] fileorder="asc">
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
D506844befdc5691d835771bcbb1c1a60.asciidoc14 'account_number' => 'asc',
D4b90feb9d5d3dbfce424dac0341320b7.asciidoc14 'account_number' => 'asc',
D93f1bdd72e79827dcf9a34efa02fd977.asciidoc12 '_key' => 'asc',
D6a4679531e64c492fce16dc12de6dcb0.asciidoc12 '_count' => 'asc',
D5d9d7b84e2fec7ecd832145cbb951cf1.asciidoc18 'last_access' => 'asc',
/plugin/html2pdf/html2pdf/html2ps/
Dpdf.fpdf.makefont.php186 $asc=(isset($fm['Ascender']) ? $fm['Ascender'] : 1000);
187 $fd="array('Ascent'=>".$asc;
199 $ch=$asc;
227 $fbb=array(0,$des-100,1000,$asc+100);
/plugin/structat/meta/
DSearchConfigAt.php170 list($col, $asc, $nc) = $sort;
174 $col->getType()->sort($QB, 'data_' . $col->getTable(), $colname, $asc ? 'ASC' : 'DESC');
/plugin/strata/
Dstyle.css85 .strata-ui-sort-direction[data-strata-sort-direction="asc"],
86 .strata-container-table .sorting[data-strata-sort-direction="asc"],
87 .strata-container-table:hover .sorting[data-strata-sort-direction="asc"] {
/plugin/airtable/
DREADME.md52 * `asc` - Default
59 …, {Idea #} > 3430)" | max-records: "10" | order-by: "# of bulbs" | order: "asc" | record-url: "htt…
/plugin/noticeboard/
Dsyntax.php234 $out .= ">".$this->getLang('asc')."</option>";
/plugin/noticeboard/noticeboard/
Dsyntax.php234 $out .= ">".$this->getLang('asc')."</option>";

123