| /dokuwiki/lib/styles/ |
| H A D | screen.css | 10 div.notify { 26 [dir=rtl] div.notify { 50 div.notify { 52 background-image: url(../images/notify.png);
|
| H A D | print.css | 9 div.notify,
|
| /dokuwiki/lib/plugins/usermanager/_test/ |
| H A D | RemoteApiTest.php | 53 'notify' => false 82 'notify' => false 106 'notify' => false 130 'notify' => false 154 'notify' => false 178 'notify' => false
|
| /dokuwiki/lib/plugins/usermanager/ |
| H A D | remote.php | 30 * @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 D | cli.php | 37 $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 D | admin.php | 832 $notify = empty($changes['user']) ? $olduser : $newuser; 833 $this->notifyUser($notify, $changes['pass']);
|
| /dokuwiki/inc/Subscriptions/ |
| H A D | RegistrationSubscriptionSender.php | 8 * Send a notify mail on new registration
|
| H A D | SubscriberManager.php | 269 … if (strcasecmp($userinfo['mail'], $conf['notify']) != 0) { //skip user who get notified elsewhere
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | mirc.php | 66 '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 D | cobol.php | 237 'NOMINAL', 'NONE', 'NORMAL', 'NOT', 'NOT-A-NUMBER', 'NOTIFY', 238 'NOTIFY-CHANGE', 'NOTIFY-DBLCLICK', 'NOTIFY-SELCHANGE',
|
| H A D | scl.php | 76 'TURCV','NOTIFY','NOTIFY_8P','ALARM','ALARM_8P','ALARM_8','AR_SEND','DIS_MSG','EN_MSG',
|
| H A D | oxygene.php | 72 'sequence', 'index', 'notify', 'Parallel', 'create', 'array', 'Queryable', 'Aspect',
|
| H A D | jcl.php | 60 'PGM','CLASS','NOTIFY','MSGCLASS','DSN','KEYLEN','LABEL','LIKE',
|
| H A D | whois.php | 78 'mp-peering','netname','nic-hdl','notify','nserver','org',
|
| H A D | postgresql.php | 83 'NOTHING','NOTIFY','NOTNULL','NOWAIT','NULL','NULLIF','NULLS',
|
| H A D | visualfoxpro.php | 261 'Notify','Noupdate','Novalidate','Noverify','Nowait','Nowindow',
|
| H A D | winbatch.php | 73 …'OPEN', 'ON', 'OFF', 'NUMLOCK', 'NOWAIT', 'NOTIFY', 'NORMAL', 'NORESIZE', 'NONE', 'NO', 'NCSAFORMA…
|
| /dokuwiki/inc/Remote/ |
| H A D | LegacyApiCore.php | 353 $notify = (bool)$userStruct['notify'] ?? false; 374 if ($notify) {
|
| /dokuwiki/inc/ |
| H A D | common.php | 1272 // 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 D | infoutils.php | 429 * @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 D | media.php | 682 * 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 D | dokuwiki.php | 108 $conf['notify'] = ''; //send change info to this email (leave blank for nobody)
|
| /dokuwiki/lib/scripts/ |
| H A D | media.js | 322 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 D | config.metadata.php | 212 $meta['notify'] = ['email', '_multiple' => true];
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | LICENSE | 460 holder fails to notify you of the violation by some reasonable means
|