Home
last modified time | relevance | path

Searched full:doku_plugin (Results 1776 – 1790 of 1790) sorted by relevance

1...<<7172

/plugin/ckgedit/scripts/
H A Dcss6.php35 $copy_path = DOKU_PLUGIN . 'ckgedit/ckeditor/css/_style.css';
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php9 require_once DOKU_PLUGIN.'odt/ODT/XMLUtil.php';
/plugin/odt/renderer/
H A Dpage.php12 require_once DOKU_PLUGIN . 'odt/helper/cssimport.php';
13 require_once DOKU_PLUGIN . 'odt/ODT/ODTDefaultStyles.php';
16 require_once DOKU_PLUGIN . 'odt/ODT/ODTDocument.php';
/plugin/pycode/
H A Dmethod.php942 $file = str_replace(DOKU_PLUGIN . "pycode/tmp/", "", $data);
/plugin/batchedit/
H A Dinterface.php748 $this->svgCache[$id] = file_get_contents(DOKU_PLUGIN . 'batchedit/images/' . $id . '.svg');
H A Dengine.php10 require_once(DOKU_PLUGIN . 'batchedit/interface.php');
/plugin/godiag/
H A Dsyntax.php19 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/schedule/
H A Dschedules.class.php16 if (!defined ('DOKU_PLUGIN'))
17 define ('DOKU_PLUGIN', DOKU_INC.'lib/plugins/'); define
/plugin/odt/ODT/
H A DODTImport.php3 require_once DOKU_PLUGIN . 'odt/ODT/ODTDocument.php';
/plugin/openlayersmap/syntax/
H A Dolmap.php435 // $imgUrl .= DOKU_URL."/".DOKU_PLUGIN."/".getPluginName()."/icons/".$img.",$NUMBER,C,"
/plugin/strata/helper/
H A Dtriples.php56 $driverFile = DOKU_PLUGIN."strata/driver/$driver.php";
/plugin/indexmenu/syntax/
H A Dindexmenu.php214 if (!empty($dir) && is_dir(DOKU_PLUGIN . "indexmenu/images/" . $dir)) {
252 if (!empty($dir) && is_dir(DOKU_PLUGIN . 'indexmenu/scripts/fancytree/skin-' . $dir)) {
646 $out .= (int)is_file(DOKU_PLUGIN . 'indexmenu/images/' . $js_dTreeOpts['theme'] . '/style.css') . ",";
/plugin/odp/
H A Drenderer.php401 $value = io_readFile(DOKU_PLUGIN.'odp/styles.xml');
/plugin/odt/helper/
H A Dcssimport.php12 require_once DOKU_PLUGIN . 'odt/helper/csscolors.php';
/plugin/photogallery/
H A Dsyntax.php15 require_once(DOKU_PLUGIN.'syntax.php');

1...<<7172