Home
last modified time | relevance | path

Searched refs:message (Results 1601 – 1625 of 1663) sorted by path

1...<<61626364656667

/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php501 $message = new Message();
618 $message->message = $icalMsg;
619 $messages[] = $message;
712 $message = new Message();
714 $message->method = 'REPLY';
715 $message->component = 'VEVENT';
717 $message->sender = $attendee;
735 'UID' => $message->uid,
785 if ($message->senderName) {
793 $message->message = $icalMsg;
[all …]
H A DMessage.php100 public $message; variable in Sabre\\VObject\\ITip\\Message
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php478 … $message = 'Property contained a control character (0x' . bin2hex($matches[1]) . ')';
480 $message = 'Property is not valid UTF-8! ' . $oldValue;
485 'message' => $message,
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerNewEventTest.php9 $message = <<<ICS
25 $message = <<<ICS
39 $message = <<<ICS
91 $message = <<<ICS
116 $message = <<<ICS
139 $message = <<<ICS
269 $message = <<<ICS
395 $message = <<<ICS
420 $message = <<<ICS
455 $message = <<<ICS
[all …]
H A DBrokerTester.php25 $message = $result[$index];
32 $message->message->serialize()
35 $this->assertEquals($val, $message->$key);
54 $message = new Message();
55 $message->message = $vcal;
57 $message->component = $mainComponent->name;
58 $message->uid = $mainComponent->uid->getValue();
61 if ($message->method === 'REPLY') {
63 $message->sender = $mainComponent->ATTENDEE->getValue();
65 $message->recipient = $mainComponent->ORGANIZER->getValue();
[all …]
H A DMessageTest.php9 $message = new Message();
10 $this->assertFalse($message->getScheduleStatus());
16 $message = new Message();
17 $message->scheduleStatus = '1.2;Delivered';
19 $this->assertEquals('1.2', $message->getScheduleStatus());
25 $message = new Message();
26 $message->scheduleStatus = '9.9.9';
28 $this->assertEquals('9.9.9', $message->getScheduleStatus());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DTestCase.php18 * @param string $message
20 function assertVObjEquals($expected, $actual, $message = '') { argument
45 $message
/plugin/wikipediasnippet/
H A Dsyntax.php94 msg($error->message, -1);
/plugin/wikistyle2html/
H A Daction.php20 …$message = '<b>[IMPORTANT]</b> The plugin ID wikistyle2html, has been renamed to wikiformatstyling…
21 if (auth_ismanager()) msg($message);
/plugin/wrapadd/
H A DREADME.md39 Function: Adds simple message boxes
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckspellcheckcommand_ie.js60 alert( 'Error Loading ieSpell: ' + e.message + ' (' + e.number + ')' ) ;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdebug.js34 FCKDebug.Output = function( message, color, noParse ) argument
41 this._GetWindow().Output( message, color ) ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc103 …<cfthrow message="Object Instantiation Error" detail="You have attempted to initialize ooimage.cfc…
187 …<cfthrow message="Option Configuration Error" detail="You cannot set the throwOnError option when …
H A Dcf5_connector.cfm299 <cfthrow type="fckeditor.connector" message="Illegal command: #url.command#">
H A Dcf5_upload.cfm279 <cfset customMsg = cfcatch.message >
293 <!--- An error occured(202). Submit only the error code and a message (if available). --->
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js73 …llDownloadUrl,'IeSpellDownload');}else alert('Error Loading ieSpell: '+e.message+' ('+e.number+')'…
/plugin/xcom/
H A Dscript.js106 … console.log("By-passed decoding string returned by " + func + ': ' + err.message );
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js3587 throw new Error(message);
48097 message = parseBytes(message);
48119 message = parseBytes(message);
48258 return this.eddsa.sign(message, this);
57217 return object.name == other.name && object.message == other.message;
59496 return object.name == other.name && object.message == other.message;
71322 if (typeof message === 'string') {
71323 return message;
71325 return message(arg1, arg2, arg3);
76008 return new Error(msg + message);
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2270 } catch(e) {console.error("cannot use native zlib: " + (e.message || e)); } }
3289 } catch(e) { if(!e.message || !e.message.match(/onstruct/)) throw e; }
3303 } catch(e) { if(!e.message || !e.message.match(/onstruct/)) throw e; }
8708 if(!e.message.match(/SYLK bad record ID/) && OLD_WTF) throw e;
22475 case 'help-message': break; // 9.4.6 <table:
22476 case 'error-message': break; // 9.4.7 <table:
24173 return console.log("?? " + s.content.length + " " + (e.message || e));
24179 return console.log("## " + (e.message || e));
24358 throw "Could not find message ".concat(1, " in Numbers template");
/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js199 function eb(a){return a==null?null:a.message}
/plugin/xml/
H A Dhelper.php31 list($page, $message) = $data;
/plugin/xslfo/
H A Daction.php172 $admin_msg .= "$error->message (line $error->line column $error->column)<br />";
/plugin/xymon/xymon-script/
H A Ddokuwiki.rb148 xymon_message = "Error!\n%s\n\n%s" % [e.message, e.backtrace]
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts2077 message(config: any): HTMLElement; method
H A Ddhtmlxgantt.js13message({type:"error",text:i,expire:-1})}}},function(t,e,i){var n=i(1),r=i(2);t.exports=function(t…

1...<<61626364656667