/webtrees/resources/views/admin/ |
H A D | trees-check.phtml | 31 <?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 D | import-fail.phtml | 14 <?= $error ?>
|
/webtrees/app/Cli/Commands/ |
H A D | UserCreate.php | 70 $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 D | CompilePoFiles.php | 55 $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 D | TreeCreate.php | 60 $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 D | TreeExport.php | 79 $io->error(message: 'Tree "' . $tree_name . '" not found.');
|
/webtrees/public/ckeditor-4.15.1-custom/vendor/ |
H A D | promise.js | 3 …;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 D | options.js | 7 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 D | webtrees.js | 876 .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 D | statistics.js | 79 }).catch((error) => { 80 console.log(error);
|
/webtrees/resources/views/setup/ |
H A D | step-3-database-type.phtml | 41 <?php foreach ($errors as $error) : ?> 42 <p class="alert alert-danger"><?= $error ?></p>
|
H A D | step-4-database-sqlite.phtml | 44 <?php foreach ($errors as $error) : ?> 45 <p class="alert alert-danger"><?= $error ?></p>
|
H A D | step-5-administrator.phtml | 42 <?php foreach ($errors as $error) : ?> 43 <p class="alert alert-danger"><?= $error ?></p>
|
H A D | step-2-server-checks.phtml | 47 <?php foreach ($errors as $error) : ?> 48 <p class="alert alert-danger"><?= $error ?></p>
|
H A D | step-4-database-pgsql.phtml | 39 <?php foreach ($errors as $error) : ?> 40 <p class="alert alert-danger"><?= $error ?></p>
|
H A D | step-4-database-sqlsrv.phtml | 39 <?php foreach ($errors as $error) : ?> 40 <p class="alert alert-danger"><?= $error ?></p>
|
H A D | step-4-database-mysql.phtml | 39 <?php foreach ($errors as $error) : ?> 40 <p class="alert alert-danger"><?= $error ?></p>
|
/webtrees/app/Http/RequestHandlers/ |
H A D | SetupWizard.php | 348 …$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 D | CHANGES.md | 33 …/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 D | phpstan-baseline.neon | 94 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 D | unhandled-exception.phtml | 10 <pre class="alert alert-danger"><?= $error ?></pre>
|
H A D | database-error.phtml | 18 <?= e($error) ?>
|
H A D | database-connection.phtml | 19 <?= e($error) ?>
|
/webtrees/resources/views/modals/ |
H A D | error.phtml | 15 <?= $error ?>
|
/webtrees/public/ckeditor-4.15.1-custom/plugins/scayt/ |
H A D | README.md | 4 …lling and grammar errors while users type. To correct spelling or grammar error, a user simply nee…
|