Home
last modified time | relevance | path

Searched refs:snippet (Results 51 – 75 of 112) sorted by relevance

12345

/plugin/authgoogle/google/contrib/
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 …]
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;
/plugin/snippets/
H A Dadmin.php175 foreach($snippet_array as $snippet=>$date) {
176 if(in_array($snippet,$remove_array)) {
177 $ret .= "&nbsp;&nbsp;&nbsp;&nbsp;$snippet<br />";
180 $updated['snippets'][$snippet]=$date;
H A DREADME7 … choose have files with embedded snippets automatically updated when the snippet file is changed.
/plugin/wikipediasnippet/
H A Dstyle.css7 /* __________ snippet header __________ */
14 /* "snippet from wp" */
H A Dall.css7 /* __________ snippet header __________ */
15 /* "snippet from wp" */
H A Dplugin.info.txt6 desc Includes a snippet from a Wikipedia article.
H A Dprint.css2 /* __________ snippet header __________ */
/plugin/editions/
H A Dstyle.css38 /* snippet */
63 /* hide purple numbers and edition links in snippet */
/plugin/ckgdoku/ckeditor/plugins/geshi/lang/
H A Dde.js6 snippet: 'Herunterladbarer Code-Schnippsel',
H A Den.js6 snippet: 'Downloadable Snippet',
/plugin/ckgedit/ckeditor/plugins/geshi/lang/
H A Dde.js6 snippet: 'Herunterladbarer Code-Schnippsel',
H A Den.js8 snippet: 'Downloadable Snippet',
/plugin/elasticsearch/action/
H A Dsearch.php416 // get highlighted snippet
418 $snippet = str_replace(
423 if (!$snippet) $snippet = hsc($doc['abstract']); // always fall back to abstract
457 echo '<dd class="snippet">';
458 echo $snippet;
/plugin/combo/action/
H A Dsnippetsbootstrap.php220 foreach ($bootstrap->getJsSnippets() as $snippet) {
221 $boostrapSnippetsAsArray[] = $snippet->toDokuWikiArray();
/plugin/combo/resources/
H A DREADME.md12 * `snippet` : Snippet are javascript or css needed for a component
/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/combo/ComboStrap/
H A DHeadingTag.php341 $snippet = $snippetManager->attachCssInternalStyleSheet(Outline::OUTLINE_HEADING_NUMBERING);
342 if (!$snippet->hasInlineContent()) {
344 $snippet->setInlineContent($css);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dverbatim.rst9 this snippet:
/plugin/webcode/_test/data/pages/
H A Dtwo.txt13 * The below snippet should show only one emoji and not the above emoji
/plugin/snippeter/
H A DREADME.md48 right within the snippet page.
72 the related icon will insert your snippet without the media manager information for
77 Some part of the snippet can be dynamically replaced by an automatic content. In the snippet text, you need to use the variable name in between `< >`.
/plugin/formatplus2/
H A DREADME.md6 I found that `jQuery.browser` type is deprecated since jQuery 1.9, so I have inserted a snippet fou…
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc137 … items: [ [ editor.lang.geshi.codeblock, 'block' ], [ editor.lang.geshi.snippet, 'snippet' ] ],
H A Dgeshi.js1 …k.lang.geshi.which,items:[[k.lang.geshi.codeblock,"block"],[k.lang.geshi.snippet,"snippet"]],"defa…
/plugin/fontawesome/
H A DREADME19 The snippet would render the *-phone icon.

12345