User contributions for Alexander
Jump to navigation
Jump to search
27 May 2013
- 14:2114:21, 27 May 2013 diff hist −3 Template:Modules/cURL/changelog No edit summary
- 14:2014:20, 27 May 2013 diff hist +230 N Template:Modules/cURL/changelog Created page with "==Version 1.2== === * Added a data return value to curl_perform, it now returns curlcode, data * Removed the second argument curl_perform, it now only accepts the curl handle * f..."
- 14:1914:19, 27 May 2013 diff hist +43 Modules/cURL No edit summary
- 14:1814:18, 27 May 2013 diff hist +263 N Modules/cURL/changelog Created page with "The changelog for the module cURL Version 1.2 ---- * Added a data return value to curl_perform, it now returns curlcode, data * Removed the second argument curl_perform, it now..." current
- 14:1514:15, 27 May 2013 diff hist −371 Modules/cURL/curl perform No edit summary
- 14:1314:13, 27 May 2013 diff hist +273 Modules/cURL No edit summary
- 11:1111:11, 27 May 2013 diff hist +14 Modules/cURL No edit summary
26 April 2012
- 11:4511:45, 26 April 2012 diff hist 0 Multi check →Example
- 11:4511:45, 26 April 2012 diff hist +1,189 N Multi check Created page with " {{Useful Function}} <lowercasetitle></lowercasetitle> __NOTOC__ This function checks one argument up to many, this is really handy for checking illegal weapons. ==Syntax== <cod..."
- 11:4111:41, 26 April 2012 diff hist +168 Template:Useful Functions No edit summary
15 March 2012
- 09:0509:05, 15 March 2012 diff hist −46 Modules/cURL/curl pause No edit summary
- 09:0209:02, 15 March 2012 diff hist 0 Modules/cURL No edit summary
- 09:0209:02, 15 March 2012 diff hist +176 Modules/cURL No edit summary
- 08:5808:58, 15 March 2012 diff hist +367 N Modules/cURL/variables/CURLPAUSE Created page with "* '''CURLPAUSE_RECV''' - Pause receiving data. * '''CURLPAUSE_SEND''' - Pause sending a request. * '''CURLPAUSE_ALL''' - Pause requesting and receiving. * '''CURLPAUSE_CONT''' - ..." current
- 08:5508:55, 15 March 2012 diff hist +37 Modules/cURL/curl pause No edit summary
- 08:5408:54, 15 March 2012 diff hist +48 N Template:Modules/cURL/variables Created page with "* CURLPAUSE" current
- 08:5308:53, 15 March 2012 diff hist +535 N Modules/cURL/curl pause Created page with "{{Modules/cURL/func_page| description = Pause a request or result| syntax = <syntaxhighlight lang="lua">CURLcode curl_pause(CURL handler, int bitmask)</syntaxhighlight>| required_arguments = * '''..."
- 08:4608:46, 15 March 2012 diff hist 0 Template:Modules/cURL/functions No edit summary
30 August 2011
- 20:1820:18, 30 August 2011 diff hist +347 Resource:Admin No edit summary
31 January 2011
- 18:5918:59, 31 January 2011 diff hist +916 N Modules/cURL/curl strerror Created page with "__NOTOC__ {{ModuleFunction|cURL}} Returns a string with detailed information of an error. ==Syntax== <syntaxhighlight lang="lua"> curl_strerror(curl handler, CURLcode code) </syntaxhighlight> ==Required..."
- 18:5318:53, 31 January 2011 diff hist +62 Modules/cURL No edit summary
- 18:4818:48, 31 January 2011 diff hist +1,201 N Modules/cURL/curl perform Created page with "__NOTOC__ {{ModuleFunction|cURL}} Let cURL do his work now, by call this function. ==Syntax== <syntaxhighlight lang="lua"> curl_perform(curl handler[, table callbackfunctions]) </syntaxhighlight> ==Requ..."
- 18:4318:43, 31 January 2011 diff hist +3 Modules/cURL/curl cleanup No edit summary
- 18:4218:42, 31 January 2011 diff hist +52 Modules/cURL/curl escape No edit summary
- 18:4118:41, 31 January 2011 diff hist +595 N Modules/cURL/curl escape Created page with "__NOTOC__ {{ModuleFunction|cURL}} Closes the curl engine. ==Syntax== <syntaxhighlight lang="lua"> curl_escape(curl handler, string url) </syntaxhighlight> ==Required arguments== * '''curl''' The curl ha..."
- 18:3918:39, 31 January 2011 diff hist +504 N Modules/cURL/curl cleanup Created page with "__NOTOC__ {{ModuleFunction|cURL}} Closes the curl engine. ==Syntax== <syntaxhighlight lang="lua"> curl_cleanup(curl handler) </syntaxhighlight> ==Required arguments== * '''curl''' The curl handler ==Re..."
- 16:1616:16, 31 January 2011 diff hist +61 Modules/cURL/curl init No edit summary
- 16:1616:16, 31 January 2011 diff hist +49 Template:Modules/cURL/func page No edit summary current
- 16:1416:14, 31 January 2011 diff hist +2 Modules/cURL/curl init No edit summary
- 16:1216:12, 31 January 2011 diff hist +221 Template:Modules/cURL/functions No edit summary
- 16:0916:09, 31 January 2011 diff hist −41 Modules/cURL →cURL events