aboutsummaryrefslogtreecommitdiffstats
path: root/tests/static/draggable/default.html
blob: 49ea5d13cec1dbfd0df8e2ba530f364237a82b5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
	<meta charset="UTF-8" />
	<title>Draggable Static Test : Default</title>
	<link rel="stylesheet" href="../static.css" type="text/css" />
	<link rel="stylesheet" href="../../../themes/base/jquery.ui.base.css" type="text/css" />
	<link rel="stylesheet" href="../../../themes/base/jquery.ui.theme.css" type="text/css" title="ui-theme" />
	<script type="text/javascript" src="../../../jquery-1.4.2.js"></script>
	<script type="text/javascript" src="../static.js"></script>
</head>
<body>

<div class="ui-draggable"><p>Draggable</p></div>

</body>
</html>
='automated/update-workflows/default'>automated/update-workflows/default Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/TaskProcessing/Events/TaskSuccessfulEvent.php
blob: d97c03f282aedf1a6ca70cab4f49672543e5a802 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php

/**
 * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */
namespace OCP\TaskProcessing\Events;

/**
 * @since 30.0.0
 */
class TaskSuccessfulEvent extends AbstractTaskProcessingEvent {
}