Home
last modified time | relevance | path

Searched refs:update (Results 1 – 25 of 97) sorted by relevance

1234

/webtrees/app/Http/RequestHandlers/
H A DRenumberTreeAction.php81 ->update([
89 ->update([
97 ->update([
113 ->update([
129 ->update([
137 ->update([
144 ->update([
152 ->update([
161 ->update([
177 ->update([
[all …]
H A DMergeFactsAction.php122 ->update(['setting_value' => $xref1]);
128 ->update(['xref' => $xref1]);
142 ->update(['page_count' => $page_count]);
167 ->update(['xref' => $xref1]);
H A DGedcomLoad.php166 ->update(['imported' => 1]);
179 ->update(['chunk_data' => $data->chunk_data]);
206 ->update(['chunk_data' => '']);
H A DAbstractModuleComponentAction.php73 ->update(['status' => $enabled ? 'enabled' : 'disabled']);
139 ->update([
H A DTreePreferencesAction.php149 ->update(['gedcom_name' => $gedcom]);
155 ->update(['setting_value' => $gedcom]);
H A DModulesAllAction.php65 ->update(['status' => $new_status ? 'enabled' : 'disabled']);
H A DMapDataSave.php95 ->update([
H A DMapDataImportAction.php186 ->update([
/webtrees/app/Schema/
H A DMigration44.php76 ->update([
85 ->update([
93 ->update([
109 ->update([
132 ->update(['pl_parent_id' => $row->min]);
186 ->update([
/webtrees/app/Services/
H A DPendingChangesService.php164 ->update(['status' => 'accepted']);
194 ->update(['status' => 'accepted']);
225 ->update(['status' => 'accepted']);
239 ->update(['status' => 'rejected']);
255 ->update(['status' => 'rejected']);
269 ->update(['status' => 'rejected']);
H A DGedcomImportService.php231 * @param bool $update whether this is an updated record that has been accepted
236 public function importRecord(string $gedrec, Tree $tree, bool $update): void argument
241 if (!$update) {
479 ->update([
516 ->update([
H A DUserService.php341 ->update(['user_id' => null]);
351 ->update(['user_id' => Auth::id()]);
H A DHomePageService.php304 ->update([
361 ->update([
/webtrees/app/
H A DUser.php96 ->update([
128 ->update([
160 ->update([
216 ->update([
H A DSessionDatabaseHandler.php122 ->update($updates);
/webtrees/app/Module/
H A DFrequentlyAskedQuestionsModule.php224 ->update([
230 ->update([
260 ->update([
266 ->update([
349 ->update([
H A DUserJournalModule.php211 ->update([
H A DFamilyTreeNewsModule.php212 ->update([
H A DStoriesModule.php330 ->update([
/webtrees/
H A DCONTRIBUTING.md87 2. Run `composer install` to update the PHP dependencies.
88 3. Run `npm install` to update the JS and HTML files.
H A DREADME.md193 over. Follow these steps to update a GEDCOM that has already been imported:
291 …config.ini.php* contains to correct information to connect to the database and update it if needed.
/webtrees/public/ckeditor-4.15.1-custom/
H A DCHANGES.md270 * Language dictionary update: German language was extended with over 600k new words.
271 * Language dictionary update: Swedish language was extended with over 300k new words.
456 * Language dictionary update: Added support for the Uzbek Latin language.
1086 * [#13032](https://dev.ckeditor.com/ticket/13032): Fixed: When upload is done, notification update
1129 … which can handle any type of dropped file, show the upload progress and update the content when t…
1826 …Fixed: [`undoManager.update()`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_plugins_un…
1901 * Security update: Added protection against XSS attack and possible path disclosure in the PHP samp…
H A Dckeditor.js689 …w",{notification:this})&&(this.area.add(this),this._hideAfterTimeout())},update:function(b){var a=… method in q
878 …iletools.loadError;a.changeStatus("error")};c.onprogress=function(b){a.loaded=b.loaded;a.update()};
880 …uploaded=a.loaded,b.update())},d.upload.onerror=a,d.upload.onabort=c):(b.uploadTotal=b.total,b.upd…
882 this.fire(a);this.update()},update:function(){this.fire("update")},isFinished:function(){return!!th… method in l
1203 …fire("saveSnapshot")};a.on("updateSnapshot",function(){d.currentImage&&d.update()});a.on("lockSnap…
1208 this.currentImage=this.snapshots[this.index];this.update();this.refreshState();b.fire("change")},ge…
1209 …ar a=this.getNextImage(!1);if(a)return this.restoreImage(a),!0}return!1},update:function(a){if(!th…
1210 …ocked={update:c,level:1}}},unlock:function(){if(this.locked&&!--this.locked.level){var a=this.lock… property
1211 !0);a.equalsContent(b)||this.update()}}},addFilterRule:function(a){this._filterRules.push(a)}};e.na…
/webtrees/resources/lang/en-GB/
H A Dmessages.po1433 msgid "Add new, and update existing records"
1434 msgstr "Add new, and update existing records"
4119 msgid "Create, update, and delete a family tree for every GEDCOM file in the data folder."
4120 msgstr "Create, update and delete a family tree for every GEDCOM file in the data folder."
10770 msgid "Only update existing records"
10771 msgstr "Only update existing records"
13082 msgid "Show date of last update"
13083 msgstr "Show date of last update"
13256 msgid "Show the date and time of update"
13257 msgstr "Show the date and time of update"
[all …]
/webtrees/resources/lang/en-AU/
H A Dmessages.po1433 msgid "Add new, and update existing records"
1434 msgstr "Add new, and update existing records"
4119 msgid "Create, update, and delete a family tree for every GEDCOM file in the data folder."
4120 msgstr "Create, update and delete a family tree for every GEDCOM file in the data folder."
10770 msgid "Only update existing records"
10771 msgstr "Only update existing records"
13082 msgid "Show date of last update"
13083 msgstr "Show date of last update"
13256 msgid "Show the date and time of update"
13257 msgstr "Show the date and time of update"
[all …]

1234