Home
last modified time | relevance | path

Searched refs:PLUGIN_NAME (Results 26 – 50 of 52) sorted by relevance

123

/plugin/webcomponent/syntax/
H A Dcollapse.php80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
87 …Pattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
H A Dmath.php75 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
86 …Lexer->addExitPattern('</' . $element . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
H A Dbrand.php33 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
39 …>addExitPattern('</' . self::getTag() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
H A Dnavbar.php80 …$this->Lexer->addEntryPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this…
87 …Pattern('</' . self::getElementName() . '>', 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
H A Dheading.php88 …$this->Lexer->addSpecialPattern($pattern, $mode, 'plugin_' . webcomponent::PLUGIN_NAME . '_' . $th…
H A Dsearch.php32 …attern('<' . self::getTag() . '[^>]*>',$mode,'plugin_' . webcomponent::PLUGIN_NAME . '_' . $this->…
/plugin/dev/skel/
H A DREADME1 @@PLUGIN_NAME@@ @@PLUGIN_TYPE@@ for DokuWiki
9 lib/@@INSTALL_DIR@@/@@PLUGIN_NAME@@/ - if the folder is called different it
/plugin/dev/skel/_test/
H A DStandardTest.php3 namespace dokuwiki\@@PLUGIN_TYPE@@\@@PLUGIN_NAME@@\test;
8 * FIXME tests for the @@PLUGIN_NAME@@ @@PLUGIN_TYPE@@
10 * @group @@PLUGIN_TYPE@@_@@PLUGIN_NAME@@
H A DGeneralTest.php3 namespace dokuwiki\@@PLUGIN_TYPE@@\@@PLUGIN_NAME@@\test;
8 * General tests for the @@PLUGIN_NAME@@ @@PLUGIN_TYPE@@
10 * @group @@PLUGIN_TYPE@@_@@PLUGIN_NAME@@
33 $this->assertEquals('@@PLUGIN_NAME@@', $info['base']);
63 'Both ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/default.php and ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/metadata.php have to exist and contain the same keys.'
71 'Key $meta[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/metadata.php'
79 'Key $conf[\'' . $key . '\'] missing in ' . DOKU_PLUGIN . '@@PLUGIN_NAME@@/conf/default.php'
/plugin/webcomponent/action/
H A Dblockquote.php25 'icon' => '../../plugins/' . webcomponent::PLUGIN_NAME . '/images/blockquote-icon.png',
H A Dtoolbar.php31 'icon' => '../../plugins/'.webcomponent::PLUGIN_NAME.'/images/docblock.png',
H A Dmath.php57 …$math_div_id = webcomponent::PLUGIN_NAME . '_' . syntax_plugin_webcomponent_math::getComponentName…
/plugin/api/_test/
H A Dutils.php34 $queryParams['call'] = action_plugin_api::PLUGIN_NAME;
H A Dpage.test.php18 protected $pluginsEnabled = array(action_plugin_api::PLUGIN_NAME);
H A Dpages.test.php18 protected $pluginsEnabled = array(action_plugin_api::PLUGIN_NAME);
/plugin/webcomponent/_test/
H A Dcite.test.php14 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
H A Djs.test.php16 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
H A Dcardcolumns.test.php13 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
H A Dheading.test.php14 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
H A Dbutton.test.php14 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
H A Dcard.test.php13 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
H A Dblockquote.test.php14 protected $pluginsEnabled = [webcomponent::PLUGIN_NAME];
/plugin/stale/
H A Dhelper.php9 const PLUGIN_NAME = 'stale'; define in helper_plugin_stale
/plugin/combo/admin/
H A Dpagerules.php87 return ucfirst(PluginUtility::$PLUGIN_NAME) . " - " . $this->lang['PageRules'];
162 ptln('<h1>' . ucfirst(PluginUtility::$PLUGIN_NAME) . ' - ' . ucfirst($this->getPluginComponent()) . '</a></h1>');
/plugin/combo/ComboStrap/
H A DLogUtility.php138 $prefix = PluginUtility::$PLUGIN_NAME;
218 $htmlMsg = PluginUtility::getDocumentationHyperLink("", PluginUtility::$PLUGIN_NAME, false);

123