Home
last modified time | relevance | path

Searched refs:define (Results 476 – 500 of 2607) sorted by last modified time

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

/plugin/phosphor/
H A Dphblock.php11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dphitem.php11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dphosphor.php12 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/imageflow/
H A DREADME.md5 You can either give a namespace and display all the images, or you can define a list of images that…
H A Daction.php13 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/imageflow/syntax/
H A Dimageflow.php11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/strata/driver/
H A Ddriver.php10 if(!defined('STRATA_CREDENTIALS')) define('STRATA_CREDENTIALS', DOKU_PLUGIN.'strata/credentials.local.php');
/plugin/strata/
H A Dmanual.txt128 **Sorting**: By adding ''sort'' you can define one or more variables to sort on. You can name one variable per line, and include a direction with ''(ascending)'' or ''(descending)'' (or their short-hands ''(asc)'' and ''(desc)'').
130 **User Interface**: By adding ''ui'' you can define how and if the user interface allows filtering (and sorting) on the client. See [[#User Interface]] for details.
363 To define the variables to display, you can use the shorthand or the long syntax:
/plugin/metadisplay/
H A Dadmin.php14 define ("METADISP_CMDL", 'php ' .DOKU_INC . 'bin/plugin.php metadisplay ');
/plugin/metadisplay/helper/
H A Dhtml.php38 define ('PAGES', DOKU_INC . trim( $conf['savedir'],"\/\\\.") . '/pages');
42 define ('PAGES', '/'.trim( $conf['savedir'],"\/\\") . '/pages') ;
H A Dplaintext.php38 define ('PAGES', DOKU_INC . trim( $conf['savedir'],"\/\\\.") . '/pages');
42 define ('PAGES', '/'.trim( $conf['savedir'],"\/\\") . '/pages') ;
/plugin/preregister/
H A Daction.php11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/linkscollection/exe/
H A Dtree.php3 if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../../../');
5 if(!defined('DOKU_TPL')) define('DOKU_TPL', tpl_basedir());
/plugin/markdowku/
H A Dautolinks.php7 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dblockquotes.php4 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dboldasterisk.php7 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dcodespans2.php7 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dcodespans3.php7 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Danchorsinline.php7 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Danchorsreference.php11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dcodeblocks.php7 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dcodespans1.php7 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dcodespans4.php7 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dcodespans5.php7 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Descapespecialchars.php9 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');

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