Home
last modified time | relevance | path

Searched refs:getName (Results 101 – 125 of 2279) sorted by relevance

12345678910>>...92

/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php228 $isUtc = in_array($tz->getName(), ['UTC', 'GMT', 'Z', '+00:00']);
230 $this->offsetSet('TZID', $tz->getName());
290 $isUtc = $isFloating ? false : in_array($tz->getName(), ['UTC', 'GMT', 'Z']);
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php218 $isUtc = in_array($tz->getName() , array('UTC', 'GMT', 'Z'));
220 $this->offsetSet('TZID', $tz->getName());
280 $isUtc = $isFloating ? false : in_array($tz->getName() , array('UTC', 'GMT', 'Z'));
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php218 $isUtc = in_array($tz->getName() , array('UTC', 'GMT', 'Z'));
220 $this->offsetSet('TZID', $tz->getName());
280 $isUtc = $isFloating ? false : in_array($tz->getName() , array('UTC', 'GMT', 'Z'));
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php218 $isUtc = in_array($tz->getName() , array('UTC', 'GMT', 'Z'));
220 $this->offsetSet('TZID', $tz->getName());
280 $isUtc = $isFloating ? false : in_array($tz->getName() , array('UTC', 'GMT', 'Z'));
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php103 return $this->getName() . ' ' . $this->getVersion();
109 public function getName() function in SebastianBergmann\\Environment\\Runtime
/plugin/noticeboard/classes/
H A DNotice.php62 public function getName(){ function in helper_plugin_noticeboard_Notice
144 $this->name = $object->getName();
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookHome.php55 function getName() { function in Sabre\\CardDAV\\AddressBookHome
135 if ($name == $child->getName())
/plugin/noticeboard/noticeboard/classes/
H A DNotice.php62 public function getName(){ function in helper_plugin_noticeboard_Notice
144 $this->name = $object->getName();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DRdn.php71 public function getName(): string
100 $rdn .= '+' . $additional->getName() . '=' . $additional->getValue();
62 public function getName(): string global() function in FreeDSx\\Ldap\\Entry\\Rdn
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPrincipal.php140 function getName() { function in Sabre\\DAVACL\\Principal
158 return $this->getName();
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php386 if ($method->isAbstract() && !in_array($method->getName(), $methods)) {
387 $methods[] = $method->getName();
1020 $method->getDeclaringClass()->getName(),
1021 $method->getName(),
1121 $this->isMethodNameBlacklisted($method->getName())) {
1167 $name = '$' . $parameter->getName();
1208 $method->getDeclaringClass()->getName(),
1209 $method->getName()
1217 $typeDeclaration = $class->getName() . ' ';
1302 $methods[] = $method->getName();
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php211 $node->getName()
226 $node->getName()
285 $runtime->getName(),
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/
H A DDeepCopy.php191 $reflectedObject->getName()
228 if ($matcher->matches($object, $property->getName())) {
231 $property->getName(),
/plugin/confmanager/
H A Dhelper.php123 return strnatcasecmp($left->getName(), $right->getName());
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php24 return new ClassMetadata($class->getName());
32 return new ClassMetadata($class->getName());
52 return new MergeableClassMetadata($class->getName());
60 return new MergeableClassMetadata($class->getName());
/plugin/elasticsearch/vendor/react/promise/src/
H A Dfunctions.php385 if (!($matches = ($typeToMatch->isBuiltin() && \gettype($object) === $typeToMatch->getName())
386 || (new \ReflectionClass($typeToMatch->getName()))->isInstance($object))) {
391 $matches = ($type->isBuiltin() && \gettype($object) === $type->getName())
392 || (new \ReflectionClass($type->getName()))->isInstance($object);
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php246 public function getName() function in PHP_Token_Includes
344 public function getName() function in PHP_Token_FUNCTION
379 $this->name = $tokens[$i]->getName() . '\\' . $this->name;
477 public function getName() function in PHP_Token_INTERFACE
495 $className = $this->getName();
508 $result['namespace'] = $this->tokenStream[$i]->getName();
704 public function getName() function in PHP_Token_CLASS
1275 public function getName() function in PHP_Token_NAMESPACE
/plugin/refnotes/
H A Dscope.php81 public function getName() { function in refnotes_scope
82 return $this->namespace->getName() . $this->id;
177 $getter = 'getName';
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBookHome.php53 function getName() { function in Sabre\\CardDAV\\AddressBookHome
133 if ($name == $child->getName())
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php71 $method->getName(),
120 $php .= '$'.$argument->getName();
/plugin/ckgdoku/ckeditor/plugins/headerbuttons/
H A Dplugin.js100 if (typeof prevNode.getName === 'undefined') {
103 nodeType = prevNode.getName();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerAuthorization.php66 if ($request instanceof ExtendedRequest && $request->getName() === ExtendedRequest::OID_WHOAMI) {
68 } elseif ($request instanceof ExtendedRequest && $request->getName() === ExtendedRequest::OID_START_TLS) {
/plugin/ckgedit/ckeditor/plugins/headerbuttons/
H A Dplugin.js100 if (typeof prevNode.getName === 'undefined') {
103 nodeType = prevNode.getName();
/plugin/combo/ComboStrap/
H A DBrand.php97 $brandNames[] = $brand->getName();
132 $brandNamesForType[] = $brand->getName();
217 public function getName(): string function in ComboStrap\\Brand
/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()] method in AnonymousFunction75dc2f360100.I
[all...]

12345678910>>...92