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/_test/
H A DRemoteApiTest.php53 'notify' => false
82 'notify' => false
106 'notify' => false
130 'notify' => false
154 'notify' => false
178 'notify' => false
/dokuwiki/lib/plugins/usermanager/
H A Dremote.php30 * @param bool $notify Whether to send a notification email to the user
36 public function createUser($user, $name, $mail, $groups, $password = '', $notify = false) argument
74 if ($ok && $notify) {
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) argument
160 if ($notify) {
H A Dadmin.php832 $notify = empty($changes['user']) ? $olduser : $newuser;
833 $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 …in|KeyDown|KeyUp|Kick|Load|Logon|MidiEnd|Mode|Mp3End|Nick|NoSound|Notice|Notify|Op|Open|Part|Ping|…
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', 'NCSAFORMA…
/dokuwiki/inc/Remote/
H A DLegacyApiCore.php353 $notify = (bool)$userStruct['notify'] ?? false;
374 if ($notify) {
/dokuwiki/inc/
H A Dcommon.php1272 // send notify mails
1274 notify($id, 'admin', $rev, $summary, $minor, $new_rev);
1275 notify($id, 'subscribers', $rev, $summary, $minor, $new_rev);
1303 * Sends a notify mail on page change or registration
1306 * @param string $who Who to notify (admin|subscribers|register)
1316 function notify($id, $who, $rev = '', $summary = '', $minor = false, $replace = [], $current_rev = … function
1324 if (empty($conf['notify'])) return false; //notify enabled?
1326 $to = $conf['notify'];
H A Dinfoutils.php429 * @param int $lvl -1 = error, 0 = info, 1 = success, 2 = notify
442 2 => 'notify',
643 if (preg_match('/(notify|pass|auth|secret|ftp|userinfo|token|buid|mail|proxy)/i', $key)) {
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);
/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/splitbrain/lesserphp/
H A DLICENSE460 holder fails to notify you of the violation by some reasonable means

12