Home
last modified time | relevance | path

Searched refs:feature (Results 1 – 25 of 275) sorted by relevance

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DRestrictionChange.php25 public $feature; variable in Google\\Service\\DriveActivity\\RestrictionChange
34 public function setFeature($feature) argument
36 $this->feature = $feature;
43 return $this->feature;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1LabelTextRequest.php27 public $feature; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1LabelTextRequest
50 public function setFeature($feature) argument
52 $this->feature = $feature;
59 return $this->feature;
H A DGoogleCloudDatalabelingV1beta1LabelImageRequest.php29 public $feature; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1LabelImageRequest
68 public function setFeature($feature) argument
70 $this->feature = $feature;
77 return $this->feature;
H A DGoogleCloudDatalabelingV1beta1LabelVideoRequest.php29 public $feature; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1LabelVideoRequest
68 public function setFeature($feature) argument
70 $this->feature = $feature;
77 return $this->feature;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress.php25 public $feature; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress
48 public function setFeature($feature) argument
50 $this->feature = $feature;
57 return $this->feature;
H A DGoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress.php25 public $feature; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
48 public function setFeature($feature) argument
50 $this->feature = $feature;
57 return $this->feature;
H A DGoogleCloudVideointelligenceV1VideoAnnotationProgress.php25 public $feature; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1VideoAnnotationProgress
48 public function setFeature($feature) argument
50 $this->feature = $feature;
57 return $this->feature;
H A DGoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress.php25 public $feature; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
48 public function setFeature($feature) argument
50 $this->feature = $feature;
57 return $this->feature;
H A DGoogleCloudVideointelligenceV1beta2VideoAnnotationProgress.php25 public $feature; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
48 public function setFeature($feature) argument
50 $this->feature = $feature;
57 return $this->feature;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DFeatureInstance.php28 public function setFeature(Feature $feature) argument
30 $this->feature = $feature;
37 return $this->feature;
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php295 foreach ($features as $dummy => $feature) {
297 if (is_array($feature)) {
299 foreach ($feature as $alternate_feature_name) {
302 $feature = $alternate_feature_name; variable
308 $foundOneThatWorks = $phpThumb->ImageMagickSwitchAvailable($feature);
332 foreach ($features as $dummy => $feature) {
333 if (isset($gd_info[$feature])) {
334 …<div style="background-color: '.($gd_info[$feature] ? 'lime' : $missingcolor).';">'.htmlspecialcha…
445 foreach ($SettingFeatures as $feature => $FeaturesDetails) {
447 echo '<tr><th>'.$feature.':</th>';
[all …]
/plugin/jmol2/jmol/
H A DCHANGES.txt596 # new feature: [array].sort
598 # new feature: [array].min
599 # new feature: [array].max
677 # new feature:
1788 # new feature: write GIF
1896 # new feature: HIDE $xxx
1898 # new feature: DELETE $xxx
2205 # new feature/feature change:
2294 # new feature: sqrt(x)
2534 # new feature: cross(a,b)
[all …]
/plugin/webdav/vendor/sabre/dav/
H A DCONTRIBUTING.md8 Building a new feature? Contact us first
11 We may not want to accept every feature that comes our way. Sometimes
15 you may find out quickly if the feature makes sense to us, and we can give
16 some tips on how to best build the feature.
18 If we don't accept the feature, it could be for a number of reasons. For
20 assuming responsibility for maintaining the feature.
22 In those cases, it's often possible to keep the feature separate from the
24 reason the feature can't live in a project you own.
27 feature it on [sabre.io][4].
68 Any new feature or change requires unittests. We use [PHPUnit][7] for all our
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md8 Building a new feature? Contact us first
11 We may not want to accept every feature that comes our way. Sometimes
15 you may find out quickly if the feature makes sense to us, and we can give
16 some tips on how to best build the feature.
18 If we don't accept the feature, it could be for a number of reasons. For
20 assuming responsibility for maintaining the feature.
22 In those cases, it's often possible to keep the feature separate from the
24 reason the feature can't live in a project you own.
27 feature it on [sabre.io][4].
68 Any new feature or change requires unittests. We use [PHPUnit][7] for all our
/plugin/dokumicrobugtracker/
H A DCHANGELOG4 Version 2010-08-17 Add several feature, email notification, delete (for admin only), dynamic captc…
7 Version 2011-01-05 Implement Ajax edition, add count feature, remove delete button
12 …tatus, Add default stylesheet, Column size are now resizable, add delete feature with confirmation…
14 Version 2011-10-18 Fix link to the stylesheet in action.php, fix the delete feature.
/plugin/openlayersmap/
H A Dscript.js279 style(feature, resolution) {
280 const img = feature.get('img');
281 const opacity = feature.get('opacity');
282 const angle = feature.get('angle');
283 const text = feature.get('rowId');
411 style: function (feature) {
412 return geoJsonStyle[feature.getGeometry().getType()];
462 style: function (feature) {
463 return gpxJsonStyle[feature.getGeometry().getType()];
506 const selFeature = map.forEachFeatureAtPixel(evt.pixel, function (feature) {
399 AnonymousFunction7172c40c0200(feature) global() argument
450 AnonymousFunction7172c40c0400(feature) global() argument
494 AnonymousFunction7172c40c0700(feature) global() argument
[all...]
/plugin/jplayer/vendor/mustache/mustache/
H A DCONTRIBUTING.md21 * Submit one pull request per fix or feature.
22 * To help with that, do all your work in a feature branch (e.g. `feature/my-alsome-feature`).
/plugin/photogallery/phpThumb/
H A DREADME.md11 thanks to the GIFutil class by Fabien Ezber. AntiHotlinking feature prevents other people from usin…
12 to resize their thumbnails, or link to your images from another server. The cache feature reduces s…
/plugin/markdownextra/
H A DREADME.md60feature is .md suffix. And I love [tag plugin](https://www.dokuwiki.org/plugin:tag) too, but I can…
/plugin/codebuttonmod2/
H A DREADME.MD8 The plugin Mod 2 adds a second additional button and includes a new feature for copying the code te…
45 - New feature added: every *code* block can be copied to clipboard with a single click.
/plugin/schedule/lib/
H A DscheduleCitiesMap.js374 style: function (feature) { argument
375 var features = feature.get ('features');
428 map.forEachFeatureAtPixel (evt.pixel, function (feature) { argument
429 f = feature;
450 map.forEachFeatureAtPixel (evt.pixel, function (feature) { argument
451 feature.get ('features').forEach (function (item) {
/plugin/dokugitviewer/
H A Dplugin.info.txt6 desc display git commits and link bug-id and feature-ids
/plugin/bookcreator/script/
H A DREADME.txt3 http://johnculviner.com/jquery-file-download-plugin-for-ajax-like-feature-rich-file-downloads/
/plugin/whyspam/lang/en/
H A Dintro.txt3 This tool lets you check a text for spam blocked by the wiki's [[doku>blacklist]] feature. It will …
/plugin/sidebar/
H A DINFO.txt7 desc Base on "sidebar" template by ChrisS. Provides the same feature.

1234567891011