Home
last modified time | relevance | path

Searched refs:method (Results 926 – 950 of 972) sorted by path

1...<<313233343536373839

/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md147 * #163: Added a `getTimeZone()` method to `VTIMEZONE` components.
170 * #118: iTip Message now has a `getScheduleStatus()` method.
397 * Added: helper method to parse vCard dates and times.
453 * Added: remove() method for easily removing properties and sub-components
462 * Added: add() method to the Property class.
469 add() method.
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php118 switch($itipMessage->method) {
515 $message->method = 'CANCEL';
519 $icalMsg->METHOD = $message->method;
543 $message->method = 'REQUEST';
547 $icalMsg->METHOD = $message->method;
714 $message->method = 'REPLY';
H A DMessage.php39 public $method; variable in Sabre\\VObject\\ITip\\Message
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php56 $message->method = isset($vcal->METHOD)?$vcal->METHOD->getValue():null;
61 if ($message->method === 'REPLY') {
/plugin/wikicalendar/
H A Dsyntax.php332 $out .= '<form action="'.script().'" method="post">' . DOKU_LF;
372 $out .= '<form action="'.script().'" method="post" class="go2" onsubmit="">' . DOKU_LF;
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample01.afp36 <form action="sampleposteddata.afp" method="post" target="_blank">
H A Dsample02.afp77 <form action="sampleposteddata.afp" method="post" target="_blank">
H A Dsample03.afp64 <form action="sampleposteddata.afp" method="post" target="_blank">
H A Dsample04.afp70 <form action="sampleposteddata.afp" method="post" target="_blank">
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample01.asp43 <form action="sampleposteddata.asp" method="post" target="_blank">
H A Dsample02.asp80 <form action="sampleposteddata.asp" method="post" target="_blank">
H A Dsample03.asp68 <form action="sampleposteddata.asp" method="post" target="_blank">
H A Dsample04.asp74 <form action="sampleposteddata.asp" method="post" target="_blank">
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01.cfm40 <form method="POST" action="sampleposteddata.cfm">
H A Dsample01_mx.cfm40 <form method="POST" action="sampleposteddata.cfm">
H A Dsample02.cfm79 <form action="sampleposteddata.cfm" method="post" target="_blank">
H A Dsample02_mx.cfm85 <form action="sampleposteddata.cfm" method="post" target="_blank">
H A Dsample03.cfm66 <form action="sampleposteddata.cfm" method="post" target="_blank">
H A Dsample03_mx.cfm72 <form action="sampleposteddata.cfm" method="post" target="_blank">
H A Dsample04.cfm72 <form action="sampleposteddata.cfm" method="post" target="_blank">
H A Dsample04_mx.cfm78 <form action="sampleposteddata.cfm" method="post" target="_blank">
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample01.lasso38 <form action="sampleposteddata.lasso" method="post" target="_blank">
H A Dsample02.lasso79 <form action="sampleposteddata.lasso" method="post" target="_blank">
H A Dsample03.lasso66 <form action="sampleposteddata.lasso" method="post" target="_blank">
H A Dsample04.lasso72 <form action="sampleposteddata.lasso" method="post" target="_blank">

1...<<313233343536373839