Searched +full:title +(+path:plugin +path:pycode) -(+path:plugin +path:pycode +path:lang) (Results 1 – 5 of 5) sorted by relevance
129 // get user option for title204 * ["usr_title"] => (str) -title = "<new-title>"377 * @param (str) $title if specified, it is the new user's title for the392 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 …]
29 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 code253 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.data439 // get value from title option441 title = jQuery("#pycode__title").val();[all …]
234 'title' => "PyCode Plugin",
28 // "title" = (str) value of the combobox which is a combination of:29 // "none" = no title (default)34 $meta["title"] = array("multichoice",
16 $conf["title"] = "none"; // for default the title is not shown