Home
last modified time | relevance | path

Searched refs:href (Results 201 – 225 of 918) sorted by last modified time

12345678910>>...37

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DWebPropertyRef.php29 public $href; variable in Google\\Service\\Analytics\\WebPropertyRef
64 public function setHref($href) argument
66 $this->href = $href;
73 return $this->href;
H A DWebpropertyChildLink.php25 public $href; variable in Google\\Service\\Analytics\\WebpropertyChildLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DWebpropertyParentLink.php25 public $href; variable in Google\\Service\\Analytics\\WebpropertyParentLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DAccountChildLink.php25 public $href; variable in Google\\Service\\Analytics\\AccountChildLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DAccountRef.php25 public $href; variable in Google\\Service\\Analytics\\AccountRef
42 public function setHref($href) argument
44 $this->href = $href;
51 return $this->href;
H A DCustomDataSourceChildLink.php25 public $href; variable in Google\\Service\\Analytics\\CustomDataSourceChildLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DCustomDataSourceParentLink.php25 public $href; variable in Google\\Service\\Analytics\\CustomDataSourceParentLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DCustomDimensionParentLink.php25 public $href; variable in Google\\Service\\Analytics\\CustomDimensionParentLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DCustomMetricParentLink.php25 public $href; variable in Google\\Service\\Analytics\\CustomMetricParentLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DExperimentParentLink.php25 public $href; variable in Google\\Service\\Analytics\\ExperimentParentLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DFilterParentLink.php25 public $href; variable in Google\\Service\\Analytics\\FilterParentLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DFilterRef.php29 public $href; variable in Google\\Service\\Analytics\\FilterRef
60 public function setHref($href) argument
62 $this->href = $href;
69 return $this->href;
H A DGoalParentLink.php25 public $href; variable in Google\\Service\\Analytics\\GoalParentLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DProfileChildLink.php25 public $href; variable in Google\\Service\\Analytics\\ProfileChildLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DProfileParentLink.php25 public $href; variable in Google\\Service\\Analytics\\ProfileParentLink
34 public function setHref($href) argument
36 $this->href = $href;
43 return $this->href;
H A DProfileRef.php29 public $href; variable in Google\\Service\\Analytics\\ProfileRef
68 public function setHref($href) argument
70 $this->href = $href;
77 return $this->href;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md6 …<dt>Reference Docs</dt><dd><a href="https://googleapis.github.io/google-api-php-client/main/">http…
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md4 …<dt>Homepage</dt><dd><a href="http://www.github.com/google/google-auth-library-php">http://www.git…
5 …<dt>Reference Docs</dt><dd><a href="https://googleapis.github.io/google-auth-library-php/main/">ht…
7 <dd><a href="mailto:temiola@google.com">Tim Emiola</a></dd>
8 <dd><a href="mailto:stanleycheung@google.com">Stanley Cheung</a></dd>
9 <dd><a href="mailto:betterbrent@google.com">Brent Shaffer</a></dd>
/plugin/deletepagebutton/
H A Dscript.js43 let submit_url = this.href;
61 window.location.href = submit_url
/plugin/tablelayout/script/
H A Dscript.js28 var href = target + '?' + params.join('&');
30 'href': href,
/plugin/popupviewer/
H A Dscript.js187 img.src = popupData.src || this.href;
548 var url = this.href;
/plugin/openas/
H A Dscript.js4 var href = jq.attr('href');
11 href = href.replace(/SAVEAS_PAGE/i, id);
12 jq.attr("href",href); // (jQuery("div.save_as_tmpl a.wikilink2").attr("href",href));
21 … if((href.match(/newpagevars=%40/) || href.match(/newpagevars=\s*$/)) && repl_str) {
22 href += '%3B' + encodeURIComponent(repl_str);
23 href = href.replace(/%20/g,'+');
24 jq.attr("href",href);
/plugin/instantpage/lib/
H A D5.1.0.js2href)},n),u?c||document.addEventListener("mousedown",function(t){const e=t.target.closest("a");if(…
/plugin/instantpage/
H A Dscript.js16 var href = this.href;
17 if (href.indexOf('?') === -1) {
21 const params = getUrlParams(href);
/plugin/pagebuttons/
H A Dscript.js28 var submit_url = this.href;
33 window.location.href = submit_url;
52 window.location.href = submit_url
78 …? window.location.href.substring(0, window.location.href.indexOf(JSINFO['id'].replace(/:/g, '/')))…
79 …: window.location.href.substring(0, window.location.href.indexOf(JSINFO['id'])) + JSINFO['namespac…
86 window.location.href = submit_url;
108 window.location.href = submit_url
134 …? window.location.href.substring(0, window.location.href.indexOf(JSINFO['id'].replace(/:/g, '/')))…
135 …: window.location.href.substring(0, window.location.href.indexOf(JSINFO['id'])) + JSINFO['namespac…
142 window.location.href = submit_url;
[all …]

12345678910>>...37