91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 1.1MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-08-27
  • 語言: 其他
  • 標簽: wp??statistics??

資源簡介

wp statistics官方最新支持中文的12.0.7版本(12.0.8至最新版本暫無中文支持),為精簡插件包大小,操刀去除了其它32國語言字體,保留了英文,中文簡體,中文繁體。

資源截圖

代碼片段和文件信息

/*?MaxMind?Inc.?licenses?this?file?to?you?under?the?Apache?License?Version
?*?2.0?(the?“License“);?you?may?not?use?this?file?except?in?compliance?with
?*?the?License.??You?may?obtain?a?copy?of?the?License?at
?*
?*?http://www.apache.org/licenses/LICENSE-2.0
?*
?*?Unless?required?by?applicable?law?or?agreed?to?in?writing?software
?*?distributed?under?the?License?is?distributed?on?an?“AS?IS“?BASIS?WITHOUT
?*?WARRANTIES?OR?CONDITIONS?OF?ANY?KIND?either?express?or?implied.??See?the
?*?License?for?the?specific?language?governing?permissions?and?limitations
?*?under?the?License.
?*/

#include?“php_maxminddb.h“

#ifdef?HAVE_CONFIG_H
#include?“config.h“
#endif

#include?
#include?
#include?“Zend/zend_exceptions.h“
#include?

#ifdef?ZTS
#include?
#endif

#define?__STDC_FORMAT_MACROS
#include?

#define?PHP_MAXMINDDB_NS?ZEND_NS_NAME(“MaxMind“?“Db“)
#define?PHP_MAXMINDDB_READER_NS?ZEND_NS_NAME(PHP_MAXMINDDB_NS?“Reader“)
#define?PHP_MAXMINDDB_READER_EX_NS????????\
????ZEND_NS_NAME(PHP_MAXMINDDB_READER_NS?\
?????????????????“InvalidDatabaseException“)

#ifdef?ZEND_ENGINE_3
#define?Z_MAXMINDDB_P(zv)??php_maxminddb_fetch_object(Z_OBJ_P(zv))
#define?_ZVAL_STRING?ZVAL_STRING
#define?_ZVAL_STRINGL?ZVAL_STRINGL
typedef?size_t?strsize_t;
typedef?zend_object?free_obj_t;
#else
#define?Z_MAXMINDDB_P(zv)?(maxminddb_obj?*)?zend_object_store_get_object(zv?TSRMLS_CC)
#define?_ZVAL_STRING(a?b)?ZVAL_STRING(a?b?1)
#define?_ZVAL_STRINGL(a?b?c)?ZVAL_STRINGL(a?b?c?1)
typedef?int?strsize_t;
typedef?void?free_obj_t;
#endif

#ifdef?ZEND_ENGINE_3
typedef?struct?_maxminddb_obj?{
????MMDB_s?*mmdb;
????zend_object?std;
}?maxminddb_obj;
#else
typedef?struct?_maxminddb_obj?{
????zend_object?std;
????MMDB_s?*mmdb;
}?maxminddb_obj;
#endif

PHP_FUNCTION(maxminddb);

static?const?MMDB_entry_data_list_s?*handle_entry_data_list(
????const?MMDB_entry_data_list_s?*entry_data_list
????zval?*z_value
????TSRMLS_DC);
static?const?MMDB_entry_data_list_s?*handle_array(
????const?MMDB_entry_data_list_s?*entry_data_list
????zval?*z_value?TSRMLS_DC);
static?const?MMDB_entry_data_list_s?*handle_map(
????const?MMDB_entry_data_list_s?*entry_data_list
????zval?*z_value?TSRMLS_DC);
static?void?handle_uint128(const?MMDB_entry_data_list_s?*entry_data_list
???????????????????????????zval?*z_value?TSRMLS_DC);
static?void?handle_uint64(const?MMDB_entry_data_list_s?*entry_data_list
??????????????????????????zval?*z_value?TSRMLS_DC);
static?zend_class_entry?*?lookup_class(const?char?*name?TSRMLS_DC);

#define?CHECK_ALLOCATED(val)??????????????????\
????if?(!val?)?{??????????????????????????????\
????????zend_error(E_ERROR?“Out?of?memory“);?\
????????return;???????????????????????????????\
????}?????????????????????????????????????????\

#define?THROW_EXCEPTION(name?...?)??????????????????????????????????????\
????{???????????????????????????????????????????????

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2017-06-08?17:37??wp-statistics\
?????文件???????10547??2017-06-08?17:20??wp-statistics\ajax.php
?????目錄???????????0??2017-06-08?17:37??wp-statistics\assets\
?????目錄???????????0??2017-06-08?17:37??wp-statistics\assets\css\
?????文件?????????363??2017-06-08?17:20??wp-statistics\assets\css\admin.css
?????文件?????????224??2017-06-08?17:20??wp-statistics\assets\css\admin.min.css
?????文件?????????268??2017-06-08?17:20??wp-statistics\assets\css\admin-old.css
?????文件?????????237??2017-06-08?17:20??wp-statistics\assets\css\admin-old.min.css
?????文件????????9095??2017-06-08?17:20??wp-statistics\assets\css\jquery-ui-1.10.4.custom.css
?????文件????????6776??2017-06-08?17:20??wp-statistics\assets\css\jquery-ui-1.10.4.custom.min.css
?????文件???????39746??2017-06-08?17:20??wp-statistics\assets\css\jquery-ui-smoothness.css
?????文件???????30042??2017-06-08?17:20??wp-statistics\assets\css\jquery-ui-smoothness.min.css
?????文件????????5454??2017-06-08?17:20??wp-statistics\assets\css\log.css
?????文件????????3855??2017-06-08?17:20??wp-statistics\assets\css\log.min.css
?????文件????????1089??2017-06-08?17:20??wp-statistics\assets\css\pagination.css
?????文件?????????758??2017-06-08?17:20??wp-statistics\assets\css\pagination.min.css
?????文件?????????693??2017-06-08?17:20??wp-statistics\assets\css\rtl.css
?????文件?????????469??2017-06-08?17:20??wp-statistics\assets\css\rtl.min.css
?????文件?????????250??2017-06-08?17:20??wp-statistics\assets\css\style.css
?????文件?????????179??2017-06-08?17:20??wp-statistics\assets\css\style.min.css
?????目錄???????????0??2017-06-08?17:37??wp-statistics\assets\images\
?????文件?????????769??2017-06-08?17:20??wp-statistics\assets\images\Air.png
?????文件???????14574??2017-06-08?17:20??wp-statistics\assets\images\ajax-loading.gif
?????文件?????????580??2017-06-08?17:20??wp-statistics\assets\images\Android.png
?????文件?????????593??2017-06-08?17:20??wp-statistics\assets\images\ask.png
?????文件????????1058??2017-06-08?17:20??wp-statistics\assets\images\baidu.png
?????文件????????1820??2017-06-08?17:20??wp-statistics\assets\images\bing.png
?????文件?????????586??2017-06-08?17:20??wp-statistics\assets\images\Chrome.png
?????文件?????????496??2017-06-08?17:20??wp-statistics\assets\images\clearch.png
?????文件?????????503??2017-06-08?17:20??wp-statistics\assets\images\dashicons-migrate.png
?????文件?????????653??2017-06-08?17:20??wp-statistics\assets\images\dashicons-update.png
............此處省略573個文件信息

評論

共有 條評論