Home
last modified time | relevance | path

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

1...<<61626364656667686970>>...72

/plugin/issuetracker/
H A Dsyntax.php15 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
16 require_once(DOKU_PLUGIN.'syntax.php');
17 require_once(DOKU_PLUGIN.'issuetracker/assilist.php');
89 if(@is_dir(DOKU_PLUGIN.'captcha'))
327 /* $cfg_file = DOKU_PLUGIN."issuetracker/conf/it_matrix.cfg";
381 $html_skeleton = DOKU_PLUGIN."issuetracker/cfg_skeleton.html";
392 $it_script = DOKU_PLUGIN."issuetracker/it_matrix.script";
952 $sFilename = DOKU_PLUGIN.'issuetracker/mailtemplate/new_issue_mail.html';
1383 $sFilename = DOKU_PLUGIN.'issuetracker/wysiwyg_editor.html';
1446 if(@is_dir(DOKU_PLUGIN.'captcha'))
H A Daction.php11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
12 require_once(DOKU_PLUGIN.'action.php');
13 require_once(DOKU_PLUGIN.'issuetracker/assilist.php');
875 $cfg_file = DOKU_PLUGIN."issuetracker/conf/it_matrix.cfg";
911 $cfg_file = DOKU_PLUGIN."issuetracker/conf/it_matrix.cfg";
1762 if(@is_dir(DOKU_PLUGIN.'captcha'))
1805 if(@is_dir(DOKU_PLUGIN.'captcha'))
2288 if(@is_dir(DOKU_PLUGIN.'captcha'))
2441 if(@is_dir(DOKU_PLUGIN.'captcha'))
2522 if(@is_dir(DOKU_PLUGIN.'captcha'))
[all …]
/plugin/emoji/
H A Dsyntax.php123 $path = DOKU_PLUGIN.'emoji/assets/png/'.$matches[0];
/plugin/projects/lib/
H A Dcode_block.php9 require_once DOKU_PLUGIN . 'syntax.php';
/plugin/feed/
H A Dfeed.php88 $rss->syndicationURL = DOKU_PLUGIN . 'feed/feed.php';
/plugin/linkbonus/
H A Dcommon.php13 if(!defined('DOKU_PLUGIN')) die();
/plugin/odt/ODT/elements/
H A DODTElementTableCell.php3 require_once DOKU_PLUGIN.'odt/ODT/elements/ODTStateElement.php';
/plugin/aichat/Storage/
H A DSQLiteStorage.php36 $this->db = new SQLiteDB('aichat', DOKU_PLUGIN . 'aichat/db/');
/plugin/openlayersmap/admin/
H A Dpurge.php43 return DOKU_PLUGIN . $plugin . '/admin/purge.svg';
/plugin/doodle4/
H A Dsyntax.php16 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
17 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/sqlraw/
H A Dsyntax.php14 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
15 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/runcommand/
H A Dsyntax.php25 if(!defined('DOKU_PLUGIN')) {
26 define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
44 require_once(DOKU_PLUGIN.'syntax.php');
/plugin/odtplus2dw/
H A Daction.php12 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN', DOKU_INC . 'lib/plugins/'); define
209 $this->xslFile = DOKU_PLUGIN.'odtplus2dw/'.$this->getConf('parserXslFile');
/plugin/indexmenu/
H A Dadmin.php
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php11 require_once(DOKU_PLUGIN.'bibtex4dw/lib/bibtexparser.php');
86 require_once(DOKU_PLUGIN.'bibtex4dw/syntax/bibtex.php');
105 if(!$this->sqlite->init('bibtex4dw', DOKU_PLUGIN.'bibtex4dw/db/')){
/plugin/openid/
H A Daction.php35 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
37 require_once(DOKU_PLUGIN.'action.php');
/dokuwiki/lib/exe/
H A Djs.php222 $list[] = DOKU_PLUGIN . "$p/script.js";
243 $path = DOKU_PLUGIN . $p . '/lang/';
/plugin/bureaucracy-au/
H A Dsyntax.php150 …if(!plugin_isdisabled($action['actionname']) || @file_exists(DOKU_PLUGIN . $plugin . '/helper/' .…
154 …} elseif(plugin_isdisabled($alternativename) || !@file_exists(DOKU_PLUGIN . $action['type'] . '/he…
/plugin/bureaucracyau/
H A Dsyntax.php150 …if(!plugin_isdisabled($action['actionname']) || @file_exists(DOKU_PLUGIN . $plugin . '/helper/' .…
154 …} elseif(plugin_isdisabled($alternativename) || !@file_exists(DOKU_PLUGIN . $action['type'] . '/he…
/plugin/authorstats/
H A Dsyntax.php15 if (!defined("DOKU_PLUGIN")) define("DOKU_PLUGIN", DOKU_INC . "lib/plugins/"); define
/plugin/anewssystem/
H A Dsyntax.php13 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/'); define
15 require_once(DOKU_PLUGIN.'syntax.php');
62 … $ans_conf['newstemplate'] = DOKU_PLUGIN.'anewssystem/tpl/newstemplate_'.$conf['lang'].'.txt';
77 $records = file(DOKU_PLUGIN.'anewssystem/tpl/newstemplate_'.$conf['lang'].'.txt');
95 $template = file_get_contents(DOKU_PLUGIN.'anewssystem/tpl/newstemplate.txt');
189 … $template = file_get_contents(DOKU_PLUGIN.'anewssystem/tpl/newstemplate.txt');
190 $FontRecords = file(DOKU_PLUGIN.'anewssystem/tpl/fonts.txt');
/plugin/cite/
H A Daction.php7 include_once(DOKU_PLUGIN . 'cite/code.php'); //this ensures the functions in code.php are always av…
/plugin/mimetex/
H A Dmimetexrender.php84 $_tmp_dir = DOKU_PLUGIN.'temp';
/plugin/autolink3/
H A Dsys.php3 if (!defined('DOKU_REG')) define ('DOKU_REG', DOKU_PLUGIN.'autolink3/register/');
/plugin/odt/helper/
H A Dunits.php9 require_once DOKU_PLUGIN . 'odt/ODT/ODTUnits.php';

1...<<61626364656667686970>>...72