Home
last modified time | relevance | path

Searched refs:sender (Results 51 – 75 of 143) sorted by last modified time

123456

/plugin/diagramsnet/lib/plugins/
H A Dupdate.js96 overlay.addListener(mxEvent.CLICK, function(sender, evt) argument
H A Dvoice.js2085 ui.addListener('styleChanged', function(sender, evt) argument
2118 graph.addListener(mxEvent.LABEL_CHANGED, function(sender, evt) argument
2142 graph.addListener(mxEvent.CELL_CONNECTED, function(sender, evt) argument
2155 graph.addListener(mxEvent.CELLS_ADDED, function(sender, evt) argument
2243 graph.addListener(mxEvent.CELLS_REMOVED, function(sender, evt) argument
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D11.11.js.map1 … 'Operation',\n 'of',\n 'Set',\n 'set',\n 'sender',\n 'source…
/plugin/schedule/
H A Dscript.js60 function scheduleSend (sender, uri, params) { argument
61 var jDiv = jQuery (sender).closest ("div");
/plugin/bookcreator/
H A Dscript.js493 isItemSortedWithinList = !ui.sender;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php566 [$iTipMessage->sender]
H A DIMipPlugin.php102 if (parse_url($iTipMessage->sender, PHP_URL_SCHEME) !== 'mailto')
108 $sender = substr($iTipMessage->sender, 7);
112 $sender = $iTipMessage->senderName . ' <' . $sender . '>';
132 'Reply-To: ' . $sender,
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php367 if ($attendee->getValue() === $itipMessage->sender) {
381 $attendee = $vevent->add('ATTENDEE', $itipMessage->sender, [
425 if ($attendee->getValue() === $itipMessage->sender) {
434 $attendee = $newObject->add('ATTENDEE', $itipMessage->sender, [
503 $message->sender = $eventInfo['organizer'];
701 $message->sender = $attendee;
769 $attendee = $event->add('ATTENDEE', $message->sender, [
H A DMessage.php57 public $sender; variable in Sabre\\VObject\\ITip\\Message
/plugin/groupmail/
H A DREADME.textile72 p. Don't allow to override the sender name or email, but use registered user
89 | autofrom | If specified, the sender fields are not shown in the email form. |
/plugin/infomail/
H A Daction.php163 $sender = "$s_name <$s_email>";
202 $mailer->from($sender);
237 protected function mail_archive($recipient, $subject, $mailtext, $sender) argument
247 $mailtext = "Von: $sender\nAn: $recipient\nDatum: $date\n\n" . $mailtext;
260 protected function mail_log($recipient, $subject, $mailtext, $sender) argument
270 …trftime($conf['dformat'], $t) . "\t" . $_SERVER['REMOTE_ADDR'] . "\t" . $sender . "\t" . $recipien…
/plugin/adfs/phpsaml/lib/Saml2/
H A DConstants.php59 const CM_SENDER_VOUCHES = 'urn:oasis:names:tc:SAML:2.0:cm:sender-vouches';
/plugin/codemirror/dist/modes/
H A Dttcn.min.js.map1 …rocedure record recursive rem repeat return runs select\" +\n \" self sender set signature syst…
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php369 if ($attendee->getValue() === $itipMessage->sender) {
383 $attendee = $vevent->add('ATTENDEE', $itipMessage->sender, array(
426 if ($attendee->getValue() === $itipMessage->sender) {
435 $attendee = $newObject->add('ATTENDEE', $itipMessage->sender, array(
505 $message->sender = $eventInfo['organizer'];
717 $message->sender = $attendee;
782 $attendee = $event->add('ATTENDEE', $message->sender, array(
H A DMessage.php57 public $sender; variable in Sabre\\VObject\\ITip\\Message
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php63 $message->sender = $mainComponent->ATTENDEE->getValue();
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1sender","_resultCancelled$","29","NativePromise","getNativePromise","MutationObserver","GlobalSetI…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js4173 ReductionPromiseArray.prototype._resultCancelled = function(sender) { argument
4174 if (sender === this._initialValue) return this._cancel();
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc263 dialog = event.sender;
H A Dspecialchar.js.orig12 …]);setTimeout(function(){c.focus();g(null,c)},0)},onLoad:function(c){e=c.sender}},{type:"hbox",ali…
/plugin/ckgdoku/ckeditor/plugins/scayt/dialogs/
H A Doptions.js5 …ocal("label_fieldNameDic")||"Dictionary name",onShow:function(b){var a=b.sender,h=c.scayt;b=SCAYT.…
24 …"relative","padding-bottom":"2px"});g.on("click",function(a){l.newLang=a.sender.getValue()});k.app…
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js1 …={type:"html",id:"smileySelector",html:k.join(""),onLoad:function(i){n=i.sender},focus:function(){…
H A Dsmiley.js.4.310 e={type:"html",id:"smileySelector",html:d.join(""),onLoad:function(a){i=a.sender},focus:function(){…
H A Dsmiley.js.unc211 dialog = event.sender;
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js20 …"float":"left"});f.on("click",function(b){a.textNode.GrammTab.setValue(b.sender.getValue())});e?f.…

123456