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/
H A Dsyntax.php129 // get user option for title
204 * ["usr_title"] => (str) -title = "<new-title>"
377 * @param (str) $title if specified, it is the new user's title for the
392 if ($title === null) {
393 $title = $this->getConf("title");
394 if ($title != "none") {
424 if ($title == "") {
425 $title = "none";
433 if ($title != "none") {
451 if ($title != "none") {
[all …]
H A Dscript.js29 title: LANG.plugins.pycode.wizard,
145 // title | V | V | V | V | X || V | V | X | X | X |
205 pycode_wiz.disable(".pycode__code-title");
252 // handle checkbox for define new title for the code
253 jQuery("#pycode__opt-title").change(function() {
266 pycode_wiz.disable(".pycode__code-title");
279 pycode_wiz.disable(".pycode__code-title");
352 "title": null, property in pycode_wiz.insertPycode.data
439 // get value from title option
441 title = jQuery("#pycode__title").val();
[all …]
H A Daction.php234 'title' => "PyCode Plugin",
/plugin/pycode/conf/
H A Dmetadata.php28 // "title" = (str) value of the combobox which is a combination of:
29 // "none" = no title (default)
34 $meta["title"] = array("multichoice",
H A Ddefault.php16 $conf["title"] = "none"; // for default the title is not shown