Home
last modified time | relevance | path

Searched refs:inc (Results 51 – 75 of 105) sorted by path

12345

/plugin/highlightjs/highlight/
H A DAUTHORS.en.txt11 - Victor Karamzin <Victor.Karamzin@enterra-inc.com>
H A DAUTHORS.ru.txt11 - Виктор Карамзин <Victor.Karamzin@enterra-inc.com>
H A Dhighlight.pack.js1 …icall:1,eijmp:1,elpm:1,eor:1,fmul:1,fmuls:1,fmulsu:1,icall:1,ijmp:1,"in":1,inc:1,jmp:1,ld:1,ldd:1,… property in hljs.LANGUAGES.avrasm.dM.k.keyword
/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/html2pdf/html2pdf/html2ps/templates/
H A Derror._missing_afm.tpl15 .html2ps.config and config.inc.php to point to installed metric files.
20 <td>Edit config.inc.php; set the value of <tt>TYPE1_FONTS_REPOSITORY</tt> to directory where your f…
/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/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …quare-edit-outline::before{content:"\F90B"}.mdi-square-inc::before{content:"\F4CA"}.mdi-square-inc
/plugin/include/
H A Ddeleted.files12 inc/include.php
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java553 private int inc(int incVal) { in post()
561 private long inc(long incVal) { in post()
576 return inc(super.read()); in post()
581 return inc(super.read(b)); in post()
586 return inc(super.read(b, off, len)); in post()
591 return inc(super.skip(n)); in post()
H A DEditorActions.java.bak553 private int inc(int incVal) {
561 private long inc(long incVal) {
576 return inc(super.read());
581 return inc(super.read(b));
586 return inc(super.read(b, off, len));
591 return inc(super.skip(n));
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js4612 inc = 1;
4617 inc = -1;
4625 for (var m = 0; m < size; m++, start += inc) {
4627 data[start] -= data[start - i * inc] * lpc[i - 1];
4632 for (var m = 0; m < size; m++, start += inc) {
/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/latexit/tests/dw_orig_test_files/
H A Dtest18.txt1 http://xref.dokuwiki.org/reference/dokuwiki/inc/parserutils.php.source.html#l99
/plugin/latexit/tests/my/
H A Dtest18.latex7 \url{http://xref.dokuwiki.org/reference/dokuwiki/inc/parserutils.php.source.html\#l99}
/plugin/linkbonus/syntax/
H A Dinterwiki.txt18 require_once(DOKU_INC. 'inc/init.php'); // for getBaseURL
/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/nodetailsxhtml/
H A Daction.php19 * @see inc/DokuWiki_Plugin#getInfo()
/plugin/odt/ODT/
H A DODTImport.php201 $inc = abs($text_indent);
202 if ($inc == 0 ) {
203 $inc = 0.5;
206 $tab_stop_position += $inc;
/plugin/oiddelegate/
H A Dadmin.php46 require_once(DOKU_INC.'inc/HTTPClient.php');
/plugin/pagequery/
H A Ddeleted.files4 inc/pagequery.php
/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js1980 var inc = g_vectorDelta[index].delta;
1982 from += inc;
1993 var inc = color ? -16 : 16;
1995 if (g_board[target - (inc - 1)] == pawn)
1997 if (g_board[target - (inc + 1)] == pawn)
2135 var inc = (g_toMove == 8) ? -16 : 16;
2142 to = from + inc - 1;
2147 to = from + inc + 1;
2164 from = g_enPassentSquare - (inc - 1);
2256 var to = from + inc;
[all …]
/plugin/picasawebalbum/
H A DREADME15 Needs to patch Dokuwiki! Edit inc/plugincontroller.class.php:

12345