代码搜索:timeout
找到约 9,694 项符合「timeout」的源代码
代码结果 9,694
www.eeworm.com/read/256209/12013100
bas niglobal.bas
Attribute VB_Name = "NIGLOBAL"
'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' 32-bit Visual Basic Language Interface
' Version 1.7
' Copyright 1997 National Instrume
www.eeworm.com/read/152786/12082494
c tcp.c
/****************************************************************************
* *
* cryptlib TCP/IP Interface Routines *
* Copyright Peter Gutmann 1998-2005 *
*
www.eeworm.com/read/127784/14334066
bas filetransfer.bas
Attribute VB_Name = "FileTransfer"
Option Explicit
Public Declare Function GetTickCount Lib "kernel32" () As Long
Public Const Port = 1256 ' Port to listen on
Public Const MAX_CHU
www.eeworm.com/read/218262/14929301
h pmc.h
/* ----------------------------------------------------------------------------
* ATMEL Microcontroller Software Support - ROUSSET -
* ----------------------------------------------------
www.eeworm.com/read/115137/15024896
todo
1 Add a 'timeout' command to adjust the timeout (timeout will be in seconds!).
1 Adjust timeout lenghts for various operations now that the low level
SCSI routines now support timeouts.
1 Add IES co
www.eeworm.com/read/114036/15117612
templates noflushd.templates
Template: noflushd/timeout
Type: string
Default: 5
_Description: Default idle timeout in minutes:
When a disk has been inactive for this many minutes, noflushd tries to spin
it down.
.
Instead of
www.eeworm.com/read/114036/15117637
postinst noflushd.postinst
#!/bin/sh
set -e
CONFFILE=/etc/default/noflushd
update_param() {
eval local old=\"'$'$1\"
eval local new=\"'$'new_$1\"
if test "$old" = "$new"; then
return
fi
if test -z "$old"; then
www.eeworm.com/read/170992/5400986
java httptransport.java
/* Copyright (c) 2003,2004, Stefan Haustein, Oberhausen, Rhld., Germany
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentat
www.eeworm.com/read/170239/5405881
c flashpic.c
/* flashpic.c:
* This file contains the flash-support code that is relocated to
* RAM prior to execution.
*/
#include "config.h"
#if INCLUDE_FLASH
#include "stddefs.h"
#include "cpu.h"
#include "f
www.eeworm.com/read/170239/5405890
c flashpic.c
/* flashpic.c:
This file contains the flash-support code that is relocated to
RAM prior to execution. This file supports all bus widths, dependent
on the definition of WIDTH8, WIDTH16, or WI