Searched +full:pycode +(+path:plugin +path:pycode) -(+path:plugin +path:pycode +path:lang) (Results 1 – 9 of 9) sorted by relevance
3 * PyCode plugin: it embeds a Python script hosted in a remote repository.5 * action.php: it defines all the methods used by PyCode plugin15 require_once "method.php"; // common methods used by PyCode plugin93 $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 …]
2 * 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 wizard527 * Hide the pycode wizard[all …]
1 # PyCode # chapter3 PyCode is a plugin for DokuWiki. 7 For more information and how to install it, please visit https://www.dokuwiki.org/plugin:pycode.
2 * 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 ____________*/
3 * PyCode plugin: it embeds a Python script hosted in a remote repository.5 * syntax.php: it defines all the methods used by PyCode plugin15 require_once "method.php"; // common methods used by PyCode plugin18 * This class defines all the methods used by the PyCode plugin to produce50 * <pycode>65 * Doku_Parser_Mode_code (= 200) < PyCode plugin66 * Doku_Parser_Mode_internallink (= 310) < PyCode plugin78 * <pycode [list of parameters]>119 $match = substr($match, 8, -1); // strips "<pycode " and ">"332 $tmp_log_url = DOKU_PLUGIN . "pycode/tmp/logfile.tmp";[all …]
1 base pycode5 name PyCode Plugin7 url https://www.dokuwiki.org/plugin:pycode
3 * 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 handle438 * <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);
3 * PyCode plugin: it embeds a Python script hosted in a remote repository.