Home
last modified time | relevance | path

Searched defs:userfunction (Results 1 – 8 of 8) sorted by relevance

/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/network/
H A Dusers.php53 $userfunction = ''; variable
83 $userfunction = 'all_spam'; variable
101 $userfunction = 'all_notspam'; variable
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/network/
H A Dusers.php53 $userfunction = ''; variable
83 $userfunction = 'all_spam'; variable
101 $userfunction = 'all_notspam'; variable
/dports/cad/gplcver/gplcver-2.12a.src/pli_incs/
H A Dcv_veriuser.h28 #define userfunction 2 macro
/dports/www/httrack/httrack-3.49.2/src/
H A Dhtsmodules.c192 void *userfunction = NULL; in getFunctionPtr() local
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ServiceObjectsLib/
H A DMBSload.cpp673 void MBSLoad::GetMathFunction(MathFunction& userfunction) in GetMathFunction()
887 void MBSLoad::SetMathFunction(MathFunction userfunction) in SetMathFunction()
/dports/cad/iverilog/verilog-11.0/
H A Dveriuser.h160 #define userfunction 2 macro
/dports/graphics/xaos/XaoS-release-4.2.1/src/sffe/
H A Dsffe.cpp379 sffunction *userfunction(const sffe *const p, char *fname, size_t len) in userfunction() function
/dports/mail/fdm/fdm-2.0/
H A Dfdm.h606 typedef struct userdata *(*userfunction)(const char *); typedef