Home
last modified time | relevance | path

Searched refs:pluginName (Results 1 – 25 of 28) sorted by relevance

12

/plugin/yuriigantt/src/Views/
H A Ddhtmlxgantt.php31 $withTranslation = function () use ($pluginName, $lang, $baseUrl) {
42 … $langUrl = $baseUrl . "lib/plugins/{$pluginName}/3rd/dhtmlxgantt/locale/locale_$lang.js?v=6.3.5";
51 <link rel="stylesheet" href="<?= $baseUrl ?>lib/plugins/<?= $pluginName; ?>/3rd/dhtmlxgantt/dhtmlxg…
68 <script src="<?= $baseUrl ?>lib/plugins/<?= $pluginName; ?>/3rd/dhtmlxgantt/dhtmlxgantt.js?v=6.3.5"…
69 <script src="<?= $baseUrl ?>lib/plugins/<?= $pluginName; ?>/3rd/dhtmlxgantt/ext/dhtmlxgantt_fullscr…
71 <div id="<?= $pluginName; ?>"></div>
83 …toggleIcon.src = '<?= $baseUrl ?>lib/plugins/<?= $pluginName; ?>/3rd/fontawesome/expand-solid.svg';
98 …toggleIcon.src = '<?= $baseUrl ?>lib/plugins/<?= $pluginName; ?>/3rd/fontawesome/compress-solid.sv…
106 …toggleIcon.src = '<?= $baseUrl ?>lib/plugins/<?= $pluginName; ?>/3rd/fontawesome/expand-solid.svg';
111 gantt.init('<?=$pluginName;?>')
[all …]
/plugin/dx/src/
H A DStandardize.php16 public function standardizePlugin(string $pluginName): void argument
21 $this->ensurePluginDirPristine($pluginName);
29 $this->deleteFileFromPlugin($pluginName, $fileName);
42 $this->copyFileToPlugin($pluginName, $fileName);
47 private function ensurePluginDirPristine(string $pluginName): void argument
49 $pluginDir = DOKU_PLUGIN . $pluginName;
64 private function deleteFileFromPlugin(string $pluginName, string $fileName): void argument
66 $targetFilePath = DOKU_PLUGIN . $pluginName . '/' . $fileName;
76 private function copyFileToPlugin(string $pluginName, string $fileName): void argument
85 $pluginName,
[all …]
/plugin/rrdgraph/
H A Dhelper.php25 private $pluginName; variable in cache_rrdgraphbase
29 …* @param String $pluginName The name of the plugin. This can be retrieved by getPluginName() and m…
34 public function __construct($pluginName, $pageId, $key, $ext) { argument
36 $this->pluginName = $pluginName;
54 … $dependencies = p_get_metadata($this->pageId, 'plugin_' . $this->pluginName . ' dependencies');
79 …* @param String $pluginName The name of the plugin. This can be retrieved by getPluginName() and m…
83 public function __construct($pluginName, $pageId, $recipeName) { argument
84 $this->pluginName = $pluginName;
86 parent::__construct($pluginName, $pageId, $recipeName, ".rrd");
109 …public function __construct($pluginName, $pageId, $extension, $recipeName, $rangeNr, $conditions, … argument
[all …]
/plugin/fksnewsfeed/
H A Dhelper.php69 $pluginName = $this->getPluginName();
71 msg($pluginName . ': This plugin requires the sqlite plugin. Please install it.');
74 …if (!$this->sqlite->init('newsfeed', DOKU_PLUGIN . $pluginName . DIRECTORY_SEPARATOR . 'db' . DIRE…
76 msg($pluginName . ': Cannot initialize database.');
/plugin/dx/
H A Dcli.php28 foreach ( $arguments as $pluginName ) {
29 (new Standardize())->standardizePlugin($pluginName);
/plugin/adhoctags/syntax/
H A Dabstract.php19 protected $pluginName = 'adhoctags'; variable in syntax_plugin_adhoctags_abstract
61 $this->Lexer->addSpecialPattern(str_replace('%t%', $this->tag, $this->special_pattern),$mode,'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
64 $this->Lexer->addEntryPattern(str_replace('%t%', $this->tag, $this->entry_pattern),$mode,'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
72 $this->Lexer->addExitPattern(str_replace('%t%', $this->tag, $this->exit_pattern), 'plugin_' . $this->pluginName.'_'.$this->getPluginComponent());
/plugin/ckgdoku/ckeditor/plugins/image/
H A Dplugin.js.unc17 var pluginName = 'image';
20 CKEDITOR.dialog.add( pluginName, this.path + 'dialogs/image.js' );
23 editor.addCommand( pluginName, new CKEDITOR.dialogCommand( pluginName ) );
28 command: pluginName,
/plugin/ckgedit/ckeditor/plugins/image/
H A Dplugin.js.unc17 var pluginName = 'image';
20 CKEDITOR.dialog.add( pluginName, this.path + 'dialogs/image.js' );
23 editor.addCommand( pluginName, new CKEDITOR.dialogCommand( pluginName ) );
28 command: pluginName,
/plugin/sentry/
H A DEvent.php307 foreach ($pluginlist as $pluginName) {
308 $infopath = DOKU_PLUGIN . $pluginName . '/plugin.info.txt';
311 $this->data['modules']['plugin.' . $pluginName] = $pluginInfo['date'];
313 $this->data['modules']['plugin.' . $pluginName] = 'plugin.info.txt unreadable';
/plugin/authsplit/
H A Dauth.php44 $pluginName = $this->getConf($settingName);
45 if (!$pluginName) {
50 if ($pluginName != 'None') {
51 $this->authplugins[$type] = plugin_load('auth', $pluginName);
53 msg(sprintf($this->getLang('pluginload'), $pluginName), -1);
/plugin/adhocwrap/
H A Ddivblock.php16 protected $pluginName = 'adhocwrap'; variable in syntax_plugin_adhocwrap_divblock
H A Ddivwrap.php16 protected $pluginName = 'adhocwrap'; variable in syntax_plugin_adhocwrap_divwrap
H A Dspanwrap.php16 protected $pluginName = 'adhocwrap'; variable in syntax_plugin_adhocwrap_spanwrap
H A Dspaninline.php16 protected $pluginName = 'adhocwrap'; variable in syntax_plugin_adhocwrap_spaninline
/plugin/adhoctables/
H A Ddivwrap.php16 protected $pluginName = 'adhocwrap'; variable in syntax_plugin_adhocwrap_divwrap
H A Ddivblock.php16 protected $pluginName = 'adhocwrap'; variable in syntax_plugin_adhocwrap_divblock
H A Dspaninline.php16 protected $pluginName = 'adhocwrap'; variable in syntax_plugin_adhocwrap_spaninline
H A Dspanwrap.php16 protected $pluginName = 'adhocwrap'; variable in syntax_plugin_adhocwrap_spanwrap
/plugin/codemirror/dist/modes/
H A Dtiki.min.js.map1pluginName","type","peek","test","inAttributeNoQuote","inAttribute","quote","curState","setStyle",…
H A Dstex.min.js.map1pluginName","cmdStyle","styles","this","bracketNo","style","argument","openBracket","plugins","set…
/plugin/adhocmathml/
H A Dabstract.php14 protected $pluginName = 'adhocmathml'; variable in syntax_plugin_adhocmathml_abstract
/plugin/combo/ComboStrap/
H A DPluginUtility.php964 $pluginName = PluginUtility::getComponentName($tagName);
966 $pluginName,
983 $pluginName = PluginUtility::getComponentName($tagName);
985 $pluginName,
/plugin/webcode/syntax/
H A Dbasis.php627 $pluginName = $this->getPluginName();
629 return 'plugin_' . $pluginName . '_' . $pluginComponent;
/plugin/404manager/
H A Dadmin.php709 $pluginName = $this->infoPlugin['base'];
716 $init = $this->sqlite->init($pluginName, DOKU_PLUGIN . $pluginName . '/db/');
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js689 var pluginName = sysPath.basename(paths[0]);
690 var dstFile = sysPath.join(pluginsDir, pluginName);
706 callback(pluginName);

12