/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/ |
H A D | Exporter.php | 29 …* @param int $itemsPerPage Number of items being exported at once. Respecting this parameter is at… 33 public static function create($type, $itemsPerPage = 20) argument 35 if ($itemsPerPage < 1) { 41 $exporter = new XMLExporter($itemsPerPage); 44 $exporter = new CSVExporter($itemsPerPage); 53 protected $itemsPerPage; variable in FINDOLOGIC\\Export\\Exporter 55 protected function __construct($itemsPerPage) argument 57 $this->itemsPerPage = $itemsPerPage;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/ |
H A D | Uploads.php | 28 public $itemsPerPage; variable in Google\\Service\\Analytics\\Uploads 67 public function setItemsPerPage($itemsPerPage) argument 69 $this->itemsPerPage = $itemsPerPage; 76 return $this->itemsPerPage;
|
H A D | EntityAdWordsLinks.php | 28 public $itemsPerPage; variable in Google\\Service\\Analytics\\EntityAdWordsLinks 67 public function setItemsPerPage($itemsPerPage) argument 69 $this->itemsPerPage = $itemsPerPage; 76 return $this->itemsPerPage;
|
H A D | EntityUserLinks.php | 28 public $itemsPerPage; variable in Google\\Service\\Analytics\\EntityUserLinks 67 public function setItemsPerPage($itemsPerPage) argument 69 $this->itemsPerPage = $itemsPerPage; 76 return $this->itemsPerPage;
|
H A D | RemarketingAudiences.php | 28 public $itemsPerPage; variable in Google\\Service\\Analytics\\RemarketingAudiences 71 public function setItemsPerPage($itemsPerPage) argument 73 $this->itemsPerPage = $itemsPerPage; 80 return $this->itemsPerPage;
|
H A D | Segments.php | 28 public $itemsPerPage; variable in Google\\Service\\Analytics\\Segments 71 public function setItemsPerPage($itemsPerPage) argument 73 $this->itemsPerPage = $itemsPerPage; 80 return $this->itemsPerPage;
|
H A D | Webproperties.php | 28 public $itemsPerPage; variable in Google\\Service\\Analytics\\Webproperties 71 public function setItemsPerPage($itemsPerPage) argument 73 $this->itemsPerPage = $itemsPerPage; 80 return $this->itemsPerPage;
|
H A D | Profiles.php | 28 public $itemsPerPage; variable in Google\\Service\\Analytics\\Profiles 71 public function setItemsPerPage($itemsPerPage) argument 73 $this->itemsPerPage = $itemsPerPage; 80 return $this->itemsPerPage;
|
H A D | UnsampledReports.php | 28 public $itemsPerPage; variable in Google\\Service\\Analytics\\UnsampledReports 71 public function setItemsPerPage($itemsPerPage) argument 73 $this->itemsPerPage = $itemsPerPage; 80 return $this->itemsPerPage;
|
H A D | AccountSummaries.php | 28 public $itemsPerPage; variable in Google\\Service\\Analytics\\AccountSummaries 71 public function setItemsPerPage($itemsPerPage) argument 73 $this->itemsPerPage = $itemsPerPage; 80 return $this->itemsPerPage;
|
H A D | Accounts.php | 28 public $itemsPerPage; variable in Google\\Service\\Analytics\\Accounts 71 public function setItemsPerPage($itemsPerPage) argument 73 $this->itemsPerPage = $itemsPerPage; 80 return $this->itemsPerPage;
|
H A D | CustomDataSources.php | 28 public $itemsPerPage; variable in Google\\Service\\Analytics\\CustomDataSources 71 public function setItemsPerPage($itemsPerPage) argument 73 $this->itemsPerPage = $itemsPerPage; 80 return $this->itemsPerPage;
|
H A D | CustomDimensions.php | 28 public $itemsPerPage; variable in Google\\Service\\Analytics\\CustomDimensions 71 public function setItemsPerPage($itemsPerPage) argument 73 $this->itemsPerPage = $itemsPerPage; 80 return $this->itemsPerPage;
|
H A D | CustomMetrics.php | 28 public $itemsPerPage; variable in Google\\Service\\Analytics\\CustomMetrics 71 public function setItemsPerPage($itemsPerPage) argument 73 $this->itemsPerPage = $itemsPerPage; 80 return $this->itemsPerPage;
|
H A D | Experiments.php | 28 public $itemsPerPage; variable in Google\\Service\\Analytics\\Experiments 71 public function setItemsPerPage($itemsPerPage) argument 73 $this->itemsPerPage = $itemsPerPage; 80 return $this->itemsPerPage;
|
H A D | Filters.php | 28 public $itemsPerPage; variable in Google\\Service\\Analytics\\Filters 71 public function setItemsPerPage($itemsPerPage) argument 73 $this->itemsPerPage = $itemsPerPage; 80 return $this->itemsPerPage;
|
H A D | Goals.php | 28 public $itemsPerPage; variable in Google\\Service\\Analytics\\Goals 71 public function setItemsPerPage($itemsPerPage) argument 73 $this->itemsPerPage = $itemsPerPage; 80 return $this->itemsPerPage;
|
H A D | ProfileFilterLinks.php | 28 public $itemsPerPage; variable in Google\\Service\\Analytics\\ProfileFilterLinks 71 public function setItemsPerPage($itemsPerPage) argument 73 $this->itemsPerPage = $itemsPerPage; 80 return $this->itemsPerPage;
|
H A D | McfData.php | 36 public $itemsPerPage; variable in Google\\Service\\Analytics\\McfData 121 public function setItemsPerPage($itemsPerPage) argument 123 $this->itemsPerPage = $itemsPerPage; 130 return $this->itemsPerPage;
|
H A D | GaData.php | 42 public $itemsPerPage; variable in Google\\Service\\Analytics\\GaData 157 public function setItemsPerPage($itemsPerPage) argument 159 $this->itemsPerPage = $itemsPerPage; 166 return $this->itemsPerPage;
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_AnalyticsService.php | 676 public $itemsPerPage; variable in Google_Accounts 691 $this->itemsPerPage = $itemsPerPage; 886 $this->itemsPerPage = $itemsPerPage; 1119 $this->itemsPerPage = $itemsPerPage; 1433 $this->itemsPerPage = $itemsPerPage; 1516 $this->itemsPerPage = $itemsPerPage; 2054 $this->itemsPerPage = $itemsPerPage; 2139 $this->itemsPerPage = $itemsPerPage; 2582 $this->itemsPerPage = $itemsPerPage; 2893 $this->itemsPerPage = $itemsPerPage; [all …]
|
H A D | Google_UrlshortenerService.php | 291 public $itemsPerPage; variable in Google_UrlHistory 302 public function setItemsPerPage( $itemsPerPage) { argument 303 $this->itemsPerPage = $itemsPerPage; 306 return $this->itemsPerPage;
|
H A D | Google_ShoppingService.php | 245 public $itemsPerPage; variable in Google_Products 322 public function setItemsPerPage( $itemsPerPage) { argument 323 $this->itemsPerPage = $itemsPerPage; 326 return $this->itemsPerPage;
|
/plugin/prettyphoto/js/ |
H A D | jquery.prettyPhoto.js | 424 slide_to = currentGalleryPage * (itemsPerPage * itemWidth); 715 itemsPerPage = Math.floor((pp_dimensions['containerWidth'] - 100 - navWidth) / itemWidth); 716 itemsPerPage = (itemsPerPage < pp_images.length) ? itemsPerPage : pp_images.length; 717 totalPage = Math.ceil(pp_images.length / itemsPerPage) - 1; 727 galleryWidth = itemsPerPage * itemWidth; 737 …goToPage = (Math.floor(set_position/itemsPerPage) < totalPage) ? Math.floor(set_position/itemsPerP…
|