Home
last modified time | relevance | path

Searched refs:inc (Results 1 – 25 of 128) sorted by relevance

123456

/plugin/distribute/
Daction.php40 if(file_exists(DOKU_INC.'inc/ZipLib.class.php')){
41 require_once DOKU_INC.'inc/ZipLib.class.php';
44 elseif(file_exists(DOKU_PLUGIN.'plugin/inc/zip.lib.php')){//older dokuwiki version
45 require_once DOKU_PLUGIN.'plugin/inc/zip.lib.php';
49 …msg('Please make sure the dependency Plugin Manager plugin is installed, and that plugin/inc/zip.l…
/plugin/asciidocjs/node_modules/core-js/modules/
D_array-copy-within.js14 var inc = 1; variable
16 inc = -1;
23 to += inc;
24 from += inc;
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_array-copy-within.js14 var inc = 1; variable
16 inc = -1;
23 to += inc;
24 from += inc;
/plugin/badbehaviour/bad-behavior/
Ddokuwiki.patch1 --- core.inc.php.orig 2011-04-09 17:06:01.000000000 +0200
2 +++ core.inc.php 2011-04-09 17:33:09.000000000 +0200
7 - require_once(BB2_CORE . "/blackhole.inc.php");
14 + require_once(BB2_CORE . "/blackhole.inc.php");
/plugin/statistics/
Ddeleted.files696 inc/AGC.class.php
697 inc/Browscap.php
698 inc/DokuBrowscap.php
699 inc/StatisticsBrowscap.class.php
700 inc/StatisticsGraph.class.php
701 inc/StatisticsLogger.class.php
702 inc/StatisticsQuery.class.php
703 inc/Vera.ttf
704 inc/browsers.php
705 inc/operating_systems.php
[all …]
/plugin/jsongendoc/script/
Djsongendoc.js48 inc = filename.substring(incLoc),
49 inc1 = (parseInt(inc) + 1).toString();
50 for (let i = inc.length - inc1.length; i > 0; i--) {
/plugin/bez/
H A Dcron-daily.php4 $inc = realpath(__DIR__.'/../../..'); variable
5 define('DOKU_INC', $inc.'/');
/plugin/virtualkeyboard/vk/extensions/
Darrayextensions.js216 Array.range = function(end /* :Number */, start /* :Number */, inc /* :Number */) /* :Array */{ argument
218 if (!isNumber(inc)) inc = 1;
223 ,i = Math.abs(inc)
230 return inc>0?tmp:tmp.reverse();
/plugin/icalevents/
Ddeleted.files16 externals/iCalcreator/lib/iCal.vCard.inc.php
17 externals/iCalcreator/lib/iCal.tz.inc.php
18 externals/iCalcreator/lib/iCal.XML.inc.php
/plugin/mailto/
Drenderer.php.not9 require_once DOKU_INC.'inc/parser/renderer.php';
10 require_once DOKU_INC.'inc/parser/xhtml.php';
/plugin/html2pdf/html2pdf/html2ps/
DChangeLog734 'config.inc.php' should be included before any other file.
935 config.inc.php, ignoring path to the script including html2ps
1452 * xhtml.utils.inc.php: fixed bug 1255728 (PS) Misplaced TD tag may
1455 * html.attrs.inc.php: fixed bug 1255732 (PS) iframes with
1460 * css.vertical-align.inc.php: fixed bug 1256476 (ALL)
1463 * css.background.inc.php: fixed bug 1256636 (PDF) row background
1480 * ps.image.encoder.imagemagick.inc.php: feature request 1248710
1483 * css.defaults.inc.php: reature request 1252407 Form elements have
1489 * flow_context.class.inc.php: fixed bug 1249682 (PS/PDFLIB) floats
1495 * css.border.inc.php: fixed bug 1250123 some CSS border values are
[all …]
/plugin/siteexport/inc/
Dmpdf.php141 require_once(DOKU_PLUGIN . 'siteexport/inc/patchCSSmgr.php');
143 …if ($objPatch->redefineFunction(file_get_contents(DOKU_PLUGIN . 'siteexport/inc/readCSS.patch'))) {
/plugin/btable/
Dexport.php82 * @see inc/pageutils.php
137 * @see inc/pageutils.php
/plugin/btable2/
Dexport.php82 * @see inc/pageutils.php
137 * @see inc/pageutils.php
/plugin/tumblr/
Dsyntax.php99 require_once(DOKU_INC.'inc/FeedParser.php');
122 require_once(DOKU_INC.'inc/FeedParser.php');
/plugin/txt2tags/
Ddeploy.sh2 cp toolbar.php ../../../inc/toolbar.php
/plugin/latexit/tests/dw_orig_test_files/
Dtest18.txt1 http://xref.dokuwiki.org/reference/dokuwiki/inc/parserutils.php.source.html#l99
/plugin/securelogin/lang/ja/
Dneedpatch.txt2 …ediff;h=20090312224454-b7b7f-12b7fa78c0b638c1795f6d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|HTTP リクエスト…
/plugin/langdelete/lang/ru/
Dintro.txt6 Все другие файлы и папки из папок ''inc'' и ''lib'' будут удалены. Для дополнительной информации о…
/plugin/securelogin/lang/ru/
Dneedpatch.txt2 …ediff;h=20090312224454-b7b7f-12b7fa78c0b638c1795f6d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|Action Eve…
/plugin/lastfm/
Daction.php43 require_once(DOKU_PLUGIN.'lastfm/inc/lastfmutils.php');
/plugin/chessdiagram/toolbar/
Dreadme.txt4 - inc/toolbar:
/plugin/gitbacked/
D.editorconfig16 [{vendor,inc/phpseclib}/**]
/plugin/wow/
Dsyntax.php117 require_once(DOKU_INC . '/inc/HTTPClient.php');
/plugin/securelogin/lang/cs/
Dneedpatch.txt2 …ediff;h=20090312224454-b7b7f-12b7fa78c0b638c1795f6d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|Action Eve…

123456