Home
last modified time | relevance | path

Searched refs:features (Results 1 – 25 of 175) sorted by path

1234567

/plugin/adfs/phpsaml/
H A DREADME.md79 Key features:
158 the new features that the new library Saml2 carries.
646 new toolkit due there are a lot of new features that you can't handle with the
/plugin/adhoctags/
H A DREADME.md66 Please note that `<div>` and `<span>` are also handled by the [Wrap](https://github.com/selfthinker/dokuwiki_plugin_wrap) Plugin and having them enabled while Wrap is also active can lead to unexpected results. If you need the attribute features of this plugin with these tags, it is better to disable Wrap, and possibly use [Ad-Hoc Wrap](https://github.com/saschaleib/dokuwiki-plugin-adhocwrap) instead as a replacement.
/plugin/admnote/
H A DREADME.md7 Not all features of the Material-for-MkDocs Admonition notes are supported. Notes are not collapsib…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock3373 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
3452 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
/plugin/aichat/vendor/vanderlee/php-sentence/
H A DREADME.md24 features are absolutely necessary.
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md8 Use this plugin to enable "responsive" features for amCharts' JavaScript Charts,
11 "Responsive" chart or map will modify it's features dynamically (even as you
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php1289 public $features; variable in Google_About
1337 public function setFeatures(/* array(Google_AboutFeatures) */ $features) { argument
1338 $this->assertIsArray($features, 'Google_AboutFeatures', __METHOD__);
1339 $this->features = $features;
1342 return $this->features;
H A DGoogle_PredictionService.php274 public $features; variable in Google_AnalyzeDataDescription
278 public function setFeatures(/* array(Google_AnalyzeDataDescriptionFeatures) */ $features) { argument
279 $this->assertIsArray($features, 'Google_AnalyzeDataDescriptionFeatures', __METHOD__);
280 $this->features = $features;
283 return $this->features;
/plugin/authgooglesheets/
H A Dcomposer.lock1245 … "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DProduct.php62 public $features; variable in Google\\Service\\AndroidEnterprise\\Product
255 public function setFeatures($features) argument
257 $this->features = $features;
264 return $this->features;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DApplication.php58 public $features; variable in Google\\Service\\AndroidManagement\\Application
233 public function setFeatures($features) argument
235 $this->features = $features;
242 return $this->features;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBooks.php660 'features' => [
H A DDirectory.php1410 'features',
1414 'path' => 'admin/directory/v1/customer/{customer}/resources/features/{featureKey}',
1429 'path' => 'admin/directory/v1/customer/{customer}/resources/features/{featureKey}',
1444 'path' => 'admin/directory/v1/customer/{customer}/resources/features',
1454 'path' => 'admin/directory/v1/customer/{customer}/resources/features',
1472 'path' => 'admin/directory/v1/customer/{customer}/resources/features/{featureKey}',
1487 … 'path' => 'admin/directory/v1/customer/{customer}/resources/features/{oldName}/rename',
1502 'path' => 'admin/directory/v1/customer/{customer}/resources/features/{featureKey}',
H A DGKEHub.php107 'features',
111 'path' => 'v1/{+parent}/features',
171 'path' => 'v1/{+parent}/features',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DAnnotateTextRequest.php62 public function setFeatures(Features $features) argument
64 $this->features = $features;
71 return $this->features;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1AnnotateVideoRequest.php26 public $features; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1AnnotateVideoRequest
49 public function setFeatures($features) argument
51 $this->features = $features;
58 return $this->features;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSslPoliciesListAvailableFeaturesResponse.php26 public $features; variable in Google\\Service\\Compute\\SslPoliciesListAvailableFeaturesResponse
31 public function setFeatures($features) argument
33 $this->features = $features;
40 return $this->features;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DFeatures.php55 public function setFeatures($features) argument
57 $this->features = $features;
64 return $this->features;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseManagement/
H A DLocation.php26 public $features; variable in Google\\Service\\FirebaseManagement\\Location
39 public function setFeatures($features) argument
41 $this->features = $features;
48 return $this->features;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DCheckInResponse.php29 public $features; variable in Google\\Service\\Genomics\\CheckInResponse
52 public function setFeatures($features) argument
54 $this->features = $features;
61 return $this->features;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessLodging/
H A DGuestUnitType.php51 public function setFeatures(GuestUnitFeatures $features) argument
53 $this->features = $features;
60 return $this->features;
H A DLivingArea.php64 public function setFeatures(LivingAreaFeatures $features) argument
66 $this->features = $features;
73 return $this->features;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
H A DFeatureTile.php50 public function setFeatures($features) argument
52 $this->features = $features;
59 return $this->features;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DAnnotateFileRequest.php37 public function setFeatures($features) argument
39 $this->features = $features;
46 return $this->features;
H A DAnnotateImageRequest.php33 public function setFeatures($features) argument
35 $this->features = $features;
42 return $this->features;

1234567