Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/webtrees/public/ckeditor-4.15.1-custom/plugins/pastefromword/filter/
H A Ddefault.js5 ….rules=function(b,a,c){function e(d){(d.attributes["o:gfxdata"]||"v:group"===d.parent.name)&&l.pus…
6attributes.name){if("_GoBack"==d.attributes.name){delete d.name;return}if(d.attributes.name.match(…
7attributes.name&&A[d.attributes.name]&&(d=A[d.attributes.name],d.attributes.href=d.attributes.href…
8attributes.alt.match(/^https?:\/\//)&&(d.attributes.src=d.attributes.alt);d=d.attributes["v:shapes…
9 …,e=n.parseCssText(d.attributes.style);b&&!b.attributes["cke-list-level"]&&e["mso-list"]&&e["mso-li…
11 …es&&d.attributes.size&&delete d.attributes.size;CKEDITOR.dtd.tr[d.parent.name]&&CKEDITOR.tools.arr…
12attributes.style=k.normalizedStyles(d,a),k.pushStylesLower(d))},ol:function(a){if(f)return"li"==a.…
13attributes.style||d.attributes.style.match(/^mso\-bookmark:OLE_LINK\d+$/)||d.getHtml().match(/^(\s…
14attributes&&a.attributes.src&&(f=a.attributes.src)},CKEDITOR.NODE_ELEMENT,!0),a.filterChildren(c),…
15 …,CKEDITOR.htmlParser.fragment.fromHtml(b.getOuterHtml()).children[0]}},attributes:{style:function(… property
[all …]
/webtrees/public/ckeditor-4.15.1-custom/
H A Dstyles.js62 { name: 'Marker', element: 'span', attributes: { 'class': 'marker' } }, property
79 { name: 'Language: RTL', element: 'span', attributes: { 'dir': 'rtl' } }, property
80 { name: 'Language: LTR', element: 'span', attributes: { 'dir': 'ltr' } }, property
87 attributes: { 'class': 'left' } property
93 attributes: { 'class': 'right' } property
99 attributes: { property
115 { name: 'Clean Image', type: 'widget', widget: 'image', attributes: { 'class': 'image-clean' } }, property
116 …{ name: 'Grayscale Image', type: 'widget', widget: 'image', attributes: { 'class': 'image-grayscal… property
118 …{ name: 'Featured Snippet', type: 'widget', widget: 'codeSnippet', attributes: { 'class': 'code-fe… property
120 …{ name: 'Featured Formula', type: 'widget', widget: 'mathjax', attributes: { 'class': 'math-featur… property
[all …]
/webtrees/public/ckeditor-4.15.1-custom/plugins/pastetools/filter/
H A Dcommon.js6attributes.style),e,f;for(e in c)f=e+":"+c[e],CKEDITOR.tools.array.some(b,function(a){return f.sub…
7attributes.bgcolor){var b=CKEDITOR.tools.parseCssText(a.attributes.style);b["background-color"]||(…
8attributes.align&&1===l.object.keys(b.attributes).length&&1===b.children.length){a.attributes.alig…
9attributes.style,!0),d=g.border?CKEDITOR.tools.style.border.fromCssRule(g.border):{},d=l.style.bor…
10 …on(a){a.attributes.face&&e&&(a.attributes.face=v(a.attributes.face,e))}}}};p.styles={setStyle:func…
11attributes.style=CKEDITOR.tools.writeCssText(f))},convertStyleToPx:function(a){var b=a.attributes.…
13 …removeFontStyles"),d=l.parseCssText(a.attributes.style);"cke:li"==a.name&&(d["TEXT-INDENT"]&&d.MAR…
15 …element("span");n.attributes.style=d+":"+b[d];c.add(n);c=n;delete b[d]}CKEDITOR.tools.isEmpty(b)?d…
16attributes.style),e=l.object.keys(c),f=[],g=[],d=0;d<e.length;d++)-1!==l.indexOf(b,e[d].toLowerCas…
17attributes.style),g;for(g in f)if(!(g.toLowerCase()in e||e[g.toLowerCase().replace(/\-.*$/,"-")]||…
[all …]
/webtrees/app/Services/
H A DMediaFileService.php161 $tree = Validator::attributes($request)->tree();
287 ->filter(fn (StorageAttributes $attributes): bool => $attributes->isFile())
288 … ->filter(fn (StorageAttributes $attributes): bool => !$this->ignorePath($attributes->path()))
289 ->map(fn (StorageAttributes $attributes): string => $attributes->path())
337 ->filter(fn (StorageAttributes $attributes): bool => $attributes->isDir())
338 … ->filter(fn (StorageAttributes $attributes): bool => !$this->ignorePath($attributes->path()))
339 ->map(fn (StorageAttributes $attributes): string => $attributes->path())
381 ->filter(fn (StorageAttributes $attributes): bool => $attributes->isDir())
382 … ->filter(fn (StorageAttributes $attributes): bool => !$this->ignorePath($attributes->path()))
383 ->map(fn (StorageAttributes $attributes): string => $attributes->path() . '/')
H A DUpgradeService.php130 ->filter(static fn (StorageAttributes $attributes): bool => $attributes->isFile())
131 ->map(static fn (StorageAttributes $attributes): string => $attributes->path());
196 foreach ($source->listContents('', FilesystemReader::LIST_DEEP) as $attributes) {
197 if ($attributes->isFile()) {
198 $destination->write($attributes->path(), $source->read($attributes->path()));
199 $source->delete($attributes->path());
H A DAdminService.php250 ->filter(static function (StorageAttributes $attributes) use ($filesystem) {
251 if (!$attributes->isFile()) {
255 $stream = $filesystem->readStream($attributes->path());
262 ->map(fn (StorageAttributes $attributes) => $attributes->path())
/webtrees/app/Http/RequestHandlers/
H A DReportSetupPage.php62 $tree = Validator::attributes($request)->tree();
63 $user = Validator::attributes($request)->user();
65 $report = Validator::attributes($request)->string('report');
92 $attributes = [
133 $attributes += [
139 $input['control'] = '<input ' . Html::attributes($attributes) . '>';
146 $attributes += [
150 $input['control'] = '<input ' . Html::attributes($attributes) . '>';
154 $attributes += [
158 $input['control'] = '<input ' . Html::attributes($attributes) . '>';
H A DCleanDataFolder.php72 if (Validator::attributes($request)->string('dbtype', DB::MYSQL) === DB::SQLITE) {
73 $protected[] = Validator::attributes($request)->string('dbname') . '.sqlite';
87 ->map(static function (StorageAttributes $attributes): string {
88 if ($attributes->isDir()) {
89 return $attributes->path() . '/';
92 return $attributes->path();
H A DMapDataImportPage.php58 ->filter(static function (StorageAttributes $attributes): bool {
59 $extension = pathinfo($attributes->path(), PATHINFO_EXTENSION);
63 …->map(static fn (StorageAttributes $attributes): string => pathinfo($attributes->path(), PATHINFO_…
H A DMessageAction.php66 $tree = Validator::attributes($request)->tree();
67 $user = Validator::attributes($request)->user();
68 $ip = Validator::attributes($request)->string('client-ip');
69 $base_url = Validator::attributes($request)->string('base_url');
/webtrees/app/Http/Middleware/
H A DUseDatabase.php47 driver: Validator::attributes($request)->string('dbtype', DB::MYSQL),
48 host: Validator::attributes($request)->string('dbhost'),
49 port: Validator::attributes($request)->string('dbport'),
50 database: Validator::attributes($request)->string('dbname'),
51 username: Validator::attributes($request)->string('dbuser'),
52 password: Validator::attributes($request)->string('dbpass'),
53 prefix: Validator::attributes($request)->string('tblpfx'),
54 key: Validator::attributes($request)->string('dbkey', ''),
55 certificate: Validator::attributes($request)->string('dbcert', ''),
56 ca: Validator::attributes($request)->string('dbca', ''),
[all …]
/webtrees/app/Module/
H A DClippingsCartModule.php136 $route = Validator::attributes($request)->route();
152 $xref = $route->attributes['xref'];
199 $tree = Validator::attributes($request)->tree();
219 $tree = Validator::attributes($request)->tree();
296 $tree = Validator::attributes($request)->tree();
315 $tree = Validator::attributes($request)->tree();
334 $tree = Validator::attributes($request)->tree();
369 $tree = Validator::attributes($request)->tree();
395 $tree = Validator::attributes($request)->tree();
441 $tree = Validator::attributes($request)->tree();
[all …]
H A DHourglassChartModule.php146 $tree = Validator::attributes($request)->tree();
147 $xref = Validator::attributes($request)->isXref()->string('xref');
148 $user = Validator::attributes($request)->user();
149 …$generations = Validator::attributes($request)->isBetween(self::MINIMUM_GENERATIONS, self::MAXIMUM…
150 $spouses = Validator::attributes($request)->boolean('spouses', self::DEFAULT_SPOUSES);
206 $tree = Validator::attributes($request)->tree();
226 $tree = Validator::attributes($request)->tree();
H A DFamilyBookChartModule.php143 $tree = Validator::attributes($request)->tree();
144 $user = Validator::attributes($request)->user();
145 $xref = Validator::attributes($request)->isXref()->string('xref');
146 …$book_size = Validator::attributes($request)->isBetween(self::MINIMUM_BOOK_SIZE, self::MAXIMUM_B…
147 …$generations = Validator::attributes($request)->isBetween(self::MINIMUM_GENERATIONS, self::MAXIMUM…
148 $spouses = Validator::attributes($request)->boolean('spouses', false);
H A DPedigreeMapModule.php176 $tree = Validator::attributes($request)->tree();
177 $user = Validator::attributes($request)->user();
178 …$generations = Validator::attributes($request)->isBetween(self::MINIMUM_GENERATIONS, self::MAXIMUM…
179 $xref = Validator::attributes($request)->isXref()->string('xref');
296 $tree = Validator::attributes($request)->tree();
297 …$generations = Validator::attributes($request)->isBetween(self::MINIMUM_GENERATIONS, self::MAXIMUM…
298 $xref = Validator::attributes($request)->isXref()->string('xref');
H A DInteractiveTreeModule.php182 $tree = Validator::attributes($request)->tree();
183 $user = Validator::attributes($request)->user();
215 'tree' => Validator::attributes($request)->tree()->name(),
227 $tree = Validator::attributes($request)->tree();
244 $tree = Validator::attributes($request)->tree();
H A DDescendancyChartModule.php155 $tree = Validator::attributes($request)->tree();
156 $user = Validator::attributes($request)->user();
157 $xref = Validator::attributes($request)->isXref()->string('xref');
158 … $style = Validator::attributes($request)->isInArrayKeys($this->styles())->string('style');
159 …$generations = Validator::attributes($request)->isBetween(self::MINIMUM_GENERATIONS, self::MAXIMUM…
H A DAncestorsChartModule.php159 $tree = Validator::attributes($request)->tree();
160 $user = Validator::attributes($request)->user();
161 … $style = Validator::attributes($request)->isInArrayKeys($this->styles())->string('style');
162 $xref = Validator::attributes($request)->isXref()->string('xref');
163 …$generations = Validator::attributes($request)->isBetween(self::MINIMUM_GENERATIONS, self::MAXIMUM…
H A DPrivacyPolicy.php93 $tree = Validator::attributes($request)->treeOptional();
94 $user = Validator::attributes($request)->user();
113 $tree = Validator::attributes($request)->tree();
114 $user = Validator::attributes($request)->user();
H A DHitCountFooterModule.php120 $route = Validator::attributes($request)->route();
121 $tree = Validator::attributes($request)->treeOptional();
122 $user = Validator::attributes($request)->user();
135 $xref = Validator::attributes($request)->isXref()->string('xref');
H A DPedigreeChartModule.php169 $tree = Validator::attributes($request)->tree();
170 $user = Validator::attributes($request)->user();
171 $xref = Validator::attributes($request)->isXref()->string('xref');
172 …$style = Validator::attributes($request)->isInArrayKeys($this->styles('ltr'))->string('style…
173 …$generations = Validator::attributes($request)->isBetween(self::MINIMUM_GENERATIONS, self::MAXIMUM…
H A DStoriesModule.php212 $tree = Validator::attributes($request)->treeOptional();
273 $tree = Validator::attributes($request)->tree();
317 $tree = Validator::attributes($request)->tree();
359 $tree = Validator::attributes($request)->tree();
386 $tree = Validator::attributes($request)->tree();
/webtrees/app/
H A DMediaFile.php191 $image = '<img ' . Html::attributes($image_attributes + [
198 $link_attributes = Html::attributes([
207 $link_attributes = Html::attributes([
304 public function attributes(): array function in Fisharebest\\Webtrees\\MediaFile
306 $attributes = [];
314 $attributes[I18N::translate('File size')] = $text;
328 $attributes[I18N::translate('Image dimensions')] = $text;
335 return $attributes;
H A DFact.php532 $attributes = [];
535 $attributes[] = $target->fullName();
540 $attributes[] = '<bdi>' . e($value) . '</bdi>';
546 …$attributes[] = $date->display() . view('fact-parents-age', ['individual' => $this->record, 'birth…
548 $attributes[] = $date->display();
553 $attributes[] = $this->place()->shortName();
565 $value = '<span class="field" dir="auto">' . implode(' — ', $attributes) . '</span>';
/webtrees/public/ckeditor-4.15.1-custom/plugins/forms/dialogs/
H A Dbutton.js5 …(a.attributes[this.id]=b,"name"==this.id&&(a.attributes["data-cke-saved-name"]=b)):(delete a.attri…

12345678910>>...15