Home
last modified time | relevance | path

Searched refs:snippet (Results 26 – 50 of 112) sorted by relevance

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DSearchResult.php80 public function setSnippet(SearchResultSnippet $snippet) argument
82 $this->snippet = $snippet;
89 return $this->snippet;
H A DCommentThread.php98 public function setSnippet(CommentThreadSnippet $snippet) argument
100 $this->snippet = $snippet;
107 return $this->snippet;
H A DThirdPartyLink.php84 public function setSnippet(ThirdPartyLinkSnippet $snippet) argument
86 $this->snippet = $snippet;
93 return $this->snippet;
H A DActivity.php98 public function setSnippet(ActivitySnippet $snippet) argument
100 $this->snippet = $snippet;
107 return $this->snippet;
H A DLiveChatMessage.php98 public function setSnippet(LiveChatMessageSnippet $snippet) argument
100 $this->snippet = $snippet;
107 return $this->snippet;
H A DPlaylistItem.php100 public function setSnippet(PlaylistItemSnippet $snippet) argument
102 $this->snippet = $snippet;
109 return $this->snippet;
H A DSubscription.php100 public function setSnippet(SubscriptionSnippet $snippet) argument
102 $this->snippet = $snippet;
109 return $this->snippet;
H A DChannelSection.php116 public function setSnippet(ChannelSectionSnippet $snippet) argument
118 $this->snippet = $snippet;
125 return $this->snippet;
H A DLiveStream.php116 public function setSnippet(LiveStreamSnippet $snippet) argument
118 $this->snippet = $snippet;
125 return $this->snippet;
H A DLiveBroadcast.php102 public function setSnippet(LiveBroadcastSnippet $snippet) argument
104 $this->snippet = $snippet;
111 return $this->snippet;
H A DPlaylist.php132 public function setSnippet(PlaylistSnippet $snippet) argument
134 $this->snippet = $snippet;
141 return $this->snippet;
H A DChannel.php184 public function setSnippet(ChannelSnippet $snippet) argument
186 $this->snippet = $snippet;
193 return $this->snippet;
H A DVideo.php250 public function setSnippet(VideoSnippet $snippet) argument
252 $this->snippet = $snippet;
259 return $this->snippet;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTubeAnalytics/
H A DGroup.php114 public function setSnippet(GroupSnippet $snippet) argument
116 $this->snippet = $snippet;
123 return $this->snippet;
/plugin/partialsearch/
H A Daction.php80 $snippet = $title . '<br/>' . $snippet;
84 … if ($this->getConf('enablesearchlookupsnippet') && (!isset($snippet) || trim($snippet)==='')) {
85 $snippet = utf8_substr($text, 0, 250);
/plugin/combo/ComboStrap/
H A DSnippet.php32 * A snippet identifier is a {@link Snippet::getLocalUrl() local file}
64 * Not all snippet comes from a component markup
65 * * a menu item may want to add a snippet on a dynamic page
66 * * a snippet may be added just from the head html meta (for anaytics purpose)
76 const CANONICAL = "snippet";
90 public const SNIPPET_BASE = ":snippet"; // quick internal snippet
99 * With a iife, if the javascript snippet is not critical
133 * @var array - the slots that needs this snippet (as key to get only one snippet b
[all...]
H A DBootstrap.php224 throw new ExceptionNotFound("No css snippet");
234 * The javascript snippet order is important
288 $snippet = Snippet::createSnippet($path)
294 $snippet->setRemoteUrl($url);
296 $snippet->setIntegrity($script['integrity']);
311 $snippet->setCritical(false);
314 $this->jquerySnippet = $snippet;
317 $this->jsSnippet = $snippet;
320 $this->popperSnippet = $snippet;
323 LogUtility::internalError("The snippet ke
[all...]
H A DFetcherMarkup.php147 * @var bool - when a execution is not a {@link self::isPathExecution()}, the snippet will not be stored automatically.
470 foreach ($jsonDecodeSnippets as $snippet) {
472 $nativeSnippets[] = Snippet::createFromJson($snippet);
474 LogUtility::error("The snippet json array cannot be build into a snippet object. " . $e->getMessage() . "\n" . ArrayUtility::formatAsString($snippet), LogUtility::SUPPORT_CANONICAL,);
509 throw new ExceptionRuntime("There is no snippet cache store for a non-path execution");
848 * @return Path|null - utility class to get the source markup path or null (if this is a markup snippet/string rendering)
869 foreach ($snippets as $snippet) {
871 if ($snippet
921 addSnippet(Snippet $snippet) global() argument
[all...]
/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;
/plugin/combo/action/
H A Dsnippets.php17 * Add the snippet needed by the components
23 const CLASS_SNIPPET_IN_CONTENT = "snippet-content-combo";
26 * To known if we needs to put all snippet in the content
115 foreach ($snippets as $snippet) {
118 * first, then the content, to not add the snippet in the head and in the content
121 if (!$snippet->hasHtmlOutputAlreadyOccurred()) {
123 $tag = $snippet->toDokuWikiArray();
125 LogUtility::error("We couldn't get the attributes of the snippet ($snippet). It has been skipped. Error: {$e->getMessage()}", self::CANONICAL);
128 $tagType = $snippet
[all...]
/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/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DDisallowShortOpenTagSniff.php137 $snippet = $this->getSnippet($content, '<?');
138 $data = array('<?'.$snippet);
172 $snippet = substr($content, $startPos, $length);
174 $snippet .= '...';
177 return $snippet;
/plugin/sequencediagram/bower_components/lodash/test/
H A Dremove.js25 var snippet = _.slice(arguments, -3, -2)[0];
26 return match.replace(snippet, snippet.replace(reLine, ''));
/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/snippets/exe/
H A Dupdate.php20 $snippet = urldecode($_REQUEST['snippet']); variable
25 $snippet = 'snippet_1'; variable
47 snippets_prune_meta($id,$snippet);

12345