Home
last modified time | relevance | path

Searched refs:define (Results 26 – 50 of 2607) sorted by last modified time

12345678910>>...105

/plugin/shell/
H A Dshell.php3 if (!defined('DOKU_INC')) define('DOKU_INC', __DIR__ . '/../../../');
/plugin/acknowledge/lang/en/
H A Dassign.txt3 Here you can define patterns to automatically assign people and groups to acknowledge certain pages.
/plugin/photogallery/inc/
H A Dpgdefines.php9 if(!defined('PHOTOGALLERY_REL')) define('PHOTOGALLERY_REL',DOKU_REL.'lib/plugins/photogallery/');
10 if(!defined('PHOTOGALLERY_PGFETCH')) define('PHOTOGALLERY_PGFETCH','pgFetch.php');
11 if(!defined('PHOTOGALLERY_PGFETCH_REL')) define('PHOTOGALLERY_PGFETCH_REL',PHOTOGALLERY_REL.PHOTOGA…
12 if(!defined('PHOTOGALLERY_PGFETCH_FILE')) define('PHOTOGALLERY_PGFETCH_FILE',realpath(__DIR__.'/../…
13 if(!defined('PHOTOGALLERY_IMAGES_REL')) define('PHOTOGALLERY_IMAGES_REL',PHOTOGALLERY_REL.'images/'…
14 if(!defined('PHOTOGALLERY_IMAGES_FILE')) define('PHOTOGALLERY_IMAGES_FILE',realpath(__DIR__.'/../im…
15 if(!defined('PHOTOGALLERY_PGFETCH_EXE_PERM')) define('PHOTOGALLERY_PGFETCH_EXE_PERM',0110); // Owne…
/plugin/photogallery/lightGallery/js/
H A Djquery.mousewheel.min.js8 !function(a){"function"==typeof define&&define.amd?define(["jquery"],a):"object"==typeof exports?mo…
H A Dlg-autoplay.js6 if (typeof define === 'function' && define.amd) {
8 define(['jquery'], function (a0) {
H A Dlg-autoplay.min.js4 !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"o…
H A Dlg-fullscreen.js6 if (typeof define === 'function' && define.amd) {
8 define([], function () {
H A Dlg-fullscreen.min.js4 !function(a,b){"function"==typeof define&&define.amd?define([],function(){return b()}):"object"==ty…
H A Dlg-hash.js6 if (typeof define === 'function' && define.amd) {
8 define([], function () {
H A Dlg-hash.min.js4 !function(a,b){"function"==typeof define&&define.amd?define([],function(){return b()}):"object"==ty…
H A Dlg-pager.js6 if (typeof define === 'function' && define.amd) {
8 define(['jquery'], function (a0) {
H A Dlg-pager.min.js4 !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"o…
H A Dlg-share.js6 if (typeof define === 'function' && define.amd) {
8 define(['jquery'], function (a0) {
H A Dlg-share.min.js4 !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"o…
H A Dlg-thumbnail.js6 if (typeof define === 'function' && define.amd) {
8 define(['jquery'], function (a0) {
H A Dlg-thumbnail.min.js4 !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"o…
H A Dlg-video.js6 if (typeof define === 'function' && define.amd) {
8 define([], function () {
H A Dlg-video.min.js4 !function(a,b){"function"==typeof define&&define.amd?define([],function(){return b()}):"object"==ty…
H A Dlg-zoom.js6 if (typeof define === 'function' && define.amd) {
8 define(['jquery'], function (a0) {
H A Dlg-zoom.min.js4 !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"o…
H A Dlightgallery.js6 if (typeof define === 'function' && define.amd) {
8 define(['jquery'], function (a0) {
H A Dlightgallery.min.js4 !function(a,b){"function"==typeof define&&define.amd?define(["jquery"],function(a){return b(a)}):"o…
H A Dpicturefill.min.js4 …ct"==typeof module.exports?module.exports=b:"function"==typeof define&&define.amd&&define("picture…
/plugin/photogallery/
H A DpgFetch.php8 define('DOKU_INC', realpath(__DIR__.'/../../../').'/');
10 if (!defined('DOKU_DISABLE_GZIP_OUTPUT')) define('DOKU_DISABLE_GZIP_OUTPUT', 1);
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1164 * Removed all define(CONSTANT) in the phpThumb()

12345678910>>...105