Home
last modified time | relevance | path

Searched full:subscription (Results 126 – 150 of 276) sorted by last modified time

12345678910>>...12

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D61.61.js.map1 … 'STOPLIST',\n 'STOPPED',\n 'SUBJECT',\n 'SUBSCRIPTION',\n 'SUP…
H A Dbundle.js.map1subscription;\n let output = undefined;\n let handle = undefined;\n let numDe…
H A Deditor.worker.js.map1subscription;\n let output = undefined;\n let handle = undefined;\n let numDe…
H A Djson.worker.js.map1subscription;\n let output = undefined;\n let handle = undefined;\n let numDe…
H A D21.21.js1subscription","extend","schema","directive","scalar","type","interface","union","enum","input","im…
H A D21.21.js.map1subscription',\n 'extend',\n 'schema',\n 'directive',\n 'scalar',\n …
/template/flat/css/
H A D_forms.css86 * Styles for the subscription page
/template/default/
H A D_subscription.css2 * Styles for the subscription page
/template/arcadebasic/css/
H A Darcadebasic.css5338 .subscription-toggle {
/template/graphy/css/
H A Dgraphy.css1814 .comment-subscription-form {
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md903 * BC Break: Now using sabre/event for event emitting/subscription. For plugin
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php160 …ach ($this->caldavBackend->getSubscriptionsForUser($this->principalInfo['uri']) as $subscription) {
161 if ($subscription['uri'] === $name) {
162 return new Subscriptions\Subscription($this->caldavBackend, $subscription);
217 …ach ($this->caldavBackend->getSubscriptionsForUser($this->principalInfo['uri']) as $subscription) {
218 $objs[] = new Subscriptions\Subscription($this->caldavBackend, $subscription);
227 * Creates a new calendar or subscription.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
H A DPlugin.php11 * This plugin adds calendar-subscription support to your CalDAV server.
14 * a list of subscription urls a user is using.
H A DSubscription.php13 * Subscription Node
15 * This node represents a subscription.
21 class Subscription extends Collection implements ISubscription, IACL { class
59 …ew \InvalidArgumentException('The ' . $r . ' field is required when creating a subscription node');
H A DISubscription.php13 * The subscription node doesn't do much, other than returning and updating
14 * subscription-related properties.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php107 * List of subscription properties, and how they map to database fieldnames.
1059 * Every subscription is an array with the following keys:
1061 * subscription. This can be the same as the uri or a database key.
1067 * Furthermore, all the subscription info must be returned too:
1104 $subscription = [
1116 $subscription[$xmlName] = $row[$dbName];
1120 $subscriptions[] = $subscription;
1129 * Creates a new subscription for a principal.
1132 * this subscription in other methods, such as updateSubscription.
1177 * Updates a subscription
[all …]
H A DSubscriptionSupport.php19 * Every subscription is an array with the following keys:
21 * subscription. This can be the same as the uri or a database key.
22 * * uri. This is just the 'base uri' or 'filename' of the subscription.
23 * * principaluri. The owner of the subscription. Almost always the same as
26 * Furthermore, all the subscription info must be returned too:
51 * Creates a new subscription for a principal.
54 * this subscription in other methods, such as updateSubscription.
64 * Updates a subscription
82 * Deletes a subscription.
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php675 'string' => 'Subscription',
/template/notes/css/
H A D_forms.css86 * Styles for the subscription page
/template/kkh/css/
H A D_forms.css86 * Styles for the subscription page
/plugin/codemirror/dist/modes/
H A Dsql.min.js.map1 …dout storage strict strip structure style subclass_origin submultiset subscription substring subst…
H A Dsql.min.js1 …dout storage strict strip structure style subclass_origin submultiset subscription substring subst…
/template/dokukitv2/
H A D_subscription.css2 * Styles for the subscription page
/plugin/submgr/
H A Dhelper.php52 throw new Exception('bad subscription type');
55 throw new Exception('list subscription is not supported for single pages');
113 $lines = confToHash(DOKU_CONF . 'subscription.rules');
134 $out = "# auto subscription rules\n";
139 return io_saveFile(DOKU_CONF . 'subscription.rules', $out);
/plugin/submgr/lang/en/
H A Dintro.txt1 ====== Automatic Subscription Management ======

12345678910>>...12