Home
last modified time | relevance | path

Searched refs:fileType (Results 1 – 25 of 42) sorted by last modified time

12

/plugin/siteexport/action/
H A Dajax.php183 $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);
/plugin/siteexport/inc/
H A Dfunctions.php104 return $this->shortenName($uri['path'] . '.' . $this->settings->fileType);
H A Dpdfgenerator.php21 if (!preg_match("/" . $this->functions->settings->fileType . "$/", $NAME)) {
22 …$this->functions->debug->message("Filetype " . $this->functions->settings->fileType . " did not ma…
H A Dsettings.php6 public $fileType = 'html'; variable in settings_plugin_siteexport_settings
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2033 if(_opts.fileType == 'mad') return write_mad(cfb, _opts);
2035 switch(_opts.fileType) {
25829 …var out = z.FullPaths ? CFB.write(z, {fileType:"zip", type: /*::(*/{"nodebuffer": "buffer", "strin…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DParentEntityFilter.php26 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/Compute/
H A DFileContentBuffer.php29 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/ContainerAnalysis/
H A DFileNote.php24 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/CustomSearchAPI/
H A DSearchQueriesNextPage.php53 public $fileType; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesNextPage
268 public function setFileType($fileType) argument
270 $this->fileType = $fileType;
277 return $this->fileType;
H A DSearchQueriesPreviousPage.php53 public $fileType; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesPreviousPage
268 public function setFileType($fileType) argument
270 $this->fileType = $fileType;
277 return $this->fileType;
H A DSearchQueriesRequest.php53 public $fileType; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesRequest
268 public function setFileType($fileType) argument
270 $this->fileType = $fileType;
277 return $this->fileType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DOSPolicyResourceFileResource.php26 protected $fileType = OSPolicyResourceFile::class; variable in Google\\Service\\OSConfig\\OSPolicyResourceFileResource
H A DOSPolicyResource.php24 protected $fileType = OSPolicyResourceFileResource::class; variable in Google\\Service\\OSConfig\\OSPolicyResource
H A DOSPolicyResourceExecResourceExec.php27 protected $fileType = OSPolicyResourceFile::class; variable in Google\\Service\\OSConfig\\OSPolicyResourceExecResourceExec
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DConfigFile.php33 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/DriveActivity/
H A DDriveItem.php26 protected $fileType = DriveactivityFile::class; variable in Google\\Service\\DriveActivity\\DriveItem
H A DDriveItemReference.php26 protected $fileType = DriveactivityFile::class; variable in Google\\Service\\DriveActivity\\DriveItemReference
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1114 $fileType = $this->parseLongname($longname);
1115 if ($fileType) {
1116 $attributes['type'] = $fileType;
3099 $fileType = $this->parseMode($attr['mode']);
3100 if ($this->version < 4 && $fileType !== false) {
3101 $attr += ['type' => $fileType];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DExportContext.php32 public $fileType; variable in Google\\Service\\SQLAdmin\\ExportContext
79 public function setFileType($fileType) argument
81 $this->fileType = $fileType;
88 return $this->fileType;
H A DImportContext.php33 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 DVideoFileDetails.php52 public $fileType; variable in Google\\Service\\YouTube\\VideoFileDetails
157 public function setFileType($fileType) argument
159 $this->fileType = $fileType;
166 return $this->fileType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCustomSearchAPI.php92 'fileType' => [
231 'fileType' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1StorageProperties.php30 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/Dfareporting/
H A DVideoFormat.php25 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/Drive/
H A DChange.php32 protected $fileType = DriveFile::class; variable in Google\\Service\\Drive\\Change

12