Home
last modified time | relevance | path

Searched defs:label (Results 26 – 50 of 586) sorted by relevance

12345678910>>...24

/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
Dgeshi.js1 …eviation Properties",minWidth:600,minHeight:350,contents:[{id:"tab-basic",label:"Basic Settings",e… property
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
DAtomTransition.php13 public $label; variable in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\AtomTransition
15 public function __construct(ATNState $target, int $label)
22 public function label() : ?IntervalSet function in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\AtomTransition
/plugin/structtasks/_test/json/
Dmissingdate.struct.json8 "label": { object
18 "label": "assignees", string
31 "label": { object
44 "label": "status", string
52 "label": { object
Dmissingassignees.struct.json8 "label": { object
18 "label": "duedate", string
29 "label": { object
42 "label": "status", string
50 "label": { object
/plugin/struct/_test/json/
Dbureaucracy_lookup.struct.json8 "label": { object
19 "label": "lookup_first", string
28 "label": { object
41 "label": "lookup_second", string
50 "label": { object
Dmoves.struct.json12 "label": "page", string
26 "label": { object
47 "label": "pages", string
61 "label": { object
82 "label": "lookup", string
91 "label": { object
112 "label": "lookups", string
121 "label": { object
142 "label": "media", string
154 "label": { object
[all …]
Dtranslation.struct.json11 "label": "en", string
20 "label": { object
41 "label": "de", string
50 "label": { object
71 "label": "fr", string
80 "label": { object
/plugin/markdownextra/lib/meltdown/js/
Djquery.meltdown.js183 label: "B", property
189 label: "I", property
195 label: "UL", property
203 label: "OL", property
211 label: "Table", property
224 label: "H" + i, property
232 label: "Link", property
242 label: "Image", property
252 label: "Blockquote", property
263 label: "Code Block", property
[all …]
/plugin/structstatus/
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/ckgdoku/ckeditor/plugins/fontAssist/
Dplugin.js1 …sist"];for(var a in c){if(!d[a]){d[a]=c[a]}}}b.ui.addButton("FontAssist",{label:d.ToolTip,command:… property
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
Dfind.js17 …_NONE,minWidth:350,minHeight:170,buttons:[CKEDITOR.dialog.cancelButton(c,{label:c.lang.common.clos… property
18 contents:[{id:"find",label:e.find,title:e.find,accessKey:"",elements:[{type:"hbox",widths:["230px",… property
19 {type:"fieldset",className:"cke_dialog_find_fieldset",label:CKEDITOR.tools.htmlEncode(e.findOptions… property
20 id:"txtFindReplace",label:e.findWhat,isChanged:!1,labelLayout:"horizontal",accessKey:"F"},{type:"bu… property
21 id:"txtReplace",label:e.replaceWith,isChanged:!1,labelLayout:"horizontal",accessKey:"R"},{type:"but… property
22 …unter)),c.fire("saveSnapshot")):alert(e.notFoundMsg)}}]},{type:"fieldset",label:CKEDITOR.tools.htm… property
/plugin/ckgedit/ckeditor/plugins/fontAssist/
Dplugin.js1 …sist"];for(var a in c){if(!d[a]){d[a]=c[a]}}}b.ui.addButton("FontAssist",{label:d.ToolTip,command:… property
/plugin/runcommand/
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/ckgedit/ckeditor/plugins/note/dialogs/
Dnote.js1 …le:"Note Properties",minWidth:400,minHeight:200,contents:[{id:"tab-basic",label:"Basic Note",eleme… property
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
DDroppedLabels.php25 public $label; variable in Google\\Service\\Monitoring\\DroppedLabels
30 public function setLabel($label)
/plugin/lightmenu/
DREADME.md31 ### examples
40 ### How does it works
/plugin/ckgedit/ckeditor/plugins/link/
Dplugin.js1 …"removeAnchor",new CKEDITOR.removeAnchorCommand());b.ui.addButton("Link",{label:b.lang.link.toolba… property
/plugin/ckgdoku/ckeditor/plugins/link/
Dplugin.js1 …"removeAnchor",new CKEDITOR.removeAnchorCommand());b.ui.addButton("Link",{label:b.lang.link.toolba… property
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
Dfind.js17 minWidth:350,minHeight:170,buttons:[CKEDITOR.dialog.cancelButton(c,{label:c.lang.common.close})],co… property
18 …(f.notFoundMsg)}}]},{type:"fieldset",className:"cke_dialog_find_fieldset",label:CKEDITOR.tools.htm… property
19 label:f.replace,accessKey:"M",elements:[{type:"hbox",widths:["230px","90px"],children:[{type:"text"… property
20 …ype:"hbox",widths:["230px","90px"],children:[{type:"text",id:"txtReplace",label:f.replaceWith,isCh… property
21 …unter)),c.fire("saveSnapshot")):alert(f.notFoundMsg)}}]},{type:"fieldset",label:CKEDITOR.tools.htm… property
22 label:f.matchWord},{type:"checkbox",id:"txtReplaceCyclic",isChanged:!1,"default":!0,label:f.matchCy… property
/plugin/bez/ctl/
Dtypes.php20 $label = $this->model->labelFactory->get_one($id); variable
22 $label = $this->model->labelFactory->create_object(); variable
/plugin/ckgdoku/ckeditor/plugins/footnote/
Dplugin.js1 …_FCKEditorInstance.oinsertHtmlCodeObj.count=0}b.ui.addButton("Footnotes",{label:d.ToolTip,command:… property
/plugin/ckgedit/ckeditor/plugins/footnote/
Dplugin.js1 …_FCKEditorInstance.oinsertHtmlCodeObj.count=0}b.ui.addButton("Footnotes",{label:d.ToolTip,command:… property
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
DtableCell.js1 …CKEDITOR.env.ie7Compat||CKEDITOR.env.quirks)?230:220,contents:[{id:"info",label:d.title,accessKey:… property
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
Dimage.js1 …var ckgeditImageReselectObj={align:"",link:""};window.onbeforeunload=function(){};(function(){var …
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
Dimage.js1 …iSaveDir=oDokuWiki_FCKEditorInstance.save_dir;var ckgeditImageReselectObj={align:"",link:""};windo…

12345678910>>...24