Home
last modified time | relevance | path

Searched refs:resourceType (Results 51 – 75 of 90) sorted by last modified time

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DTimeSeries.php33 protected $resourceType = MonitoredResource::class; variable in Google\\Service\\Monitoring\\TimeSeries
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Assuredworkloads/
H A DGoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo.php29 public $resourceType; variable in Google\\Service\\Assuredworkloads\\GoogleCloudAssuredworkloadsV1beta1WorkloadResourceInfo
48 public function setResourceType($resourceType) argument
50 $this->resourceType = $resourceType;
57 return $this->resourceType;
H A DGoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceInfo.php29 public $resourceType; variable in Google\\Service\\Assuredworkloads\\GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceInfo
48 public function setResourceType($resourceType) argument
50 $this->resourceType = $resourceType;
57 return $this->resourceType;
H A DGoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceSettings.php33 public $resourceType; variable in Google\\Service\\Assuredworkloads\\GoogleCloudAssuredworkloadsVersioningV1mainWorkloadResourceSettings
66 public function setResourceType($resourceType) argument
68 $this->resourceType = $resourceType;
75 return $this->resourceType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DResourceLimit.php33 public $resourceType; variable in Google\\Service\\Container\\ResourceLimit
66 public function setResourceType($resourceType) argument
68 $this->resourceType = $resourceType;
75 return $this->resourceType;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/ol3/
H A Dscript.js8resourceType=i);return o}))},Gc(AC,{Title:Fc(U_),Abstract:Fc(U_),WGS84BoundingBox:Fc((function(t,e…
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DMkCol.php30 protected $resourceType; variable in Sabre\\DAV\\MkCol
35 * @param string[] $resourceType List of resourcetype values.
38 function __construct(array $resourceType, array $mutations) { argument
40 $this->resourceType = $resourceType;
52 return $this->resourceType;
63 * @param string|string[] $resourceType
66 function hasResourceType($resourceType) { argument
68 return count(array_diff((array)$resourceType, $this->resourceType)) === 0;
H A DServer.php990 $resourceType = $this->getResourceTypeForNode($node);
991 … if (in_array('{DAV:}collection', $resourceType) || in_array('{DAV:}principal', $resourceType)) {
1030 $resourceType = $this->getResourceTypeForNode($node);
1031 … if (in_array('{DAV:}collection', $resourceType) || in_array('{DAV:}principal', $resourceType)) {
1637 foreach ($this->resourceTypeMapping as $className => $resourceType) {
1638 if ($node instanceof $className) $result[] = $resourceType;
H A DCorePlugin.php578 $resourceType = $properties['{DAV:}resourcetype']->getValue();
584 $resourceType = ['{DAV:}collection'];
588 $mkcol = new MkCol($resourceType, $properties);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1993 * Changed: {DAV:}resourceType defaults to 0
1994 * Changed: Any non-null resourceType now gets a / appended to the href value.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php298 $resourceType = $properties['{DAV:}resourcetype']->getValue();
300 $resourceType = ['{DAV:}collection','{urn:ietf:params:xml:ns:caldav}calendar'];
303 $this->server->createCollection($path, new MkCol($resourceType, $properties));
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php190 $resourceType = explode(',', $postVars['resourceType']);
192 $resourceType = ['{DAV:}collection'];
212 $resourceType,
700 foreach ($resourceTypes as $k => $resourceType) {
701 if (isset($types[$resourceType])) {
702 $info['string'][] = $types[$resourceType]['string'];
704 $info['string'][] = $resourceType;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php39 function has_permission($folder, $resourceType, $isFolder=true) { argument
72 function GetFolders( $resourceType, $currentFolder ) argument
166 function GetFoldersAndFiles( $resourceType, $currentFolder ) argument
198 has_permission($temp_folder, $resourceType);
271 if($resourceType == 'Image') {
316 function CreateFolder( $resourceType, $currentFolder ) argument
478 return GetFoldersAndFiles( $resourceType, $currentFolder );
486 return GetFoldersAndFiles( $resourceType, $currentFolder );
488 return GetFoldersAndFiles( $resourceType, $currentFolder );
527 function FileUpload( $resourceType, $currentFolder, $sCommand ) argument
[all …]
H A Dio.php30 function GetResourceTypePath( $resourceType, $sCommand ) argument
35 return $Config['QuickUploadPath'][$resourceType] ;
37 return $Config['FileTypesPath'][$resourceType] ;
40 function GetResourceTypeDirectory( $resourceType, $sCommand ) argument
46 return $Config['QuickUploadAbsolutePath'][$resourceType] ;
54 return $Config['FileTypesAbsolutePath'][$resourceType] ;
61 function GetUrlFromPath( $resourceType, $folderPath, $sCommand ) argument
194 function IsAllowedExt( $sExtension, $resourceType ) argument
198 $arAllowed = $Config['AllowedExtensions'][$resourceType] ;
199 $arDenied = $Config['DeniedExtensions'][$resourceType] ;
[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/fckg/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…
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 Dio.php28 function GetResourceTypePath( $resourceType, $sCommand ) argument
33 return $Config['QuickUploadPath'][$resourceType] ;
35 return $Config['FileTypesPath'][$resourceType] ;
38 function GetResourceTypeDirectory( $resourceType, $sCommand ) argument
44 return $Config['QuickUploadAbsolutePath'][$resourceType] ;
52 return $Config['FileTypesAbsolutePath'][$resourceType] ;
59 function GetUrlFromPath( $resourceType, $folderPath, $sCommand ) argument
192 function IsAllowedExt( $sExtension, $resourceType ) argument
196 $arAllowed = $Config['AllowedExtensions'][$resourceType] ;
197 $arDenied = $Config['DeniedExtensions'][$resourceType] ;
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php25 function GetFolders( $resourceType, $currentFolder ) argument
28 $sServerDir = ServerMapFolder( $resourceType, $currentFolder, 'GetFolders' ) ;
54 function GetFoldersAndFiles( $resourceType, $currentFolder ) argument
57 $sServerDir = ServerMapFolder( $resourceType, $currentFolder, 'GetFoldersAndFiles' ) ;
107 function CreateFolder( $resourceType, $currentFolder ) argument
125 $sServerDir = ServerMapFolder( $resourceType, $currentFolder, 'CreateFolder' ) ;
158 function FileUpload( $resourceType, $currentFolder, $sCommand ) argument
173 $sServerDir = ServerMapFolder( $resourceType, $currentFolder, $sCommand ) ;
202 if ( !$sErrorNumber && IsAllowedExt( $sExtension, $resourceType ) )
238 $sFileUrl = CombinePaths( GetResourceTypePath( $resourceType, $sCommand ) , $currentFolder ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
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, '…
H A Dcf5_connector.cfm306 …ml version="1.0" encoding="utf-8" ?><Connector command="#url.command#" resourceType="#url.type#">';
H A Dcf5_upload.cfm197 <cfset resourceType = url.type>
218 <cfset lAllowedExtensions = config.allowedExtensions[#resourceType#]>
219 <cfset lDeniedExtensions = config.deniedExtensions[#resourceType#]>
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
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/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso251 <Connector command="' + $Command + '" resourceType="' + $Type + '">

1234