/webtrees/app/ |
H A D | Timestamp.php | 85 $this->carbon->timezone->getName(), 94 $this->carbon->timezone->getName(), 103 $this->carbon->timezone->getName(), 112 $this->carbon->timezone->getName(), 121 $this->carbon->timezone->getName(), 130 $this->carbon->timezone->getName(), 139 $this->carbon->timezone->getName(), 148 $this->carbon->timezone->getName(), 157 $this->carbon->timezone->getName(), 166 $this->carbon->timezone->getName(), [all …]
|
H A D | Container.php | 102 return $this->get($type->getName()); 105 throw new NotFoundInContainerException('Cannot make ' . $reflection_parameter->getName());
|
H A D | Statistics.php | 180 …->filter(static fn (ReflectionMethod $method): bool => !in_array($method->getName(), ['embedTags',… 184 return $type instanceof ReflectionNamedType && $type->getName() === 'string'; 186 …>sort(static fn (ReflectionMethod $x, ReflectionMethod $y): int => $x->getName() <=> $y->getName()) 188 $tag = $method->getName();
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/specialchar/dialogs/ |
H A D | specialchar.js | 5 …getName()&&(b=c.getChild(0).getHtml())&&(c.removeClass("cke_light_background"),f.hide(),c=h.docume… 6 …=b}};d=function(c,b){b=b||c.data.getTarget();"span"==b.getName()&&(b=b.getParent());"a"==b.getName…
|
/webtrees/public/ckeditor-4.15.1-custom/ |
H A D | ckeditor.js | 82 b.getName();":"==d[0]&&b.renameNode(d.substring(1))}if(a)for(d=0;d<b.getChildCount();d++)c(b.getChi… 114 …getName()];this.getDtd=function(){return a};return a},getElementsByTag:CKEDITOR.dom.document.proto… 115 …getName:function(){var a=this.$.nodeName.toLowerCase();if(CKEDITOR.env.ie&&8>=document.documentMod… method 116 …getName();if("object"==typeof arguments[0])return!!arguments[0][a];for(var b=0;b<arguments.length;… 118 …turn!!a},isEmptyInlineRemoveable:function(){if(!CKEDITOR.dtd.$removeEmpty[this.getName()])return!1; 120 …){function a(b){var c=this.$.attributes.getNamedItem(b);if("input"==this.getName())switch(b){case … 122 …iblings()}}}return function(b){if(!1===b||CKEDITOR.dtd.$removeEmpty[this.getName()]||this.is("a"))… 127 …table","on")}},getPositionedAncestor:function(){for(var a=this;"html"!=a.getName();){if("static"!=… 128 …scrollLeft,c=c.scrollTop),b=f.left+b-m,c=f.top+c-u)}else for(u=this,m=null;u&&"body"!=u.getName()&& 129 "html"!=u.getName();){b+=u.$.offsetLeft-u.$.scrollLeft;c+=u.$.offsetTop-u.$.scrollTop;u.equals(this… [all …]
|
H A D | CHANGES.md | 1508 …not clearing the [`element.getName()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_dom…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/image/dialogs/ |
H A D | image.js | 11 …var b=(a=a.getSelection().getSelectedElement())&&"img"===a.getName(),c=a&&"input"===a.getName()&&"… 13 …e this.customImageElement;else if(b&&"img"==b.getName()&&!b.data("cke-realelement")||b&&"input"==b… 14 "image"==b.getAttribute("type"))this.imageEditMode=b.getName(),this.imageElement=b;this.imageEditMo…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/forms/dialogs/ |
H A D | select.js | 5 …eElement("OPTION"):document.createElement("OPTION");if(a&&d&&"option"==d.getName())CKEDITOR.env.ie… 7 …function(a){return(a=a.getSelection().getSelectedElement())&&"select"==a.getName()?a:null},onShow:… 8 this.getModel(this.getParentEditor());if(a){this.setupContent(a.getName(),a);for(var a=n(a),b=0;b<a…
|
H A D | radio.js | 5 …:function(a){return(a=a.getSelection().getSelectedElement())&&"input"==a.getName()&&"radio"==a.get…
|
H A D | textarea.js | 5 …nction(a){return(a=a.getSelection().getSelectedElement())&&"textarea"==a.getName()?a:null},onShow:…
|
H A D | textfield.js | 5 …function(a){a=a.getSelection().getSelectedElement();return!a||"input"!=a.getName()||!g[a.getAttrib…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/colordialog/dialogs/ |
H A D | colordialog.js | 5 …olor").setValue("");x()}function y(a){a=a.data.getTarget();var c;"td"==a.getName()&&(c=a.getChild(… 6 …TOR.event(a));var c=!/mouse/.test(a.name),b=a.data.getTarget(),f;"td"==b.getName()&&(f=b.getChild(…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/div/dialogs/ |
H A D | div.js | 7 …ragraph();)if(b.getName()in q&&!b.isReadOnly()){var d=b.getChildren();for(b=0;b<d.count();b++)t(f,…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/table/dialogs/ |
H A D | table.js | 6 310:280,getModel:function(d){return"tableProperties"!==this.dialog.getName()?null:(d=(d=d.getSelect… 10 …ength;k++)g=new CKEDITOR.dom.element(b.$.rows[k]),"tbody"==g.getParent().getName()&&(m=new CKEDITO…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/flash/dialogs/ |
H A D | flash.js | 11 …getName()){g=d;d=g.getElementsByTag("embed","cke");0<d.count()&&(b=d.getItem(0));for(var d=g.getEl…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/smiley/dialogs/ |
H A D | smiley.js | 5 …mages,g=e.smiley_columns||8,k,m=function(l){var c=l.data.getTarget(),b=c.getName();if("a"==b)c=c.g…
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/tabletools/dialogs/ |
H A D | tableCell.js | 11 …:"td",items:[[d.data,"td"],[d.header,"th"]],setup:f(function(a){return a.getName()}),commit:functi…
|