Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 112) sorted by relevance

12345

/webtrees/resources/views/admin/
H A Dtrees-check.phtml31 <?php foreach ($errors as $error) : ?>
32 <li class="list-group-item list-group-item-danger" data-wt-tag="<?= e($error->tag) ?>">
34 <div class="col-auto"><?= $error->message ?></div>
36 <?php if ($error->tag !== '') : ?>
39 <?= I18N::translate('Hide these errors') ?> — <?= e($error->tag) ?>
H A Dimport-fail.phtml14 <?= $error ?>
/webtrees/app/Cli/Commands/
H A DUserCreate.php70 $io->error(message: 'Missing required option: --username');
75 $io->error(message: 'Missing required option: --realname');
80 $io->error(message: 'Missing required option: --email');
85 $io->error(message: 'Missing required option: --timezone');
96 $io->error(message: 'A user with the username "' . $username . '" already exists.');
104 $io->error(message: 'A user with the email "' . $email . '" already exists');
H A DCompilePoFiles.php55 $io->error('Failed to find any PO files matching ' . self::PO_FILE_PATTERN);
60 $error = false;
71 $io->error('Failed to write to ' . $php_file);
72 $error = true;
78 return $error ? Command::FAILURE : Command::SUCCESS;
H A DTreeCreate.php60 $io->error(message: 'Missing required option: --name');
65 $io->error(message: 'Missing required option: --title');
76 $io->error(message: 'A tree with the name "' . $name . '" already exists.');
H A DTreeExport.php79 $io->error(message: 'Tree "' . $tree_name . '" not found.');
/webtrees/public/ckeditor-4.15.1-custom/vendor/
H A Dpromise.js3 …;return b}function r(){}function M(a){try{return a.then}catch(b){return p.error=b,p}}function V(a,…
4 …=a.constructor&&c===D&&b.constructor.resolve===F?X(a,b):c===p?(g(a,p.error),p.error=null):void 0==…
5 …nction L(a,b,c,d){var e=v(c),f=void 0,h=void 0,k=void 0,l=void 0;if(e){try{f=c(d)}catch(n){p.error=
6 n,f=p}f===p?(l=!0,h=f.error,f.error=null):k=!0;if(b===f){g(b,new TypeError("A promises callback can…
8 u=void 0,y=1,t=2,p={error:null},O=0,ba=function(){function a(a,c){this._instanceConstructor=a;this.… property
/webtrees/public/ckeditor-4.15.1-custom/plugins/scayt/dialogs/
H A Doptions.js7 g.isLicensed()&&g.createUserDictionary(h,function(e){e.error||a.toggleDictionaryState.call(b,"dicti…
8 …alue();a.isLicensed()&&a.restoreUserDictionary(h,function(a){a.dialog=b;a.error||g.toggleDictionar…
10 …e();a.isLicensed()&&a.removeUserDictionary(e,function(a){h.setValue("");a.error||g.toggleDictionar…
14 …aytUserDictionaryAction",{dialog:b,command:"wordWithBannedSymbols",name:e,error:!0}):g.inChildren(… property
15 function(a){a.error||(h.setValue(""),g.addChild(e,!0));a.dialog=b;a.command="addWord";a.name=e;f.en…
17 …isBlocked()&&(this.block(),b.deleteWordFromUserDictionary(e,function(a){a.error||f.removeChild(h,e…
18 …naries","dictionaryNote").getElement(),e=b.editor.scayt,c;void 0===b.data.error?(c=e.getLocal("mes…
28 …his,a=d.scayt;a.getUserDictionary(a.getUserDictionaryName(),function(a){a.error||f.renderItemList.…
/webtrees/resources/js/
H A Dwebtrees.js876 .catch(error => {
877 modal_content.innerHTML = error;
1046 }).catch((error) => {
1047 alert(error);
1058 .catch((error) => alert(error));
1061 .catch((error) => alert(error));
H A Dstatistics.js79 }).catch((error) => {
80 console.log(error);
/webtrees/resources/views/setup/
H A Dstep-3-database-type.phtml41 <?php foreach ($errors as $error) : ?>
42 <p class="alert alert-danger"><?= $error ?></p>
H A Dstep-4-database-sqlite.phtml44 <?php foreach ($errors as $error) : ?>
45 <p class="alert alert-danger"><?= $error ?></p>
H A Dstep-5-administrator.phtml42 <?php foreach ($errors as $error) : ?>
43 <p class="alert alert-danger"><?= $error ?></p>
H A Dstep-2-server-checks.phtml47 <?php foreach ($errors as $error) : ?>
48 <p class="alert alert-danger"><?= $error ?></p>
H A Dstep-4-database-pgsql.phtml39 <?php foreach ($errors as $error) : ?>
40 <p class="alert alert-danger"><?= $error ?></p>
H A Dstep-4-database-sqlsrv.phtml39 <?php foreach ($errors as $error) : ?>
40 <p class="alert alert-danger"><?= $error ?></p>
H A Dstep-4-database-mysql.phtml39 <?php foreach ($errors as $error) : ?>
40 <p class="alert alert-danger"><?= $error ?></p>
/webtrees/app/Http/RequestHandlers/
H A DSetupWizard.php348 …$error = $this->checkAdminUser($data['wtname'], $data['wtuser'], $data['wtpass'], $data['wtemail']…
350 if ($error !== '') {
351 $data['errors']->push($error);
/webtrees/public/ckeditor-4.15.1-custom/
H A DCHANGES.md33 …/examples/classic.html) by handling exceptions and displaying convenient [error messages](https://…
51 …t/api/CKEDITOR_dom_selection.html#method-scrollIntoView) method throws an error when the editor se…
62 * [#3931](https://github.com/ckeditor/ckeditor4/issues/3931): [IE] Fixed: An error is thrown when p…
71 …agging and dropping a [widget](https://ckeditor.com/cke4/addon/widget) sometimes produces an error.
73 * [#3998](https://github.com/ckeditor/ckeditor4/issues/3998): Fixed: An error is thrown when switch…
108 * [#3498](https://github.com/ckeditor/ckeditor4/issues/3498): Fixed: The editor throws an error dur…
109 …covers an existing [enhanced image](https://ckeditor.com/cke4/addon/image2) widget throws an error.
128 …/issues/3475): [Firefox] Fixed: Pasting plain text over existing content fails and throws an error.
134 … [Easy Image](https://ckeditor.com/cke4/addon/easyimage) plugin throws an error when any image wit…
178 * [#941](https://github.com/ckeditor/ckeditor4/issues/941): Fixed: An error is thrown after styling…
[all …]
/webtrees/
H A Dphpstan-baseline.neon94 message: '#^Binary operation "\." between ''A tree with the…'' and mixed results in an error\.$#'
112 message: '#^Binary operation "\." between ''Tree "'' and mixed results in an error\.$#'
130 message: '#^Binary operation "\." between ''A user with the…'' and mixed results in an error\.$#'
550 … message: '#^Binary operation "\." between ''FAM\:''\|''INDI\:'' and mixed results in an error\.$#'
568 message: '#^Binary operation "\." between mixed and string results in an error\.$#'
634 message: '#^Binary operation "\.\=" between string and mixed results in an error\.$#'
796 …Binary operation "\." between literal\-string&non\-falsy\-string and mixed results in an error\.$#'
1222 message: '#^Binary operation "\+\=" between \(float\|int\) and mixed results in an error\.$#'
1228 message: '#^Binary operation "\.\=" between string and mixed results in an error\.$#'
1252 message: '#^Binary operation "\." between ''Delete\: '' and mixed results in an error\.$#'
[all …]
/webtrees/resources/views/errors/
H A Dunhandled-exception.phtml10 <pre class="alert alert-danger"><?= $error ?></pre>
H A Ddatabase-error.phtml18 <?= e($error) ?>
H A Ddatabase-connection.phtml19 <?= e($error) ?>
/webtrees/resources/views/modals/
H A Derror.phtml15 <?= $error ?>
/webtrees/public/ckeditor-4.15.1-custom/plugins/scayt/
H A DREADME.md4 …lling and grammar errors while users type. To correct spelling or grammar error, a user simply nee…

12345