Home
last modified time | relevance | path

Searched refs:rcurl (Results 1 – 22 of 22) sorted by relevance

/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/
H A DClient.php493 $rcurl = curl_copy_handle($curl);
494 curl_setopt($rcurl, CURLOPT_HEADER, true);
495 curl_setopt($rcurl, CURLOPT_NOBODY, true);
496 curl_setopt($rcurl, CURLOPT_FORBID_REUSE, false);
497 curl_setopt($rcurl, CURLOPT_RETURNTRANSFER, true);
500 curl_setopt($rcurl, CURLOPT_URL, $newurl);
501 $header = curl_exec($rcurl);
502 if (curl_errno($rcurl))
508 $code = curl_getinfo($rcurl, CURLINFO_HTTP_CODE);
522 curl_close($rcurl);
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/SabreForRainLoop/DAV/
H A DClient.php493 $rcurl = curl_copy_handle($curl);
494 curl_setopt($rcurl, CURLOPT_HEADER, true);
495 curl_setopt($rcurl, CURLOPT_NOBODY, true);
496 curl_setopt($rcurl, CURLOPT_FORBID_REUSE, false);
497 curl_setopt($rcurl, CURLOPT_RETURNTRANSFER, true);
500 curl_setopt($rcurl, CURLOPT_URL, $newurl);
501 $header = curl_exec($rcurl);
502 if (curl_errno($rcurl))
508 $code = curl_getinfo($rcurl, CURLINFO_HTTP_CODE);
522 curl_close($rcurl);
/dports/devel/RStudio/rstudio-2021.09.1-372/dependencies/common/rsconnect/man/
H A Dproxies.Rd9 The default HTTP connection type is \code{rcurl} however addition connection types \code{curl} and …
14 The most straightforward way to specify a proxy for \code{rcurl} and \code{curl} connections is to …
32 The default HTTP connection type is \code{rcurl}. If you need more configurability than affored by …
44 If you are running on Windows and have difficulty configuring proxy settings for \code{rcurl} or \c…
50 …uire an encrypted https connection it's recommended that you use an \code{rcurl} or \code{curl} co…
H A Doptions.Rd17 \code{rcurl} \tab Secure https using the \code{RCurl} package\cr
21 If no option is specified then \code{rcurl} is used by default.
/dports/www/R-cran-httr/httr/R/
H A Dconfig.r80 rcurl <- tolower(names(constants)) functionVar
83 httr = rcurl,
84 libcurl = translate_curl(rcurl),
/dports/editors/libreoffice/libreoffice-7.2.6.2/desktop/source/deployment/misc/
H A Ddp_misc.cxx317 OUString rcurl( url.copy( sizeof ("vnd.sun.star.expand:") - 1 ) ); in expandUnoRcUrl() local
319 rcurl = ::rtl::Uri::decode( in expandUnoRcUrl()
320 rcurl, rtl_UriDecodeWithCharset, RTL_TEXTENCODING_UTF8 ); in expandUnoRcUrl()
322 UnoRc::get()->expandMacrosFrom( rcurl ); in expandUnoRcUrl()
323 return rcurl; in expandUnoRcUrl()
/dports/graphics/py-pyx/PyX-0.15/pyx/metapost/
H A Dpath.py176 def __init__(self, x_pt, y_pt, lcurl=1, rcurl=None, langle=None, rangle=None): argument
183 if rcurl is not None:
184 rtype, rvalue = mp_curl, rcurl
194 def __init__(self, x, y, lcurl=1, rcurl=None, langle=None, rangle=None): argument
199 roughknot_pt.__init__(self, unit.topt(x), unit.topt(y), lcurl, rcurl, langle, rangle)
/dports/editors/libreoffice6/libreoffice-6.4.7.2/desktop/source/deployment/misc/
H A Ddp_misc.cxx334 OUString rcurl( url.copy( sizeof ("vnd.sun.star.expand:") - 1 ) ); in expandUnoRcUrl() local
336 rcurl = ::rtl::Uri::decode( in expandUnoRcUrl()
337 rcurl, rtl_UriDecodeWithCharset, RTL_TEXTENCODING_UTF8 ); in expandUnoRcUrl()
339 UnoRc::get()->expandMacrosFrom( rcurl ); in expandUnoRcUrl()
340 return rcurl; in expandUnoRcUrl()
/dports/devel/libsimdpp/libsimdpp-2.1-400-g9dac213d/doc/wiki/Template/mparen/
H A Dfont.mwiki7 | rcurl | }={{#switch:{{{2|}}} | 1=0.5 | 2=1 | 3=1.5 | 4=2 | 5=1.5}}
H A Dparen.mwiki17 | rcurl
/dports/textproc/R-cran-markdown/markdown/man/
H A DrpubsUpload.Rd26 "rcurl" uses the RCurl package to do an https upload; and "auto" uses the
27 best available method searched for in the following order: "curl", "rcurl",
/dports/graphics/py-pyx/PyX-0.15/pyx/
H A Ddeformer.py1729 def __init__(self, tension=1, atleast=False, lcurl=1, rcurl=1): argument
1738 self.rcurl = rcurl
1740 def __call__(self, tension=_marker, atleast=_marker, lcurl=_marker, rcurl=_marker): argument
1747 if rcurl is _marker:
1748 rcurl = self.rcurl
1749 return linesmoothed(tension, atleast, lcurl, rcurl)
1785 elif self.rcurl is None:
1791 knots.append(mppath.endknot_pt(x_pt, y_pt, curl=self.rcurl))
/dports/lang/fpc-utils/fpc-3.2.2/utils/tply/
H A Dpyacc.y186 rcurl : RCURL
229 | lcurl { copy_code; } rcurl
326 | lcurl { copy_code; } rcurl
/dports/lang/fpc-source/fpc-3.2.2/utils/tply/
H A Dpyacc.y186 rcurl : RCURL
229 | lcurl { copy_code; } rcurl
326 | lcurl { copy_code; } rcurl
/dports/devel/ncurses/ncurses-6.3/include/
H A DMKterm.h.awk.in27 rcurl = "}";
412 printf "%s\n", rcurl;
/dports/textproc/sv-hunspell/sv-hunspell-2.40/dictionaries/
H A Dsv_FI.dic73918rcurl/ADGX
H A Dsv_SE.dic74048rcurl/ADGX
/dports/editors/texstudio/texstudio-4.1.2/utilities/dictionaries/
H A Dsv_FI-SwedishFinland.dic74732rcurl/ADGX
H A Dsv_SV-Swedish.dic74871rcurl/ADGX
/dports/textproc/py-spylls/spylls-0.1.6/spylls/hunspell/data/sv/
H A Dsv_SE.dic74048rcurl/ADGX
/dports/www/dooble/dooble-2021.12.05/Dictionaries/sv_SE/
H A Dsv_FI.dic73918rcurl/ADGX
H A Dsv_SE.dic74048rcurl/ADGX