Home
last modified time | relevance | path

Searched refs:snippet (Results 1 – 25 of 112) sorted by path

12345

/plugin/achart/
H A DREADME.md119 Also note that you can include comments in the snippet, both styles (`//` and `/* */`) are supporte…
/plugin/achart/assets/
H A Djs-yaml.min.js2snippet&&(n+="\n\n"+e.mark.snippet),i+" "+n):i}function r(e,t){Error.call(this),this.name="YAMLExc…
/plugin/amcharts/
H A DREADME.md59 Also note that you can include comments in the snippet, both styles (`//` and `/* */`) are supporte…
/plugin/asiansearch/
H A Daction.php207 …$snippet = preg_replace('/'.$m.'([^'.$m.']*?)'.$m.'/iu','<strong class="search_hit">$1</strong>',h…
211 $event->data['snippet'] = $snippet;
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php1183 public $snippet; variable in Google_Experiment
1302 public function setSnippet( $snippet) { argument
1303 $this->snippet = $snippet;
1306 return $this->snippet;
H A DGoogle_BooksService.php1839 public $snippet; variable in Google_BooksLayerGeoDataCommon
1854 public function setSnippet( $snippet) { argument
1855 $this->snippet = $snippet;
1858 return $this->snippet;
H A DGoogle_CustomsearchService.php535 public $snippet; variable in Google_Result
616 public function setSnippet( $snippet) { argument
617 $this->snippet = $snippet;
620 return $this->snippet;
H A DGoogle_YouTubeService.php1072 $this->snippet = $snippet;
1605 $this->snippet = $snippet;
2190 $this->snippet = $snippet;
2528 $this->snippet = $snippet;
2789 $this->snippet = $snippet;
3058 $this->snippet = $snippet;
3119 $this->snippet = $snippet;
3603 $this->snippet = $snippet;
3695 $this->snippet = $snippet;
4110 $this->snippet = $snippet;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DHtmlContent.php29 public $snippet; variable in Google\\Service\\AdExchangeBuyerII\\HtmlContent
52 public function setSnippet($snippet) argument
54 $this->snippet = $snippet;
61 return $this->snippet;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DExperiment.php100 public $snippet; variable in Google\\Service\\Analytics\\Experiment
395 public function setSnippet($snippet) argument
397 $this->snippet = $snippet;
404 return $this->snippet;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DGeolayerdataCommon.php33 public $snippet; variable in Google\\Service\\Books\\GeolayerdataCommon
74 public function setSnippet($snippet) argument
76 $this->snippet = $snippet;
83 return $this->snippet;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DSearchResult.php85 public function setSnippet(Snippet $snippet) argument
87 $this->snippet = $snippet;
94 return $this->snippet;
H A DSnippet.php28 public $snippet; variable in Google\\Service\\CloudSearch\\Snippet
47 public function setSnippet($snippet) argument
49 $this->snippet = $snippet;
56 return $this->snippet;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DResult.php74 public $snippet; variable in Google\\Service\\CustomSearchAPI\\Result
265 public function setSnippet($snippet) argument
267 $this->snippet = $snippet;
274 return $this->snippet;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Gmail/
H A DMessage.php52 public $snippet; variable in Google\\Service\\Gmail\\Message
159 public function setSnippet($snippet) argument
161 $this->snippet = $snippet;
168 return $this->snippet;
H A DThread.php36 public $snippet; variable in Google\\Service\\Gmail\\Thread
83 public function setSnippet($snippet) argument
85 $this->snippet = $snippet;
92 return $this->snippet;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaGlobalSiteTag.php29 public $snippet; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaGlobalSiteTag
48 public function setSnippet($snippet) argument
50 $this->snippet = $snippet;
57 return $this->snippet;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DGetRemarketingTagResponse.php25 public $snippet; variable in Google\\Service\\RealTimeBidding\\GetRemarketingTagResponse
30 public function setSnippet($snippet) argument
32 $this->snippet = $snippet;
39 return $this->snippet;
H A DHtmlContent.php29 public $snippet; variable in Google\\Service\\RealTimeBidding\\HtmlContent
52 public function setSnippet($snippet) argument
54 $this->snippet = $snippet;
61 return $this->snippet;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DActivity.php98 public function setSnippet(ActivitySnippet $snippet) argument
100 $this->snippet = $snippet;
107 return $this->snippet;
H A DCaption.php82 public function setSnippet(CaptionSnippet $snippet) argument
84 $this->snippet = $snippet;
91 return $this->snippet;
H A DChannel.php184 public function setSnippet(ChannelSnippet $snippet) argument
186 $this->snippet = $snippet;
193 return $this->snippet;
H A DChannelSection.php116 public function setSnippet(ChannelSectionSnippet $snippet) argument
118 $this->snippet = $snippet;
125 return $this->snippet;
H A DComment.php82 public function setSnippet(CommentSnippet $snippet) argument
84 $this->snippet = $snippet;
91 return $this->snippet;
H A DCommentThread.php98 public function setSnippet(CommentThreadSnippet $snippet) argument
100 $this->snippet = $snippet;
107 return $this->snippet;

12345