Home
last modified time | relevance | path

Searched refs:tags (Results 401 – 425 of 538) sorted by last modified time

1...<<11121314151617181920>>...22

/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php144 $tags = array( '<body', '<head', '<html', '<img', '<pre', '<script', '<table', '<title' ) ;
146 foreach( $tags as $tag )
/plugin/ckgdoku/ckeditor/
H A Dconfig.js.unc106 …config.extraPlugins = 'signature,footnote,shortcuts,fontAssist,tags,timestamp,headerbuttons,geshi,…
H A DCHANGES.md600 …Filter](http://docs.ckeditor.com/#!/guide/dev_acf) fails to remove custom tags. Thanks to [timseli…
695 …nd [#9186](http://dev.ckeditor.com/ticket/9186): Fixed: In HTML5 `<meta>` tags should be allowed e…
738 …keditor.com/#!/api/CKEDITOR.config-cfg-linkJavaScriptLinksAllowed) anchor tags with JavaScript cod…
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc313 * execCommand( 'unlink', ... ) in Firefox leaves behind <span> tags at where
/plugin/ckgdoku/action/
H A Dtagapi.php39 $tags = $this->tagplugin->tagOccurrences(array(), NULL, true);
40 $a = print_r($tags,true);
43 $tags = array();
47 ksort($tags);
50 foreach (array_keys($tags) as $tag) {
/plugin/ckgdoku/ckeditor/lang/
H A Dfr.js.unc671 "tags": {
/plugin/prespan/
H A DREADME.md9 Between the ```<prespan>``` tags other formatting is allowed. That means you
/plugin/matomo/
H A DREADME.md19 tags | Tracking, Statistics, Piwik, Google Analytics alternativ
/plugin/piwik2/
H A DREADME.md20 tags | Tracking, Statistics, Piwik, Google Analytics alternativ
/plugin/randominc/
H A Dstyle.css38 div.dokuwiki div.inclmeta div.tags {
/plugin/copypage/
H A DREADME.md29 The version of dokuwiki can be specified by [tags](https://hub.docker.com/r/mprasil/dokuwiki/tags/).
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md49 like it's been marked up with tags or formatting instructions. While
78 HTML tags. The idea is *not* to create a syntax that makes it easier
79 to insert HTML tags. In my opinion, HTML tags are already easy to
88 the tags.
94 to add extra (unwanted) `<p>` tags around HTML block-level tags.
119 span-level tags.
378 items in `<p>` tags in the HTML output. For example, this input:
462 in both `<pre>` and `<code>` tags.
781 tags. Markdown will turn this:
783 Please don't use any `<blink>` tags.
[all …]
H A Dmd1_markdown_documentation_basics.md167 If you put blank lines between items, you'll get `<p>` tags for the
270 I strongly recommend against using any `<blink>` tags.
278 <code>&lt;blink&gt;</code> tags.</p>
292 you've got to put paragraph tags in your blockquotes:
301 you've got to put paragraph tags in your blockquotes:</p>
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md7 - Improved handling of inline HTML with URL and email tags.
38 - #112 Fixed parsing for custom self-closing HTML tags
H A DREADME.md121 … convert all newlines to `<br/>`-tags. By default only newlines with two preceding spaces are conv…
/plugin/codebash/
H A DREADME12 … toolbar when editing wiki pages. Selecting this button will add the <code bash> and </code> tags.
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php144 $tags = array( '<body', '<head', '<html', '<img', '<pre', '<script', '<table', '<title' ) ;
146 foreach( $tags as $tag )
/plugin/fckg/
H A DChanges287 Fixed some label tags in edit.php
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm40 <!--- Strip all tags for the text. (by FredCK - #339 / #681) --->
/plugin/syntaxhighlighter3/
H A DREADME.md28 * Does not use `<code>` tags, enables parallell use with DokuWikis own server side syntax highlight…
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js2346 var tags = document.getElementsByTagName('script'),
2350 for (var i = 0, l = tags.length; i < l; i++)
2351 if (tags[i].type == 'syntaxhighlighter')
2352 result.push(tags[i]);
H A DshLegacy.js112 var tags = document.getElementsByTagName(tagName);
114 for (var i = 0; i < tags.length; i++)
115 if (tags[i].getAttribute('name') == name)
116 list.push(tags[i]);
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js1065 var tags = document.getElementsByTagName('script'),
1069 for (var i = 0, l = tags.length; i < l; i++)
1070 if (tags[i].type == 'syntaxhighlighter')
1071 result.push(tags[i]);
H A DshLegacy.js96 var tags = document.getElementsByTagName(tagName);
98 for (var i = 0; i < tags.length; i++)
99 if (tags[i].getAttribute('name') == name)
100 list.push(tags[i]);
/plugin/flattr/
H A Dhelper.php96 $tags = $meta['subject'];
97 if (!is_array($tags)) $tags = explode(' ', $tags);
98 $params['tag'] = implode(',', $tags);

1...<<11121314151617181920>>...22