Home
last modified time | relevance | path

Searched refs:I (Results 301 – 325 of 693) sorted by relevance

1...<<11121314151617181920>>...28

/plugin/amcharts/assets/amcharts/
H A Dradar.js8 …ldLabel&&(r=e.boldLabel)):c||(g/=3,q/=2);var I="end",C=-1;G&&(I="start",C=1);var v;F&&(v=d.text(l,…
H A Dgauge.js5 …or,E=this.tickAlpha,M=this.tickThickness,m=g/m,N=v/m,H=this.minorTickLength,I=this.labelFrequency,…
9 Math.PI),0<I&&this.labelsEnabled&&z/I==Math.round(z/I)&&(this.showLastLabel||z!=d-1)&&(this.showFir…
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki44 How am I using that? At my work we produce documents that are reviewed by independent external revi…
46 In order to be able to quickly access the original wiki page of a paper document, I added that 4-ch…
48 In order to be able to check the version/modification date of a paper document, I added the wiki pa…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md38 **Q:** How can I check that getID3() works on my server/files?
47 **Q:** I have a question, or I found a bug. What do I do?
246 In fact, I'm not liable for anything :)
271 **Q:** Can I use getID3() in my program? Do I need a commercial license?
286 v0.1 did in fact just do that. I don't have a copy of code that old, but I
H A Dreadme.txt40 Q: How can I check that getID3() works on my server/files?
48 Q: I have a question, or I found a bug. What do I do?
257 In fact, I'm not liable for anything :)
283 Q: Can I use getID3() in my program? Do I need a commercial license?
297 v0.1 did in fact just do that. I don't have a copy of code that old, but I
/plugin/btable2/
H A DREADME.md10 Use for polls in internal wiki with trustfull members. I use it in my Band to check, if we can acce…
/plugin/diagramsnet/lib/img/lib/allied_telesis/switch/
H A DIndustrial_Ethernet_IE300.svg1I"/><path d="M12.114 32.475l2.334-1.238.044 63.358-2.333 1.24z"/><use xlink:href="#C" x="-24.623" …
/plugin/combo/resources/library/combo/
H A Dcombo.min.js4 </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="${this.getLabel()}" name="${this.getName()}" id="${t}" ${b}>`;let d="";e===null&&(d="selected"),a+=`<option value="" ${d}>Default${p}</option>`;for(let h of n)h===e?d="selected":d="",a+=`<option value="${h}" ${d}>${h}</option>`;return a+="</select>",a}else{let p="No value";r&&(p=`Enter a ${this.getLabel()}`),s!=null&&(Q.isString(s)?p=$.toEntities(s):p=s);let b=`placeholder="${p}"`,d="",h,P=this.getName();r!==void 0&&!r?o="disabled":o="";let C="input",v="form-control",m="",A=3;switch(l){case w.DATE_TIME:h="datetime-local",e!==null?(e=e.slice(0,19),d=`value="${e}"`):!r&&s!==null&&(s=s.slice(0,19),d=`value="${s}"`),b="";break;case w.PARAGRAPH:C="textarea",e!==null&&(e=$.toEntities(e),d=`${e}`);break;case w.JSON:C="textarea",e!==null&&(typeof e=="object"&&(e=JSON.stringify(e,null,2)),e=$.toEntities(e),d=`${e}`),A=15;break;case w.BOOLEAN:h="checkbox",v="form-check-input",s!==null?(d=`value="${s}"`,e===s&&(m="checked")):e==="on"&&(m="checked"),b="";break;default:h="text",e!=null&&(d=`value="${e}"`)}switch(C){case"textarea":a=`<textarea id="${t}" name="${P}" class="${v}" rows="${A}" ${b} ${o}>${d}</textarea>`;break;default:case"input":a=`<input type="${h}" name="${P}" class="${v}" id="${t}" ${b} ${d} ${m} ${o}/>`;break}return a}}toJavascriptObject(){return{name:this.getName(),label:this.getLabel(),type:this.getType(),description:this.getDescription(),tab:this.getTab(),mutable:this.isMutable(),value:this.getValue(),default:this.getDefaultValue(),url:this.getUrl()}}getMultiple(){return this.multiple}};let T=w;i(T,"TABULAR_TYPE","tabular"),i(T,"DATE_TIME","datetime"),i(T,"PARAGRAPH","paragraph"),i(T,"BOOLEAN","boolean"),i(T,"JSON","json");class I{constructor(t){i(this,"name");i(this,"width");i(this,"label");i(this,"widthField");i(this,"widthLabel");this.name=t}getName(){return this.name}setWidth(t){return this.width=t,this}getWidth(){return this.width}static createFromJson(t){t.hasOwnProperty("name")||E.getLogger().error("A name property is mandatory to create a tab and was not found in the json provided");let e=t.name,s=new I(e);for(let l in t){if(!t.hasOwnProperty(l))continue;let r=t[l];switch(l){case"name":continue;case"label":s.setLabel(r);continue;case"width-field":s.setWidthField(r);continue;case"width-label":s.setWidthLabel(r);continue;default:E.getLogger().error(`The property (${l}) of the tab (${e}) is unknown`)}}return s}setLabel(t){return this.label=t,this}getLabel(){return this.label===void 0?this.name:this.label}setWidthField(t){return this.widthField=t,this}setWidthLabel(t){return this.widthLabel=t,this}getLabelWidth(){return this.widthLabel===void 0?3:this.widthLabel}getFieldWidth(){return this.widthField===void 0?12-this.getLabelWidth():this.widthField}static createFromName(t){return new I(t)}}class B{constructor(t){i(this,"formFields",{});i(this,"tabs",{});i(this,"width",8);i(this,"name");i(this,"label");i(this,"url");i(this,"getTabPaneId");i(this,"getTabNavId");i(this,"getControlId");if(t==null)throw new Error("The if of the form should not be null");this.name=t,this.getControlId=function(e){let s=$.toHtmlId(e);return`${t}-control-${s}`},this.getTabNavId=function(e){let s=$.toHtmlId(e.getName());return`${t}-tab-nav-${s}`},this.getTabPaneId=function(e){let s=$.toHtmlId(e.getName());return`${t}-tab-pane-${s}`}}getLabel(){return this.label}getUrl(){return this.url}getId(){return this.name}getControlWidth(){return this.width}getLabelWidth(){return 12-this.getControlWidth()}static createFromJson(t,e){let s=B.createFromId(t);for(let l in e){if(!e.hasOwnProperty(l))continue;let r=e[l];switch(l){case"fields":let n=r;for(let a in n)n.hasOwnProperty(a)&&s.addFormField(T.createFromJson(n[a]));continue;case"tabs":let o=r;for(let a in o)o.hasOwnProperty(a)&&s.addTab(I.createFromJson(o[a]));break;case"width":s.setControlWidth(r);break;case"label":s.setLabel(r);break;case"url":s.setUrl(r);break;default:E.getLogger().error(`The form property (${l}) is unknown`)}}return s}static createFromId(t){return new B(t)}addFormField(t){return this.formFields[t.getName()]=t,this.tabs.hasOwnProperty(t.getTab())||(this.tabs[t.getTab()]=I.createFromName(t.getTab())),this}getFields(){return Object.values(this.formFields)}getTabs(){return Object.values(this.tabs)}addTab(t){this.tabs[t.getName()]=t}valueOf(){return this.getId()}getFieldsForTab(t){return this.getFields().filter(e=>e.getTab()===t)}toHtmlElement(){let t=this.getId(),e='<ul class="nav nav-tabs mb-3">',s,l,r=this.getTabs(),n=r[0];for(let h of r){Object.is(h,n)?(s="active",l="true"):(s="",l="false");let P=h.getLabel(),C=this.getTabPaneId(h),v=this.getTabNavId(h);e+=` class in AnonymousFunction75dc2f360100
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js4 …w=0,x=0,y=0.0,z=0,A=0,B=0,C=0.0;var D=0;var E=0;var F=0;var G=0;var H=0;var I=0;var J=0;var K=0;va…
6I=0.0,J=0.0,K=0.0,L=0.0,M=0.0,N=0.0,O=0.0,P=0.0,Q=0.0,R=0.0,S=0.0,T=0.0,U=0.0,V=0,W=0,X=0,Y=0,Z=0,…
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.min.js4 …return function(t){return u(O?j:C,r,O?j[n]:e,S(S({},i),t))}}function W(t,e){return I(t,function(t){
5 …typeof t?i(t,e):t})}function x(t,e){return I(t,function(t){var r=e.length;return n(N(i(t,r),e),r)}…
/plugin/bible/bible_douayRheims/
H A D1_Machabees.txt84 2:20. I and my sons, and my brethren will obey the law of our fathers.
332 …6:11. And I said in my heart: Into how much tribulation am I come, and into what floods of sorrow …
333 …But now I remember the evils that I did in Jerusalem, from whence also I took away all the spoils …
334 …6:13. I know, therefore, that for this cause these evils have found me: and behold I perish with g…
417 …ss Judas and his army be delivered into my hands, as soon as ever I return in peace, I will burn t…
564 …10:29. And now I free you, and all the Jews, from tributes, and I release you from the customs of …
567 …10:32. I yield up also the power of the castle that is in Jerusalem, and I give it to the high pri…
591 …10:56. And now I will do to thee as thou hast written but meet me at Ptolemais, that we may see on…
634 11:10. For I repent that I have given him my daughter: for he hath sought to kill me.
857 …15:4. And I design to go through the country, that I may take revenge of them that have destroyed …
[all …]
H A D1_Peter.txt16 1:16. Because it is written: You shall be holy, for I am holy.
31 …2:6. Wherefore it is said in the scripture: Behold, I lay in Sion a chief corner stone, elect, pre…
36 …2:11. Dearly beloved, I beseech you, as strangers and pilgrims, to refrain yourselves from carnal …
92 …5:1. The ancients therefore that are among you, I beseech who am myself also an ancient and a witn…
103 …5:12. By Sylvanus, a faithful brother unto you, as I think, I have written briefly: beseeching and…
/plugin/freechat/phpfreechat/themes/msn/smileys/
H A Dtheme.txt60 msn_idea.gif (I) (i)
/plugin/ckgedit/ckeditor/plugins/liststyle/dialogs/
H A Dliststyle.js9 …ODE_ELEMENT&&c.is("li")},g={a:"lower-alpha",A:"upper-alpha",i:"lower-roman",I:"upper-roman",1:"dec… property in g
/plugin/photogallery/phpThumb/demo/
H A Dreadme.demos.txt42 phpThumb(). Some of these I know of are:
/plugin/pdfjs/pdfjs/web/locale/zu/
H A Dviewer.properties63 toggle_sidebar.title=I-toggle yebha yaseceleni
129 printing_not_ready=Isixwayiso: I-PDF ayikalayishwa ngokuphelele yiPhrinta.
/plugin/diagramsnet/lib/img/lib/mscae/
H A DVirtual_Machines_Linux.svg1I" gradientUnits="userSpaceOnUse" x1="263.984" y1="319.303" x2="264.783" y2="451.915"><stop offset…
/plugin/codemirror/dist/modes/
H A Djavascript.min.js1I(a,b.localVars);return}}if(c.globalVars&&!D(a,b.globalVars))b.globalVars=new I(a,b.globalVars)}fu… class
/plugin/diagramsnet/lib/js/jszip/
H A Djszip.min.js12I="";I+="\n\0",I+=j(F,2),I+=q.magic,I+=j(n,2),I+=j(o,2),I+=j(E.crc32,4),I+=j(E.compressedSize,4),I
14I[b],b}function e(a){return(a<<1)-(a>4?9:0)}function f(a){for(var b=a.length;--b>=0;)a[b]=0}functi…
15I;if(0!==a.dyn_ltree[18]||0!==a.dyn_ltree[20]||0!==a.dyn_ltree[26])return J;for(b=32;b<R;b++)if(0!…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe60 Ġ I
564 I n
772 I t
1014 I N
1278 I f
1543 I S
1789 I T
1895 I C
2135 I D
2595 I O
[all...]
/plugin/backup/
H A DCHANGELOG.md31 … now alert the user that there may be issues with the plugin, and force an "I Understand" button t…
/plugin/ckgdoku/ckeditor/plugins/liststyle/dialogs/
H A Dliststyle.js10 I:"upper-roman",1:"decimal",disc:"disc",circle:"circle",square:"square"};CKEDITOR.dialog.add("numbe… property in h
/plugin/rdplink/
H A DREADME.md6 Fixes and enhancements are welcome (just send me a pull request), though it should be noted that I
/plugin/stylingpages/
H A DREADME38 In this screnario, I recommend restricting write access to wiki:javascript with ACL.
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DREADME.md3 …e inspired by [Nicola Asuni](https://github.com/tecnickcom/TCPDF). Actually I use that package's u…
5 I used the following classes of that package.

1...<<11121314151617181920>>...28