Home
last modified time | relevance | path

Searched refs:method (Results 876 – 900 of 972) sorted by path

1...<<313233343536373839

/plugin/structtasks/_test/
H A DNotifiersTest.php310 ->method('to')
335 ->method('setBody')
341 ->method('subject')
345 ->method('setBody');
347 ->method('subject');
349 $mailer->expects($this->exactly($calls))->method('send')->with();
375 ->method('to')
399 ->method('setBody')
405 ->method('subject')
407 $mailer->expects($this->once())->method('send')->with();
/plugin/swiftmail/
H A DSwift.php110 foreach (Swift_Events_ListenerMapper::getMap() as $interface => $method)
/plugin/symbols4odt/
H A Ddokuwiki_plugin_page.wiki65 …/www.dokuwiki.org/devel:syntax_plugins?s[]=handle#handle_method|handle() method]] of this plugin. …
/plugin/sympaauth/
H A Dadmin.php67 ptln('<form action_="'.wl($ID).'" method="post">');
/plugin/syntaxhighlighter4/
H A DCHANGELOG.md36 * Fix method signatures for PHP 7.0 (Issue #6)
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1method overrides.\n *\n * @private\n * @param {Boolean} on `true` to enable; `false` to disable.\n…
/plugin/tablemath/
H A Dscript.js1 function tablemath(divID,method,rangeStr) argument
7 switch(method)
14 method = 'unknown';
17 eval('result = tm'+method+'(setArray);');
H A Dsyntax.php49 return array('method'=>$tmp[0],'set'=>$tmp[1], 'divid'=>'tm'.rand());
/plugin/tagadd/
H A DMenuItem.php16 protected $method = 'post'; variable in dokuwiki\\plugin\\tagadd\\MenuItem
/plugin/tagfilter/script/select2/
H A Dselect2.js1298 * @return {Boolean} whether or not dropdown was opened. This method will return false if, for example,
1606 * @param initial whether or not this is the call to this method right after the dropdown has been opened
3259 method, value, multiple,
3282 throw "Unknown method: " + args[0];
3289 method=args[0];
3291 if (method === "container") {
3293 } else if (method === "dropdown") {
3296 if (methodsMap[method]) method = methodsMap[method];
[all...]
/plugin/textile2/
H A DclassTextile.php920 function doSpecial($text, $start, $end, $method='fSpecial') argument
923 array(&$this, $method), $text);
/plugin/tgnotify/
H A Daction.php18 * plugin should use this method to register its handlers with the DokuWiki's event controller
122 'method' => "POST",
/plugin/timetrack/
H A DMenuItem.php16 protected $method = 'get'; variable in dokuwiki\\plugin\\timetrack\\MenuItem
/plugin/tindexmenu/
H A Dadmin.php384 ptln(' <form action="'.wl($ID).'" method="post">');
423 $out .= '<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'."\n";
/plugin/tline/
H A DCHANGES.txt221 filler, the attribute can be obtained using the getEventID() method on the
/plugin/today/_test/
H A DSyntaxTest.php62 ->method('internallink')
78 ->method('internallink');
/plugin/tumblr/
H A Dsyntax.php303 $html .= '<form method="get">';
/plugin/tuxquote/
H A Dquotes.txt411 To count is a modern practice, the ancient method was to guess. <BR> -- Dr. Johnson
1566 … we tend to meet any new situation by reorganizing, and what a wonderful method it can be for crea…
2733 Education is a method whereby one acquires a higher grade of prejudices. <BR> -- Laurence J. Peter …
/plugin/typography/
H A DREADME.md29 …://www.dokuwiki.org/plugin:wrap) will provide most powerful and flexible method for specifying a c…
/plugin/upgrade/HTTP/
H A DDokuHTTPClient.php58 * @param string $method
61 public function sendRequest($url,$data='',$method='GET'){ argument
64 'method' => $method);
69 $method = $httpdata['method'];
73 return parent::sendRequest($url,$data,$method);
H A DHTTPClient.php150 * This method handles the whole HTTP communication. It respects set proxy settings,
158 * @param string $method - HTTP Method usually GET or POST.
164 public function sendRequest($url,$data='',$method='GET'){ argument
220 if($method == 'POST'){
235 }elseif($method == 'GET'){
306 $request = "$method $request_url HTTP/".$this->http.HTTP_NL;
384 // perform redirected request, same method as before (required by RFC)
385 return $this->sendRequest($this->resp_headers['location'],$unencodedData,$method);
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md62 - implement the ```setup($options)``` method and register options, arguments, commands and set help texts
67 - implement the ```main($options)``` method and do your business logic there
96 For more complex coloring you can access the color class through ``$this->colors`` in your script. The ``wrap()`` method
100 its ``format()`` method. Please note that you can not pass colored texts in the second parameters (text length calculation
108 The formatter is used through the ``format()`` method which expects at least two arrays: The first defines the column
138 The resulting object then can be passed as the logger instance. The difference between the two is in adjusted method signatures (with appropriate type hinting) only. Be sure you have the suggested `psr/log` composer package installed when using these classes.
/plugin/upload/
H A Dsyntax.php106 $params['method'] = 'post';
/plugin/vbsso/views/
H A Dadmin.html2-1.tpl2 <form action="" name="vbsso_settings" method="post">
/plugin/virtualkeyboard/vk/
H A Dlicense.txt48 We protect your rights with a two-step method: (1) we copyright the

1...<<313233343536373839