Home
last modified time | relevance | path

Searched refs:label (Results 451 – 475 of 1053) sorted by relevance

1...<<11121314151617181920>>...43

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DTransition.php62 public function label() : ?IntervalSet function in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\Transition
/plugin/combo/resources/library/combo/
H A Dcombo.min.js1 (function(u,c){typeof exports=="object"&&typeof module<"u"?c(exports,require("bootstrap")):typeof define=="function"&&define.amd?define(["exports","bootstrap"],c):(u=typeof globalThis<"u"?globalThis:u||self,c(u.combo={},u.bootstrap))})(this,function(u,c){"use strict";var et=Object.defineProperty;var it=(u,c,H)=>c in u?et(u,c,{enumerable:!0,configurable:!0,writable:!0,value:H}):u[c]=H;var i=(u,c,H)=>(it(u,typeof c!="symbol"?c+"":c,H),H);class H{static toBoolean(t){return typeof t=="boolean"?t:t==="true"}}let F;class E{static getLogger(){return F===void 0&&(F=new E),F}error(t){if(console.error(t),process.env.NODE_ENV!=="production")throw new Error(t)}}let J=g=>crypto.getRandomValues(new Uint8Array(g)),q=(g,t,e)=>{let s=(2<<Math.log(g.length-1)/Math.LN2)-1,l=-~(1.6*s*t/g.length);return()=>{let r="";for(;;){let n=e(l),o=l;for(;o--;)if(r+=g[n[o]&s]||"",r.length===t)return r}}},G=(g,t)=>q(g,t,J);class ${static toHtmlId(t){return t.toString().replace(/[_.\s:\/\\]/g,"-")}static createRandomId(){return G("abcdefghijklmnopqrstuvwxyz",10)()}static createRandomIdWithPrefix(t){return t+"-"+this.createRandomId()}static toEntities(t){let e=[];for(let s=0;s<t.length;s++){let l=`&#${t.charCodeAt(s)};`;e.push(l)}return e.join("")}}class Q{static isString(t){return typeof t=="string"||t instanceof String}}const w=class{constructor(t){i(this,"tab","unknown");i(this,"mutable",!0);i(this,"values",[]);i(this,"defaultValues",[]);i(this,"multiple",!1);i(this,"children",{});i(this,"name");i(this,"type");i(this,"label");i(this,"url");i(this,"description");i(this,"parent");i(this,"domainValues");i(this,"width");this.name=t}getLabelAnchor(){if(this.getUrl()===void 0&&this.getDescription()===void 0)return this.getLabel();let t=this.getUrl();return this.getUrl()===void 0?(t="#",`
4 </span>`):`<a href="${t}" title="${this.getDescription()}" data-bs-toggle="tooltip" style="text-decoration:none" target="_blank">${this.getLabel()}</a>`}setType(t){return this.type=t,this}setLabel(t){return this.label=t,this}setUrl(t){return this.url=t,this}addValue(t,e){return this.values.push(t),this.defaultValues.push(e),this}getType(){return this.type}getLabel(){return this.label===void 0?this.getName().split(/[_\-]/).map(t=>t.charAt(0).toUpperCase()+t.slice(1)).join(" "):this.label}getUrl(){return this.url}getName(){return this.name}getDescription(){return this.description}getTab(){return this.tab}static createFromJson(t,e=null){t.hasOwnProperty("name")||E.getLogger().error("To create a form meta field, the name property is mandatory.");let s=t.name,l=w.createFromName(s);e!=null&&l.setParent(e);let r,n;for(let o in t){if(!t.hasOwnProperty(o))continue;let a=t[o];switch(o){case"name":continue;case"label":l.setLabel(a);continue;case"tab":l.setTab(a);continue;case"type":l.setType(a);continue;case"mutable":l.setMutable(a);continue;case"description":l.setDescription(a);continue;case"url":l.setUrl(a);continue;case"value":r=a;continue;case"default":n=a;continue;case"domain-values":l.setDomainValues(a);continue;case"multiple":l.setMultiple(a);continue;case"width":l.setControlWidth(a);continue;case"children":let p=a;for(let b in p){if(!p.hasOwnProperty(b))continue;let d=w.createFromJson(p[b],l);l.addChild(d)}continue;default:E.getLogger().error(`The property (${o}) of the form (${s}) is unknown`)}}return Array.isArray(r)?r.forEach((o,a)=>{let p=n[a];p!==void 0?l.addValue(o,p):l.addValue(o,"")}):l.addValue(r,n),l}setMultiple(t){return this.multiple=t,this}setParent(t){return this.parent=t,this}static createFromName(t){return new w(t)}isMutable(){return this.mutable}setTab(t){return this.tab=t,this}setMutable(t){return this.mutable=H.toBoolean(t),this}setDescription(t){return this.description=t,this}getDefaultValue(){return this.defaultValues[0]}getValue(){return this.values[0]}getDomainValues(){return this.domainValues}setDomainValues(t){if(!Array.isArray(t)){console.error(`The domains values should be an array. (${t}) is not an array`);return}return this.domainValues=t,this}setControlWidth(t){return this.width=t,this}getControlWidth(){return this.width===void 0&&this.parent!==void 0?12/this.parent.getChildren().length:this.width}getValues(){return this.values}getDefaultValues(){return this.defaultValues}getChildren(){return Object.values(this.children)}addChild(t){return this.children[t.getName()]=t,this}toHtmlLabel(t,e){let s=this.getLabelAnchor(),l;return this.getType()===w.BOOLEAN?l="form-check-label":l="col-form-label",typeof e<"u"&&(l=`${e} ${l}`),`<label for="${t}" class="${l}">${s}</label>`}toHtmlControl(t,e=null,s=null){let l=this.getType(),r=this.isMutable(),n=this.getDomainValues(),o,a;if(n!==void 0){a="select";let p="";s!==void 0&&(p=` (${s})`);let b="";this.getMultiple()&&(b="multiple"),a=`<select class="form-select" aria-label
[all...]
/plugin/contactmodern/
H A Dsyntax.php311 protected function _table_row($label, $name, $type, $default='') { argument
314 $row = '<tr><td>'.$label.'</td><td>';
/plugin/semanticdata/
H A Dstyle.css79 #dw__editform fieldset.plugin__data table tr td label span {
83 #dw__editform fieldset.plugin__data table tr td label {
/plugin/linkmanager/
H A Dfunctions.php195 $label = substr($item['id'], $pos > 0 ? $pos + 1 : 0);
196 if(!$item['label']) $item['label'] = $label;
/plugin/tablelayout/
H A Dstyle.less24 label {
77 label {
/plugin/gitbacked/
H A DREADME.md8 …github.com/woolfg/dokuwiki-plugin-gitbacked/issues?q=is%3Aissue+is%3Aopen+label%3Acontributionwelc…
9 …github.com/woolfg/dokuwiki-plugin-gitbacked/issues?q=is%3Aissue+is%3Aopen+label%3A%22feature+reque…
/plugin/offline/ui/dokuwiki/
H A Dscreen.css1label.disabled{color:#666!important;}#acl_manager label{text-align:left;font-weight:normal;display…
/plugin/pdfjs/pdfjs/web/locale/si/
H A Dviewer.properties49 first_page.label=මුල් පිටුවට යන්න
52 last_page.label=අවසන් පිටුවට යන්න
55 page_rotate_cw.label=දක්ශිණාවර්තව භ්‍රමණය
58 page_rotate_ccw.label=වාමාවර්තව භ්‍රමණය
/plugin/issuelinks/services/
H A DGitHub.service.php398 foreach ($info['labels'] as $label) {
399 $labels[] = $label['name'];
400 $issue->setLabelData($label['name'], '#' . $label['color']);
/plugin/settingstree/
H A Dstyle.css75 .settingstree_area #config__manager td.label{
79 .settingstree_area #config__manager td.label span.outkey{
96 .settingstree_area #config__manager table tr .protect_area label{
99 .settingstree_area #config__manager table tr.protected .protect_area label{
/plugin/pdfjs/pdfjs/web/locale/ur/
H A Dviewer.properties51 first_page.label=پہلے صفحہ پر جائیں
54 last_page.label=آخری صفحہ پر جائیں
57 page_rotate_cw.label=گھڑی وار گھمائیں
60 page_rotate_ccw.label=ضد گھڑی وار گھمائیں
/plugin/pdfjs/pdfjs/web/locale/it/
H A Dviewer.properties30 first_page.label = Vai alla prima pagina
33 last_page.label = Vai all’ultima pagina
36 page_rotate_cw.label = Ruota in senso orario
39 page_rotate_ccw.label = Ruota in senso antiorario
/plugin/pdfjs/pdfjs/web/locale/my/
H A Dviewer.properties51 first_page.label=ပထမ စာမျက်နှာသို့
54 last_page.label=နောက်ဆုံး စာမျက်နှာသို့
57 page_rotate_cw.label=နာရီလက်တံ အတိုင်း
60 page_rotate_ccw.label=နာရီလက်တံ ပြောင်းပြန်
/plugin/bureaucracy-au/_test/
H A Dfield_radio.test.php49 $label = 'radio';
/plugin/ckgdoku/ckeditor/plugins/signature/
H A Dplugin.js1 …+h+"</a> "+c+"</i>&mdash;";g.insertHtml(e)}});a.ui.addButton("Signature",{label:b.ToolTip,command:…
/plugin/bureaucracyau/_test/
H A Dfield_radio.test.php49 $label = 'radio';
/plugin/ckgedit/ckeditor/plugins/signature/
H A Dplugin.js1 …+h+"</a> "+c+"</i>&mdash;";g.insertHtml(e)}});a.ui.addButton("Signature",{label:b.ToolTip,command:…
/plugin/combo/resources/images/
H A Derror-bad-format.svg3 aria-label="Error" preserveAspectRatio="xMidYMid slice" focusable="false">
/plugin/groupmail/
H A Dstyle.css23 form[id^="groupmail-"] label {
/plugin/ckgdoku/ckeditor/plugins/about/dialogs/
H A Dabout.js17 label: '',
/plugin/fetchmedia/
H A Dstyle.less6 label {
/plugin/authgoogle/google/contrib/
H A DGoogle_PredictionService.php770 public $label; variable in Google_OutputOutputMulti
772 public function setLabel( $label) { argument
773 $this->label = $label;
776 return $this->label;
/plugin/diagramsnet/lib/js/grapheditor/
H A DActions.js880 var label = graph.convertValueToString(state.cell);
886 label = label.replace(/\n/g, '').replace(/<br\s*.?>/g, '\n');
891 temp.innerHTML = graph.sanitizeHtml(label);
892 label = mxUtils.extractTextWithWhitespace(temp.childNodes);
894 graph.cellLabelChanged(state.cell, label);
900 var label = mxUtils.htmlEntities(graph.convertValueToString(state.cell), false);
906 label = label.replace(/\n/g, '<br/>');
909 graph.cellLabelChanged(state.cell, graph.sanitizeHtml(label));
1784 function Action(label, funct, enabled, iconCls, shortcut)
1787 this.label = label;
/plugin/tfslink/
H A Dstyle.css31 #addworkitemlink__wiz label {

1...<<11121314151617181920>>...43