Home
last modified time | relevance | path

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

/plugin/pycode/
Dscript.js29 title: LANG.plugins.pycode.wizard, property
94 '<strong>'+LANG.plugins.pycode.title+'</strong><br />' +
96 '<div class="pycode__code-title" id="pycode__left">' +
97 '<label><input id="pycode__opt-title" type="checkbox">' +
100 '<div class="pycode__code-title" id="pycode__right">' +
145 // title | V | V | V | V | X || V | V | X | X | X |
205 pycode_wiz.disable(".pycode__code-title");
220 pycode_wiz.disable(".pycode__code-title");
252 // handle checkbox for define new title for the code
253 jQuery("#pycode__opt-title").change(function() {
[all …]
Dsyntax.php129 // get user option for title
131 $re = "/(-title)(\s*)(=)(\s*)(\'|\")(.*)(\'|\")/";
146 $re = "/(\s*-nums.*|\s*-title.*|\s*-docstr.*)/";
204 * ["usr_title"] => (str) -title = "<new-title>"
212 * <src-url> [f <name-function> [<name-class>] [-nums] [-title]]
213 * <src-url> [l <name-lines> [-nums] [-title]]
239 $title = $data["usr_title"];
296 …>_print_code($renderer, $src_url, $code_loc, $lang, $range, $flag, $name, $subname, $nums, $title);
314 …>_print_code($renderer, $src_url, $code_loc, $lang, $range, $flag, $name, $subname, $nums, $title);
377 * @param (str) $title if specified, it is the new user's title for the
[all …]
Daction.php234 'title' => "PyCode Plugin",
/plugin/pycode/conf/
Dmetadata.php28 // "title" = (str) value of the combobox which is a combination of:
29 // "none" = no title (default)
34 $meta["title"] = array("multichoice",
Ddefault.php16 $conf["title"] = "none"; // for default the title is not shown