Home
last modified time | relevance | path

Searched refs:sortOrder (Results 1 – 20 of 20) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DSortOptions.php29 public $sortOrder; variable in Google\\Service\\CloudSearch\\SortOptions
48 public function setSortOrder($sortOrder) argument
50 $this->sortOrder = $sortOrder;
57 return $this->sortOrder;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Doubleclicksearch/
H A DReportRequestOrderBy.php27 public $sortOrder; variable in Google\\Service\\Doubleclicksearch\\ReportRequestOrderBy
46 public function setSortOrder($sortOrder) argument
48 $this->sortOrder = $sortOrder;
55 return $this->sortOrder;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DSortedDimension.php33 public $sortOrder; variable in Google\\Service\\Dfareporting\\SortedDimension
66 public function setSortOrder($sortOrder) argument
68 $this->sortOrder = $sortOrder;
75 return $this->sortOrder;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsReporting/
H A DOrderBy.php33 public $sortOrder; variable in Google\\Service\\AnalyticsReporting\\OrderBy
66 public function setSortOrder($sortOrder) argument
68 $this->sortOrder = $sortOrder;
75 return $this->sortOrder;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DSortSpec.php39 public $sortOrder; variable in Google\\Service\\Sheets\\SortSpec
128 public function setSortOrder($sortOrder) argument
130 $this->sortOrder = $sortOrder;
137 return $this->sortOrder;
H A DPivotGroup.php44 public $sortOrder; variable in Google\\Service\\Sheets\\PivotGroup
141 public function setSortOrder($sortOrder) argument
143 $this->sortOrder = $sortOrder;
150 return $this->sortOrder;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1CustomReport.php90 public $sortOrder; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1CustomReport
349 public function setSortOrder($sortOrder) argument
351 $this->sortOrder = $sortOrder;
358 return $this->sortOrder;
/plugin/noticeboard/classes/
H A DNoticeList.php30 private $sortOrder; // 0= desc 1=asc variable in helper_plugin_noticeboard_NoticeList
55 $this->sortOrder = $value;
310 if($this->sortOrder){
327 if($this->sortOrder){
342 if($this->sortOrder){
357 if($this->sortOrder){
/plugin/noticeboard/noticeboard/classes/
H A DNoticeList.php30 private $sortOrder; // 0= desc 1=asc variable in helper_plugin_noticeboard_NoticeList
55 $this->sortOrder = $value;
310 if($this->sortOrder){
327 if($this->sortOrder){
342 if($this->sortOrder){
357 if($this->sortOrder){
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDfareporting.php287 'sortOrder' => [
384 'sortOrder' => [
543 'sortOrder' => [
666 'sortOrder' => [
775 'sortOrder' => [
892 'sortOrder' => [
997 'sortOrder' => [
1094 'sortOrder' => [
1360 'sortOrder' => [
1580 'sortOrder' => [
[all …]
H A DDirectory.php312 'sortOrder' => [
781 'sortOrder' => [
1064 'sortOrder' => [
1940 'sortOrder' => [
2043 'sortOrder' => [
H A DPeopleService.php545 'sortOrder' => [
H A DDns.php166 'sortOrder' => [
/plugin/authgoogle/google/contrib/
H A DGoogle_DfareportingService.php1881 public $sortOrder; variable in Google_SortedDimension
1894 public function setSortOrder( $sortOrder) { argument
1895 $this->sortOrder = $sortOrder;
1898 return $this->sortOrder;
/plugin/rater/scripts/
H A Djquery.tablesorter.js702 sortOrder;
/plugin/issuetracker/
H A Dprototype.js4104 if ( sortOrder ) {
4106 results.sort(sortOrder);
4666 var sortOrder; variable
4669 sortOrder = function( a, b ) { function
4684 sortOrder = function( a, b ) {
4699 sortOrder = function( a, b ) {
/plugin/jquery/
H A Djquery-1.4.2.js2770 if ( sortOrder ) {
2772 results.sort(sortOrder);
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js3173 Sizzle.uniqueSort=function(results){if(sortOrder){hasDuplicate=baseHasDuplicate;
3174 results.sort(sortOrder);
3362 }var sortOrder;
3363 if(document.documentElement.compareDocumentPosition){sortOrder=function(a,b){if(!a.compareDocumentP…
3369 }else{if("sourceIndex" in document.documentElement){sortOrder=function(a,b){if(!a.sourceIndex||!b.s…
3375 }else{if(document.createRange){sortOrder=function(a,b){if(!a.ownerDocument||!b.ownerDocument){if(a=…
8039 }function sortOrder(a,b){return a.order>b.order?1:-1 function
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js3184 Sizzle.uniqueSort=function(results){if(sortOrder){hasDuplicate=baseHasDuplicate;
3185 results.sort(sortOrder);
3373 }var sortOrder;
3374 if(document.documentElement.compareDocumentPosition){sortOrder=function(a,b){if(!a.compareDocumentPosition||!b.compareDocumentPosition){if(a==b){hasDuplicate=true
3380 }else{if("sourceIndex" in document.documentElement){sortOrder=function(a,b){if(!a.sourceIndex||!b.sourceIndex){if(a==b){hasDuplicate=true
3386 }else{if(document.createRange){sortOrder=function(a,b){if(!a.ownerDocument||!b.ownerDocument){if(a==b){hasDuplicate=true
8050 }function sortOrder(a,b){return a.order>b.order?1:-1 function
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js12785 if ( sortOrder ) {
12787 results.sort(sortOrder);
30453 function sortOrder(a, b) { return a.order > b.order ? 1 : -1; } function