Home
last modified time | relevance | path

Searched refs:elements (Results 1 – 25 of 50) sorted by relevance

12

/webtrees/app/Report/
H A DReportHtmlTextbox.php48 $cE = count($this->elements);
51 $element = $this->elements[$i];
119 $this->elements = $newelements;
167 $cE = count($this->elements);
169 if (is_object($this->elements[$i])) {
170 $ew = $this->elements[$i]->setWrapWidth($cW - $w - 2, $cW);
174 $lw = $this->elements[$i]->getWidth($renderer);
188 $eH += $this->elements[$i]->getHeight($renderer);
256 foreach ($this->elements as $element) {
H A DReportPdfTextBox.php49 $cE = count($this->elements);
52 $element = $this->elements[$i];
118 $this->elements = $newelements;
167 $cE = count($this->elements);
170 if (is_object($this->elements[$i])) {
171 $ew = $this->elements[$i]->setWrapWidth($cWT - $w, $cWT);
175 $lw = $this->elements[$i]->getWidth($renderer);
191 $eH += $this->elements[$i]->getHeight($renderer);
298 foreach ($this->elements as $element) {
H A DReportBaseTextbox.php32 public array $elements = []; variable in Fisharebest\\Webtrees\\Report\\ReportBaseTextbox
127 $this->elements[] = $element;
/webtrees/app/Factories/
H A DElementFactory.php34 private array $elements = []; variable in Fisharebest\\Webtrees\\Factories\\ElementFactory
47 … return $this->elements[$tag] ?? $this->findElementByWildcard($tag) ?? new UnknownElement($tag);
55 public function registerTags(array $elements): void argument
57 $this->elements = $elements + $this->elements;
76 foreach ($this->elements as $tags => $element) {
/webtrees/resources/views/
H A Dfact-gedcom-fields.phtml29 $elements = []; variable
36 $elements[$key] = Registry::elementFactory()->make($full_tag);
38 …if ($elements[$key] instanceof AbstractXrefElement && preg_match('/^@(' . Gedcom::REGEX_XREF . ')@…
55 <?php if ($elements[0] instanceof XrefSource && preg_match('/^@(' . Gedcom::REGEX_XREF . ')@$/', $v…
61 <?php if (isset($elements[1])) : ?>
81 <?= $elements[$key]->labelValue(strtr($values[$key], ["\r" => "\n"]), $tree) ?>
89 <?= $elements[$key]->labelValue(strtr($values[$key], ["\r" => "\n"]), $tree) ?>
/webtrees/resources/views/edit/
H A Dedit-gedcom-fields.phtml20 $elements = []; variable
27 …$elements[$key] = Registry::elementFactory()->make(implode(':', array_slice($hierarchy, …
42 $indent[$key] = $elements[$key]->collapseChildren() && $has_subtags;
57 <?php if ($elements[$key] instanceof EmptyElement && $values[$key] === '') : ?>
64 <?= $elements[$key]->label() ?>
76 …<?= $elements[$key]->edit($ids[$key], $prefix . 'values[]', strtr($values[$key], ["\r" => "\n"]), …
/webtrees/public/ckeditor-4.15.1-custom/skins/moono/
H A Dreadme.md27 - **richcombo.css**: the file contains styles of the rich combo ui elements on toolbar,
30 - **elementspath.css**: the file contains styles of the editor elements path bar (bottom),
35 - **preset.css**: the file defines the default styles of some UI elements reflecting the skin prefe…
/webtrees/app/Http/RequestHandlers/
H A DCreateRepositoryModal.php48 $elements = [
55 'elements' => $elements,
/webtrees/public/ckeditor-4.15.1-custom/plugins/flash/dialogs/
H A Dflash.js14 label:a.lang.common.generalTab,accessKey:"I",elements:[{type:"vbox",padding:0,children:[{type:"hbox… property
17 …Upload",hidden:!0,filebrowser:"uploadButton",label:a.lang.common.upload,elements:[{type:"file",id:… property
18 …"Upload","upload"]}]},{id:"properties",label:a.lang.flash.propertiesTab,elements:[{type:"hbox",wid… property
23 …,setup:b,commit:c}]}]}]},{id:"advanced",label:a.lang.common.advancedTab,elements:[{type:"hbox",chi… property
/webtrees/public/ckeditor-4.15.1-custom/plugins/liststyle/dialogs/
H A Dliststyle.js5 …:300,minHeight:50,getModel:h(c,"ul"),contents:[{id:"info",accessKey:"I",elements:[{type:"select",l… property
7 …:300,minHeight:50,getModel:h(c,"ol"),contents:[{id:"info",accessKey:"I",elements:[{type:"hbox",wid… property
/webtrees/public/ckeditor-4.15.1-custom/plugins/scayt/dialogs/
H A Doptions.js2 …"},k=[{id:"options",label:c.getLocal("tab_options"),onShow:function(){},elements:[{type:"vbox",id:… property
3 …is.getChild()[a].id])}}]},{id:"langs",label:c.getLocal("tab_languages"),elements:[{id:"leftLangCol… property
4 …hecked=!0}}]}]},{id:"dictionaries",label:c.getLocal("tab_dictionaries"),elements:[{type:"vbox",id:… property
17 …aryActionError",a)}))}}]}]}]},{id:"about",label:c.getLocal("tab_about"),elements:[{type:"html",id:… property
/webtrees/public/ckeditor-4.15.1-custom/plugins/image/dialogs/
H A Dimage.js18 …eElement},contents:[{id:"info",label:d.lang.image.infoTab,accessKey:"I",elements:[{type:"vbox",pad… property
36 …d:"Link",requiredContent:"a[href]",label:d.lang.image.linkTab,padding:0,elements:[{id:"txtUrl",typ… property
38 …"Upload",hidden:!0,filebrowser:"uploadButton",label:d.lang.image.upload,elements:[{type:"file",id:… property
39 "for":["Upload","upload"]}]},{id:"advanced",label:d.lang.common.advancedTab,elements:[{type:"hbox",… property
/webtrees/public/ckeditor-4.15.1-custom/
H A DCHANGES.md16 …html#method-inlineAll) method tries to initialize inline editor also on elements with an editor al…
105 …Fixed: [Widget](https://ckeditor.com/cke4/addon/widget) with form input elements loses focus durin…
126 …editor/ckeditor4/issues/3415): [Firefox] Fixed: Pasting individual list elements fails. Thanks to …
169 ….com/ckeditor/ckeditor4/pull/2859): [IE, Edge] Fixed: Various editor UI elements react to right mo…
188 …latest/api/CKEDITOR_dom_range.html#method-createBookmark) can be created inside temporary elements.
205 …rd) filter from deleting [Page Break](https://ckeditor.com/cke4/addon/pagebreak) elements on paste.
228 …ITOR_editor.html#method-insertElementIntoRange)) pollute the editable with empty `<span>` elements.
290 * [#1191](https://github.com/ckeditor/ckeditor4/issues/1191): Fixed: Items in the [elements path](h…
365 …keditor/ckeditor4/issues/1113): [Firefox] Fixed: Nested contenteditable elements path is not updat…
376 …OR_ui_panel_block.html#method-getItems) method now also returns `input` elements in addition to li…
[all …]
/webtrees/public/ckeditor-4.15.1-custom/plugins/div/dialogs/
H A Ddiv.js2 …id:"info",label:a.lang.common.generalTab,title:a.lang.common.generalTab,elements:[{type:"hbox",wid… property
4 …vanced",label:a.lang.common.advancedTab,title:a.lang.common.advancedTab,elements:[{type:"vbox",pad… property
/webtrees/app/Contracts/
H A DElementFactoryInterface.php41 public function registerTags(array $elements): void; argument
/webtrees/resources/views/modals/
H A Drepository-fields.phtml14 <?php foreach ($elements as $id => $element) : ?>
H A Dcreate-repository.phtml21 <?= view('modals/repository-fields', ['elements' => $elements, 'tree' => $tree]) ?>
/webtrees/public/ckeditor-4.15.1-custom/plugins/about/dialogs/
H A Dabout.js5 …inHeight:210,contents:[{id:"tab1",label:"",title:"",expand:!0,padding:0,elements:[{type:"html",htm… property
/webtrees/resources/css/xenea/images/
H A Dreadme.txt3 Some elements of the imagens belong to the Crystal series by Everaldo Coello.
/webtrees/public/ckeditor-4.15.1-custom/plugins/find/dialogs/
H A Dfind.js18 contents:[{id:"find",label:e.find,title:e.find,accessKey:"",elements:[{type:"hbox",widths:["230px",… property
19 …,label:e.matchCyclic}]}]}]},{id:"replace",label:e.replace,accessKey:"M",elements:[{type:"hbox",wid… property
/webtrees/public/ckeditor-4.15.1-custom/plugins/forms/dialogs/
H A Dhiddenfield.js6 …:"info",label:c.lang.forms.hidden.title,title:c.lang.forms.hidden.title,elements:[{id:"_cke_saved_… property
H A Dbutton.js7 title:b.lang.forms.button.title,elements:[{id:"name",type:"text",bidi:!0,label:b.lang.common.name,"… property
H A Dform.js6 …[{id:"info",label:a.lang.forms.form.title,title:a.lang.forms.form.title,elements:[{id:"txtName",bi… property
/webtrees/public/ckeditor-4.15.1-custom/plugins/link/dialogs/
H A Danchor.js7 …us()},contents:[{id:"info",label:c.lang.link.anchor.title,accessKey:"I",elements:[{type:"text",id:… property
/webtrees/public/ckeditor-4.15.1-custom/plugins/pastetools/filter/
H A Dcommon.js7 …s.pastetools.filters.common=p;p.rules=function(a,b,c){var e=u(b);return{elements:{"^":function(a){…
21 …n-left"]}return parseInt(l.convertToPx(a["margin-left"]||"0px"),10)}};p.elements={replaceWithChild…

12