Home
last modified time | relevance | path

Searched refs:dataset (Results 26 – 50 of 76) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1alpha1ExportDataOperationResponse.php29 public $dataset; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1alpha1ExportDataOperationResponse
60 public function setDataset($dataset) argument
62 $this->dataset = $dataset;
69 return $this->dataset;
H A DGoogleCloudDatalabelingV1beta1ExportDataOperationResponse.php29 public $dataset; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1ExportDataOperationResponse
60 public function setDataset($dataset) argument
62 $this->dataset = $dataset;
69 return $this->dataset;
H A DGoogleCloudDatalabelingV1alpha1LabelOperationMetadata.php34 public $dataset; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1alpha1LabelOperationMetadata
97 public function setDataset($dataset) argument
99 $this->dataset = $dataset;
106 return $this->dataset;
H A DGoogleCloudDatalabelingV1p2alpha1LabelOperationMetadata.php34 public $dataset; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1p2alpha1LabelOperationMetadata
97 public function setDataset($dataset) argument
99 $this->dataset = $dataset;
106 return $this->dataset;
H A DGoogleCloudDatalabelingV1beta1LabelOperationMetadata.php34 public $dataset; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1LabelOperationMetadata
97 public function setDataset($dataset) argument
99 $this->dataset = $dataset;
106 return $this->dataset;
H A DGoogleCloudDatalabelingV1p1alpha1LabelOperationMetadata.php34 public $dataset; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1p1alpha1LabelOperationMetadata
97 public function setDataset($dataset) argument
99 $this->dataset = $dataset;
106 return $this->dataset;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DGoogleCloudSecuritycenterV1BigQueryExport.php29 public $dataset; variable in Google\\Service\\SecurityCommandCenter\\GoogleCloudSecuritycenterV1BigQueryExport
72 public function setDataset($dataset) argument
74 $this->dataset = $dataset;
81 return $this->dataset;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DDatasetAccessEntry.php33 public function setDataset(DatasetReference $dataset) argument
35 $this->dataset = $dataset;
42 return $this->dataset;
H A DDatasetAccess.php56 public function setDataset(DatasetAccessEntry $dataset) argument
58 $this->dataset = $dataset;
65 return $this->dataset;
/plugin/combo/resources/snippet/js/
H A Dcarrousel.js15 let elementMinimalWidth = carrousel.dataset.elementWidth;
23 let elementsMin = carrousel.dataset.elementsMin;
53 glideTrackContainer.dataset.glideEl = "track";
70 let control = carrousel.dataset.control;
75 controlArrowContainer.dataset.glideEl = "controls";
94 controlBulletContainer.dataset.glideEl = "controls[nav]";
98 controlBullet.dataset.glideDir = `=${i}`;
H A Dlozad-raster.js8 el.sizes = el.dataset.sizes;
10 el.srcset = el.dataset.srcset;
13 el.src = el.dataset.src;
H A Drailbar.js12 if ('layout' in pageToolContainer.dataset) {
13 formData.append('layout', pageToolContainer.dataset.layout)
H A Dpage-protection.js8 let linkType = element.dataset.ppLink;
9 let protectionSourceType = element.dataset.ppSource;
H A Dtoast.js7 if(toastElement.dataset.bsAutohide==="false"){
H A Dlozad-svg-injection.js23 if (el.hasOwnProperty("dataset")) {
24 let dataSet = el.dataset;
H A Dpage-explorer-tree.js6 let baseId = element.dataset.wikiId;
H A Donhover.js37 if ("hoverClass" in node.dataset) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/
H A DAggregateBucket.php61 public function setDataset($dataset) argument
63 $this->dataset = $dataset;
70 return $this->dataset;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DEnvironment.php30 public $dataset; variable in Google\\Service\\Dataflow\\Environment
105 public function setDataset($dataset) argument
107 $this->dataset = $dataset;
114 return $this->dataset;
/plugin/authgoogle/google/contrib/
H A DGoogle_FreebaseService.php294 public $dataset; variable in Google_TopicValue
316 public function setDataset( $dataset) { argument
317 $this->dataset = $dataset;
320 return $this->dataset;
/plugin/pdfjs/pdfjs/web/
H A Ddebugger.js42 if (!e.target.dataset.fontName ||
46 var fontName = e.target.dataset.fontName;
50 if (select.dataset.fontName !== fontName) {
132 select.dataset.fontName = fontName;
314 var x = +this.dataset.idx;
334 line.dataset.idx = i;
344 cbox.dataset.idx = i;
425 if ((row.dataset.idx | 0) === idx) {
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example161 * %{uid} id of a user dataset
163 * %{gid} id of a group dataset
171 * %{gid} id of a group dataset
193 * %{uid} id of a user dataset
201 * %{uid} id of a user dataset
234 * %{uid} id of a user dataset
236 * %{gid} id of a group dataset
/plugin/chordsheets/
H A Dscript.js152 var transpose = songs[i].dataset.transpose;
174 node.innerHTML = parseSong(song.rawText, song.dataset.transpose, false);
/plugin/stellarium/scripts/
H A Dstellarium.js2 var content = document.getElementById(buttonId).dataset.content;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DStringUtilTest.php16 function dataset() { function in Sabre\\DAV\\StringUtilTest

1234