Home
last modified time | relevance | path

Searched refs:sort (Results 176 – 200 of 635) sorted by last modified time

12345678910>>...26

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCustomSearchAPI.php184 'sort' => [
323 'sort' => [
H A DApigee.php2514 'sort' => [
2913 'sort' => [
3203 'sort' => [
3589 'sort' => [
H A DAdSenseHost.php342 'sort' => [
573 'sort' => [
H A DYouTubeAnalytics.php222 'sort' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DGaDataQuery.php64 public $sort; variable in Google\\Service\\Analytics\\GaDataQuery
189 public function setSort($sort) argument
191 $this->sort = $sort;
198 return $this->sort;
H A DMcfDataQuery.php64 public $sort; variable in Google\\Service\\Analytics\\McfDataQuery
189 public function setSort($sort) argument
191 $this->sort = $sort;
198 return $this->sort;
H A DRealtimeDataQuery.php49 public $sort; variable in Google\\Service\\Analytics\\RealtimeDataQuery
124 public function setSort($sort) argument
126 $this->sort = $sort;
133 return $this->sort;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md1045 * Added the ability to create any sort of hash for a stream rather than just an MD5 hash
1287 * Adding a fix for CurlMulti so that if all of the connections encounter some sort of curl error, t…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php918 sort($value);
/plugin/c3chart/assets/
H A Dc3.min.js2sort(function(t,e){return t-e})),l},t.prototype.generateTransitions=function(t){var e=this.owner.a…
H A Dd3.min.js2sort(ya),t()},n.range=function(n){return arguments.length?(r=Rd.call(n),t()):r.slice()},n.quantile… function
H A Djs-yaml.min.js2 …p="",f=e.tag,d=Object.keys(n);if(!0===e.sortKeys)d.sort();else if("function"==typeof e.sortKeys)d.
/plugin/translate/
H A Dhelper.php364 sort($langs);
/plugin/tablelayout/script/
H A Dtablelayout_functions.js143 return $tableRows.sort(compare);
/plugin/tablelayout/
H A Dstyle.less126 background-image: url('images/sort.svg');
130 background-image: url('images/sort-ascending.svg');
134 background-image: url('images/sort-descending.svg');
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js23040 function uniqueArray(src, key, sort) { argument
23054 if (sort) {
23056 results = results.sort();
23058 results = results.sort(function sortUniqueArray(a, b) {
H A Dbpmn-modeler.production.min.js33 …];T(r,a)<0&&i.push(e[o]),r[o]=a,o++}return n&&(i=t?i.sort((function(e,n){return e[t]>n[t]})):i.sor…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php151 * Create a server side sort with a set of SortKey objects, or simple set of attribute names.
156 public static function sort(...$sortKeys): SortingControl
159 foreach ($sortKeys as $sort) {
160 $keys[] = $sort instanceof SortKey ? $sort : new SortKey($sort);
155 public static function sort(...$sortKeys): SortingControl global() function in FreeDSx\\Ldap\\Controls
H A DLdapClient.php277 * @param SortingControl|string|SortKey $sort argument
281 public function vlv(SearchRequest $search, $sort, int $afterCount): Vlv
283 return new Vlv($this, $search, $sort, $afterCount);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php73 protected $sort;
83 * @param SortingControl|SortKey|string $sort
87 public function __construct(LdapClient $client, SearchRequest $search, $sort, int $after = 100, int $before = 0)
91 $this->sort = $sort instanceof SortingControl ? $sort : Controls::sort($sort);
281 $message = $this->client->sendAndReceive($this->search, $this->createVlvControl($contextId), $this->sort);
70 protected $sort; global() variable in FreeDSx\\Ldap\\Search\\Vlv
84 __construct(LdapClient $client, SearchRequest $search, $sort, int $after = 100, int $before = 0) global() argument
/plugin/pureldap/classes/
H A DADClient.php351 sort($groups);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOptions.php19 use function sort;
140 sort($opts);
/plugin/passpolicy/
H A Dwords.txt3341 sort
/plugin/quickstats/scripts/
H A Dsorttable-cmpr.js3 …ay.length]=[sorttable.getInnerText(rows[c].cells[col]),rows[c]]}row_array.sort(this.sorttable_sort…
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md356 If you find some other sort of mistake, like an incorrect spelling,

12345678910>>...26