Home
last modified time | relevance | path

Searched +full:pycode +(+path:plugin +path:pycode) -(+path:plugin +path:pycode +path:lang) (Results 1 – 9 of 9) sorted by relevance

/plugin/pycode/
H A Daction.php3 * PyCode plugin: it embeds a Python script hosted in a remote repository.
5 * action.php: it defines all the methods used by PyCode plugin
15 require_once "method.php"; // common methods used by PyCode plugin
93 $log = DOKU_PLUGIN . "pycode/tmp/logfile";
128 $tmp = DOKU_PLUGIN . "pycode/tmp/";
129 $log_old = DOKU_PLUGIN . "pycode/tmp/logfile";
130 $log_new = DOKU_PLUGIN . "pycode/tmp/logfile.tmp";
197 unlink(DOKU_PLUGIN . "pycode/tmp/logfile");
223 * It inserts the PyCode's buttons in the toolbar.
233 'type' => "PyCode",
[all …]
H A Dscript.js2 * PyCode plugin: it embeds a Python script hosted in a remote repository.
4 * script.js: it defines the PyCode Wizard.
29 title: LANG.plugins.pycode.wizard,
53 LANG.plugins.pycode.lns+'</label>' +
63 LANG.plugins.pycode.def+'</label>' +
71 LANG.plugins.pycode.cls+'</label>' +
87 LANG.plugins.pycode.show+'</label>' +
465 var syntax = "<pycode";
519 * Show the pycode wizard
527 * Hide the pycode wizard
[all …]
H A DREADME.md1 # PyCode # chapter
3 PyCode is a plugin for DokuWiki.
7 For more information and how to install it, please visit https://www.dokuwiki.org/plugin:pycode.
H A Dstyle.css2 * PyCode plugin: it embeds a Python script hosted in a remote repository.
4 * style.css: it defines the screen styles used by PyCode plugin.
69 /*____________ pycode wizard ____________*/
H A Dsyntax.php3 * PyCode plugin: it embeds a Python script hosted in a remote repository.
5 * syntax.php: it defines all the methods used by PyCode plugin
15 require_once "method.php"; // common methods used by PyCode plugin
18 * This class defines all the methods used by the PyCode plugin to produce
50 * <pycode>
65 * Doku_Parser_Mode_code (= 200) < PyCode plugin
66 * Doku_Parser_Mode_internallink (= 310) < PyCode plugin
78 * <pycode [list of parameters]>
119 $match = substr($match, 8, -1); // strips "<pycode " and ">"
332 $tmp_log_url = DOKU_PLUGIN . "pycode/tmp/logfile.tmp";
[all …]
H A Dplugin.info.txt1 base pycode
5 name PyCode Plugin
7 url https://www.dokuwiki.org/plugin:pycode
H A Dmethod.php3 * PyCode plugin: it embeds a Python script hosted in a remote repository.
6 * used by the PyCode plugin.
14 * This class defines all the methods used by the PyCode plugin to handle
438 * <srv-path>/lib/plugins/pycode/tmp/<host>/<repo>/<branch>/<file>
802 * <srv-path>/lib/plugins/pycode/tmp/<host>/<repo>/<branch>/<file>
940 // <srv-path>/lib/plugins/pycode/tmp/<host>/<repo>/<branch>/<file>
942 $file = str_replace(DOKU_PLUGIN . "pycode/tmp/", "", $data);
/plugin/pycode/conf/
H A Ddefault.php3 * PyCode plugin: it embeds a Python script hosted in a remote repository.
H A Dmetadata.php3 * PyCode plugin: it embeds a Python script hosted in a remote repository.