Home
last modified time | relevance | path

Searched refs:resourceType (Results 26 – 50 of 90) sorted by relevance

1234

/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php40 function has_permission($folder, $resourceType, $isFolder=true) { argument
73 function GetFolders( $resourceType, $currentFolder ) argument
83 $sServerDir = ServerMapFolder( $resourceType, $currentFolder, 'GetFolders' ) ;
167 function GetFoldersAndFiles( $resourceType, $currentFolder ) argument
200 has_permission($temp_folder, $resourceType);
270 if($resourceType == 'Image') {
314 function CreateFolder( $resourceType, $currentFolder ) argument
474 return GetFoldersAndFiles( $resourceType, $currentFolder );
484 return GetFoldersAndFiles( $resourceType, $currentFolder );
523 function FileUpload( $resourceType, $currentFolder, $sCommand ) argument
[all …]
H A Dbasexml.php45 function CreateXmlHeader( $command, $resourceType, $currentFolder ) argument
53 echo '<Connector command="' . $command . '" resourceType="' . $resourceType . '">' ;
56 …currentFolder ) . '" url="' . ConvertToXmlAttribute( GetUrlFromPath( $resourceType, $currentFolder…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dio.asp28 Function GetResourceTypePath( resourceType, sCommand )
30 GetResourceTypePath = ConfigQuickUploadPath.Item( resourceType )
32 GetResourceTypePath = ConfigFileTypesPath.Item( resourceType )
36 Function GetResourceTypeDirectory( resourceType, sCommand )
55 Function GetUrlFromPath( resourceType, folderPath, sCommand )
63 Function ServerMapFolder( resourceType, folderPath, sCommand )
116 Function IsAllowedExt( extension, resourceType )
123 sAllowed = ConfigAllowedExtensions.Item( resourceType )
124 sDenied = ConfigDeniedExtensions.Item( resourceType )
141 Function IsAllowedType( resourceType )
[all …]
H A Dcommands.asp25 Sub GetFolders( resourceType, currentFolder )
28 sServerDir = ServerMapFolder( resourceType, currentFolder, "GetFolders" )
53 Sub GetFoldersAndFiles( resourceType, currentFolder )
56 sServerDir = ServerMapFolder( resourceType, currentFolder, "GetFoldersAndFiles" )
94 Sub CreateFolder( resourceType, currentFolder )
106 …sServerDir = ServerMapFolder( resourceType, CombinePaths(currentFolder, sNewFolderName), "CreateFo…
136 Sub FileUpload( resourceType, currentFolder, sCommand )
140 oUploader.Allowed = ConfigAllowedExtensions.Item( resourceType )
141 oUploader.Denied = ConfigDeniedExtensions.Item( resourceType )
156 sServerDir = ServerMapFolder( resourceType, currentFolder, sCommand )
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php38 function has_permission($folder, $resourceType, $isFolder=true) { argument
71 function GetFolders( $resourceType, $currentFolder ) argument
165 function GetFoldersAndFiles( $resourceType, $currentFolder ) argument
197 has_permission($temp_folder, $resourceType);
270 if($resourceType == 'Image') {
315 function CreateFolder( $resourceType, $currentFolder ) argument
472 return GetFoldersAndFiles( $resourceType, $currentFolder );
480 return GetFoldersAndFiles( $resourceType, $currentFolder );
482 return GetFoldersAndFiles( $resourceType, $currentFolder );
521 function FileUpload( $resourceType, $currentFolder, $sCommand ) argument
[all …]
H A Dbasexml.php45 function CreateXmlHeader( $command, $resourceType, $currentFolder ) argument
53 echo '<Connector command="' . $command . '" resourceType="' . $resourceType . '">' ;
56 …currentFolder ) . '" url="' . ConvertToXmlAttribute( GetUrlFromPath( $resourceType, $currentFolder…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleCloudChannelV1PriceByResource.php30 public $resourceType; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1PriceByResource
63 public function setResourceType($resourceType) argument
65 $this->resourceType = $resourceType;
72 return $this->resourceType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Reference.php37 public $resourceType; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Reference
84 public function setResourceType($resourceType) argument
86 $this->resourceType = $resourceType;
93 return $this->resourceType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DOrgPolicyViolationInfo.php34 public $resourceType; variable in Google\\Service\\ServiceControl\\OrgPolicyViolationInfo
69 public function setResourceType($resourceType) argument
71 $this->resourceType = $resourceType;
78 return $this->resourceType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DUpgradeAvailableEvent.php31 public $resourceType; variable in Google\\Service\\Container\\UpgradeAvailableEvent
68 public function setResourceType($resourceType) argument
70 $this->resourceType = $resourceType;
77 return $this->resourceType;
H A DUpgradeEvent.php41 public $resourceType; variable in Google\\Service\\Container\\UpgradeEvent
106 public function setResourceType($resourceType) argument
108 $this->resourceType = $resourceType;
115 return $this->resourceType;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_io.cfm35 <cfargument name="resourceType" required="true">
39 <cfreturn REQUEST.Config['QuickUploadPath'][ARGUMENTS.resourceType]>
41 <cfreturn REQUEST.Config['FileTypesPath'][ARGUMENTS.resourceType]>
46 <cfargument name="resourceType" required="true">
60 and Len( REQUEST.Config.FileTypesAbsolutePath[ARGUMENTS.resourceType] )>
61 <cfreturn REQUEST.Config.FileTypesAbsolutePath[ARGUMENTS.resourceType]>
69 <cfargument name="resourceType" required="true">
95 <cfargument name="resourceType" required="true">
140 <cfargument name="resourceType" required="true">
149 and listLen( REQUEST.Config.DeniedExtensions[ARGUMENTS.resourceType] )
[all …]
H A Dcf_commands.cfm27 <cfargument name="resourceType" type="string" required="yes" default="">
46 …<cfset sServerDir = ServerMapFolder( ARGUMENTS.resourceType, ARGUMENTS.currentFolder, ARGUMENTS.sC…
73 <cfif not IsAllowedExt( CFFILE.ClientFileExt, ARGUMENTS.resourceType )>
111 …<cfset sFileUrl = CombinePaths( GetResourceTypePath( ARGUMENTS.resourceType, sCommand ) , ARGUMENT…
129 <cfargument name="resourceType" type="String" required="true">
135 …<cfset var sServerDir = ServerMapFolder( ARGUMENTS.resourceType, ARGUMENTS.currentFolder, "GetFold…
153 <cfargument name="resourceType" type="String" required="true">
160 …<cfset var sServerDir = ServerMapFolder( ARGUMENTS.resourceType, ARGUMENTS.currentFolder, "GetFold…
184 <cfargument name="resourceType" required="true" type="string">
191 …<cfset var currentFolderPath = ServerMapFolder( ARGUMENTS.resourceType, ARGUMENTS.currentFolder, '…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3ValidationMessage.php32 public $resourceType; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3ValidationMessage
73 public function setResourceType($resourceType) argument
75 $this->resourceType = $resourceType;
82 return $this->resourceType;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dio.pl26 local($resourceType, $folderPath) = @_;
28 if($resourceType eq '') {
32 return("$GLOBALS{'UserFilesPath'}$resourceType$folderPath");
56 local($resourceType,$folderPath) = @_;
59 $sResourceTypePath = $GLOBALS{'UserFilesDirectory'} . $resourceType . '/';
H A Dbasexml.pl26 local($command,$resourceType,$currentFolder) = @_;
32 print '<Connector command="' . $command . '" resourceType="' . $resourceType . '">';
35 …e($currentFolder) . '" url="' . ConvertToXmlAttribute(GetUrlFromPath($resourceType,$currentFolder)…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest.php54 public $resourceType; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest
157 public function setResourceType($resourceType) argument
159 $this->resourceType = $resourceType;
166 return $this->resourceType;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dupload.py43 resourceType = self.request.get('Type','File')
53 if ( not resourceType in Config.ConfigAllowedTypes ):
57 self.userFilesFolder = Config.QuickUploadAbsolutePath[resourceType]
58 self.webUserFilesFolder = Config.QuickUploadPath[resourceType]
71 return self.uploadFile(resourceType, currentFolder)
H A Dfckcommands.py40 def getFolders(self, resourceType, currentFolder): argument
57 def getFoldersAndFiles(self, resourceType, currentFolder): argument
84 def createFolder(self, resourceType, currentFolder): argument
118 def uploadFile(self, resourceType, currentFolder): argument
131 allowedExtensions = Config.AllowedExtensions[resourceType]
132 deniedExtensions = Config.DeniedExtensions[resourceType]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DSecurityCenterProperties.php56 public $resourceType; variable in Google\\Service\\SecurityCommandCenter\\SecurityCenterProperties
173 public function setResourceType($resourceType) argument
175 $this->resourceType = $resourceType;
182 return $this->resourceType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Recommender/
H A DGoogleCloudRecommenderV1Operation.php43 public $resourceType; variable in Google\\Service\\Recommender\\GoogleCloudRecommenderV1Operation
132 public function setResourceType($resourceType) argument
134 $this->resourceType = $resourceType;
141 return $this->resourceType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DCalendarResource.php77 public $resourceType; variable in Google\\Service\\Directory\\CalendarResource
268 public function setResourceType($resourceType) argument
270 $this->resourceType = $resourceType;
277 return $this->resourceType;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php45 function CreateXmlHeader( $command, $resourceType, $currentFolder ) argument
53 echo '<Connector command="' . $command . '" resourceType="' . $resourceType . '">' ;
56 …currentFolder ) . '" url="' . ConvertToXmlAttribute( GetUrlFromPath( $resourceType, $currentFolder…
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dbasexml.php45 function CreateXmlHeader( $command, $resourceType, $currentFolder ) argument
53 echo '<Connector command="' . $command . '" resourceType="' . $resourceType . '">' ;
56 …currentFolder ) . '" url="' . ConvertToXmlAttribute( GetUrlFromPath( $resourceType, $currentFolder…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DAddressBookHomeTest.php101 $resourceType = [
105 …$this->s->createExtendedCollection('book2', new MkCol($resourceType, ['{DAV:}displayname' => 'a-bo…
121 $resourceType = array(
124 …$this->s->createExtendedCollection('book2', new MkCol($resourceType, array('{DAV:}displayname' => …

1234