Home
last modified time | relevance | path

Searched refs:ch (Results 26 – 50 of 366) sorted by relevance

12345678910>>...15

/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DAscii85.php38 $ch = \ord($data[$k]) & 0xff;
41 if ($k === 0 && $ch === 60 && isset($data[$k + 1]) && (\ord($data[$k + 1]) & 0xFF) === 126) {
46 if ($ch === 126 && isset($data[$k + 1]) && (\ord($data[$k + 1]) & 0xFF) === 62) {
50 if ($ch === 122 /* z */ && $state === 0) {
55 if ($ch < 33 /* ! */ || $ch > 117 /* u */) {
62 $chn[$state] = $ch - 33;/* ! */
/plugin/xtern/
H A Daction.php76 $ch = curl_init($url);
79 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 1);
81 curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
82 curl_setopt($ch,CURLOPT_FOLLOWLOCATION,1);
83 curl_setopt($ch, CURLOPT_MAXREDIRS, 5);
84 curl_setopt($ch,CURLOPT_TIMEOUT,10);
85 curl_setopt($ch, CURLOPT_NOBODY, 1); //just fetch headers
86 $output = curl_exec($ch);
87 $curl_errno = curl_errno($ch);
97 else $status = curl_getinfo($ch, CURLINFO_HTTP_CODE);
[all …]
H A Dadmin.php259 $ch = curl_init($url);
263 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 1);
265 curl_setopt($ch,CURLOPT_RETURNTRANSFER,1);
266 curl_setopt($ch,CURLOPT_FOLLOWLOCATION,1);
267 curl_setopt($ch, CURLOPT_MAXREDIRS, 5);
268 curl_setopt($ch,CURLOPT_TIMEOUT,15);
270 $output = curl_exec($ch);
271 $httpcode = curl_getinfo($ch, CURLINFO_HTTP_CODE);
272 $curl_errno = curl_errno($ch);
274 return "Curl Erro: " .curl_errno($ch) . "--" . curl_error($ch);
[all …]
/plugin/discordnotifier/
H A Dhelper.php174 $ch = curl_init ( $webhook );
181 curl_setopt ( $ch, CURLOPT_PROXY, $proxyAddress );
182 curl_setopt ( $ch, CURLOPT_FOLLOWLOCATION, 1 );
183 curl_setopt ( $ch, CURLOPT_SSL_VERIFYPEER, false );
188 curl_setopt ( $ch, CURLOPT_PROXYUSERPWD, $proxyAuth );
194 curl_setopt ( $ch, CURLOPT_CUSTOMREQUEST, "POST" );
197 …curl_setopt ( $ch, CURLOPT_HTTPHEADER, array ( 'Content-type: application/json', $payload_length )…
198 curl_setopt ( $ch, CURLOPT_POSTFIELDS, $json_payload );
199 curl_setopt ( $ch, CURLOPT_RETURNTRANSFER, true );
200 curl_exec ( $ch );
[all …]
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.pl52 local($ch) = @_;
54 $ch =~ s/&/&amp;/g; # &
55 $ch =~ s/\"/&quot;/g; #"
56 $ch =~ s/\'/&#39;/g; # '
57 $ch =~ s/</&lt;/g; # <
58 $ch =~ s/>/&gt;/g; # >
59 return($ch);
/plugin/codemirror/dist/modes/
H A Dtiddlywiki.min.js.map1ch","peek","block","test","match","twTokenCode","next","skipToEnd","eatWhile","eat","twTokenCommen…
H A Dtcl.min.js.map1ch","next","inParams","tokenString","test","eatWhile","eat","tokenComment","match","tokenUnparsed"…
H A Dcommonlisp.min.js.map1ch","next","test","backUp","current","base","state","eatSpace","match","tokenize","inString","skip…
H A Dsieve.min.js.map1ch","next","eat","tokenize","tokenCComment","skipToEnd","tokenString","_indent","push","pop","test…
H A Dbrainfuck.min.js.map1ch","next","toString","indexOf","eol","defineMIME"],"mappings":"CAKA,SAAUA,GACR,SAAWC,UAAW,gBAAmBC…
H A Ddtd.min.js.map1ch","next","eat","eatWhile","tokenize","tokenSGMLComment","inBlock","match","tokenString","sc","cu…
H A Dnginx.min.js.map1ch","next","eat","tokenize","tokenCComment","tokenSGMLComment","tokenString","skipToEnd","match","…
H A Dpascal.min.js.map1ch","next","startOfLine","skipToEnd","tokenize","tokenString","eat","tokenComment","tokenCommentBr…
H A Dr.min.js.map1ch","next","skipToEnd","eat","eatWhile","match","test","tokenize","tokenString","word","current","…
/plugin/swfobject/
H A Dsyntax.php248 $ch = $s{$i};
250 if($ch == '/' && $s{$i+1} == '*' && $s{$i+2} != '@'){
258 if($ch == '/' && $s{$i+1} == '/'){
266 if($ch == '/'){
289 if($ch == '"'){
304 if($ch == "'"){
319 if( $ch == ' ' || $ch == "\r" || $ch == "\n" || $ch == "\t" ){
335 $ch = ' ';
339 $result .= $ch;
/plugin/zotero/
H A DImportZoteroFeedReader.php47 $ch = curl_init();
48 curl_setopt($ch, CURLOPT_URL, $url);
49 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
50 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);
51 curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false);
52 $download = curl_exec($ch);
53 curl_close($ch);
/plugin/table2csv/
H A DgetTableData.php77 for( $ch = 0; $ch < $field_len; $ch++ ) {
78 … if( $field[$ch] == $escape_char && $field[$ch+1] == $enclosure && $enc_is_quote ) {
80 }elseif( $field[$ch] == $escape_char ) {
82 }elseif( !$escaped && $field[$ch] == $enclosure ) {
87 $csvline .= $field[$ch];
/plugin/fastwiki/
H A Daction.php253 $ch = curl_init(DOKU_URL.'doku.php');
254 curl_setopt($ch, CURLOPT_POST, 1);
255 curl_setopt($ch, CURLOPT_POSTFIELDS, "id={$newid}&partial=1&fastwiki_preload_proxy=1");
256 curl_setopt($ch, CURLOPT_COOKIE, $headers['Cookie']);
257 curl_setopt($ch, CURLOPT_USERAGENT, $headers['User-Agent']);
258 curl_setopt($ch, CURLOPT_HTTPHEADER, array('Accept-Language: ' . $headers['Accept-Language']));
259 curl_setopt($ch, CURLOPT_REFERER, $headers['Referer']);
260 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 0); // Ignore redirects. TODO: Really? What about redirect plugin?
261 curl_setopt($ch, CURLOPT_HEADER, 0);
262 curl_setopt($ch, CURLOPT_RETURNTRANSFE
[all...]
/plugin/translation/lang/vi/
H A Dtotranslate.txt
/plugin/ckgedit/lang/vi/
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/adfs/phpsaml/lib/Saml2/
H A DIdPMetadataParser.php29 $ch = curl_init($url);
30 curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "GET");
31 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
32 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
33 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
34 curl_setopt($ch, CURLOPT_FAILONERROR, 1);
36 $xml = curl_exec($ch);
40 throw new Exception(curl_error($ch), curl_errno($ch));
/plugin/abc2/abc-libraries/abc2svg/
H A Dgrid-1.js9 function set_chords(){var i,ch,pch='-'
10 for(i=0;i<chords.length;i++){ch=chords[i]
11 if(!ch[0])
12 ch[0]=pch
13 if(ch.length==0)
15 if(ch.length==1){pch=ch[0]
17 if(ch.length==2){ch[2]=ch[
[all...]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/cs/
H A Dcs.txt
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
H A Dsharedapi.php250 $ch = $r[$i];
251 switch ($ch) {
466 $ch = curl_init();
468 curl_setopt($ch, CURLOPT_URL, $url);
474 curl_setopt($ch, CURLOPT_POST, 1);
475 curl_setopt($ch, CURLOPT_POSTFIELDS, $fields);
478 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
479 curl_setopt($ch, CURLOPT_HEADER, 0);
483 $data = curl_exec($ch);
485 $code = curl_getinfo($ch, CURLINFO_HTTP_CODE);
[all …]
/plugin/stopforumspam2/
H A Dhelper.php39 $this->ch = curl_init();
40 if ($this->ch) {
41 curl_setopt ($this->ch, CURLOPT_URL, 'http://api.stopforumspam.org/api?json');
197 curl_setopt ($this->ch, CURLOPT_POST, 1);
198 curl_setopt ($this->ch, CURLOPT_POSTFIELDS, $data);
199 curl_setopt ($this->ch, CURLOPT_RETURNTRANSFER, true);
200 $result = curl_exec ($this->ch);
201 $detail = curl_getinfo($this->ch);
202 curl_close ($this->ch);

12345678910>>...15