Home
last modified time | relevance | path

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

12345

/plugin/distribute/
H A 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/badbehaviour/bad-behavior/
H A 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/bez/
H A Dcron-daily.php4 $inc = realpath(__DIR__.'/../../..'); variable
5 define('DOKU_INC', $inc.'/');
8 require_once(DOKU_INC.'inc/init.php');
H A Dcli.php3 $inc = realpath(__DIR__.'/../../..'); variable
4 define('DOKU_INC', $inc.'/');
7 require_once(DOKU_INC.'inc/init.php');
/plugin/virtualkeyboard/vk/extensions/
H A 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/
H A 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/
H A Drenderer.php.not9 require_once DOKU_INC.'inc/parser/renderer.php';
10 require_once DOKU_INC.'inc/parser/xhtml.php';
/plugin/html2pdf/html2pdf/html2ps/
H A 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/
H A 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/
H A Dexport.php82 * @see inc/pageutils.php
137 * @see inc/pageutils.php
/plugin/btable2/
H A Dexport.php82 * @see inc/pageutils.php
137 * @see inc/pageutils.php
/plugin/tumblr/
H A Dsyntax.php99 require_once(DOKU_INC.'inc/FeedParser.php');
122 require_once(DOKU_INC.'inc/FeedParser.php');
/plugin/txt2tags/
H A Ddeploy.sh2 cp toolbar.php ../../../inc/toolbar.php
/plugin/latexit/tests/dw_orig_test_files/
H A Dtest18.txt1 http://xref.dokuwiki.org/reference/dokuwiki/inc/parserutils.php.source.html#l99
/plugin/securelogin/lang/ja/
H A Dneedpatch.txt2 …ediff;h=20090312224454-b7b7f-12b7fa78c0b638c1795f6d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|HTTP リクエスト…
/plugin/langdelete/lang/ru/
H A Dintro.txt6 Все другие файлы и папки из папок ''inc'' и ''lib'' будут удалены. Для дополнительной информации о…
/plugin/lastfm/
H A Daction.php43 require_once(DOKU_PLUGIN.'lastfm/inc/lastfmutils.php');
/plugin/securelogin/lang/ru/
H A Dneedpatch.txt2 …ediff;h=20090312224454-b7b7f-12b7fa78c0b638c1795f6d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|Action Eve…
/plugin/chessdiagram/toolbar/
H A Dreadme.txt4 - inc/toolbar:
/plugin/wow/
H A Dsyntax.php117 require_once(DOKU_INC . '/inc/HTTPClient.php');
/plugin/securelogin/lang/cs/
H A Dneedpatch.txt2 …ediff;h=20090312224454-b7b7f-12b7fa78c0b638c1795f6d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|Action Eve…
/plugin/nodetailsxhtml/
H A Daction.php19 * @see inc/DokuWiki_Plugin#getInfo()
/plugin/securelogin/lang/de/
H A Dneedpatch.txt2 …ediff;h=20090312224454-b7b7f-12b7fa78c0b638c1795f6d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|Action Eve…
/plugin/securelogin/lang/en/
H A Dneedpatch.txt2 …ediff;h=20090312224454-b7b7f-12b7fa78c0b638c1795f6d5e1b1c1aa2cbab64d4.gz;f=inc/auth.php|Action Eve…
/plugin/dil/
H A Dsyntax.php34 require_once(DOKU_INC . 'inc/HTTPClient.php');

12345