Home
last modified time | relevance | path

Searched refs:subscribe (Results 26 – 42 of 42) sorted by path

12

/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DConfig.svelte24 const unsubscribe = codeStore.subscribe((state) => {
H A DEditor.svelte52 const unsubscribe = codeStore.subscribe((state) => {
H A DError.svelte5 errorStore.subscribe((_error) => {
H A DLinks.svelte106 const unsubscribe = codeStore.subscribe((state) => {
H A DView.svelte61 const unsubscribe = codeStore.subscribe((state) => {
79 const unsubscribeError = codeErrorStore.subscribe((_error) => {
87 const unsubscribeConfigError = configErrorStore.subscribe((_error) => {
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DEdit.svelte37 codeStore.subscribe((state) => {
/plugin/discussion/lang/en/
H A Dconfirmsubscribe.txt3 You're about to subscribe the comments of the page @PAGE@ in the @TITLE@ wiki.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md445 If you want to contribute to this project you need to subscribe to a [Contributor Agreement](https://www.elastic.co/contributor-agreement).
/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/fetchmedia/lib/
H A Dbundle.js1subscribe:function(t){return new m(t,this._f)},forEach:function(t){var n=this;return new(o.Promise…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst24 … 'class' => 'AppBundle\\Entity\\SpecificClass', // if no class, subscribe to every serialization
/plugin/geonav/tpl/startermap/css/
H A Ddesign.css102 .mode_subscribe a.action.subscribe {
/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/quicksubscribe/
H A Dscript.js53 'do': 'subscribe'
86 $link.attr('title', LANG.plugins.quicksubscribe.subscribe);
/plugin/usersubscriptions/
H A DINFO7 …ected user to see which pages / namespaces he have subscribed to and to subscribe or unsubscribe i…
H A Dsyntax.php109 if($subscribe = $_REQUEST['pluginusersubscriptions_subscribe']) {
110 if($subscribe != '') {
112 list($type, $id) = preg_split('/-/u', $subscribe, 2);
/plugin/webdavclient/
H A Dplugin.info.txt6 desc Sync and subscribe to remote CalDAV and CardDAV servers

12