Home
last modified time | relevance | path

Searched refs:resourceType (Results 1 – 25 of 90) sorted by last modified time

1234

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
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…
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 …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php190 $resourceType = explode(',', $postVars['resourceType']);
192 $resourceType = ['{DAV:}collection'];
212 $resourceType,
695 foreach ($resourceTypes as $k => $resourceType) {
696 if (isset($types[$resourceType])) {
697 $info['string'][] = $types[$resourceType]['string'];
699 $info['string'][] = $resourceType;
/plugin/davcal/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
65 function hasResourceType($resourceType) { argument
67 return count(array_diff((array)$resourceType, $this->resourceType)) === 0;
H A DServer.php923 $resourceType = $this->getResourceTypeForNode($node);
924 … if (in_array('{DAV:}collection', $resourceType) || in_array('{DAV:}principal', $resourceType)) {
965 $resourceType = $this->getResourceTypeForNode($node);
966 … if (in_array('{DAV:}collection', $resourceType) || in_array('{DAV:}principal', $resourceType)) {
1561 foreach ($this->resourceTypeMapping as $className => $resourceType) {
1562 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/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DResourceType.php31 * @param array|string|null $resourceType
/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' => …
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php284 $resourceType = $properties['{DAV:}resourcetype']->getValue();
286 $resourceType = ['{DAV:}collection','{urn:ietf:params:xml:ns:caldav}calendar'];
289 $this->server->createCollection($path, new MkCol($resourceType, $properties));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DGoogleCloudSecuritycenterV1p1beta1NotificationMessage.php28 protected $resourceType = GoogleCloudSecuritycenterV1p1beta1Resource::class; variable in Google\\Service\\SecurityCommandCenter\\GoogleCloudSecuritycenterV1p1beta1NotificationMessage
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/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/Clouderrorreporting/
H A DServiceContext.php25 public $resourceType; variable in Google\\Service\\Clouderrorreporting\\ServiceContext
38 public function setResourceType($resourceType) argument
40 $this->resourceType = $resourceType;
47 return $this->resourceType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DCreateCollectdTimeSeriesRequest.php29 protected $resourceType = MonitoredResource::class; variable in Google\\Service\\Monitoring\\CreateCollectdTimeSeriesRequest
H A DResourceGroup.php29 public $resourceType; variable in Google\\Service\\Monitoring\\ResourceGroup
48 public function setResourceType($resourceType) argument
50 $this->resourceType = $resourceType;
57 return $this->resourceType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Assuredworkloads/
H A DGoogleCloudAssuredworkloadsV1WorkloadResourceSettings.php33 public $resourceType; variable in Google\\Service\\Assuredworkloads\\GoogleCloudAssuredworkloadsV1WorkloadResourceSettings
66 public function setResourceType($resourceType) argument
68 $this->resourceType = $resourceType;
75 return $this->resourceType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DUrlMapsValidateRequest.php27 protected $resourceType = UrlMap::class; variable in Google\\Service\\Compute\\UrlMapsValidateRequest
H A DRoutersPreviewResponse.php22 protected $resourceType = Router::class; variable in Google\\Service\\Compute\\RoutersPreviewResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/
H A DGroupItem.php40 protected $resourceType = GroupItemResource::class; variable in Google\\Service\\YouTubeAnalytics\\GroupItem
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
H A DRoleGrant.php31 protected $resourceType = ConnectorsResource::class; variable in Google\\Service\\Connectors\\RoleGrant
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DSearchResourcesRequest.php25 public $resourceType; variable in Google\\Service\\CloudHealthcare\\SearchResourcesRequest
30 public function setResourceType($resourceType) argument
32 $this->resourceType = $resourceType;
39 return $this->resourceType;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
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/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DLogEntry.php52 protected $resourceType = MonitoredResource::class; variable in Google\\Service\\Logging\\LogEntry

1234