Home
last modified time | relevance | path

Searched refs:function_exists (Results 101 – 125 of 389) sorted by last modified time

12345678910>>...16

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DEC.php149 …if (self::$engines['libsodium'] && $curve == 'ed25519' && function_exists('sodium_crypto_sign_keyp…
H A DRijndael.php291 return function_exists('sodium_crypto_aead_aes256gcm_is_available') &&
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A Dfunctions_include.php4 if (!function_exists('GuzzleHttp\Psr7\str')) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DFlowdockFormatter.php94 $hasMbString = function_exists('mb_strlen');
H A DNormalizerFormatter.php43 if (!function_exists('json_encode')) {
H A DFluentdFormatter.php46 if (!function_exists('json_encode')) {
/plugin/authgooglesheets/vendor/composer/
H A Dautoload_real.php31 …$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_…
H A DClassLoader.php291 …$this->apcuPrefix = function_exists('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VAL…
/plugin/authgooglesheets/vendor/firebase/php-jwt/src/
H A DJWT.php249 if (!function_exists('sodium_crypto_sign_detached')) {
305 if (!function_exists('sodium_crypto_sign_verify_detached')) {
453 if (\function_exists('hash_equals')) {
501 if (\function_exists('mb_strlen')) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DZendMonitorHandler.php40 if (!function_exists('zend_monitor_custom_event')) {
H A DChromePHPHandler.php72 if (!function_exists('json_encode')) {
/plugin/authgooglesheets/vendor/ralouphie/getallheaders/src/
H A Dgetallheaders.php3 if (!function_exists('getallheaders')) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBinaryField.php192 if (function_exists('gmp_import')) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUtils.php20 return function_exists('hrtime') ? hrtime(true) / 1e9 : microtime(true);
H A Dfunctions.php106 if (function_exists('curl_multi_exec') && function_exists('curl_exec')) {
108 } elseif (function_exists('curl_exec')) {
110 } elseif (function_exists('curl_multi_exec')) {
137 if (extension_loaded('curl') && function_exists('curl_version')) {
H A Dfunctions_include.php4 if (!function_exists('GuzzleHttp\uri_template')) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php110 if (!function_exists('sodium_crypto_pwhash')) {
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A Dfunctions_include.php4 if (!function_exists('GuzzleHttp\Promise\promise_for')) {
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A Dbootstrap80.php120 if (!function_exists('idn_to_ascii')) {
123 if (!function_exists('idn_to_utf8')) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php4874 if (function_exists('deflate_init')) {
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A Dbootstrap.php18 if (!function_exists('normalizer_is_normalized')) {
21 if (!function_exists('normalizer_normalize')) {
H A Dbootstrap80.php14 if (!function_exists('normalizer_is_normalized')) {
17 if (!function_exists('normalizer_normalize')) {
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A DPhp72.php148 return \function_exists('posix_isatty') && @posix_isatty($stream);
H A Dbootstrap.php34 if ('\\' === \DIRECTORY_SEPARATOR && !function_exists('sapi_windows_vt100_support')) {
37 if (!function_exists('stream_isatty')) {
40 if (!function_exists('utf8_encode')) {
43 if (!function_exists('utf8_decode')) {
46 if (!function_exists('spl_object_id')) {
49 if (!function_exists('mb_ord')) {
52 if (!function_exists('mb_chr')) {
55 if (!function_exists('mb_scrub')) {
/plugin/gemini/
H A Dcli.php79 if (function_exists('pcntl_fork')) {
110 if (!function_exists('pcntl_fork') || ($pid = pcntl_fork()) == -1) {

12345678910>>...16