Home
last modified time | relevance | path

Searched +full:notify -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 26) sorted by relevance

12

/dokuwiki/lib/styles/
H A Dscreen.css10 div.notify {
26 [dir=rtl] div.notify {
50 div.notify {
52 background-image: url(../images/notify.png);
H A Dprint.css9 div.notify,
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php37 $options->registerOption('notify', 'Notify user', 'n', false, 'add');
72 $ret = $this->cmdAdd($options->getOpt('notify'), $options->getArgs());
141 * @param bool $notify display details
145 protected function cmdAdd(bool $notify, array $args)
160 if ($notify) {
148 cmdAdd(bool $notify, array $args) global() argument
H A Dadmin.php831 $notify = empty($changes['user']) ? $olduser : $newuser;
832 $this->notifyUser($notify, $changes['pass']);
/dokuwiki/inc/Subscriptions/
H A DRegistrationSubscriptionSender.php8 * Send a notify mail on new registration
H A DSubscriberManager.php269 if (strcasecmp($userinfo['mail'], $conf['notify']) != 0) { //skip user who get notified elsewhere
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dmirc.php66 'notice','notify','omsg','onotice','part','partall','pdcc',
140 GESHI_SEARCH => '((on|ctcp) (!|@|&)?(\d|\*):(Action|Active|Agent|AppActive|Ban|Chat|Close|Connect|Ctcp|CtcpReply|DccServer|DeHelp|DeOp|DeVoice|Dialog|Dns|Error|Exit|FileRcvd|FileSent|GetFail|Help|Hotlink|Input|Invite|Join|KeyDown|KeyUp|Kick|Load|Logon|MidiEnd|Mode|Mp3End|Nick|NoSound|Notice|Notify|Op|Open|Part|Ping|Pong|PlayEnd|Quit|Raw|RawMode|SendFail|Serv|ServerMode|ServerOp|Signal|Snotice|Start|Text|Topic|UnBan|Unload|Unotify|User|Mode|Voice|Wallops|WaveEnd):)',
H A Dcobol.php237 'NOMINAL', 'NONE', 'NORMAL', 'NOT', 'NOT-A-NUMBER', 'NOTIFY',
238 'NOTIFY-CHANGE', 'NOTIFY-DBLCLICK', 'NOTIFY-SELCHANGE',
H A Dscl.php76 'TURCV','NOTIFY','NOTIFY_8P','ALARM','ALARM_8P','ALARM_8','AR_SEND','DIS_MSG','EN_MSG',
H A Doxygene.php72 'sequence', 'index', 'notify', 'Parallel', 'create', 'array', 'Queryable', 'Aspect',
H A Djcl.php60 'PGM','CLASS','NOTIFY','MSGCLASS','DSN','KEYLEN','LABEL','LIKE',
H A Dwhois.php78 'mp-peering','netname','nic-hdl','notify','nserver','org',
H A Dpostgresql.php83 'NOTHING','NOTIFY','NOTNULL','NOWAIT','NULL','NULLIF','NULLS',
H A Dvisualfoxpro.php261 'Notify','Noupdate','Novalidate','Noverify','Nowait','Nowindow',
H A Dwinbatch.php73 'OPEN', 'ON', 'OFF', 'NUMLOCK', 'NOWAIT', 'NOTIFY', 'NORMAL', 'NORESIZE', 'NONE', 'NO', 'NCSAFORMAT', 'MULTIPLE',
/dokuwiki/inc/
H A Dinfoutils.php372 * @param int $lvl -1 = error, 0 = info, 1 = success, 2 = notify
385 2 => 'notify',
586 if (preg_match('/(notify|pass|auth|secret|ftp|userinfo|token|buid|mail|proxy)/i', $key)) {
H A Dcommon.php1303 // send notify mails
1305 notify($id, 'admin', $rev, $summary, $minor, $new_rev);
1306 notify($id, 'subscribers', $rev, $summary, $minor, $new_rev);
1334 * Sends a notify mail on page change or registration
1337 * @param string $who Who to notify (admin|subscribers|register)
1347 function notify($id, $who, $rev = '', $summary = '', $minor = false, $replace = [], $current_rev = false)
1355 if (empty($conf['notify'])) return false; //notify enabled?
1357 $to = $conf['notify'];
1335 function notify($id, $who, $rev = '', $summary = '', $minor = false, $replace = array(), $current_rev = false) { global() function
H A Dmedia.php682 * Send a notify mail on uploads
694 if (empty($conf['notify'])) return; //notify enabled?
697 $subscription->sendMediaDiff($conf['notify'], 'uploadmail', $id, $old_rev, $current_rev);
H A Ddeprecated.php525 * Send a notify mail on new registration
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php391 $html .= '<div class="msg notify">' .
396 $html .= '<div class="msg notify">' .
401 $html .= '<div class="msg notify">' .
406 $html .= '<div class="msg notify">' .
/dokuwiki/inc/Remote/
H A DApiCore.php
/dokuwiki/conf/
H A Ddokuwiki.php108 $conf['notify'] = ''; //send change info to this email (leave blank for nobody)
/dokuwiki/lib/scripts/
H A Dmedia.js322 jQuery('div.success, div.info, div.error, div.notify').remove();
414 jQuery('div.success, div.info, div.error, div.notify').remove();
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php212 $meta['notify'] = ['email', '_multiple' => true];
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE

12