Home
last modified time | relevance | path

Searched refs:ch (Results 51 – 75 of 366) sorted by last modified time

12345678910>>...15

/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/sw/
H A Dsw.txt95 Kifungu ch 23.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/fy/
H A Dfy.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ig/
H A Dig.txt
/plugin/highlight2wiki/
H A Daction.php122 $ch = curl_init();
124 curl_setopt($ch, CURLOPT_USERAGENT, $agent);// Return Page contents.
125 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
126 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
127 curl_setopt($ch, CURLOPT_URL, $url);
128 curl_setopt($ch, CURLOPT_LOW_SPEED_LIMIT, 1); // cancel if below 1 byte/second
129 curl_setopt($ch, CURLOPT_LOW_SPEED_TIME, 30); // for a period of 30 seconds
130 $result1 = curl_exec($ch);
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc5341 "de-ch": 1,
12790 "de-ch": 1,
21846 "de-ch": 1,
26679 "de-ch": 1,
/plugin/ckgedit/lang/vi/
H A Dlang.php56 $lang['fontdel'] = 'Xóa phông chữ đánh dấu khỏi (các) liên kết: không được Dokuwiki h…
H A Dmerger.txt2 …u>plugin:ckgdoku|ckgdoku]]. Xem ckgdoku's [[doku>plugin:ckgdoku#configuration|tùy chọn cấu hình]].
H A Dscayt.txt1chính tả Scayt cung cấp ba Tùy chọn cấu hình: on (bật), off (tất), disabled (vô hiệu hóa). Bây giờ…
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1534 * @author Pierre Spring <pierre.spring@caillou.ch>
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/
H A DCurlClient.php86 $ch = curl_init();
98 curl_setopt($ch, CURLOPT_POST, true);
112 curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
113 curl_setopt($ch, CURLOPT_HEADER, false);
118 curl_setopt($ch, $key, $value);
122 curl_setopt($ch, CURLOPT_SSLVERSION, 3);
125 $response = curl_exec($ch);
129 $errNo = curl_errno($ch);
130 $errStr = curl_error($ch);
131 curl_close($ch);
[all …]
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2ch=1/sh,lh=[new wt(1,1,1),new wt(-1,1,1),new wt(1,1,-1),new wt(-1,1,-1),new wt(0,sh,ch),new wt(0,s…
/plugin/wrap/
H A Dexample.txt96 You can set any valid widths (but only on divs): ''%, px, em, rem, ex, ch, vw, vh, pt, pc, cm, mm, in'', but most of the time you'd only want either
/plugin/wrap/conf/
H A Dlang2dir.conf39 ch ltr #Chamorro
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js155 ch: { // Simplified Chinese class in default_options.i18n
2072ch="";for(var i=0;i<format.length;++i){ch=format.charAt(i);if(!special&&ch=="\\"){special=true;}el…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogglyHandler.php89 $ch = curl_init();
91 curl_setopt($ch, CURLOPT_URL, $url);
92 curl_setopt($ch, CURLOPT_POST, true);
93 curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
95 return $ch;
142 $ch = $this->getCurlHandler($endpoint);
150 curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
151 curl_setopt($ch, CURLOPT_HTTPHEADER, $headers);
153 Curl\Util::execute($ch, 5, false);
H A DSendGridHandler.php95 $ch = curl_init();
96 curl_setopt($ch, CURLOPT_URL, 'https://api.sendgrid.com/api/mail.send.json');
H A DSlackWebhookHandler.php98 $ch = curl_init();
110 curl_setopt_array($ch, $options);
112 Curl\Util::execute($ch);
H A DIFTTTHandler.php63 $ch = curl_init();
64 …curl_setopt($ch, CURLOPT_URL, "https://maker.ifttt.com/trigger/" . $this->eventName . "/with/key/"…
65 curl_setopt($ch, CURLOPT_POST, true);
66 curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
67 curl_setopt($ch, CURLOPT_POSTFIELDS, $postString);
68 curl_setopt($ch, CURLOPT_HTTPHEADER, [
72 Curl\Util::execute($ch);
H A DMandrillHandler.php70 $ch = curl_init();
72 curl_setopt($ch, CURLOPT_URL, 'https://mandrillapp.com/api/1.0/messages/send-raw.json');
/plugin/authgooglesheets/
H A Dcomposer.lock769 "email": "pm@datasphere.ch",
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php1443 $ch = $temp[0]->bitwise_xor($temp[1]);
1445 $t1 = $t1->add($ch);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php285 $conf[CURLOPT_READFUNCTION] = function ($ch, $fd, $length) use ($body) {
394 $conf[CURLOPT_WRITEFUNCTION] = function ($ch, $write) use ($sink) {
557 return function ($ch, $h) use (
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Curl/
H A DUtil.php37 * @param resource|CurlHandle $ch curl handler
42 public static function execute($ch, int $retries = 5, bool $closeAfterDone = true) argument
45 $curlResponse = curl_exec($ch);
47 $curlErrno = curl_errno($ch);
50 $curlError = curl_error($ch);
53 curl_close($ch);
63 curl_close($ch);
/plugin/c3chart/assets/
H A Dd3.min.js2ch),Ih.point=Qn}function oe(t,n){ah=t,ch=n,t*=mh,n*=mh,Ih.point=ue;var e=Mh(n);sh=e*Mh(t),fh=e*Eh(… variable
/plugin/translate/
H A DList_of_ISO_639-1_codes.txt29 array("ch", "cha", "-", "cha", "Chamorro", "Chamoru", ""),

12345678910>>...15