代码搜索:does
找到约 10,000 项符合「does」的源代码
代码结果 10,000
www.eeworm.com/read/424916/10398607
pas uxlssst1.pas
//This unit is now obsoleted by UXlsSST.
//It does the same, but using objects instead of records.
unit UXlsSST;
interface
uses UXlsBaseRecordLists, UXlsBaseRecords, UXlsOtherRecords, XLSMessa
www.eeworm.com/read/278507/10529832
c if_nameindex.c
#include "unp.h"
/*
* This is a placeholder if the system does not provide this RFC 2133
* function. If routing sockets with sysctl() are provided, then the
* if_XXX() functions in the libroute/
www.eeworm.com/read/278507/10530018
c if_nametoindex.c
#include "unp.h"
/*
* This is a placeholder if the system does not provide this RFC 2133
* function. If routing sockets with sysctl() are provided, then the
* if_XXX() functions in the libroute/
www.eeworm.com/read/278507/10530066
c hstrerror.c
/*
* Return a string containing some additional information after a
* host name or address lookup error - gethostbyname() or gethostbyaddr().
*
* This is only compiled if the local host does not p
www.eeworm.com/read/278507/10530083
c if_indextoname.c
#include "unp.h"
/*
* This is a placeholder if the system does not provide this RFC 2133
* function. If routing sockets with sysctl() are provided, then the
* if_XXX() functions in the libroute/
www.eeworm.com/read/423501/10556716
txt rkhunter_remote_howto.txt
RUNNING ROOTKIT HUNTER FROM A CENTRAL SERVER
============================================
An example for running Rootkit Hunter using Webjob.
Rootkit Hunter (RKH) currently does not have the capabil
www.eeworm.com/read/270407/11039227
l ch1-02.l
%{
/*
* this sample demonstrates (very) simple recognition:
* a verb/not a verb.
*/
%}
%%
[\t ]+ /* ignore white space */ ;
is |
am |
are |
were |
was |
be |
being |
been |
do |
does |
did |
wi
www.eeworm.com/read/410203/7002902
c legacy.c
/*++
Copyright (c) 1991, 1992, 1993 Microsoft Corporation
Module Name:
Legacy.c
Abstract:
This module contains the code that does the legacy configuration and
initializatio
www.eeworm.com/read/467145/7019105
java tablesorter.java
package table;
/**
* A sorter for TableModels. The sorter has a model (conforming to TableModel)
* and itself implements TableModel. TableSorter does not store or copy
* the data in the TableMod
www.eeworm.com/read/197608/7069658
c remcom.c
/*
* File: remcom.c
* --------------
* This program eliminates comments from a file. This version
* does not ignore comments that appear in a string constant;
* that change is left to the reader