Home
last modified time | relevance | path

Searched refs:tags (Results 151 – 175 of 538) sorted by relevance

12345678910>>...22

/plugin/dir/
H A Dstyle.css45 div.dokuwiki th.tags,
50 div.dokuwiki td.tags {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/
H A Dnested.test2 nested "with" tags
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
H A Dwith_for_tag.test2 "filter" tag applies the filter on "for" tags
H A Dnested.test2 "filter" tags can be nested at will
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D4cd246e5c4c035a2cd4081ae9a3d54e5.asciidoc10 'source' => 'ctx._source.tags.add(params.tag)',
H A D98aeb275f829b5f7b8eb2147701565ff.asciidoc10 'source' => 'if (ctx._source.tags.contains(params.tag)) { ctx.op = \'delete\' } else { ctx.op = \'none\' }',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDataCatalog.php368 'tags',
372 'path' => 'v1/{+parent}/tags',
392 'path' => 'v1/{+parent}/tags',
430 'tags',
434 'path' => 'v1/{+parent}/tags',
454 'path' => 'v1/{+parent}/tags',
/plugin/htmlmetatags/
H A Dplugin.info.txt6 desc Set html and open graph meta tags.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.EscapeInvalidTags.txt
H A DOutput.CommentScriptContents.txt
H A DCore.RemoveScriptContents.txt
/plugin/tagalerts/
H A DREADME.md2 Plugin to highlight specified tags or throw alert messages (requires tag plugin)
/plugin/sectionedit/
H A Dplugin.info.txt6 desc Add tags to sections using the taggadd gui
/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 …]
/plugin/tagentry/
H A Dplugin.info.txt6 desc Assign tags using checkboxes in edit mode
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/
H A Dnot_valid1.test11 Twig\Error\SyntaxError: Only "include" tags are allowed within a "sandbox" section in "index.twig" …
H A Dnot_valid2.test14 Twig\Error\SyntaxError: Only "include" tags are allowed within a "sandbox" section in "index.twig" …
/plugin/skilltagicon/
H A Dplugin.info.txt6 desc show an icon prominently based on tags given to a site
/plugin/diagramsnet/lib/math/
H A D.travis.yml17 tags: true
/plugin/adhoctags/images/
H A Dcode-tags.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>code-tags</title><path d="M14.6,16.6L19.2,12L14.6,7.4L16,6L22,12L16,18L14.6,16.6M9.4,16.6L4.8,12L9.4,7.4L8,6 (…)
/plugin/tagsections/
H A Dplugin.info.txt6 desc Add tags to sections using the taggadd gui
/plugin/anewssystem/
H A Dsyntax.php818 $tags = explode(',',$value);
819 foreach($tags as $tag) {
874 $tags = explode(',',$value);
875 if(count($tags) >0 ) {
876 foreach($tags as $tag) {
1113 $tags = explode(',',$value);
1114 foreach($tags as $tag) {
1254 $tags = explode(',',$value);
1255 foreach($tags as $tag) {
1321 $tags = "";
/plugin/adhoctags/
H A Dplugin.info.txt6 desc (Formerly: Ad Hoc Tags) A secure but flexible way to insert HTML tags into DokuWiki
H A DREADME.md2 A secure but flexible way to insert HTML tags into DokuWiki
4 This is an attempt to enable direct insertion of HTML tags in DokuWiki that is not reliant on the HTML option, which is no longer available in current versions of DokuWiki.
66 Please note that `<div>` and `<span>` are also handled by the [Wrap](https://github.com/selfthinker/dokuwiki_plugin_wrap) Plugin and having them enabled while Wrap is also active can lead to unexpected results. If you need the attribute features of this plugin with these tags, it is better to disable Wrap, and possibly use [Ad-Hoc Wrap](https://github.com/saschaleib/dokuwiki-plugin-adhocwrap) instead as a replacement.
94 If you previously used `<html>` tags to embed HTML code into your DokuWiki site, you need to replace them with the format used by this plugin. The best way to get started is to make a run a couple of search-replace operations on the `data/pages/` directory in your DokuWiki installation.
100 **1. Remove the *\<html\>* tags**
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DMakefile4 git push origin --tags

12345678910>>...22