Home
last modified time | relevance | path

Searched refs:msg (Results 226 – 250 of 1008) sorted by relevance

12345678910>>...41

/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron-image.php249 function logMessage($msg) { argument
250 if ($msg[strlen($msg)-1]!="\n") {
251 $msg.="\n";
253 if ($this->debug) echo $msg." ".$this->useLog;
254 $this->resultsSummary.= $msg;
258 fputs($file,date("r",time())." ".$msg);
/plugin/combo/ComboStrap/TagAttribute/
H A DBackgroundAttribute.php184 LogUtility::msg("The background `fill` attribute ($backgroundFill) is unknown. If you want to take over the filling via css, set the `fill` value to `css`.", self::CANONICAL);
211 LogUtility::msg("Internal Error: The background image value ($backgroundImageValue) is not a string nor an array", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
257 LogUtility::msg("An image and a linear gradient color are exclusive because a linear gradient color creates an image. You can't use the linear color (" . $colorValue . ") and the image (" . $backgroundImageStyleValue . ")", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
336 LogUtility::msg("The pattern (" . $pattern . ") is not a known CSS pattern and was ignored.", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
343 LogUtility::msg("The background color was not set for the background with the (" . $pattern . "). It was set to the default color.", LogUtility::LVL_MSG_INFO, self::CANONICAL);
352 LogUtility::msg("The pattern color was not set for the background with the (" . $pattern . "). It was set to the default color.", LogUtility::LVL_MSG_INFO, self::CANONICAL);
H A DToggle.php66 LogUtility::msg("The toggle state ($value) is invalid. It should be (expanded, collapsed or breakpoint-expanded)", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
72 LogUtility::msg("The toggle breakpoint ($value) supports only `expanded` as value, not $toggleStateValue.", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
77 LogUtility::msg("A conditional toggle breakpoint ($value) needs an id attribute.", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DConsoleErrorListener.php17 string $msg, argument
20 \fwrite(\STDERR, \sprintf("line %d:%d %s\n", $line, $charPositionInLine, $msg));
/plugin/davcal/vendor/sabre/dav/bin/
H A Dsabredav.php15 function log($msg) { argument
16 fwrite($this->stream, $msg . "\n");
/plugin/blogtng/helper/
H A Dcomments.php100 msg('BlogTNG: no sqlite helper plugin available', -1);
336 msg('BlogTNG: subscribe fails. (sqlite helper plugin not available)',-1);
377 msg('BlogTNG: unsubscribe by key fails. (sqlite helper plugin not available)',-1);
384 msg($this->getLang('unsubscribe_err_key'), -1);
399msg($this->getlang('unsubscribe_err_other') . ' (sqlite helper plugin not available)', -1);
407 msg($this->getLang('unsubscribe_ok'), 1);
409 msg($this->getlang('unsubscribe_err_other'), -1);
420 msg($this->getlang('optin_err') . ' (sqlite helper plugin not available)', -1);
429 msg($this->getLang('optin_ok'),1);
431 msg($this->getLang('optin_err'),-1);
/plugin/tfslink/syntax/
H A Dworkitemlink.php92 msg("TFSLink: default project collection not set or invalid.", -1);
103msg("TFSLink: unknown project collection: '". $name . "'. (No additional project collections defin…
109msg("TFSLink: unknown project collection: '". $name . "'. (No such project collection defined)", -…
/plugin/ipgroup/
H A Dadmin.php40 msg($this->getLang('already'), -1);
46 msg($this->getLang('invalid_ip'), -1);
51 msg($this->getLang('failed'), -1);
/plugin/twofactoraltemail/
H A Daction.php62 msg($this->getLang('notsameemail'), -1);
73 msg(hsc($info), 1);
75 msg(hsc($e->getMessage()), -1);
/plugin/fedauth/
H A Dadmin.php36 var $msg = ''; variable in admin_plugin_fedauth
98 msg($result['msg'], $result['code']);
/plugin/editx/
H A Daction.php287 foreach ($this->errors as $error) msg( $error, -1 );
290 …$msg = sprintf( $this->getLang('rp_msg_success'), $opts['oldpage'], '<a href="'. wl($opts['newpage…
291 msg( $msg, 1 );
321 foreach ($this->errors as $error) msg( $error, -1 );
324 $msg = sprintf( $this->getLang('dp_msg_success'), $opts['oldpage'] );
325 msg( $msg, 1 );
/plugin/htmlokay/
H A Dsyntax.php564 function get_JSErrString($msg) argument
567 $msg = trim($msg);
570 if (!isset($msg) || empty($msg)) return ";";
572 …$msg = '<script language="javascript">htmlOK_ERRORS_ARRAY[' . $msgs_inx . ']="' . $msg . '"; </scr…
573 return $msg;
/plugin/yearbox/_test/
H A DpagenameStrategy.test.php60 public function test_pagenameStrategy($strategyName, $baseNS, $name, $expectedPageId, $msg) argument
70 $this->assertSame($expectedPageId, $actual_id, $msg);
/plugin/farmer/action/
H A Ddisable.php53 msg($this->getLang('disable_new_plugins'));
55 msg(hsc($disabled), -1);
/plugin/sentry/action/
H A Derrors.php93 $msg = $event->data['called'] . ' is deprecated.';
95 $msg .= ' Use ' . $event->data['alternative'] . ' instead.';
103 'value' => $msg,
/plugin/stopforumspam2/
H A Daction.php78 msg($string, -1);
91 msg($this->getLang('spammyelementreg'), -1);
96 if (fwrite($handle, time()) !== FALSE) msg($string, -1);
/plugin/autogroup/conf/
H A Dsettings.class.php63 msg(sprintf($plugin->getLang('not_3_parts'),$item,$line+1), -1);
69 msg(sprintf($plugin->getLang('bad_attribute'),$item, $line+1), -1);
75 msg(sprintf($plugin->getLang('bad_regex'),$item,$line+1), -1);
/plugin/preregister/
H A Dadmin.php113 msg("Data file is currently accessible to all: $perm");
115 msg("Succesfully change permissions to: 0600");
117 else msg("Unable to change permissions to: 0600");
/plugin/epub/
H A Dscript.js92 var msg="";
96 msg += f[i].value + "\n" ;
103 if(!confirm(confirm_msg + ":\n" + msg)) return false;
/plugin/move/_test/
H A Dlog.test.php31 $msg = array('msg'=>"TestMessage01",);
32 array_push($MSG,$msg);
/plugin/combo/ComboStrap/
H A DLineSpacing.php29 LogUtility::msg("The line-spacing attribute is only implemented with Bootstrap 5. If you want to use this attribute, you should " . PluginUtility::getDocumentationHyperLink(Bootstrap::CANONICAL, "change the Bootstrap version") . ".", self::CANONICAL);
52 LogUtility::msg("The line-spacing value ($lineSpacingValue) is not a valid value.", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
/plugin/ssocas/
H A Daction.php69 function _log ($msg) { argument
72 ….strftime($conf['dformat'],$t)."\t".$_SERVER['REMOTE_ADDR']."\t".$_SERVER['REMOTE_USER']."\t".$msg;
130msg ('Sorry; your login to '.$this->getConf('name').' succeeded but you don\'t have a valid accoun…
160 msg ('Sorry; your login to '.$this->getConf('name').' failed.',-1);
/plugin/explorertree/
H A Dscript.js20 if (r.error) alert(r.msg);
29 }else if (r.msg){
30 alert(r.msg);
81 if (r.error) {alert(r.msg); return;}
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamDecoratorTraitTest.php42 $msg = '';
43 set_error_handler(function ($errNo, $str) use (&$msg) { $msg = $str; });
46 $this->assertStringContainsString('foo', $msg);
/plugin/freechat/phpfreechat/src/commands/
H A Dme.class.php32 $msg = phpFreeChat::PreFilterMsg($param);
33 $ct->write($recipient, $sender, $this->name, $msg);

12345678910>>...41