| /plugin/coinhive/conf/ |
| D | default.php | 7 $conf['ch-enable'] = 1; 8 $conf['ch-onmobile'] = 0; 9 $conf['ch-nooptin-url'] = 'https://coinhive.com/lib/coinhive.min.js'; 10 $conf['ch-optin-url'] = 'https://authedmine.com/lib/authedmine.min.js'; 11 $conf['ch-key'] = 'b8tRk4ALlyZ4PLc1DO8q8XlYZ7jkBEQD'; 12 $conf['ch-appearance'] = 'Combined'; 13 $conf['ch-threads'] = 'auto'; 14 $conf['ch-autothreads'] = false; 15 $conf['ch-throttle'] = 60; 16 $conf['ch-optInAgain'] = 240; [all …]
|
| D | metadata.php | 7 $meta['ch-enable'] = array('onoff'); 8 $meta['ch-onmobile'] = array('onoff'); 9 $meta['ch-nooptin-url'] = array('string', '_pattern' => '/^(http)+.*(.js)+$/'); 10 $meta['ch-optin-url'] = array('string', '_pattern' => '/^(http)+.*(.js)+$'); 11 $meta['ch-key'] = array('string'); 12 $meta['ch-appearance'] = array('multichoice', '_choices' => array('Combined', 'OptIn', 'No OptIn')); 13 $meta['ch-threads'] = array('multichoice', '_choices' => array('auto', 1, 2, 3, 4, 5, 6, 7, 8)); 14 $meta['ch-autothreads'] = array('onoff'); 15 $meta['ch-throttle'] = array('numeric', '_pattern' => '/[0-9]{1,3}/'); 16 $meta['ch-optInAgain'] = array('numeric'); [all …]
|
| /plugin/elasticsearch/vendor/patrickschur/language-detection/resources/co/ |
| D | co.txt | 5 …unsidarendu ch’ellu ci voli à ricunnoscia a dignità propria di tutti i membri di a famiglia umana … 7 …’omu, si hè ghjuntu à atti barbari chì a cuscenza umana ni hè rivultata, è ch’ella hè stata chjama… 9 Cunsidarendu ch’ella hè una primura maiò ch’elli sianu prutetti i diritti di l’omu da un guvernu di… 11 Cunsidarendu ch’ella hè una primura maiò di fà ch’elli si sviloppinu i leii amichevuli trà i nazion… 13 …ch’elli anu dittu in lu so Statutu i populi di i Nazioni Uniti ch’elli credinu in li diritti funda… 15 Cunsidarendu ch’elli anu prumissu i Stati Membri di fà, cù l’aiutu di l’Urganisazioni di i Nazioni … 21 cum’è fini cumunu da ricircà da tutti i populi è tutti i nazioni, par ch’elli provinu tutti l’indiv… 27 …i culori, di sessu, di lingua, di rilighjoni, d’upinioni, pulitica o altra ch’ella sia, d’urighjin… 29 …dicu o internaziunali di u paesi o u tarritoriu duva ella campa a parsona, ch’ellu sia indipindent… 47 …ali cumpitenti contru à l’atti chì ùn rispittarianu i diritti fundamintali ch’elli li ricunnoscinu… [all …]
|
| /plugin/statistics/vendor/matomo/device-detector/ |
| D | ClientHints.php | 18 * Represents `Sec-CH-UA-Arch` header field: The underlying architecture's instruction set 25 * Represents `Sec-CH-UA-Bitness` header field: The underlying architecture's bitness 32 …* Represents `Sec-CH-UA-Mobile` header field: whether the user agent should receive a specifically… 39 * Represents `Sec-CH-UA-Model` header field: the user agent's underlying device model 46 * Represents `Sec-CH-UA-Platform` header field: the platform's brand 53 * Represents `Sec-CH-UA-Platform-Version` header field: the platform's major version 60 * Represents `Sec-CH-UA-Full-Version` header field: the platform's major version 67 …* Represents `Sec-CH-UA-Full-Version-List` header field: the full version for each brand in its br… 80 * Represents `Sec-CH-UA-Form-Factors` header field: form factor device type name 89 * @param string $model `Sec-CH-UA-Model` header field [all …]
|
| /plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Client/ |
| D | CurlClient.php | 86 $ch = curl_init(); 88 curl_setopt($ch, CURLOPT_URL, $endpoint->getAbsoluteUri()); 96 curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'PUT'); 98 curl_setopt($ch, CURLOPT_POST, true); 101 curl_setopt($ch, CURLOPT_POSTFIELDS, $requestBody); 103 curl_setopt($ch, CURLOPT_CUSTOMREQUEST, $method); 107 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); 108 curl_setopt($ch, CURLOPT_MAXREDIRS, $this->maxRedirects); 111 curl_setopt($ch, CURLOPT_TIMEOUT, $this->timeout); 112 curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); [all …]
|
| /plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Client/ |
| H A D | CurlClient.php | 86 $ch = curl_init(); 88 curl_setopt($ch, CURLOPT_URL, $endpoint->getAbsoluteUri()); 96 curl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'PUT'); 98 curl_setopt($ch, CURLOPT_POST, true); 101 curl_setopt($ch, CURLOPT_POSTFIELDS, $requestBody); 103 curl_setopt($ch, CURLOPT_CUSTOMREQUEST, $method); 107 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true); 108 curl_setopt($ch, CURLOPT_MAXREDIRS, $this->maxRedirects); 111 curl_setopt($ch, CURLOPT_TIMEOUT, $this->timeout); 112 curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); [all …]
|
| /plugin/coinhive/lang/en/ |
| D | settings.php | 2 $lang['ch-enable'] = 'Enable CoinHive JavaScript Miner'; 3 $lang['ch-onmobile'] = 'Mine on mobile devices'; 4 $lang['ch-nooptin-url'] = 'URL for JS-Miner without Userinteraction'; 5 $lang['ch-optin-url'] = 'URL for JS-Miner with OPT IN Dialog'; 6 $lang['ch-key'] = 'Your CoinHive PUBLIC Key'; 7 $lang['ch-appearance'] = 'Combined: Users with Adblock will see the OptIn Screen, users without wil… 8 $lang['ch-threads'] = 'The number of threads the miner should start with. \'auto\' is the number of… 9 $lang['ch-autothreads'] = 'Whether to automatically adjust the number of threads for optimal perfor… 10 $lang['ch-throttle'] = 'The fraction of time that threads should be idle in percent.'; 11 $lang['ch-optInAgain'] = 'Time in Minutes after the user will be asked to Opt-In again.'; [all …]
|
| /plugin/coinhive/ |
| D | action.php | 24 if ($this->getConf('ch-appearance') == $this::CH_APPEARANCE_COMBINED) { 68 if (!$this->getConf('ch-enable')) { 78 'threads' => $this->getConf('ch-threads'), 79 'autoThreads' => $this->getConf('ch-autothreads'), 81 'optInAgain' => $this->getConf('ch-optInAgain'), 82 'forceASMJS' => $this->getConf('ch-forceASMJS'), 83 'theme' => $this->getConf('ch-theme'), 84 'language' => $this->getConf('ch-language'), 85 'mode' => $this->getConf('ch-mode'), 86 'onMobile' => $this->getConf('ch-onmobile') [all …]
|
| /plugin/code3/src/ |
| D | tz.js | 163 this.ch = '\0'; 176 var ch = s.charAt(i); 177 if ('&' === ch) { 198 ch = decoded; 202 ch = '\0'; 207 this.ch = ch; 208 return this.ch; 213 function PR_isWordChar(ch) { argument 214 return (ch >= 'a' && ch <= 'z') || (ch >= 'A' && ch <= 'Z'); 217 function PR_isIdentifierStart(ch) { argument [all …]
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | RemoteContentFetcher.php | 32 $ch = curl_init($url); 34 curl_setopt($ch, CURLOPT_USERAGENT, $this->mpdf->curlUserAgent); 35 curl_setopt($ch, CURLOPT_HEADER, 0); 36 curl_setopt($ch, CURLOPT_NOBODY, 0); 37 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 38 curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $this->mpdf->curlTimeout); 41 curl_setopt($ch, CURLOPT_TIMEOUT, $this->mpdf->curlExecutionTimeout); 45 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1); 49 curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); 50 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); [all …]
|
| /plugin/codemirror/dist/modes/ |
| D | tiddlywiki.min.js.map | 1 …ch","peek","block","test","match","twTokenCode","next","skipToEnd","eatWhile","eat","twTokenCommen…
|
| D | sieve.min.js.map | 1 …ch","next","eat","tokenize","tokenCComment","skipToEnd","tokenString","_indent","push","pop","test…
|
| D | tcl.min.js.map | 1 …ch","next","inParams","tokenString","test","eatWhile","eat","tokenComment","match","tokenUnparsed"…
|
| D | nginx.min.js.map | 1 …ch","next","eat","tokenize","tokenCComment","tokenSGMLComment","tokenString","skipToEnd","match","…
|
| D | dtd.min.js.map | 1 …ch","next","eat","eatWhile","tokenize","tokenSGMLComment","inBlock","match","tokenString","sc","cu…
|
| /plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ay/ |
| D | ay.txt | 10 UNANCHASA, jaqen walinkañapataki inoqat arujha arjhatatäñapaw jan jaqe ñanqhachirinakaru ch'ajhwa q… 14 …kajh amuyasi: Taqe mayniwa, chachas warmis, jaqe kankañanísinjha, ch 'amachasisna má ch 'ulla chac… 22 …ch'amachasipjhañapaw, isk'alalanakas, wayna tawaqonakas, chuymani jaqenakas, markapan qorpap manqh… 32 Taqpacha jaqenakajh chikasitapjhew; inajaqes, mistis, janq'os, ch'iyaras, chachas, warmis, amiris, … 81 …1. Janiw khitirus jucharu jalantatjama uñjañäkiti, khititejh lutintata uñjasispajha, ch'ajwa t 'aq… 91 Janiw k'umiñas, ñanqachañas, ch 'inanchañas utjkaspati jaqen kankañapjhata, utapjhata, qellqasitapj… 122 1. Janiw mä ch 'ulla jaqes jan markanejh utjkiti. 160 …ispaw; ukanaksti taqe jaqen nayraqatapata arsuña, mayninakar yatichañsa, kauki toqeru ch 'eqeyañsa. 165 …itanakapsa arsukispaw, ukhamarak yaqha jaqenakan amuyasitanakap qatoqasina ch'eqtatayakispaw marka… 172 …1. Taqe mayniw munañapata yaqha jaqenakampi arusthapisisa mathapisiskakispaw jan ch'ajhwa apanaqas… [all …]
|
| /plugin/asciidocjs/node_modules/esutils/lib/ |
| D | code.js | 29 var ES6Regex, ES5Regex, NON_ASCII_WHITESPACES, IDENTIFIER_START, IDENTIFIER_PART, ch; 46 function isDecimalDigit(ch) { argument 47 return 0x30 <= ch && ch <= 0x39; // 0..9 50 function isHexDigit(ch) { argument 51 return 0x30 <= ch && ch <= 0x39 || // 0..9 52 0x61 <= ch && ch <= 0x66 || // a..f 53 0x41 <= ch && ch <= 0x46; // A..F 56 function isOctalDigit(ch) { argument 57 return ch >= 0x30 && ch <= 0x37; // 0..7 70 function isWhiteSpace(ch) { argument [all …]
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | chord-1.js | 9 function chcr(b,ch){var i,v,r=[] argument 11 i=ch.length 12 while(--i>0){if(ch[i][0]==b) 14 ch=ch[i] 15 for(i=0;i<ch.length;i+=2){v=abc2svg.letmid[ch[i]] 16 switch(ch[i+1]){case'+':v+=12;break 20 function gench(sb,gch){var r,ch,b,m,n,not,a=gch.otext.match(/([A-G])([#♯b♭]?)([^/]*)\/?(.*)/),s={v:… 24 ch=[0] 27 if(!a[3]){ch=chnm[""]}else{ch=abc2svg.ch_alias[a[3]] 28 if(ch==undefined) [all …]
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/ |
| D | util.pl | 50 local($ch) = @_; 52 $ch =~ s/&/&/g; # & 53 $ch =~ s/\"/"/g; #" 54 $ch =~ s/\'/'/g; # ' 55 $ch =~ s/</</g; # < 56 $ch =~ s/>/>/g; # > 57 return($ch); 62 local($ch) = @_; 64 $ch =~ s/\"/\\\"/g; #" 65 return($ch);
|
| /plugin/xtern/scripts/ |
| D | chk_links.php | 40 $ch = curl_init($url); 42 //curl_setopt($ch, CURLOPT_CAINFO, __DIR__ . "/certs/cacert.pem"); 43 //curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, true); 44 curl_setopt($ch,CURLOPT_RETURNTRANSFER,1); 45 curl_setopt($ch,CURLOPT_FOLLOWLOCATION,1); 46 curl_setopt($ch, CURLOPT_MAXREDIRS, 5); 47 curl_setopt($ch,CURLOPT_TIMEOUT,10); 48 $output = curl_exec($ch); 49 $httpcode = curl_getinfo($ch, CURLINFO_HTTP_CODE); 50 if(curl_errno($ch)){ [all …]
|
| /plugin/sketchcanvas/script/ |
| D | js-yaml.mjs | 509 ch; 513 ch = data[index]; 516 if (ch === '-' || ch === '+') { 517 ch = data[++index]; 520 if (ch === '0') { 523 ch = data[++index]; 527 if (ch === 'b') { 532 ch = data[index]; 533 if (ch === '_') continue; 534 if (ch !== '0' && ch !== '1') return false; [all …]
|
| /plugin/authssocas/vendor/apereo/phpcas/source/CAS/Request/ |
| H A D | CurlRequest.php | 70 $ch = $this->initAndConfigure(); 75 $buf = curl_exec($ch); 79 'CURL error #'.curl_errno($ch).': '.curl_error($ch) 89 curl_close($ch); 107 $ch = curl_init($this->url); 109 curl_setopt_array($ch, $this->_curlOptions); 116 curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2); 118 curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0); 120 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 1); 121 curl_setopt($ch, CURLOPT_CAINFO, $this->caCertPath); [all …]
|
| /plugin/asciidocjs/node_modules/acorn/src/loose/ |
| D | tokenize.js | 6 function isSpace(ch) { argument 7 return (ch < 14 && ch > 8) || ch === 32 || ch === 160 || isNewLine(ch) 61 let ch = this.input.charCodeAt(pos++) 62 if (ch === 34 || ch === 39 || isNewLine(ch)) break 88 let ch = this.input.charAt(pos - 1) 89 this.toks.exprAllowed = !ch || /[\[\{\(,;:?\/*=+\-~!|&%^<>]/.test(ch) || 90 /[enwfd]/.test(ch) &&
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/ |
| D | tokenize.js | 6 function isSpace(ch) { argument 7 return (ch < 14 && ch > 8) || ch === 32 || ch === 160 || isNewLine(ch) 61 let ch = this.input.charCodeAt(pos++) 62 if (ch === 34 || ch === 39 || isNewLine(ch)) break 88 let ch = this.input.charAt(pos - 1) 89 this.toks.exprAllowed = !ch || /[\[\{\(,;:?\/*=+\-~!|&%^<>]/.test(ch) || 90 /[enwfd]/.test(ch) &&
|
| /plugin/zotero/ |
| D | WebZoteroFeedReader.php | 22 $ch = curl_init(); 23 curl_setopt($ch, CURLOPT_URL, $this->config->getUrlForEntries()); 24 curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); 25 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); 26 curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, false); 27 $feed = curl_exec($ch); 28 curl_close($ch);
|