Home
last modified time | relevance | path

Searched refs:add_assoc_double (Results 1 – 25 of 87) sorted by relevance

1234

/dports/graphics/pecl-imagick-im7/imagick-3.5.1/
H A Dimagickpixel_class.c47 add_assoc_double(return_value, "hue", hue); in PHP_METHOD()
48 add_assoc_double(return_value, "saturation", saturation); in PHP_METHOD()
49 add_assoc_double(return_value, "luminosity", luminosity); in PHP_METHOD()
646 add_assoc_double(return_value, "r", red);
647 add_assoc_double(return_value, "g", green);
648 add_assoc_double(return_value, "b", blue);
649 add_assoc_double(return_value, "a", alpha);
699 add_assoc_double(return_value, "r", red);
700 add_assoc_double(return_value, "g", green);
701 add_assoc_double(return_value, "b", blue);
[all …]
H A Dimagick_class.c6620 add_assoc_double(return_value, "x", x);
6621 add_assoc_double(return_value, "y", y);
6623 add_assoc_double(return_value, "z", z);
7180 add_assoc_double(return_value, "x", x);
7181 add_assoc_double(return_value, "y", y);
7183 add_assoc_double(return_value, "z", z);
7534 add_assoc_double(return_value, "x", x);
7535 add_assoc_double(return_value, "y", y);
7537 add_assoc_double(return_value, "z", z);
7590 add_assoc_double(return_value, "x", x);
[all …]
/dports/graphics/pecl-imagick/imagick-3.5.1/
H A Dimagickpixel_class.c47 add_assoc_double(return_value, "hue", hue); in PHP_METHOD()
48 add_assoc_double(return_value, "saturation", saturation); in PHP_METHOD()
49 add_assoc_double(return_value, "luminosity", luminosity); in PHP_METHOD()
646 add_assoc_double(return_value, "r", red);
647 add_assoc_double(return_value, "g", green);
648 add_assoc_double(return_value, "b", blue);
649 add_assoc_double(return_value, "a", alpha);
699 add_assoc_double(return_value, "r", red);
700 add_assoc_double(return_value, "g", green);
701 add_assoc_double(return_value, "b", blue);
[all …]
H A Dimagick_class.c6620 add_assoc_double(return_value, "x", x);
6621 add_assoc_double(return_value, "y", y);
6623 add_assoc_double(return_value, "z", z);
7180 add_assoc_double(return_value, "x", x);
7181 add_assoc_double(return_value, "y", y);
7183 add_assoc_double(return_value, "z", z);
7534 add_assoc_double(return_value, "x", x);
7535 add_assoc_double(return_value, "y", y);
7537 add_assoc_double(return_value, "z", z);
7590 add_assoc_double(return_value, "x", x);
[all …]
/dports/databases/pecl-rrd/rrd-2.0.1/
H A Drrd_info.c73 add_assoc_double(array, data_p->key, data_p->value.u_val); in rrd_info_toarray()
H A Drrd.c129 add_assoc_double(ds_data_array, str_timestamp, *(datap++)); in PHP_FUNCTION()
465 add_assoc_double(&time_data, str_timestamp, *data_ptr);
/dports/textproc/scws/scws-1.2.3/phpext/
H A Dphp_scws.c576 add_assoc_double(row, "idf", (double) cur->idf); in PHP_FUNCTION()
611 add_assoc_double(row, "weight", (double) cur->weight); in PHP_FUNCTION()
657 add_assoc_double(row, "weight", (double) cur->weight); in PHP_FUNCTION()
/dports/lang/php73/php-7.3.33/ext/opcache/
H A Dzend_accelerator_module.c633add_assoc_double(&memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory…
661add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs…
662 add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
712add_assoc_double(&directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_p…
/dports/www/php73-opcache/php-7.3.33/ext/opcache/
H A Dzend_accelerator_module.c633add_assoc_double(&memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory…
661add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs…
662 add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
712add_assoc_double(&directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_p…
/dports/www/mod_php73/php-7.3.33/ext/opcache/
H A Dzend_accelerator_module.c633add_assoc_double(&memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory…
661add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs…
662 add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
712add_assoc_double(&directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_p…
/dports/lang/php74/php-7.4.27/ext/opcache/
H A Dzend_accelerator_module.c621add_assoc_double(&memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory…
649add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs…
650 add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
743add_assoc_double(&directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_p…
/dports/www/php74-opcache/php-7.4.27/ext/opcache/
H A Dzend_accelerator_module.c621add_assoc_double(&memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory…
649add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs…
650 add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
743add_assoc_double(&directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_p…
/dports/www/mod_php74/php-7.4.27/ext/opcache/
H A Dzend_accelerator_module.c621add_assoc_double(&memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory…
649add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs…
650 add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
743add_assoc_double(&directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_p…
/dports/www/mod_php81/php-8.1.1/ext/opcache/
H A Dzend_accelerator_module.c611add_assoc_double(&memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory…
639add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs…
640 add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
735add_assoc_double(&directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_p…
/dports/lang/php80/php-8.0.15/ext/opcache/
H A Dzend_accelerator_module.c611add_assoc_double(&memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory…
639add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs…
640 add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
735add_assoc_double(&directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_p…
/dports/lang/php81/php-8.1.1/ext/opcache/
H A Dzend_accelerator_module.c611add_assoc_double(&memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory…
639add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs…
640 add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
735add_assoc_double(&directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_p…
/dports/www/php81-opcache/php-8.1.1/ext/opcache/
H A Dzend_accelerator_module.c611add_assoc_double(&memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory…
639add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs…
640 add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
735add_assoc_double(&directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_p…
/dports/www/php80-opcache/php-8.0.15/ext/opcache/
H A Dzend_accelerator_module.c611add_assoc_double(&memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory…
639add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs…
640 add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
735add_assoc_double(&directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_p…
/dports/www/mod_php80/php-8.0.15/ext/opcache/
H A Dzend_accelerator_module.c611add_assoc_double(&memory_usage, "current_wasted_percentage", (((double) ZSMMG(wasted_shared_memory…
639add_assoc_double(&statistics, "blacklist_miss_ratio", reqs?(((double) ZCSG(blacklist_misses))/reqs…
640 add_assoc_double(&statistics, "opcache_hit_rate", reqs?(((double) ZCSG(hits))/reqs)*100.0:0);
735add_assoc_double(&directives, "opcache.max_wasted_percentage", ZCG(accel_directives).max_wasted_p…
/dports/databases/pecl-cassandra/php-driver-61faee0/ext/src/
H A DDefaultSession.c977 add_assoc_double(PHP5TO7_ZVAL_MAYBE_P(requests),
980 add_assoc_double(PHP5TO7_ZVAL_MAYBE_P(requests),
983 add_assoc_double(PHP5TO7_ZVAL_MAYBE_P(requests),
986 add_assoc_double(PHP5TO7_ZVAL_MAYBE_P(requests),
/dports/devel/pecl-APCu/apcu-5.1.21/
H A Dphp_apc.c391 add_assoc_double(return_value, "seg_size", (double)info->seg_size);
392 add_assoc_double(return_value, "avail_mem", (double)apc_sma_get_avail_mem(&apc_sma));
H A Dapc_cache.c1080 add_assoc_double(info, "num_misses", (double) cache->header->nmisses); in apc_cache_info()
1081 add_assoc_double(info, "num_inserts", (double) cache->header->ninserts); in apc_cache_info()
1083 add_assoc_double(info, "expunges", (double) cache->header->nexpunges); in apc_cache_info()
/dports/lang/php80/php-8.0.15/ext/standard/
H A Dpack.c1129 add_assoc_double(return_value, n, (double)v); in PHP_FUNCTION()
1146 add_assoc_double(return_value, n, v); in PHP_FUNCTION()
/dports/lang/php73/php-7.3.33/ext/standard/
H A Dpack.c1138 add_assoc_double(return_value, n, (double)v); in PHP_FUNCTION()
1155 add_assoc_double(return_value, n, v); in PHP_FUNCTION()
/dports/lang/php74/php-7.4.27/ext/standard/
H A Dpack.c1143 add_assoc_double(return_value, n, (double)v); in PHP_FUNCTION()
1160 add_assoc_double(return_value, n, v); in PHP_FUNCTION()

1234