Home
last modified time | relevance | path

Searched defs:label (Results 401 – 425 of 586) sorted by relevance

1...<<11121314151617181920>>...24

/plugin/jmol2/jmol/
DJmol.js171 function jmolButton(script, label, id, title) { argument
278 function jmolLink(script, label, id, title) { argument
295 function jmolCommandInput(label, size, id, title) { argument
/plugin/indexmenu/scripts/
Dtoolbarindexwizard.js19 jstoggle: {label: 'js'} property
/plugin/bpmnio/vendor/dmn-js/dist/
Ddmn-modeler.production.min.js7 …i=Di.abs,Ni=/([a-z])[\s,]*((-?\d*\.?\d*(?:e[-+]?\d+)?[\s]*,?[\s]*)+)/gi,qi=/(-?\d*\.?\d*(?:e[-+]?\…
191 …ssing");if(!t)throw new Error("providers for <"+t+"> not found");if(!n)throw new Error("position i…
192 …ar n;n=void 0!==sy?sy:uy,e.exports=function(e){if(e.CSS&&e.CSS.escape)return e.CSS.escape;var t=fu…
/plugin/bez/db/
Dupdate0001.sql76 CREATE TABLE label ( table
/plugin/asciidocjs/node_modules/babel-types/lib/definitions/
Dcore.js98 label: { property
151 label: { property
325 label: { property
/plugin/diagramsnet/lib/js/diagramly/
DDriveClient.js1312 action: err, label: ((this.user != null) ? ('user_' + this.user.id) : 'nouser') + property
1534 label: (this.user != null) ? ('user_' + this.user.id) : 'nouser' + property
1680 label: ((this.user != null) ? ('user_' + this.user.id) : 'nouser') + property
DApp.js41 label: (file.sync != null) ? ('client_' + file.sync.clientId) : 'nosync'}; property
64 label: 'autosave_' + ((this.editor.autosave) ? 'on' : 'off')}); property
1731 EditorUi.logEvent({category: 'TIMEOUT-CACHE-CHECK', action: 'timeout', label: 408}); property
1837 label: (file.sync != null) ? ('client_' + file.sync.clientId) : 'nosync'}; property
7352 var addUser = mxUtils.bind(this, function(user, logo, logout, label) argument
DTrelloClient.js462 var createLink = mxUtils.bind(this, function(label, fn, preview) argument
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
Dcollection.js8 a = new Backbone.Model({id: 3, label: 'a'}); property
9 b = new Backbone.Model({id: 2, label: 'b'}); property
10 c = new Backbone.Model({id: 1, label: 'c'}); property
11 d = new Backbone.Model({id: 0, label: 'd'}); property
154 e = new Backbone.Model({id: 10, label: 'e'}); property
171 var f = new Backbone.Model({id: 20, label: 'f'}); property
172 var g = new Backbone.Model({id: 21, label: 'g'}); property
173 var h = new Backbone.Model({id: 22, label: 'h'}); property
253 var m = new Backbone.Model({id: 10, label: 'm'}); property
574 var model = collection.create({label: 'f'}, {wait: true}); property
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
Dbpmn-modeler.development.js6360 label: Label, property
17110 function renderLabel(parentGfx, label, options) { argument
33289 forEach(element.labels, function(label) { argument
33297 forEach(element.labels, function(label) { argument
34276 label: 'Start Event', property
34284 label: 'Intermediate Throw Event', property
34292 label: 'End Event', property
34300 label: 'Message Start Event', property
34309 label: 'Timer Start Event', property
34318 label: 'Conditional Start Event', property
[all …]
Dbpmn-modeler.production.min.js7 …=Ct.abs,Mt=/([a-z])[\s,]*((-?\d*\.?\d*(?:e[-+]?\d+)?[\s]*,?[\s]*)+)/gi,Dt=/(-?\d*\.?\d*(?:e[-+]?\d…
34 …s=function(e){if(e.CSS&&e.CSS.escape)return e.CSS.escape;var t=function(e){if(0==arguments.length)… function
/plugin/ckgedit/ckeditor/lang/
Dfr.js5 …de texte enrichi","common":{"editorHelp":"Utilisez le raccourci Alt-0 pour obtenir de l'aide","bro…
/plugin/ckgdoku/ckeditor/lang/
Den.js1 …ess ALT 0 for help",browseServer:"Browse Server",url:"URL",protocol:"Protocol",upload:"Upload",upl…
/plugin/discussion/
Daction.php1094 protected function _button($cid, $label, $act, $jump = false) {
/plugin/combo/ComboStrap/
DPluginUtility.php523 …static function getDocumentationHyperLink($canonical, $label, bool $withIcon = true, $tooltip = ""…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js9870 label: "Open Firebug", property
9877 label: "Open Firebug in New Window", property
9883 label: "Inspect Element", property
9889 label: "Command Line", property
9896 label: "Options", property
9902 label: "Firebug Lite Website...", property
9906 label: "Discussion Group...", property
9910 label: "Issue Tracker...", property
17000 {label: "CopyError", command: bindFixed(this.copyError, this, error) } property
17007 {label: "BreakOnThisError", type: "checkbox", checked: breakOnThisError, property
[all …]
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js2394 },testMenu:function(){var firebugMenu=new Menu({id:"fbFirebugMenu",items:[{label:"Open Firebug",typ… property
4510 var items=[{label:"CopyError",command:bindFixed(this.copyError,this,error)}]; property
4511 if(error.category=="css"){items.push("-",{label:"BreakOnThisError",type:"checkbox",checked:breakOnT… property
4687 items.push({label:"Cut",commandID:"cmd_cut"}); property
4688 items.push({label:"Copy",commandID:"cmd_copy"}); property
4689 items.push({label:"Paste",commandID:"cmd_paste"}); property
5481 },getContextMenuItems:function(spy){var items=[{label:"CopyLocation",command:bindFixed(this.copyURL… property
5482 if(spy.postText){items.push({label:"CopyLocationParameters",command:bindFixed(this.copyParams,this,… property
5483 }items.push({label:"CopyResponse",command:bindFixed(this.copyResponse,this,spy)},"-",{label:"OpenIn… property
7313 if(this.infoTipType=="color"){items.push({label:"CopyColor",command:bindFixed(copyToClipboard,FBL,t… property
[all …]
/plugin/combo/resources/firebug/
Dfirebug-lite-1.4.js2405 },testMenu:function(){var firebugMenu=new Menu({id:"fbFirebugMenu",items:[{label:"Open Firebug",typ… property
4521 var items=[{label:"CopyError",command:bindFixed(this.copyError,this,error)}]; property
4522 if(error.category=="css"){items.push("-",{label:"BreakOnThisError",type:"checkbox",checked:breakOnT… property
4698 items.push({label:"Cut",commandID:"cmd_cut"}); property
4699 items.push({label:"Copy",commandID:"cmd_copy"}); property
4700 items.push({label:"Paste",commandID:"cmd_paste"}); property
5492 },getContextMenuItems:function(spy){var items=[{label:"CopyLocation",command:bindFixed(this.copyURL… property
5493 if(spy.postText){items.push({label:"CopyLocationParameters",command:bindFixed(this.copyParams,this,… property
5494 }items.push({label:"CopyResponse",command:bindFixed(this.copyResponse,this,spy)},"-",{label:"OpenIn… property
7324 if(this.infoTipType=="color"){items.push({label:"CopyColor",command:bindFixed(copyToClipboard,FBL,t… property
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
Dspecimen_stylesheet.css13 fieldset, form, label, legend, table, selector
/plugin/impressjs/tpl/dokuwiki/
Dimpress.css38 fieldset, form, label, legend, selector
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
Deditor_zh-CN.properties46 label=Label key
Deditor_de.properties52 label=Beschriftung key
Deditor.properties47 label=Label key
/plugin/prosemirror/lib/
Dbundle.js1 … e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Obj… argument
/plugin/authgoogle/google/contrib/
DGoogle_PredictionService.php770 public $label; variable in Google_OutputOutputMulti
772 public function setLabel( $label) {

1...<<11121314151617181920>>...24