Home
last modified time | relevance | path

Searched defs:label (Results 376 – 400 of 424) sorted by path

1...<<11121314151617

/plugin/runcommand/
H A Dsyntax.php302 function renderFormButton($name, $label, $flags, $action) {
322 function renderFormHidden($name, $label, $flags, $value) {
333 function renderFormTextBox($name, $label, $flags, $value) {
348 function renderFormListBox($name, $label, $flags, $value) {
367 function renderFormAutoComplete($name, $label, $flags, $value) {
381 function renderJQueryAutoComplete($name, $label, $value) {
408 function renderFormSlider($name, $label, $flags, $value) {
431 function renderFormSpinner($name, $label, $flags, $value) {
459 function renderFormDate($name, $label, $flags, $value) {
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
H A Dspecimen_stylesheet.css13 fieldset, form, label, legend, table, selector
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dmodel.js530 var attrs = {id: 1, label: 'c'}; property in AnonymousFunctionba6538a33f00.attrs
/plugin/struct/db/
H A Dupdate0001.sql14 label DEFAULT '', field
/plugin/struct/meta/
H A DValueValidator.php75 validateField(AbstractBaseType $type, $label, & $data) global() argument
/plugin/struct/types/
H A DAbstractBaseType.php41 protected $label = ''; global() variable in dokuwiki\\plugin\\struct\\types\\AbstractBaseType
70 __construct($config = null, $label = '', $ismulti = false, $tid = 0) global() argument
[all...]
H A DDateTime.php27 public function __construct($config = null, $label = '', $ismulti = false, $tid = 0) argument
H A DLookup.php35 __construct($config = null, $label = '', $ismulti = false, $tid = 0) global() argument
/plugin/structnotification/action/
H A Dnotification.php56 protected function getValueByLabel($values, $label) argument
/plugin/structpublish/db/json/
H A Dstructpublish0001.struct.json9 "label": { object
21 "label": "status", string
29 "label": { object
46 "label": "user", string
59 "label": { object
76 "label": "datetime", string
87 "label": { object
104 "label": "revision", string
119 "label": { object
136 "label" string
145 "label": { global() object
162 "label": "test", global() string
171 "label": { global() object
[all...]
/plugin/structstatus/
H A DStatus.php52 … public function xhtmlStatus($label, $color, $icon='', $rid = 0, $classes=array(), $button=false) {
H A Dstatus.struct.json12 "label": "icon", string
20 "label": { object
35 "label": "name_en", string
44 "label": { object
59 "label": "color", string
67 "label": { object
/plugin/structtasks/_test/json/
H A Dbadassignees.struct.json8 "label": { object
18 "label": "duedate", string
29 "label": { object
42 "label": "assignees", string
51 "label": { object
64 "label": "status", string
73 "label": { object
H A Dbaddate.struct.json8 "label": { object
18 "label": "duedate", string
27 "label": { object
40 "label": "assignees", string
53 "label": { object
66 "label": "status", string
74 "label": { object
H A Dbadstatus.struct.json8 "label": { object
18 "label": "duedate", string
29 "label": { object
42 "label": "assignees", string
51 "label": { object
64 "label": "status", string
77 "label": { object
H A Dmissingassignees.struct.json8 "label": { object
18 "label": "duedate", string
29 "label": { object
42 "label": "status", string
50 "label": { object
H A Dmissingdate.struct.json8 "label": { object
18 "label": "assignees", string
31 "label": { object
44 "label": "status", string
52 "label": { object
H A Dmissingstatus.struct.json8 "label": { object
18 "label": "duedate", string
29 "label": { object
42 "label": "assignees", string
55 "label": { object
68 "label": "status", string
76 "label": { object
H A Dmultidate.struct.json8 "label": { object
18 "label": "duedate", string
29 "label": { object
42 "label": "assignees", string
55 "label": { object
68 "label": "status", string
76 "label": { object
H A Dmultistatus.struct.json8 "label": { object
18 "label": "duedate", string
29 "label": { object
42 "label": "assignees", string
51 "label": { object
64 "label": "status", string
73 "label": { object
H A Dvalid.struct.json8 "label": { object
18 "label": "duedate", string
29 "label": { object
42 "label": "assignees", string
55 "label": { object
68 "label": "status", string
76 "label": { object
H A Dvalid2.struct.json8 "label": { object
18 "label": "duedate", string
29 "label": { object
42 "label": "assignees", string
51 "label": { object
64 "label": "status", string
73 "label": { object
/plugin/swarmwebhook/
H A Dswarm.struct.json8 "label": { object
18 "label": "date", string
27 "label": { object
40 "label": "json", string
49 "label": { object
71 "label": { object
93 "label": { object
115 "label": { object
128 "label": "time", string
137 "label": { object
[all …]
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js8 …1.5.1'}};dp.SyntaxHighlighter=dp.sh;dp.sh.Toolbar.Commands={ExpandSource:{label:'+ expand source',… property in dp.sh.Toolbar.Commands.ExpandSource
9 …lassName=highlighter.div.className.replace('collapsed','');}},ViewSource:{label:'view plain',func:… property in dp.sh.Toolbar.Commands.ViewSource
10 …eight:99%">'+code+'</textarea>');wnd.document.close();}},CopyToClipboard:{label:'copy to clipboard… property in dp.sh.Toolbar.Commands.CopyToClipboard
17 alert('The code is in your clipboard now');}},PrintSource:{label:'print',func:function(sender,highl… property in dp.sh.Toolbar.Commands.PrintSource
18 ….print();alert('Printing...');document.body.removeChild(iframe);}},About:{label:'?',func:function(… property in dp.sh.Toolbar.Commands.About
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js46 label: '+ expand source', property in dp.sh.Toolbar.Commands.ExpandSource
57 label: 'view plain', property in dp.sh.Toolbar.Commands.ViewSource
69 label: 'copy to clipboard', property in dp.sh.Toolbar.Commands.CopyToClipboard
103 label: 'print', property in dp.sh.Toolbar.Commands.PrintSource
129 label: '?', property in dp.sh.Toolbar.Commands.About

1...<<11121314151617