Home
last modified time | relevance | path

Searched refs:jokuwiki (Results 1 – 6 of 6) sorted by relevance

/plugin/jokuwiki/
H A Dscript.js11 var jokuwiki= class
25 jokuwiki.iters=0;
26 jokuwiki.failcount=0;
27 jokuwiki.pjaxloads++;
28 jokuwiki.attempts=10;
29 jokuwiki.runQueue();
38 if (jQuery.pjax && jokuwiki.pjaxloads>jokuwiki.maxPjax) {
41 jokuwiki.iters++;
42 … console.log(jokuwiki.iters + "(" + jokuwiki.pjaxloads + ") jokuwiki.runQueue iteration");
49 jokuwiki.widgets[payload.jokuwiki](payload.data);
[all …]
H A Dplugin.info.txt1 base jokuwiki
5 name jokuwiki plugin
H A DREADME.md39 "jokuwiki" : "jwHelloWorld",
69 …ional functionality jokuwiki was designed to support (much faster page loading, better security) r…
98 if (jokuwiki) {
99 jokuwiki.register('jwMyPlugin', jwMyPlugin_initiator);
104 * the plugin name (by convention, jokuwiki plugins start with 'jw' but this is not required)
/plugin/jwhelloworld/
H A Dscript.js21 if (jokuwiki) {
22 jokuwiki.register('jwHelloWorld', jwSpeakRight);
H A DREADME.md2 This is a simple implementation of a [JokuWiki](https://github.com/symcbean/jokuwiki) plugin.
4 …The Javascript is invoked via the jokuwiki framework. To use in a Dokuwiki page, just install the …
H A Dstyle.css1 /* Note that the contianing div class uses the jokuwiki name */