Home
last modified time | relevance | path

Searched refs:define (Results 426 – 450 of 2607) sorted by last modified time

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

/plugin/c3chart/assets/
H A Dc3.min.js2 …undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):(t=t|…
H A Dd3.min.js2 …ports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["export…
H A Djs-yaml.min.js2 …ports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define(["export…
/plugin/instructions/
H A Dsyntax.php12 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/translate/
H A Daction.php20 if(!defined('DOKU_LF')) define ('DOKU_LF',"\n");
22 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dhelper.php9 if (!defined('DOKU_LF')) define ('DOKU_LF',"\n");
/plugin/layeranimation/syntax/
H A Ditem.php11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Danimation.php11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dlayer.php11 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/layeranimation/
H A DREADME.md38 … always 100% of the available width. If you want that otherwise, you can define the following in y…
43 …viewport of an item (the CSS attribute "clip" will be used). You have to define four values - num…
/plugin/discordnotifier/
H A Daction.php13 if ( !defined ( 'DOKU_LF' ) ) define ( 'DOKU_LF', "\n" );
14 if ( !defined ( 'DOKU_TAB' ) ) define ( 'DOKU_TAB', "\t" );
15 if ( !defined ( 'DOKU_PLUGIN' ) ) define ( 'DOKU_PLUGIN', DOKU_INC . 'lib/plugins/' );
/plugin/authorstats/
H A Dadmin.php4 if (!defined("DOKU_PLUGIN")) define("DOKU_PLUGIN", DOKU_INC . "lib/plugins/");
H A Daction.php14 if (!defined("DOKU_LF")) define("DOKU_LF", "\n");
15 if (!defined("DOKU_TAB")) define("DOKU_TAB", "\t");
16 if (!defined("DOKU_PLUGIN")) define("DOKU_PLUGIN", DOKU_INC . "lib/plugins/");
H A Dsyntax.php13 if (!defined("DOKU_LF")) define("DOKU_LF", "\n");
14 if (!defined("DOKU_TAB")) define("DOKU_TAB", "\t");
15 if (!defined("DOKU_PLUGIN")) define("DOKU_PLUGIN", DOKU_INC . "lib/plugins/");
/plugin/latex-was/
H A Dadmin.php10 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js15 typeof define === 'function' && define.amd ? define(factory) :
7497 props.define(this, '$type', { value: name, enumerable: true });
7498 props.define(this, '$attrs', { value: {} });
7499 props.define(this, '$parent', { writable: true });
8003 this.properties.define(target, '$pkg', { value: pkg });
8100 Properties.prototype.define = function(target, name, options) {
8109 this.define(target, '$descriptor', { value: descriptor });
8116 this.define(target, '$model', { value: model });
8272 this.properties.define(element, '$parent', { enumerable: false, writable: true });
8273 this.properties.define(element, '$instanceOf', { enumerable: false, writable: true });
H A Dbpmn-modeler.production.min.js2 …undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="u…
7define(this,"$type",{value:r,enumerable:!0}),n.define(this,"$attrs",{value:{}}),n.define(this,"$pa…
/plugin/popupviewer/syntax/
H A Dviewer.php12 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dpopupscript.php12 if (!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/popupviewer/
H A Daction.php13 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/openas/
H A Daction.php2 if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../../').'/');
3 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
H A Dsyntax.php12 if(!defined('DOKU_PLUGIN')) define('DOKU_PLUGIN',DOKU_INC.'lib/plugins/');
/plugin/xtern/scripts/
H A Dchk_links.php2 if(!defined('DOKU_INC')) define('DOKU_INC',dirname(__FILE__).'/../../');
/plugin/xcom/scripts/
H A Dxcom_save.php3 define('DOKU_INC', realpath(dirname(__FILE__)) . '/../../../../');
H A Dxcom_latinize.js5 if (typeof define === 'function' && define.amd) {
7 define(factory);

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