Home
last modified time | relevance | path

Searched refs:subscribe (Results 1 – 25 of 56) sorted by relevance

123

/plugin/combo/resources/theme/default/components/css/
H A Dsubscribe.css1 .subscribe-cs form {
7 .subscribe-cs form input[type="email"] {
13 .subscribe-cs form input[type="email"]:focus {
16 .subscribe-cs form button {
22 .subscribe-cs form button:hover {
/plugin/blogtng/entities/
DComment.php49 private $subscribe; variable in dokuwiki\\plugin\\blogtng\\entities\\Comment
438 return $this->subscribe;
442 * @param string $subscribe
444 public function setSubscribe($subscribe) argument
446 $this->subscribe = $subscribe;
/plugin/asciidocjs/node_modules/core-js/modules/
Des7.observable.js126 subscribe: function subscribe(observer) {
133 var subscription = that.subscribe({
156 return observable.subscribe(observer);
/plugin/asciidocjs/node_modules/core-js/library/modules/
Des7.observable.js126 subscribe: function subscribe(observer) {
133 var subscription = that.subscribe({
156 return observable.subscribe(observer);
/plugin/dirtylittlehelper/mermaid/editor/src/components/
DView.svelte61 const unsubscribe = codeStore.subscribe((state) => {
79 const unsubscribeError = codeErrorStore.subscribe((_error) => {
87 const unsubscribeConfigError = configErrorStore.subscribe((_error) => {
DError.svelte5 errorStore.subscribe((_error) => {
DConfig.svelte24 const unsubscribe = codeStore.subscribe((state) => {
DEditor.svelte52 const unsubscribe = codeStore.subscribe((state) => {
/plugin/usersubscriptions/
Dsyntax.php109 if($subscribe = $_REQUEST['pluginusersubscriptions_subscribe']) {
110 if($subscribe != '') {
112 list($type, $id) = preg_split('/-/u', $subscribe, 2);
DINFO7 …ected user to see which pages / namespaces he have subscribed to and to subscribe or unsubscribe i…
/plugin/webdavclient/
Dplugin.info.txt6 desc Sync and subscribe to remote CalDAV and CardDAV servers
/plugin/discussion/lang/en/
Dconfirmsubscribe.txt3 You're about to subscribe the comments of the page @PAGE@ in the @TITLE@ wiki.
/plugin/davcal/
H A Dplugin.info.txt6 desc Create one calendar per page and share/subscribe via CalDAV
/plugin/dirtylittlehelper/mermaid/editor/src/
Dcode-store.js42 const unsubscribe = codeStore.subscribe((state) => {
/plugin/blogtng/action/
Dcomments.php85 $comment->setSubscribe($INPUT->post->has('comment-subscribe') ? 1 : null);
/plugin/blextra/
Dhelper.php110 'type' => 'subscribe',
/plugin/actionlink/
Dsyntax.php153 case 'subscribe': //mod
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Resource/
DBuyersAuctionPackages.php83 public function subscribe($name, SubscribeAuctionPackageRequest $postBody, $optParams = []) function in Google\\Service\\AuthorizedBuyersMarketplace\\Resource\\BuyersAuctionPackages
/plugin/quicksubscribe/
H A Dscript.js86 $link.attr('title', LANG.plugins.quicksubscribe.subscribe);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DAuthorizedBuyersMarketplace.php138 ],'subscribe' => [
139 'path' => 'v1/{+name}:subscribe',
/plugin/html2pdf/snorriheim/
Ddokubook_design.css83 div.dokuwiki ul#top__nav a.subscribe,
87 background: __background__ url(images/tool-subscribe.png) 2px 2px no-repeat;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
Devent_system.rst24 … 'class' => 'AppBundle\\Entity\\SpecificClass', // if no class, subscribe to every serialization
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
DOrganizationsEnvironments.php200 public function subscribe($parent, $optParams = []) function in Google\\Service\\Apigee\\Resource\\OrganizationsEnvironments
/plugin/blogtng/helper/
Dcomments.php179 $this->subscribe($comment->getPid(),$comment->getMail());
334 public function subscribe($pid, $mail, $optin = -3) { function in helper_plugin_blogtng_comments
/plugin/fastwiki/
Dscript.js18 …ons = {'':1, edit:1, draft:1, history:1, recent:1, revisions:1, show:1, subscribe:1, backlink:1, i… property
455 subscribe: function(params, extraData) { method

123