Home
last modified time | relevance | path

Searched refs:Feature (Results 1 – 25 of 86) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/
DResourcesFeatures.php20 use Google\Service\Directory\Feature; alias
57 * @return Feature
63 return $this->call('get', [$params], Feature::class);
71 * @param Feature $postBody
73 * @return Feature
75 public function insert($customer, Feature $postBody, $optParams = [])
79 return $this->call('insert', [$params], Feature::class);
106 * @param Feature $postBody
108 * @return Feature
110 public function patch($customer, $featureKey, Feature $postBody, $optParams = [])
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
DEntityMention.php23 protected $certaintyAssessmentType = Feature::class;
32 protected $subjectType = Feature::class;
34 protected $temporalAssessmentType = Feature::class;
44 * @param Feature
46 public function setCertaintyAssessment(Feature $certaintyAssessment)
51 * @return Feature
94 * @param Feature
96 public function setSubject(Feature $subject)
101 * @return Feature
108 * @param Feature
[all …]
DFeature.php20 class Feature extends \Google\Model class
53 class_alias(Feature::class, 'Google_Service_CloudHealthcare_Feature');
/plugin/tgnotify/
DCHANGELOG.rst13 * Feature: Silent messages added (no notifications to receivers)
18 * Feature: Page URL added to message
19 * Feature: Username or IP address added to message
25 * Feature: user name in message can be enabled/disabled in plugin config
26 * Feature: user address (ip or fqdn) in message can be enabled/disabled in plugin config
32 * Feature: Russian translation improved
48 * Feature: CURL dependency removed to support Dokuwiki Stick version
53 * Feature: Plugin debug mode is added. May be activated at settings page.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
DFeatureInstance.php22 protected $featureType = Feature::class;
26 * @param Feature
28 public function setFeature(Feature $feature)
33 * @return Feature
DFeatures.php27 protected $featuresType = Feature::class;
53 * @param Feature[]
60 * @return Feature[]
DFeature.php20 class Feature extends \Google\Model class
80 class_alias(Feature::class, 'Google_Service_Directory_Feature');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/Resource/
DProjectsLocationsFeatures.php20 use Google\Service\GKEHub\Feature; alias
43 * @param Feature $postBody
60 public function create($parent, Feature $postBody, $optParams = [])
101 * @return Feature
107 return $this->call('get', [$params], Feature::class);
173 * @param Feature $postBody
190 public function patch($name, Feature $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
DListFeaturesResponse.php27 protected $resourcesType = Feature::class;
45 * @param Feature[]
52 * @return Feature[]
DFeature.php20 class Feature extends \Google\Model class
196 class_alias(Feature::class, 'Google_Service_GKEHub_Feature');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
DAnnotateImageRequest.php23 protected $featuresType = Feature::class;
31 * @param Feature[]
38 * @return Feature[]
DAnnotateFileRequest.php23 protected $featuresType = Feature::class;
35 * @param Feature[]
42 * @return Feature[]
DAsyncAnnotateFileRequest.php23 protected $featuresType = Feature::class;
33 * @param Feature[]
40 * @return Feature[]
DFeature.php20 class Feature extends \Google\Model class
80 class_alias(Feature::class, 'Google_Service_Vision_Feature');
/plugin/submgr/lang/de/
Dnousers.txt1 ===== Fehlendes Authentifizierungs-Feature =====
4 einer bestimmten Gruppe angehören. Dieses Feature ist zwingend notwendig für die Nutzung dieses Plu…
6 wird aber das Feature auch einfach nicht unterstützt.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SemanticTile/
DFeatureTile.php25 protected $featuresType = Feature::class;
48 * @param Feature[]
55 * @return Feature[]
DFeature.php20 class Feature extends \Google\Collection class
102 class_alias(Feature::class, 'Google_Service_SemanticTile_Feature');
/plugin/jplayer/vendor/happyworm/jplayer/
DCHANGELOG.md6 - New Feature: Implemented Pull Request [Introduce sass skins](https://github.com/happyworm/jPlayer…
22 - New Feature: Merged Pull Request [Composer support](https://github.com/happyworm/jPlayer/pull/235…
23 - New Feature: Merged Pull Request [Add Aurora.js solution](https://github.com/happyworm/jPlayer/pu…
43 - New Feature: Merged Pull Request to add [commonJS support](https://github.com/happyworm/jPlayer/p…
47 - New Feature: The key bindings option `key` value may now be a number for [`event.which`](http://a…
75 - ARIA Feature: The `autoBlur` option will now either `blur()` or `focus()`. This helps maintain cr…
76 - New Feature: Added the `noVolume` state class for when the volume controls are being hidden due t…
/plugin/elasticsearch/vendor/react/promise/
DCHANGELOG.md10 * Feature: Full PHP 8.3 compatibility.
15 * Feature: Support Disjunctive Normal Form Types (DNF types) for PHP 8.2+.
18 Feature: Add full support for PHP 8.2.
29 … * Feature: Support union types and address deprecation of `ReflectionType::getClass()` (PHP 8+).
38 * Feature: Support intersection types (PHP 8.1+).
87 …* Feature: Improve memory consumption for pending promises by using static internal callbacks wi…
92 …* Feature: Significantly improve memory consumption and performance by only passing resolver args
/plugin/schemadata/
Dplugin.info.txt6 desc A Plugin to use the Content Negotiation Feature of datacite to get the schema.org metadata i…
DREADME4 A Plugin to use the Content Negotiation Feature of datacite ot get the schema.org metadata in json+…
/plugin/mermaid/.github/ISSUE_TEMPLATE/
Dfeature_request.md2 name: Feature request
/plugin/flowplay/
Dchangelog6 * Feature: Config shows up in configuration dialog
/plugin/linkcheck/
DREADME.md17 * No admin panel provided at this time. Feature requests would be entertained with donations.
/plugin/ckgdoku/lang/de/
Dlang.php67 $lang['dblclk'] = '<b>Neues Feature:</b> Doppelklick im Browserfenster um den DW Edi…

1234