* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) * @package metadata */ // btns = (int) value of the checkbox: // 0 = no buttons in the toolbar // 1 = (default) show buttons $meta["btns"] = array("onoff"); // "cache" = (int) value of the checkbox input: // 0 = enable cache // 1 = disable cache (default) $meta["cache"] = array("onoff"); // "nums" = (int) value of the checkbox: // 0 = show line numbers (default) // 1 = hide line numbers $meta["nums"] = array("onoff"); // "title" = (str) value of the combobox which is a combination of: // "none" = no title (default) // "class" = (only for Python script) // "def" = (only for Python script) // "file" = // "src-url" = path to $meta["title"] = array("multichoice", "_choices" => array("none", "file ⋅ class ⋅ def ⋅ #:#", "src-url ⋅ class ⋅ def ⋅ #:#")); // "docstr" = (int) value of the checkbox: // 0 = show docstring (default) // 1 = hide docstring $meta["docstr"] = array("onoff");