/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/ |
H A D | FileContentBuffer.php | 29 public $fileType; variable in Google\\Service\\Compute\\FileContentBuffer 48 public function setFileType($fileType) argument 50 $this->fileType = $fileType; 57 return $this->fileType;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/ |
H A D | GoogleCloudDatacatalogV1StorageProperties.php | 30 public $fileType; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1StorageProperties 49 public function setFileType($fileType) argument 51 $this->fileType = $fileType; 58 return $this->fileType;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/ |
H A D | ConfigFile.php | 33 public $fileType; variable in Google\\Service\\ServiceManagement\\ConfigFile 66 public function setFileType($fileType) argument 68 $this->fileType = $fileType; 75 return $this->fileType;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/ |
H A D | ParentEntityFilter.php | 26 public $fileType; variable in Google\\Service\\DisplayVideo\\ParentEntityFilter 39 public function setFileType($fileType) argument 41 $this->fileType = $fileType; 48 return $this->fileType;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/ |
H A D | FileNote.php | 24 public $fileType; variable in Google\\Service\\ContainerAnalysis\\FileNote 35 public function setFileType($fileType) argument 37 $this->fileType = $fileType; 41 return $this->fileType;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A D | VideoFormat.php | 25 public $fileType; variable in Google\\Service\\Dfareporting\\VideoFormat 44 public function setFileType($fileType) argument 46 $this->fileType = $fileType; 53 return $this->fileType;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/ |
H A D | ExportContext.php | 32 public $fileType; variable in Google\\Service\\SQLAdmin\\ExportContext 79 public function setFileType($fileType) argument 81 $this->fileType = $fileType; 88 return $this->fileType;
|
H A D | ImportContext.php | 33 public $fileType; variable in Google\\Service\\SQLAdmin\\ImportContext 92 public function setFileType($fileType) argument 94 $this->fileType = $fileType; 101 return $this->fileType;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | VideoFileDetails.php | 52 public $fileType; variable in Google\\Service\\YouTube\\VideoFileDetails 157 public function setFileType($fileType) argument 159 $this->fileType = $fileType; 166 return $this->fileType;
|
/plugin/watermark/action/ |
H A D | watermark.php | 45 $fileType = strtolower(substr($sourcefile, strlen($sourcefile)-3)); 49 switch($fileType) { 77 switch($fileType) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/ |
H A D | SearchQueriesNextPage.php | 53 public $fileType; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesNextPage 268 public function setFileType($fileType) argument 270 $this->fileType = $fileType; 277 return $this->fileType;
|
H A D | SearchQueriesPreviousPage.php | 53 public $fileType; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesPreviousPage 268 public function setFileType($fileType) argument 270 $this->fileType = $fileType; 277 return $this->fileType;
|
H A D | SearchQueriesRequest.php | 53 public $fileType; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesRequest 268 public function setFileType($fileType) argument 270 $this->fileType = $fileType; 277 return $this->fileType;
|
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/ |
H A D | CopyProcess.php | 45 $fileType = array('scripts', 'styles', 'files'); 46 foreach ($fileType as $type) {
|
/plugin/siteexport/inc/ |
H A D | pdfgenerator.php | 21 if (!preg_match("/" . $this->functions->settings->fileType . "$/", $NAME)) { 22 …$this->functions->debug->message("Filetype " . $this->functions->settings->fileType . " did not ma…
|
H A D | settings.php | 6 public $fileType = 'html'; variable in settings_plugin_siteexport_settings
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_CustomsearchService.php | 264 public $fileType; variable in Google_Query 341 public function setFileType( $fileType) { argument 342 $this->fileType = $fileType; 345 return $this->fileType;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/ |
H A D | OSPolicyResourceFileResource.php | 26 protected $fileType = OSPolicyResourceFile::class; variable in Google\\Service\\OSConfig\\OSPolicyResourceFileResource
|
H A D | OSPolicyResourceExecResourceExec.php | 27 protected $fileType = OSPolicyResourceFile::class; variable in Google\\Service\\OSConfig\\OSPolicyResourceExecResourceExec
|
H A D | OSPolicyResource.php | 24 protected $fileType = OSPolicyResourceFileResource::class; variable in Google\\Service\\OSConfig\\OSPolicyResource
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/ |
H A D | DriveItemReference.php | 26 protected $fileType = DriveactivityFile::class; variable in Google\\Service\\DriveActivity\\DriveItemReference
|
H A D | DriveItem.php | 26 protected $fileType = DriveactivityFile::class; variable in Google\\Service\\DriveActivity\\DriveItem
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | CustomSearchAPI.php | 92 'fileType' => [ 231 'fileType' => [
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/ |
H A D | Change.php | 32 protected $fileType = DriveFile::class; variable in Google\\Service\\Drive\\Change
|
/plugin/siteexport/action/ |
H A D | ajax.php | 183 $this->functions->settings->fileType = 'pdf'; 942 …$DATA[2] .= ':' . $fileIDPart . '.' . $this->functions->settings->fileType; // add namespace and s… 952 …} else if (preg_match("%" . preg_quote(DOKU_BASE, '%') . "_export/(.*?)/%", $DATA[2], $fileType)) { 959 $DATA[2] .= (empty($PARAMS) ? '' : '/' . $PARAMS) . '.' . $fileType[1]; 966 …leanID(preg_replace("/(=|\?|&)/", ".", $PARAMS))) . '.' . $this->functions->settings->fileType; 1276 …->cleanID($internalParams)) . ($EXT == '.php' ? '.' . $this->functions->settings->fileType : $EXT);
|