Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 257) sorted by relevance

1234567891011

/plugin/fedauth/classes/
Dfa_base.class.php102 function error($msg, $params=null) {
114 function success($msg, $params=null) {
126 function warn($msg, $params=null) {
138 function info($msg, $params=null) {
152 function _status($msg, $code, $params) {
165 function msg($data) { function in fa_base
/plugin/diagramsnet/lib/
DelectronFilesWorker.js19 postMessage({error: true, msg: 'empty data', reqId: reqId}); property
30 postMessage({error: true, msg: 'saving failed', e: e, reqId: reqId}); property
38 postMessage({error: true, msg: 'stat failed', e: e2, reqId: reqId}); property
56 postMessage({error: true, msg: 'all saving trials failed', e: e, reqId: reqId}); property
101 postMessage({error: true, msg: 'conflict', e: {isConflicted: true}, reqId: reqId}); property
105 postMessage({error: true, msg: 'stat failed', e: err, reqId: reqId}); property
/plugin/freechat/phpfreechat/src/
Dphpfreechat.class.php151 function FilterSmiley($msg)
182 function PreFilterMsg($msg)
207 function PostFilterMsg($msg)
/plugin/advrack/
Dscript.js43 …drawError({'paper': paper, msg: "No height property found at rack index: " + rack['options']['inde… property
56 errors.push({"msg": server_err['error']}); property
60 errors.push({"msg": cage_err['error']}); property
95 …drawError({'paper': paper, 'msg': 'Sum of servers and cages height is more than rack ' + rack['opt… property
159 …drawError({'paper': paper, 'msg': 'Height not defined in one of cage ' + equipment['index'] + ' de… property
203 …drawError({'paper': paper, 'msg': 'Invalid equipment type! Decks can have type \'block\' or \'blad… property
228 …drawError({'paper': paper, 'msg': 'Invalid equipment type! This is a possible bug in the ADVRack p… property
231 drawError({'paper': paper, 'msg': 'No equipment type specified!'}); property
/plugin/publish/_test/
H A Dhelper.test.php44 public function test_in_namespace($namespace_list, $id, $result, $msg) {
77 public function test_in_sub_namespace($namespace_list, $id, $result, $msg) {
/plugin/diagramsnet/lib/WEB-INF/lib/
Dslf4j-api-1.7.25.jar ... ) org.slf4j.event.Level level String msg Object[] args Throwable throwable private void recordEvent ( ...
/plugin/register/
Dsyntax.php52 private function _msg(&$renderer, $type, $msg)
58 private function err(&$renderer, $msg) { $this->_msg($renderer, "error", $msg); }
59 private function dbg(&$renderer, $msg) { if ($this->debug) $this->_msg($renderer, "debug", $msg); }
/plugin/encryptedpasswords/script/
DGUI.js11 static toast(msg, className) { argument
30 static async prompt(msg, title = '', repeat = false) { argument
/plugin/siteexport/inc/
Dmpdf.php67 public function message($msg, $vars = null, $lvl = 1)
74 public function Error($msg)
/plugin/abc2/abc-libraries/abc2svg/
Dabcweb-1.js5 window.onerror=function(msg,url,line){if(typeof msg=='string') argument
19 user={read_file:function(fn){return a_inc[fn]},errmsg:function(msg,l,c){errtxt+=clean_txt(msg)+'\n'… argument
/plugin/asciidocjs/node_modules/yargs/build/lib/
Dyerror.js2 constructor(msg) { argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DWorkerHealthReport.php26 public $msg; variable in Google\\Service\\Dataflow\\WorkerHealthReport
55 public function setMsg($msg)
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_a-number-value.js2 module.exports = function (it, msg) { argument
/plugin/asciidocjs/node_modules/core-js/modules/
D_a-number-value.js2 module.exports = function (it, msg) { argument
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
DAggregateException.php10 public function __construct($msg, array $reasons)
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/src/
DAggregateException.php12 public function __construct(string $msg, array $reasons)
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/lib/
Dusage.js30 self.fail = function (msg) { argument
52 self.usage = function (msg) { argument
84 self.epilog = function (msg) { argument
304 self.version = function (ver, opt, msg) { argument
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/
Dindex.js173 demanded[keys] = { msg: msg } property
175 demanded[keys] = { msg: undefined } property
195 self.usage = function (msg, opts) { argument
305 self.version = function (ver, opt, msg) { argument
314 self.addHelpOpt = function (opt, msg) { argument
/plugin/pgn4web/pgn4web/
Dparsing-tests.js58 function customFunctionOnAlert(msg) { argument
/plugin/dwcommits/db/
Dupdate0001.sql1 CREATE TABLE git_commits(author TEXT,timestamp INTEGER,gitid TEXT,msg TEXT, prefix TEXT, gitbranch,… field
/plugin/requiz/
Dhelper.php59 function check($msg=true){
/plugin/preventzerowidthchars/_test/
Dreplacement.test.php28 public function test_replacement($input, $expected_output, $msg) {
/plugin/tablelayout/_test/
DbuildSyntaxFromJSON.test.php64 public function testBuildSyntaxFromJSON($json, $expected_syntax, $msg)
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
DSyntaxException.php24 public function __construct($msg, array $token, Exception $previous = null)
/plugin/issuelinks/_test/
Dutil.test.php53 public function test_parseHTTPLinkHeaders($linkHeader, $expected_links, $msg) {

1234567891011