Home
last modified time | relevance | path

Searched refs:location (Results 376 – 400 of 981) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DPolicyAnalyzer.php70 'location' => 'path',
75 'location' => 'query',
79 'location' => 'query',
83 'location' => 'query',
H A DCloudProfiler.php76 'location' => 'path',
86 'location' => 'path',
96 'location' => 'path',
101 'location' => 'query',
H A DIAMCredentials.php71 'location' => 'path',
81 'location' => 'path',
91 'location' => 'path',
101 'location' => 'path',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserOrganization.php49 public $location; variable in Google\\Service\\Directory\\UserOrganization
158 public function setLocation($location) argument
160 $this->location = $location;
167 return $this->location;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DServicecontrolResource.php49 public $location; variable in Google\\Service\\ServiceControl\\ServicecontrolResource
158 public function setLocation($location) argument
160 $this->location = $location;
167 return $this->location;
/plugin/tplinc/
H A Dadmin.php110 list($pattern, $page, $location, $skipacl) = $assignment;
115 $this->locationBox('a[x' . $row . '][2]', $location);
143 foreach ($locations as $location => $label) {
144 $selected = ($location == $loc) ? 'selected="selected"' : '';
145 echo '<option value="' . hsc($location) . '" ' . $selected . '>';
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlock.php33 private $location = null; variable in phpDocumentor\\Reflection\\DocBlock
46 * @param Location $location The location within the file that this DocBlock occurs in.
55 Location $location = null, argument
71 $this->location = $location;
110 return $this->location;
/plugin/sequencediagram/bower_components/lodash/perf/asset/
H A Dperf-ui.js8 var build = (build = /build=([^&]+)/.exec(location.search)) && decodeURIComponent(build[1]);
11 var other = (other = /other=([^&]+)/.exec(location.search)) && decodeURIComponent(other[1]);
23 search = location.search.replace(/^\?|&?(?:build|other)=[^&]*&?/g, '');
30 location.href =
31 location.href.split('?')[0] + '?' +
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DProvisioningConfig.php40 public $location; variable in Google\\Service\\Baremetalsolution\\ProvisioningConfig
121 public function setLocation($location) argument
123 $this->location = $location;
130 return $this->location;
/plugin/firenews/HTMLTemplates/editnews/
H A DeditnewsTemplate.js3 if (window.location.href.includes("&submitted=saved")) {
6 if (window.location.href.includes("&submitted=deleted")) {
19 window.history.pushState({}, '', window.location.href.replace("&submitted=saved", ""));
29 window.history.pushState({}, '', window.location.href.replace("&submitted=deleted", ""));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DTableCell.php54 public function setLocation(TableCellLocation $location) argument
56 $this->location = $location;
63 return $this->location;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckconfig.js32 if ( document.location.protocol == 'file:' )
34 FCKConfig.BasePath = decodeURIComponent( document.location.pathname.substr(1) ) ;
39 var sFullProtocol = document.location.href.match( /^(file\:\/{2,3})/ )[1] ;
49 …FCKConfig.BasePath = document.location.pathname.substring( 0, document.location.pathname.lastIndex…
50 …FCKConfig.FullBasePath = document.location.protocol + '//' + document.location.host + FCKConfig.Ba…
124 if ( (/fckdebug=true/i).test( window.top.location.search ) )
/plugin/revealjs/plugin/notes/
H A Dnotes.js48 …url: window.location.protocol + '//' + window.location.host + window.location.pathname + window.lo…
157 if( !/receiver/i.test( window.location.search ) ) {
160 if( window.location.search.match( /(\?|\&)notes/gi ) !== null ) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Instance.php58 public $location; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Instance
199 public function setLocation($location) argument
201 $this->location = $location;
208 return $this->location;
/plugin/goto/
H A Dscript.js7 location.href = which;
18 location.href = which;
43 setTimeout(function(){ location.href = url; }, delay,url);
53 location.href = DOKU_BASE + 'doku.php?id=' + decodeURIComponent(which) ;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DHgblame.php89 $location = '';
92 $location = implode($fileParts, DIRECTORY_SEPARATOR);
93 if (is_dir($location.DIRECTORY_SEPARATOR.'.hg') === true) {
100 chdir($location);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DServingContext.php82 public function setLocation(LocationContext $location) argument
84 $this->location = $location;
91 return $this->location;
/plugin/revealjs/plugin/notes-server/
H A Dclient.js4 if( window.location.search.match( /receiver/gi ) ) { return; }
6 var socket = io.connect( window.location.origin ),
9 console.log( 'View slide notes at ' + window.location.origin + '/notes/' + socketId );
11 window.open( window.location.origin + '/notes/' + socketId, 'notes-' + socketId );
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DBackupRun.php59 public $location; variable in Google\\Service\\SQLAdmin\\BackupRun
224 public function setLocation($location) argument
226 $this->location = $location;
233 return $this->location;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DOperation.php38 public $location; variable in Google\\Service\\Container\\Operation
135 public function setLocation($location) argument
137 $this->location = $location;
144 return $this->location;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DOrganization.php55 public $location; variable in Google\\Service\\PeopleService\\Organization
196 public function setLocation($location) argument
198 $this->location = $location;
205 return $this->location;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDomains/Resource/
H A DProjectsLocationsRegistrations.php307 * @param string $location Required. The location. Must be in the format
315 public function retrieveRegisterParameters($location, $optParams = []) argument
317 $params = ['location' => $location];
327 * @param string $location Required. The location. Must be in the format
335 public function retrieveTransferParameters($location, $optParams = []) argument
337 $params = ['location' => $location];
347 * @param string $location Required. The location. Must be in the format
355 public function searchDomains($location, $optParams = []) argument
357 $params = ['location' => $location];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/Resource/
H A DProjectsLocationsInstanceProvisioningSettings.php36 * @param string $location Required. The parent project and location containing
41 public function fetch($location, $optParams = []) argument
43 $params = ['location' => $location];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dns/Resource/
H A DProjects.php36 * @param string $location
44 public function get($project, $location, $optParams = []) argument
46 $params = ['project' => $project, 'location' => $location];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/Resource/
H A DProjectsLocationsSql.php40 * @param string $location The [regional endpoint]
48 public function validate($projectId, $location, $optParams = []) argument
50 $params = ['projectId' => $projectId, 'location' => $location];

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