Home
last modified time | relevance | path

Searched refs:action (Results 1 – 25 of 89) sorted by relevance

1234

/webtrees/app/Schema/
H A DMigration44.php55 $action = 'NO ACTION';
57 $action = 'CASCADE';
60 … DB::schema()->table('place_location', static function (Blueprint $table) use ($action): void {
64 ->onDelete($action)
65 ->onUpdate($action);
/webtrees/app/Http/RequestHandlers/
H A DModuleAction.php60 $action = $request->getAttribute('action');
74 $method = $verb . $action . 'Action';
77 if (str_contains($action, 'Admin') && !Auth::isAdmin($user)) {
H A DRedirectReportEnginePhp.php49 $action = Validator::queryParams($request)->string('action', '');
53 if ($tree instanceof Tree && $action === 'run') {
H A DSiteLogsPage.php85 $action = Validator::queryParams($request)->string('action', '');
106 'action' => $action,
/webtrees/public/ckeditor-4.15.1-custom/plugins/forms/dialogs/
H A Dform.js5 CKEDITOR.dialog.add("form",function(a){var d={action:1,id:1,method:1,enctype:1,target:1};return{tit… property
7 …oveAttribute("name"))}},{id:"action",type:"text",label:a.lang.forms.form.action,"default":"",acces…
/webtrees/resources/views/admin/
H A Danalytics-edit.phtml23 <form method="post" action="<?= e($action) ?>" class="form-horizontal">
/webtrees/app/Module/
H A DClippingsCartModule.php150 $action = array_search($route->name, self::ROUTES_WITH_RECORDS, true); variable in Fisharebest\\Webtrees\\Module\\ClippingsCartModule
151 if ($action !== false) {
157 'action' => 'Add' . $action,
/webtrees/public/css/
H A Dvendor.min.css6action-color:var(--bs-secondary-color);--bs-list-group-action-hover-color:var(--bs-emphasis-color)…
11action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom…
/webtrees/
H A DREADME.md229 further action is required.
233 action.
/webtrees/resources/js/
H A Dwebtrees.js863 webtrees.httpPost(form.action, new FormData(form))
/webtrees/public/ckeditor-4.15.1-custom/plugins/image/dialogs/
H A Dimage.js37 …pe:"button",id:"browse",className:"cke_dialog_image_browse",filebrowser:{action:"Browse",target:"L… property
/webtrees/public/js/
H A Dwebtrees.min.js1 …l-content"),a=document.getElementById(r.dataset.wtSelectId);e.httpPost(n.action,new FormData(n)).t…
/webtrees/public/ckeditor-4.15.1-custom/
H A Dckeditor.js591 …n this},getAction:function(){return this.getInputElement().getParent().$.action},registerEvents:fu…
592 … dir\x3d"'+g+'" lang\x3d"'+k+'" action\x3d"',CKEDITOR.tools.htmlEncode(f.action),'"\x3e\x3clabel i…
885 ….CKEditorFuncNum=a._.filebrowserFn;c.langCode||(c.langCode=a.langCode);b.action=g(d.url,c);b.fileb…
886action:"fileButton"==e.type?"QuickUpload":"Browse",target:e.filebrowser}),"Browse"==e.filebrowser. property
1135 ….getSelection().isLocked&&"restoreSelection"!==d.action&&a.lockSelection();"restoreSelection"===d.
H A DLICENSE.md1151 You file such action is referred to as "Participant") alleging that:
H A DCHANGES.md318 …-plugin-wsc/issues/52) Fixed: Clicking "Finish Checking" without a prior action would hang the Spe…
1714 * [#10912](https://dev.ckeditor.com/ticket/10912): Prevent default action when content of a non-edi…
/webtrees/resources/lang/tt/
H A Dmessages.po9874 #: resources/views/admin/fix-level-0-media-action.phtml:19
/webtrees/resources/lang/mk/
H A Dmessages.po9894 #: resources/views/admin/fix-level-0-media-action.phtml:19
/webtrees/resources/lang/ko/
H A Dmessages.po9874 #: resources/views/admin/fix-level-0-media-action.phtml:19
/webtrees/resources/lang/dv/
H A Dmessages.po9868 #: resources/views/admin/fix-level-0-media-action.phtml:19
/webtrees/resources/lang/ms/
H A Dmessages.po9871 #: resources/views/admin/fix-level-0-media-action.phtml:19
/webtrees/resources/lang/mi/
H A Dmessages.po9887 #: resources/views/admin/fix-level-0-media-action.phtml:19
/webtrees/resources/lang/hi/
H A Dmessages.po9894 #: resources/views/admin/fix-level-0-media-action.phtml:19
/webtrees/resources/lang/sr/
H A Dmessages.po9915 #: resources/views/admin/fix-level-0-media-action.phtml:19
/webtrees/resources/lang/sw/
H A Dmessages.po9904 #: resources/views/admin/fix-level-0-media-action.phtml:19
/webtrees/resources/lang/ja/
H A Dmessages.po9871 #: resources/views/admin/fix-level-0-media-action.phtml:19

1234