Home
last modified time | relevance | path

Searched refs:tag (Results 176 – 200 of 1150) sorted by path

12345678910>>...46

/plugin/c3chart/
H A DREADME.md26 …. To include a chart in your DokuWiki page, simply wrap such a JavaScript object with a `<c3>` tag.
61 The `<c3>` tag can carry optional attributes to customize the appearance of the chart. The attribut…
/plugin/c3chart/assets/
H A Djs-yaml.min.js2tag=e,this.kind=t.kind||null,this.resolve=t.resolve||function(){return!0},this.construct=t.constru…
/plugin/cite/
H A DCHANGELOG.md32 [1.1.0]: https://github.com/tatewake/dokuwiki-plugin-cite/releases/tag/1.1.0
33 [1.0.0]: https://github.com/tatewake/dokuwiki-plugin-cite/releases/tag/1.0.0
/plugin/ckgdoku/action/
H A Dtagapi.php50 foreach (array_keys($tags) as $tag) {
56 echo '{"name":"'.$this->tagToName($tag).'","id":"'.$tag.'"}';
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md245 …ckeditor.com/#!/api/CKEDITOR.editor-method-getData) fails when the cursor is next to an `<hr>` tag.
538 * [#12899](http://dev.ckeditor.com/ticket/12899): Fixed: Corrected wrong tag ending for horizontal …
627 * [#9137](http://dev.ckeditor.com/ticket/9137): Fixed: The `<base>` tag is not created when `<head>…
1191 * [#9796](http://dev.ckeditor.com/ticket/9796): Introduced `<s>` as a default tag for strikethrough…
H A Dcontents-default.css108 /* code blocks by code tag */
/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc93 // displays open tag of font plugin below display window
262 … text = text.replace(/<(b|i|em|u|strong|sup|sub|code)>/g, function(el,tag) {
270 switch(tag) {
300 …return "<" + tag + " style='color:" + fg_color + "; font: " + (alt_font_style ? alt_font_style :…
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc11 var tagregexp = (/\{\{tag>.*?\}\}/g);
113 var codeB = "{{tag>";
122 …editor.setData(editor.getData().replace(/\{\{tag&gt;.*?\}\}/g,'')+(selected=='' ? '' : codeB+selec…
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php146 foreach( $tags as $tag )
148 if( false !== strpos( $chunk, $tag ) )
150 if($tag == '<title' && preg_match("/svg-edit/",$chunk)) continue;
/plugin/ckgdoku/
H A Dscript.js138 function parseStartTag( tag, tagName, rest, unary ) { argument
175 function parseEndTag( tag, tagName ) { argument
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc303 if(tag == 'ol' || tag == 'ul') {
383 else if(tag == 'td' || tag == 'th') {
411 if(tag == 'td' || tag == 'th') {
509 if(tag == 'td' || tag == 'th') {
1094 results += markup[tag]; // Set tag
1164 if(tag == 'sup' || tag == 'sub' || tag == 'del' || tag == 'strike' || tag == 's') {
1228 if(this.code_type && tag == 'span') tag = 'blank';
1273 if(tag == 'ol' || tag == 'ul') {
1292 tag = markup_end[tag];
1309 tag = markup_end[tag];
[all …]
/plugin/ckgedit/action/
H A Dtagapi.php50 foreach (array_keys($tags) as $tag) {
56 echo '{"name":"'.$this->tagToName($tag).'","id":"'.$tag.'"}';
/plugin/ckgedit/ckeditor/
H A DCHANGES.md57 …editor.com/cke4/addon/image2) throws a type error when an empty `<figure>` tag with an `image` cla…
161 * [#1115](https://github.com/ckeditor/ckeditor-dev/issues/1115): Fixed: The `<font>` tag is not pre…
228 …Issue summary: It was possible to execute XSS inside CKEditor using the `<img>` tag and specially …
665 …or4/latest/api/CKEDITOR_editor.html#method-getData) fails when the cursor is next to an `<hr>` tag.
958 * [#12899](https://dev.ckeditor.com/ticket/12899): Fixed: Corrected wrong tag ending for horizontal…
1047 * [#9137](https://dev.ckeditor.com/ticket/9137): Fixed: The `<base>` tag is not created when `<head…
1611 * [#9796](https://dev.ckeditor.com/ticket/9796): Introduced `<s>` as a default tag for strikethroug…
H A Dcontents-default.css108 /* code blocks by code tag */
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc93 // displays open tag of font plugin below display window
262 … text = text.replace(/<(b|i|em|u|strong|sup|sub|code)>/g, function(el,tag) {
270 switch(tag) {
300 …return "<" + tag + " style='color:" + fg_color + "; font: " + (alt_font_style ? alt_font_style :…
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc12 var tagregexp = (/\{\{tag>.*?\}\}/g);
77 …</code> is selected, the old tag syntax must be selected and it will be replaced. If there are no …
110 var codeB = "{{tag>";
122 selected = "{{tag&gt;" + selected + "}}";
127 editor.setData(selected+data.replace(/\{\{tag&gt;.*?\}\}/g,''));
130 editor.setData(data.replace(/\{\{tag&gt;.*?\}\}/g,'')+selected);
138 var on_page; //tags found in page tag markup
145 var tagregexp = (/\{\{tag>(.*?)\}\}/g);
155 var tag = labelText.match(/^[\w\-\d]+$/);
156 if(tag && !on_page.includes(labelText)) {
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php146 foreach( $tags as $tag )
148 if( false !== strpos( $chunk, $tag ) )
150 if($tag == '<title' && preg_match("/svg-edit/",$chunk)) continue;
/plugin/ckgedit/
H A Dscript.js82 html = html.replace(/(<\w+)([^>]+)>/gm,function(match,tag,atts){ argument
85 return tag + atts+ '>';
162 function parseStartTag( tag, tagName, rest, unary ) { argument
199 function parseEndTag( tag, tagName ) { argument
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc385 if (tag == 'ol' || tag == 'ul') {
468 } else if (tag == 'td' || tag == 'th') {
500 if (tag == 'td' || tag == 'th') {
597 if (tag == 'td' || tag == 'th') {
1128 results += markup[tag]; // Set tag
1175 } else if (tag == 'pre' || tag == 'pre_td') {
1190 if (tag == 'sup' || tag == 'sub' || tag == 'del' || tag == 'strike' || tag == 's') {
1309 tag = markup_end[tag];
1323 tag = markup_end[tag];
1327 tag = markup[tag];
[all …]
/plugin/cloud/
H A Dsyntax.php76 if (plugin_isdisabled('tag') || (!$tag = plugin_load('helper', 'tag'))) {
80 $cloud = $this->_getTagCloud($num, $min, $max, $namespaces, $tag);
117 if ($type == 'tag' && isset($tag)) {
120 … $ns = method_exists($tag, 'getNamespace') ? $tag->getNamespace() : $tag->namespace;
127 resolve_pageid($tag->namespace, $page, $exists);
275 function _getTagCloud($num, &$min, &$max, $namespaces, helper_plugin_tag $tag) { argument
276 $cloud = $tag->tagOccurrences([], $namespaces, true, $this->getConf('list_tags_of_subns'));
/plugin/code3/styles/schemes/
H A Ddefault.css43 /** sgml tag. */
44 div.PSyHi_Container span.tag,
H A Didea_alloy.css12 /** sgml tag. */
13 div.PSyHi_Container span.tag,
/plugin/codebash/
H A DREADME3 Adds Toolbar button to add code tag for bash. This is a copy of the CodeButton extension by Heiko …
H A Dplugin.info.txt5 desc Adds toolbar button to add code tag for bash, like <code bash>. This is a copy of the CodeB…
/plugin/codebuttonmod2/
H A DREADME.MD15 https://github.com/david-it/dokuwiki_plugin_codebutton/releases/tag/v1.2.3

12345678910>>...46