Home
last modified time | relevance | path

Searched full:subscription (Results 26 – 50 of 276) sorted by relevance

12345678910>>...12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PaymentsResellerSubscription/
H A DGoogleCloudPaymentsResellerSubscriptionV1EntitleSubscriptionResponse.php28 …ublic function setSubscription(GoogleCloudPaymentsResellerSubscriptionV1Subscription $subscription) argument
30 $this->subscription = $subscription;
37 return $this->subscription;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
H A DOrders.php31 * Refunds a user's subscription or in-app purchase order. Orders older than 1
35 * subscription or in-app item was purchased (for example, 'com.some.thing').
37 * subscription or in-app order was purchased.
41 * access to the subscription or in-app item will be terminated immediately. If
42 * the item is a recurring subscription, all future payments will also be
H A DPurchasesVoidedpurchases.php61 * purchases and voided subscription purchases will be returned in the response.
62 * Note: Before requesting to receive voided subscription purchases, you must
65 * subscription orders with the same PurchaseToken, because subscription renewal
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DPubsub.php303 'subscription' => [
320 'path' => 'v1/{+subscription}',
323 'subscription' => [
333 'subscription' => [
340 'path' => 'v1/{+subscription}',
343 'subscription' => [
385 'subscription' => [
395 'subscription' => [
412 'path' => 'v1/{+subscription}:pull',
415 'subscription' => [
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/Resource/
H A DProjectsSnapshots.php41 * Creates a snapshot from the requested subscription. Snapshots are used in
44 * set the acknowledgment state of messages in an existing subscription to the
46 * `ALREADY_EXISTS`. If the requested subscription doesn't exist, returns
47 * `NOT_FOUND`. If the backlog in the subscription is too old -- and the
51 * name for this snapshot on the same project as the subscription, conforming to
59 * this snapshot on the same project as the subscription. Note that for REST API
76 * acknowledgment state of messages in an existing subscription to the state
80 * with the old snapshot or its subscription, unless the same subscription is
98 * subscription to the state captured by a snapshot. (snapshots.get)
144 * acknowledgment state of messages in an existing subscription to the state
[all …]
/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/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DPubsubLocation.php33 public $subscription; variable in Google\\Service\\Dataflow\\PubsubLocation
82 public function setSubscription($subscription) argument
84 $this->subscription = $subscription;
91 return $this->subscription;
/dokuwiki/inc/Action/
H A DSubscribe.php15 * E-Mail subscription handling
75 // any action given? if not just return and show the subscription page
133 throw new Exception('no subscription target given');
145 'invalid subscription style given'
151 'invalid subscription action given'
175 // subscription_set deletes a subscription if style = null.
/plugin/quicksubscribe/
H A Daction.php18 * Handle subscription/unsubscription AJAX events
37 $sub = new Subscription();
52 // subscription removal
/plugin/usersubscriptions/
H A DREADME12 …add the deletelink option to display subscription cancel link, ie : <usersubscriptions ns1:ns2 del…
15 …add the quicksubscribe option to display quick subscription form, ie : <usersubscriptions ns1:ns2 …
18 …ritedsubscriptions option to display items that are subscribed due to subscription to a parent nam…
H A Dsyntax.php9 …* 2009/01/26 : inherited subscription display option added, recursive parent subscription check fi…
90 // check if user requested a subscription deletion
108 // check if user requested a new subscription
/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/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
H A DListSubscriptionsResponse.php27 protected $subscriptionsType = Subscription::class;
45 * @param Subscription[]
52 * @return Subscription[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/
H A DListSubscriptionsResponse.php27 protected $subscriptionsType = Subscription::class;
45 * @param Subscription[]
52 * @return Subscription[]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Subscriptions/
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/authgooglesheets/vendor/google/apiclient-services/src/Reseller/
H A DSubscriptions.php31 protected $subscriptionsType = Subscription::class;
63 * @param Subscription[]
70 * @return Subscription[]
/plugin/forcessllogin/conf/
H A Dmetadata.php6 '_choices' => array('search','subscription','register','login','admin','resendpwd','profile','edit'…
7 '_combine' => array('subscription' => array('subscribe','unsubscribe'), 'wikicode' => array('source…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DSubscriptionTest.php27 $subscription = new Subscription($caldavBackend, $subInfo[0]);
30 return $subscription;
137 new Subscription($caldavBackend, []);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarHome.php162 …ach ($this->caldavBackend->getSubscriptionsForUser($this->principalInfo['uri']) as $subscription) {
163 if ($subscription['uri'] === $name) {
164 return new Subscriptions\Subscription($this->caldavBackend, $subscription);
223 …ach ($this->caldavBackend->getSubscriptionsForUser($this->principalInfo['uri']) as $subscription) {
224 $objs[] = new Subscriptions\Subscription($this->caldavBackend, $subscription);
233 * Creates a new calendar or subscription.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DActivityContentDetails.php174 public function setSubscription(ActivityContentDetailsSubscription $subscription) argument
176 $this->subscription = $subscription;
183 return $this->subscription;
/plugin/submgr/lang/en/
H A Dlang.php9 $lang['menu'] = 'Automatic Subscription Management';
15 $lang['type'] = 'Subscription Type';
/plugin/usersubscriptions/lang/en/
H A Dlang.php10 $lang['delete'] = 'Cancel this subscription';
11 $lang['quick_subscription'] = 'Quick subscription';
/plugin/listeabo/lang/en/
H A Dlang.php5 $lang['abo_noabo'] = 'No subscription';
11 $lang['abo_cptabo'] = 'subscription(s)';
/plugin/subconfhelper/conf/
H A Dsubconfhelper_metadata.php19 …'_choices' => array('backlink','index','recent','revisions','search','subscription','register','re…
20 …'_combine' => array('subscription' => array('subscribe','unsubscribe'), 'wikicode' => array('sourc…

12345678910>>...12