Home
last modified time | relevance | path

Searched refs:define (Results 276 – 300 of 2607) sorted by last modified time

1...<<11121314151617181920>>...105

/plugin/ckgedit/action/
H A Dedit.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
3 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
45 define('PHP_VERSION_NUM', $version[0] * 10+ $version[1]);
H A Dmediamanager.php3 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
4 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dsave.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
3 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
4 if(!defined('DOKU_MEDIA')) define('DOKU_MEDIA',DOKU_INC.'data/media/');
5 define ('BROKEN_IMAGE', DOKU_BASE . 'lib/plugins/ckgedit/fckeditor/userfiles/blink.jpg?nolink&33x34…
7 if(!defined('FCK_ACTION_SUBDIR')) define('FCK_ACTION_SUBDIR', realpath(dirname(__FILE__)) . '/');
H A Dmeta.php7 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
8 define('FCK_ACTION_SUBDIR', DOKU_PLUGIN . 'ckgedit/action/');
H A Ddelete.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
3 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/ckgedit/action/entities/
H A Dents_seri.php3 define('FCK_ACTION_SUBDIR', realpath(dirname(__FILE__)) . '/');
/plugin/ckgedit/ckeditor/
H A DCHANGES.md371 * [#830](https://github.com/ckeditor/ckeditor-dev/issues/830): Added an option to define which dial…
H A Dckeditor.js.unc111 define: function(b, d) {
H A Dget_headers.php2 define("DOKU_INC", realpath(dirname(__FILE__).'/../../../../') . '/');
3 define ("DOKU_PLUGIN", DOKU_INC . 'lib/plugins/');
4 define("PAGES", DOKU_INC . 'data/pages/');
5 define("FCKEDITOR", DOKU_PLUGIN . 'ckgedit/fckeditor/editor/');
6 define('CONNECTOR', FCKEDITOR . 'filemanager/connectors/php/');
H A Duseheading.php2 define("DOKU_INC", realpath(dirname(__FILE__).'/../../../../') . '/');
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php26 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../../../../../').…
H A Dconnector.php24 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../../../../../').…
H A Dphpcompat.php4 define( 'DIRECTORY_SEPARATOR',
H A Duseheading.php3 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../../../../../').…
4 define ('CKG_META_DIR',DOKU_INC .'data/meta');
H A Dutf8.php14 define('UTF8_MBSTRING',1);
16 define('UTF8_MBSTRING',0);
26 define('UTF8_PREGSUPPORT', (bool) @preg_match('/^.$/u', 'ñ'));
35 define('UTF8_PROPERTYSUPPORT', (bool) @preg_match('/^\pL$/u', 'ñ'));
H A Dcheck_acl.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../../../../../').…
5 if(!defined('DOKU_CONF')) define('DOKU_CONF',DOKU_INC.'conf/');
13 define('AUTH_NONE',0);
14 define('AUTH_READ',1);
15 define('AUTH_EDIT',2);
16 define('AUTH_CREATE',4);
17 define('AUTH_UPLOAD',8);
18 define('AUTH_DELETE',16);
19 define('AUTH_ADMIN',255);
/plugin/ckgedit/scripts/
H A Ddraft_delete.php2 define('DOKU_INC', realpath(dirname(__FILE__)) . '/../../../../');
H A Dcss6.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../').'/');
/plugin/ckgedit/syntax/
H A Dfont.php14 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dspecials.php13 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
17 if(!defined('DOKU_LF')) define ('DOKU_LF',"\n");
18 if(!defined('DOKU_TAB')) define ('DOKU_TAB',"\t");
/plugin/epub/
H A Drenderer.php9 if (!defined('DOKU_LF')) define('DOKU_LF', "\n");
10 if (!defined('DOKU_TAB')) define('DOKU_TAB', "\t");
11 if(!defined('EPUB_DIR')) define('EPUB_DIR',realpath(dirname(__FILE__).'/../').'/');
H A Dsyntax.php3 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
4 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/epub/scripts/
H A Dcss2.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../').'/');
10 if(!defined('NOSESSION')) define('NOSESSION',true); // we do not use a session or authentication he…
11 if(!defined('DOKU_DISABLE_GZIP_OUTPUT')) define('DOKU_DISABLE_GZIP_OUTPUT',1); // we gzip ourself h…
12 if(!defined('EPUB_DIR')) define('EPUB_DIR',realpath(dirname(__FILE__).'/../').'/');
13 if(!defined('DOKU_TPL')) define('DOKU_TPL', DOKU_BASE.'lib/tpl/'.$conf['template'].'/');
14 if(!defined('DOKU_TPLINC')) define('DOKU_TPLINC', DOKU_INC.'lib/tpl/'.$conf['template'].'/');
H A Dcss3.php9 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../').'/');
10 if(!defined('NOSESSION')) define('NOSESSION',true); // we do not use a session or authentication he…
11 if(!defined('DOKU_DISABLE_GZIP_OUTPUT')) define('DOKU_DISABLE_GZIP_OUTPUT',1); // we gzip ourself h…
12 if(!defined('EPUB_DIR')) define('EPUB_DIR',realpath(dirname(__FILE__).'/../').'/');
14 if(!defined('DOKU_TPLINC')) define('DOKU_TPLINC', tpl_incdir());
H A Depub_utils.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../../').'/');
3 if(!defined('EPUB_DIR')) define('EPUB_DIR',realpath(dirname(__FILE__).'/../').'/');

1...<<11121314151617181920>>...105