代码搜索:checking
找到约 6,492 项符合「checking」的源代码
代码结果 6,492
www.eeworm.com/read/405440/11462533
txt bugs.txt
KNOWN BUGS:
- There is a small memory leak that appears to be occuring with token allocation. I haven't been able to pinpoint this yet.
- Typing "OLD" at the new/old prompt upon startup when no exi
www.eeworm.com/read/169697/5414213
in configure.in
dnl Process this file with autoconf to produce a configure script.
dnl
dnl aclocal_cache.m4, included by sowing/confdb/aclocal.m4, fixes
dnl bugs in autoconf caching.
dnl
dnl The file name here refer
www.eeworm.com/read/417519/10986759
m4 default-path.m4
dnl setting default searching path
dnl modify from linbox
AC_DEFUN([IML_DEFAULT_PATH],
[
AC_ARG_WITH(default,
[ --with-default=
Add to the default path for package GMP and
A
www.eeworm.com/read/364251/7075507
todo
124907 HTML parse buffer problem when parsing larse in-memory docs
124110 DTD validation && wrong namespace
123564 xmllint --html --format
TODO for the XML parser and stuff:
==========
www.eeworm.com/read/132665/14080459
todo
124907 HTML parse buffer problem when parsing larse in-memory docs
124110 DTD validation && wrong namespace
123564 xmllint --html --format
TODO for the XML parser and stuff:
==========
www.eeworm.com/read/284509/8922444
inc skinlib.inc
{*****************************************************}
{ }
{ Varian Skin Factory }
{
www.eeworm.com/read/116056/14991103
inc vrlib.inc
{*****************************************************}
{ }
{ Varian Workshop Component Toolkit }
{
www.eeworm.com/read/275831/10794542
rb 07 - checking whether daylight saving time is currently in effect.rb
Time.local(2006, 1, 1) # => Sun Jan 01 00:00:00 EST 2006
Time.local(2006, 1, 1).isdst # => false
Time.local(2006, 10, 1) # => Sun Oct 01 00:00:00 EDT 2006
T
www.eeworm.com/read/403340/11518825
pdf 15. defining and continuous checking of structural program dependencies.pdf
www.eeworm.com/read/127767/14336187
txt e213. checking read write permission for a directory.txt
try {
AccessController.checkPermission(new FilePermission("/tmp/*", "read,write"));
// Has permission
} catch (SecurityException e) {
// Does not have permissio