Home
last modified time | relevance | path

Searched refs:message (Results 1251 – 1275 of 1663) sorted by last modified time

1...<<51525354555657585960>>...67

/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme.js44 function AssertException(message) { this.message = message; } argument
46 return 'AssertException: ' + this.message;
49 function assert(exp, message) { argument
51 throw new AssertException(message);
190 title.message = diagram.title;
236 var bb = this.textBBox(s.message, font);
335 this.drawTextBox(title, title.message, TITLE_MARGIN, TITLE_PADDING, this.font_, ALIGN_LEFT);
390 this.drawText(x, y, signal.message, this.font_, ALIGN_LEFT);
410 this.drawText(x, y, signal.message, this.font_, ALIGN_CENTER);
441 return this.drawTextBox(note, note.message, NOTE_MARGIN, NOTE_PADDING, this.font_, ALIGN_LEFT);
H A Ddiagram.js63 Diagram.Signal = function(actorA, signaltype, actorB, message) { argument
69 this.message = message;
76 Diagram.Note = function(actor, placement, message) { argument
80 this.message = message;
138 function ParseError(message, hash) { argument
142 this.message = (message || '');
152 parser.yy.parseError = function(message, hash) { argument
153 throw new ParseError(message, hash);
H A Dgrammar.ebnf12 ( 'title' ':' message
17 ) ':' message
18 | actor ( '-' | '--' ) ( '>' | '>>' )? actor ':' message
22 message ::= [^\n]+
H A Dgrammar.jison60 | 'title' message { yy.parser.yy.setTitle($2); }
64 : 'note' placement actor message { $$ = new Diagram.Note($3, $2, $4); }
65 | 'note' 'over' actor_pair message { $$ = new Diagram.Note($3, Diagram.PLACEMENT.OVER, $4); }
79 : actor signaltype actor message
106 message
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js5716 return object.name == other.name && object.message == other.message;
11597 … (typeof value.message == 'string' && typeof value.name == 'string' && !isPlainObject(value));
H A Dlodash.min.js57 …r]":return lu(+n,+t);case"[object Error]":return n.name==t.name&&n.message==t.message;case"[object…
71 … t=Ot(n);return"[object Error]"==t||"[object DOMException]"==t||typeof n.message=="string"&&typeof…
H A Dlodash.core.min.js9 …mber]":r=J(+n,+t);break n;case"[object Error]":r=n.name==t.name&&n.message==t.message;break n;case…
H A Dlodash.core.js1253 return object.name == other.name && object.message == other.message;
/plugin/sequencediagram/bower_components/lodash/perf/
H A Dperf.js262message = 'is ' + percentFaster + '% ' + (xFaster == 1 ? '' : '(' + formatNumber(xFaster.toFixed(2…
266 log('\n' + buildName + ' ' + message + ' ' + otherName + '.');
268 log('\n' + otherName + ' ' + message + ' ' + buildName + '.');
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js5716 return object.name == other.name && object.message == other.message;
11597 … (typeof value.message == 'string' && typeof value.name == 'string' && !isPlainObject(value));
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js3428 this.ErrorCopy = function(message) argument
3430 this.message = message;
9659 var msg = e.message || e;
16887 getMessage: function(message) argument
16890 var m = re.exec(message);
16891 return m ? m[1] : message;
16963 var message = [
19149 throw error.message;
30567 FBL.ErrorCopy = function(message) argument
30569 this.message = message;
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js79 this.message = message;
90 this.message = message;
238 message: 14, property in parser.parser.symbols_
777 function ParseError(message, hash) { argument
781 this.message = (message || '');
792 throw new ParseError(message, hash);
847 function AssertException(message) { this.message = message; } argument
849 return 'AssertException: ' + this.message;
852 function assert(exp, message) { argument
854 throw new AssertException(message);
[all …]
H A Dsequence-diagram-min.js6message,hash){_.extend(this,hash),this.name="ParseError",this.message=message||""}function AssertE… argument
H A Dsequence-diagram-min.js.map1 …":["Diagram","this","title","undefined","actors","signals","ParseError","message","hash","_","exte…
H A Dsequence-diagram-raphael-min.js.map1 …":["Diagram","this","title","undefined","actors","signals","ParseError","message","hash","_","exte…
H A Dsequence-diagram-raphael.js79 this.message = message;
90 this.message = message;
238 message: 14, property in parser.parser.symbols_
777 function ParseError(message, hash) { argument
781 this.message = (message || '');
792 throw new ParseError(message, hash);
847 function AssertException(message) { this.message = message; } argument
849 return 'AssertException: ' + this.message;
852 function assert(exp, message) { argument
854 throw new AssertException(message);
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/test/
H A Dgrammar-tests.js13 function assertSingleArrow(d, arrowtype, linetype, actorA, actorB, message) { argument
17 message = message || 'Message';
31 equal(d.signals[0].message, message, 'Signal message');
37 function assertSingleNote(d, placement, actors, message) { argument
39 message = message || 'Message';
46 equal(note.message, message, 'Correct signal message');
/plugin/sequencediagram/bower_components/lodash/test/asset/
H A Dworker.js11 message = (lineNumber == null ? '' : (lineNumber + ': ')) + e.message;
13 self._ = { 'VERSION': message };
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js417 var message = _.get(jobResult, 'message');
420 message = jobResult;
438 errored = !jobResult || !jobResult.passed || reError.test(message) || reError.test(jobStatus),
460 if (message === undefined) {
461 message = 'Results are unavailable. ' + details;
463 console.error(label, description, chalk.red('failed') + ';', message);
/plugin/ipban/lang/fr/
H A Dintro.txt3 …IP. Les utilisateurs bannis qui cherchent à accéder au wiki reçoivent un message d'erreur leur exp…
/plugin/ipban/lang/en/
H A Dintro.txt4 accessing the wiki from a banned IP will only see an error message telling
/plugin/webcomponent/_test/
H A Djs.test.php29 $message = "";
34 $message = $e->getMessage();
36 …php, /lib/exe/fetch.php, /lib/exe/detail.php, /lib/exe/ajax.php are supported currently",$message);
/plugin/bureaucracyau/helper/
H A Dactionmail.php121 $message = $this->getLang('attachmentMailEmpty');
123 $message = $file['name'] . ' ' . $this->getLang('attachmentMailToLarge');
126 $message = $file['name'];
129 list($html, $text) = $this->mail_buildRow($label, $message);
/plugin/bureaucracyau/
H A Dstyle.css1 /* Success message */
/plugin/sphinxsearch-was/
H A Dsphinxapi.php1109 $message = substr($response, $p, $len);
1113 $result["warning"] = $message;
1115 $result["error"] = $message;

1...<<51525354555657585960>>...67