Home
last modified time | relevance | path

Searched refs:issues (Results 26 – 50 of 722) sorted by path

12345678910>>...29

/plugin/aichat/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
H A Dcomposer.lock53 "issues": "https://github.com/bdelespierre/php-kmeans/issues",
103 "issues": "https://github.com/erusev/parsedown/issues",
198 "issues": "https://github.com/vanderlee/php-sentence/issues",
/plugin/aichat/vendor/composer/
H A Dplatform_check.php5 $issues = array(); variable
8 $issues[] = 'Your Composer dependencies require a PHP version ">= 8.1.0". You are running ' . PHP_VERSION . '.';
11 if ($issues) {
17 fwrite(STDERR, 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL);
19 echo 'Composer detected issues in your platform:' . PHP_EOL.PHP_EOL . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EOL;
23 'Composer detected issues in your platform: ' . implode(' ', $issues),
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock62 "issues": "https://github.com/composer/pcre/issues",
143 "issues": "https://github.com/composer/semver/issues",
209 "issues": "https://github.com/composer/xdebug-handler/issues",
299 "issues": "https://github.com/doctrine/annotations/issues",
355 "issues": "https://github.com/doctrine/instantiator/issues",
[all...]
/plugin/ajaxedit/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
/plugin/amazonlight/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md1049 * Discovered: [Safari 5 issue](https://github.com/kangax/fabric.js/issues/2241) please adapt fabric…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1issues/detail?id=90 for more details.\n\t return object.index - other.index;\n\t }\n\n\t /**\…
/plugin/appendtoquery/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
/plugin/approve/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
/plugin/archivegenerator/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
/plugin/archiveupload/
H A DCOPYING198 infringement or for any other reason (not limited to patent issues),
/plugin/asana/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
/plugin/asiansearch/
H A DCOPYING198 infringement or for any other reason (not limited to patent issues),
/plugin/attribute/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
/plugin/authclientcert/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
/plugin/authdjango/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
/plugin/authdrupal7/
H A DCOPYING198 infringement or for any other reason (not limited to patent issues),
/plugin/authfacebook/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
/plugin/authg2fa/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
/plugin/authgoogle2fa/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
/plugin/authgooglesheets/
H A DLICENSE198 infringement or for any other reason (not limited to patent issues),
H A Dcomposer.lock61 "issues": "https://github.com/firebase/php-jwt/issues",
132 "issues": "https://github.com/googleapis/google-api-php-client/issues",
234 "issues": "https://github.com/googleapis/google-auth-library-php/issues",
305 "issues": "https://github.com/guzzle/guzzle/issues",
375 "issues": "https://github.com/guzzle/promises/issues",
485 "issues": "https://github.com/guzzle/psr7/issues",
588 "issues": "https://github.com/Seldaek/monolog/issues",
665 "issues": "https://github.com/paragonie/constant_time_encoding/issues",
715 "issues": "https://github.com/paragonie/random_compat/issues",
810 "issues": "https://github.com/phpseclib/phpseclib/issues",
[all …]
/plugin/authgooglesheets/vendor/composer/
H A Dplatform_check.php5 $issues = array(); variable
8 …$issues[] = 'Your Composer dependencies require a PHP version ">= 7.2.0". You are running ' . PHP_…
11 if ($issues) {
17 …detected issues in your platform:' . PHP_EOL.PHP_EOL . implode(PHP_EOL, $issues) . PHP_EOL.PHP_EOL…
19 … . str_replace('You are running '.PHP_VERSION.'.', '', implode(PHP_EOL, $issues)) . PHP_EOL.PHP_EO…
23 'Composer detected issues in your platform: ' . implode(' ', $issues),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDomains/
H A DRegistration.php42 public $issues; variable in Google\\Service\\CloudDomains\\Registration
137 public function setIssues($issues) argument
139 $this->issues = $issues;
146 return $this->issues;

12345678910>>...29