Home
last modified time | relevance | path

Searched refs:location (Results 351 – 375 of 981) sorted by relevance

1...<<11121314151617181920>>...40

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DCreateFootnoteRequest.php44 public function setLocation(Location $location) argument
46 $this->location = $location;
53 return $this->location;
H A DInsertPageBreakRequest.php44 public function setLocation(Location $location) argument
46 $this->location = $location;
53 return $this->location;
H A DInsertTextRequest.php48 public function setLocation(Location $location) argument
50 $this->location = $location;
57 return $this->location;
H A DInsertSectionBreakRequest.php48 public function setLocation(Location $location) argument
50 $this->location = $location;
57 return $this->location;
H A DInsertTableRequest.php66 public function setLocation(Location $location) argument
68 $this->location = $location;
75 return $this->location;
H A DInsertInlineImageRequest.php50 public function setLocation(Location $location) argument
52 $this->location = $location;
59 return $this->location;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTableBorderCell.php30 public function setLocation(TableCellLocation $location) argument
32 $this->location = $location;
39 return $this->location;
H A DTableRange.php50 public function setLocation(TableCellLocation $location) argument
52 $this->location = $location;
59 return $this->location;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DCreateItemRequest.php44 public function setLocation(Location $location) argument
46 $this->location = $location;
53 return $this->location;
H A DUpdateItemRequest.php48 public function setLocation(Location $location) argument
50 $this->location = $location;
57 return $this->location;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DBackupConfiguration.php39 public $location; variable in Google\\Service\\SQLAdmin\\BackupConfiguration
116 public function setLocation($location) argument
118 $this->location = $location;
125 return $this->location;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudComposer/
H A DNodeConfig.php32 public $location; variable in Google\\Service\\CloudComposer\\NodeConfig
89 public function setLocation($location) argument
91 $this->location = $location;
98 return $this->location;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DProvisioningQuota.php39 public $location; variable in Google\\Service\\Baremetalsolution\\ProvisioningQuota
116 public function setLocation($location) argument
118 $this->location = $location;
125 return $this->location;
/plugin/diagramsnet/lib/js/diagramly/
H A DInit.js19 …O_BASE_URL || ((/.*\.draw\.io$/.test(window.location.hostname)) || (/.*\.diagrams\.net$/.test(wind…
20 window.location.protocol + '//' + window.location.hostname : 'https://app.diagrams.net');
45 …urlParams['dev']) && window.location.protocol != 'file:' ? 'iconSearch' : window.DRAWIO_BASE_URL +…
198 if (window.location.hostname == DRAWIO_LIGHTBOX_URL.substring(DRAWIO_LIGHTBOX_URL.indexOf('//') + 2…
371 var host = window.location.host;
412 if (window.location.hostname == 'se.diagrams.net')
434 if (window.location.hostname == 'embed.diagrams.net')
440 if ((window.location.hash == null || window.location.hash.length <= 1) &&
443 window.location.hash = urlParams['open'];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoRecordingDetails.php36 public function setLocation(GeoPoint $location) argument
38 $this->location = $location;
45 return $this->location;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DGoogleLocation.php36 public function setLocation(Location $location) argument
38 $this->location = $location;
45 return $this->location;
H A DSearchGoogleLocationsRequest.php36 public function setLocation(Location $location) argument
38 $this->location = $location;
45 return $this->location;
H A DGoogleUpdatedLocation.php50 public function setLocation(Location $location) argument
52 $this->location = $location;
59 return $this->location;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDomainsRDAP.php74 'location' => 'path',
94 'location' => 'path',
114 'location' => 'path',
134 'location' => 'path',
139 'location' => 'path',
159 'location' => 'path',
H A DSiteVerification.php73 'location' => 'path',
83 'location' => 'path',
97 'location' => 'query',
111 'location' => 'path',
121 'location' => 'path',
/plugin/epub/scripts/
H A Dcss3.php94 foreach($files[$mediatype] as $file => $location){
98 $css_content .= css_loadfile($file, $location);
273 function css_fixreplacementurls($replacements, $location) { argument
356 function css_loadfile($file,$location=''){ argument
358 return $css_file->load($location);
369 protected $location; // base url location of the CSS/Less file variable in DokuCssFile
381 * @param string $location base url for this file
384 public function load($location='') { argument
388 if (!$location) return $css;
390 $this->location = $location;
[all …]
/plugin/ckgedit/scripts/
H A Dcss6.php85 foreach($files[$mediatype] as $file => $location) {
91 $css_ckg_content .= css_ckg_loadfile($file, $location);
280 function css_ckg_fixreplacementurls($replacements, $location) { argument
363 function css_ckg_loadfile($file,$location=''){ argument
365 return $css_ckg_file->load($location);
376 protected $location; // base url location of the CSS/Less file variable in DokuCssFile
388 * @param string $location base url for this file
391 public function load($location='') { argument
395 if (!$location) return $css;
397 $this->location = $location;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2DataProfileJobConfig.php67 public function setLocation(GooglePrivacyDlpV2DataProfileLocation $location) argument
69 $this->location = $location;
76 return $this->location;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DDeveloperMetadata.php44 public function setLocation(DeveloperMetadataLocation $location) argument
46 $this->location = $location;
53 return $this->location;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
H A DStackFrame.php79 public function setLocation(SourceLocation $location) argument
81 $this->location = $location;
88 return $this->location;

1...<<11121314151617181920>>...40