Home
last modified time | relevance | path

Searched refs:webcomponent (Results 1 – 25 of 47) sorted by path

12

/plugin/combo/lang/de/
H A Dintro.txt1 ====== webcomponent Plugin Redirect Management ======
/plugin/combo/lang/fr/
H A Dintro.txt1 ====== webcomponent Plugin Gestion des Redirections ======
/plugin/webcomponent/
H A DREADME.md3 …g/gerardnico/dokuwiki-plugin-webcomponent.svg?branch=master)](https://travis-ci.org/gerardnico/dok…
13 The list of component can be found [here](https://gerardnico.com/dokuwiki/webcomponent/)
/plugin/webcomponent/_test/
H A Dblockquote.test.php14 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
H A Dbutton.test.php14 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
46 $pageIdReferent = webcomponent::getNameSpace().'referrer';
47 $pageId = webcomponent::getNameSpace() . 'test_indexer';
H A Dcard.test.php13 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
H A Dcardcolumns.test.php13 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
H A Dcite.test.php14 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
H A Dgeneral.test.php15 protected $pluginsEnabled = array(webcomponent::PLUGIN_NAME);
28 $this->assertEquals(webcomponent::PLUGIN_NAME, $info['base']);
56 webcomponent::PLUGIN_NAME,
58 webcomponent::PLUGIN_NAME . " plugin is loaded"
H A Dheading.test.php14 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
H A Djs.test.php16 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
47 $pageId = webcomponent::getNameSpace() . $test_name;
H A Dmath.test.php14 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
59 $pageId = webcomponent::getNameSpace() . 'test_library_base';
65 … $divId = webcomponent::PLUGIN_NAME . '_' . syntax_plugin_webcomponent_math::getComponentName();
82 $pageId = webcomponent::getNameSpace() . 'test_library_added';
88 … $divId = webcomponent::PLUGIN_NAME . '_' . syntax_plugin_webcomponent_math::getComponentName();
H A Drelated.test.php20 const TEST_PAGE_NAMESPACE = webcomponent::PLUGIN_NAME . 'test:';
89 …dbglog("\nTest Plugin" . webcomponent::PLUGIN_NAME.".".syntax_plugin_webcomponent_related::getElem…
117 webcomponent::setUpPagesLocation();
119 …$conf ['plugin'][webcomponent::PLUGIN_NAME][syntax_plugin_webcomponent_related::EXTRA_PATTERN_CONF…
121 …dbglog("\nSetup was called- Test Plugin" . webcomponent::PLUGIN_NAME." - Compo".syntax_plugin_webc…
157 …$oldMaxLinksValue = $conf ['plugin'][webcomponent::PLUGIN_NAME][syntax_plugin_webcomponent_related…
158 …$conf ['plugin'][webcomponent::PLUGIN_NAME][syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = …
161 …$conf ['plugin'][webcomponent::PLUGIN_NAME][syntax_plugin_webcomponent_related::MAX_LINKS_CONF] = …
H A Dwebcomponent.test.php18 $parameters = webcomponent::parseMatch($match);
27 $parameters = webcomponent::parseMatch($match);
/plugin/webcomponent/_test/data/pages/
H A Dblockquote.txt24 {{:dokuwiki:webcomponent:teaser_image_1.png?400}}
30 {{:dokuwiki:webcomponent:teaser_image_2.jpg}}
H A Dbutton.txt13 <btn>[[dokuwiki:webcomponent:start|Go to Web Component]]</btn>
H A Dcard.txt25 {{dokuwiki:webcomponent:teaser_image_1.png?30|}}
28 <btn>[[dokuwiki:webcomponent:start|Go to this page !]]</btn>
38 {{dokuwiki:webcomponent:teaser_image_2.jpg?25|}}
41 <btn>[[dokuwiki:webcomponent:start|Go to this page !]]</btn>
H A Dcard_column.txt24 {{dokuwiki:webcomponent:teaser_image_1.png?30|}}
27 <btn>[[dokuwiki:webcomponent:start|Go to this page !]]</btn>
32 Lorem ipsum [[dokuwiki:webcomponent:start|dolor]] sit amet, consectetur adipiscing elit. Integer po…
33 <cite>Someone famous in [[dokuwiki:webcomponent:start|Source Title]]</cite>
43 {{dokuwiki:webcomponent:teaser_image_1.png?30|}}
46 <btn>[[dokuwiki:webcomponent:start|Go to this page !]]</btn>
51 Lorem ipsum [[dokuwiki:webcomponent:start|dolor]] sit amet, consectetur adipiscing elit. Integer po…
52 <cite>Someone famous in [[dokuwiki:webcomponent:start|Source Title]]</cite>
H A Ddropdown.txt16 [[dokuwiki:webcomponent:dropdown|dropdown]]
17 [[dokuwiki:webcomponent:group|group]]
18 [[dokuwiki:webcomponent:search|search]]
H A Dgroup.txt19 [[dokuwiki:webcomponent:navbar|Navbar]]
20 [[dokuwiki:webcomponent:dropdown|DropDown]]
21 [[dokuwiki:webcomponent:search|Search]]
H A Drelated.txt5 ''related'' is a [[webcomponent|webcomponent]] that shows the backlinks of a page ordered by pages …
H A Dstart.txt5 This is the demo website of the [[https://www.dokuwiki.org/plugin:webcomponent|Web Component dokuwi…
H A Dunit.txt5 ''unit'' is just a semantic [[webcomponent|component]] to indicate a unit of sequence of [[doku>wik…
H A Dwebcomponent.txt5 This is the demo website of the [[https://www.dokuwiki.org/plugin:webcomponent|Web Component dokuwi…
/plugin/webcomponent/action/
H A Dblockquote.php25 'icon' => '../../plugins/' . webcomponent::PLUGIN_NAME . '/images/blockquote-icon.png',

12