Home
last modified time | relevance | path

Searched refs:snippets (Results 1 – 25 of 66) sorted by path

123

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …capedString, escapeStringChar);\n\n\t // Replace delimiters with snippets.\n\t if (e…
/plugin/asiansearch/
H A Daction.php136 $snippets = array();
179 $snippets = array($text);
190 $snippets[count($snippets)-1] .= utf8_substr($text,$append,$end-$append);
192 $snippets[] = utf8_substr($text,$start,$end-$start);
206 $snippets = preg_replace('/'.$re1.'/iu',$m.'$1'.$m,$snippets);
207 ….$m.'([^'.$m.']*?)'.$m.'/iu','<strong class="search_hit">$1</strong>',hsc(join('... ',$snippets)));
/plugin/authdrupal7/
H A DREADME.md35 … drupal installtion accessible, as it tries to include some drupal code snippets (e.g. the hashing…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2ArticleAnswer.php38 public $snippets; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2ArticleAnswer
93 public function setSnippets($snippets) argument
95 $this->snippets = $snippets;
102 return $this->snippets;
H A DGoogleCloudDialogflowV2beta1ArticleAnswer.php34 public $snippets; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1ArticleAnswer
75 public function setSnippets($snippets) argument
77 $this->snippets = $snippets;
84 return $this->snippets;
/plugin/bloglinks/
H A DREADME4 http://foosel.net/snippets/dokuwiki/bloglinks
H A Dplugin.info.txt
/plugin/charter/
H A DREADME4 http://foosel.org/snippets/dokuwiki/charter
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md798 * [#10480](http://dev.ckeditor.com/ticket/10480): Introduced code snippets with code highlighting. …
/plugin/ckgedit/ckeditor/
H A DCHANGES.md1218 * [#10480](https://dev.ckeditor.com/ticket/10480): Introduced code snippets with code highlighting.…
/plugin/code2/
H A Dsyntax_plugin_code.css26 text-indent: 0; /* for code snippets in footnotes */
/plugin/codehighlight/cp/engines/
H A Dgecko.js54 CodePress.snippets(evt);
132 snippets : function(evt) { method in CodePress
133 var snippets = Language.snippets;
135 for (var i=0; i<snippets.length; i++) {
136 if(snippets[i].input == trigger) {
137 var content = snippets[i].output.replace(/</g,'&lt;');
H A Dmsie.js56 CodePress.snippets();
141 snippets : function(evt) { method in CodePress
142 var snippets = Language.snippets;
144 for (var i=0; i<snippets.length; i++) {
145 if(snippets[i].input == trigger) {
146 var content = snippets[i].output.replace(/</g,'&lt;');
H A Dopera.js49 CodePress.snippets(evt);
132 snippets : function(evt) { method in CodePress
133 var snippets = Language.snippets;
135 for (var i=0; i<snippets.length; i++) {
136 if(snippets[i].input == trigger) {
137 var content = snippets[i].output.replace(/</g,'&lt;');
/plugin/codehighlight/cp/languages/
H A Dasp.js63 Language.snippets = [
H A Dautoit.js22 Language.snippets = []
H A Dcsharp.js15 Language.snippets = [];
H A Dcss.js13 Language.snippets = []
H A Dgeneric.js15 Language.snippets = []
H A Dhtml.js19 Language.snippets = [
H A Djava.js14 Language.snippets = []
H A Djavascript.js15 Language.snippets = [
H A Dperl.js17 Language.snippets = []
H A Dphp.js23 Language.snippets = [
H A Druby.js16 Language.snippets = []

123