Home
last modified time | relevance | path

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

12

/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/
H A 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/dirtylittlehelper/mermaid/editor/src/components/
H A DView.svelte61 const unsubscribe = codeStore.subscribe((state) => {
79 const unsubscribeError = codeErrorStore.subscribe((_error) => {
87 const unsubscribeConfigError = configErrorStore.subscribe((_error) => {
H A DError.svelte5 errorStore.subscribe((_error) => {
H A DConfig.svelte24 const unsubscribe = codeStore.subscribe((state) => {
H A DEditor.svelte52 const unsubscribe = codeStore.subscribe((state) => {
H A DLinks.svelte106 const unsubscribe = codeStore.subscribe((state) => {
/plugin/usersubscriptions/
H A Dsyntax.php109 if($subscribe = $_REQUEST['pluginusersubscriptions_subscribe']) {
110 if($subscribe != '') {
112 list($type, $id) = preg_split('/-/u', $subscribe, 2);
H A DINFO7 …ected user to see which pages / namespaces he have subscribed to and to subscribe or unsubscribe i…
/plugin/webdavclient/
H A Dplugin.info.txt6 desc Sync and subscribe to remote CalDAV and CardDAV servers
/plugin/discussion/lang/en/
H A 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/
H A Dcode-store.js42 const unsubscribe = codeStore.subscribe((state) => {
/plugin/blextra/
H A Dhelper.php110 'type' => 'subscribe',
/plugin/blogtng/action/
H A Dcomments.php85 $comment->setSubscribe($INPUT->post->has('comment-subscribe') ? 1 : null);
/plugin/actionlink/
H A Dsyntax.php153 case 'subscribe': //mod
/plugin/quicksubscribe/
H A Dscript.js53 'do': 'subscribe'
86 $link.attr('title', LANG.plugins.quicksubscribe.subscribe);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AuthorizedBuyersMarketplace/Resource/
H A DBuyersAuctionPackages.php83 public function subscribe($name, SubscribeAuctionPackageRequest $postBody, $optParams = []) function in Google\\Service\\AuthorizedBuyersMarketplace\\Resource\\BuyersAuctionPackages
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAuthorizedBuyersMarketplace.php138 ],'subscribe' => [
139 'path' => 'v1/{+name}:subscribe',
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst24 … 'class' => 'AppBundle\\Entity\\SpecificClass', // if no class, subscribe to every serialization
/plugin/html2pdf/snorriheim/
H A Ddokubook_design.css83 div.dokuwiki ul#top__nav a.subscribe,
87 background: __background__ url(images/tool-subscribe.png) 2px 2px no-repeat;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsEnvironments.php200 public function subscribe($parent, $optParams = []) function in Google\\Service\\Apigee\\Resource\\OrganizationsEnvironments
/plugin/blogtng/helper/
H A Dcomments.php179 $this->subscribe($comment->getPid(),$comment->getMail());
334 public function subscribe($pid, $mail, $optin = -3) { function in helper_plugin_blogtng_comments
/plugin/fastwiki/
H A Dscript.js5 var m_viewMode, m_origViewMode, m_prevView; // show, edit, subscribe etc
18 var m_supportedActions = {'':1, edit:1, draft:1, history:1, recent:1, revisions:1, show:1, subscribe:1, backlink:1, index:1, profile:1, media:1, diff:1, save:1}; property in plugin_fastwiki.m_supportedActions
455 subscribe: function(params, extraData) { method in plugin_fastwiki.m_actionEffects
468 $('input[name="do[subscribe]"]', form).click(function(e) {
677 * Send a "partial" action, used for AJAX editing, previews, subscribe etc.
/plugin/geonav/tpl/startermap/css/
H A Ddesign.css102 .mode_subscribe a.action.subscribe {

12