代码搜索:Check

找到约 10,000 项符合「Check」的源代码

代码结果 10,000
www.eeworm.com/read/253758/12201177

sct view1check4.sct

www.eeworm.com/read/250058/12438899

css check_unselected_radio_buttons.css

body { font-size: 85%; font-family: Arial, Helvetica, sans-serif; } input { float: left; } label { display: block; margin-left: 1.5em; margin-bottom: 1em; }
www.eeworm.com/read/250058/12438980

js check_unselected_radio_buttons.js

addLoadListener(init); function init() { var submit = document.getElementById("submit"); submit.onclick = validate; return true; } function validate() { var characterGroup = document.forms[
www.eeworm.com/read/234219/14118966

m4 gnome-gnorba-check.m4

dnl dnl GNOME_GNORBA_HOOK (script-if-gnorba-found, failflag) dnl dnl if failflag is "failure" it aborts if gnorba is not found. dnl AC_DEFUN([GNOME_GNORBA_HOOK],[ GNOME_ORBIT_HOOK([],$2) AC_CACHE_C
www.eeworm.com/read/234219/14118972

m4 gnome-xml-check.m4

dnl dnl GNOME_XML_HOOK (script-if-xml-found, failflag) dnl dnl If failflag is "failure", script aborts due to lack of XML dnl dnl Check for availability of the libxml library dnl the XML parser uses
www.eeworm.com/read/234219/14118976

m4 gnome-ghttp-check.m4

AC_DEFUN([GNOME_GHTTP_CHECK],[ AC_REQUIRE([GNOME_INIT_HOOK]) GHTTP_LIB= AC_CHECK_FUNC(connect,,[ AC_CHECK_LIB(socket,connect, GHTTP_LIB="-lsocket $GHTTP_LIB",,$GHTTP_LIB)]) AC_CHECK_FUNC(geth
www.eeworm.com/read/234219/14118983

m4 gnome-pthread-check.m4

dnl dnl And better, use gthreads instead... dnl AC_DEFUN([GNOME_PTHREAD_CHECK],[ PTHREAD_LIB="" AC_CHECK_LIB(pthread, pthread_create, PTHREAD_LIB="-lpthread", [AC_CHECK_LIB(pthreads, pthread_crea
www.eeworm.com/read/234219/14118985

m4 gnome-orbit-check.m4

dnl dnl GNOME_ORBIT_HOOK (script-if-orbit-found, failflag) dnl dnl if failflag is "failure" it aborts if orbit is not found. dnl AC_DEFUN([GNOME_ORBIT_HOOK],[ AC_PATH_PROG(ORBIT_CONFIG,orbit-config,