代码搜索:NETWORKS
找到约 10,000 项符合「NETWORKS」的源代码
代码结果 10,000
www.eeworm.com/read/283196/9036655
param
#!/bin/sh
unset foo
echo ${foo:-bar}
foo=fud
echo ${foo:-bar}
foo=/usr/bin/X11/startx
echo ${foo#*/}
echo ${foo##*/}
bar=/usr/local/etc/local/networks
echo ${bar%local*}
echo ${bar%%local*}
exit
www.eeworm.com/read/379408/9198754
unroutes mc8051_top.unroutes
Release 8.2.03i - par I.34
Copyright (c) 1995-2006 Xilinx, Inc. All rights reserved.
Tue Apr 10 11:33:59 2007
There are 0 unrouted networks:
www.eeworm.com/read/179943/9329652
hxx timeaccumulate.hxx
#ifndef TimeAccumulate_hxx
#define TimeAccumulate_hxx
#include
#include "rutil/Data.hxx"
#include "rutil/Lock.hxx"
#include "rutil/Mutex.hxx"
#include "rutil/Timer.hxx"
namespace re
www.eeworm.com/read/179943/9329678
hxx x509contents.hxx
#ifndef RESIP_X509Contents_hxx
#define RESIP_X509Contents_hxx
#include "resip/stack/Contents.hxx"
#include "rutil/Data.hxx"
namespace resip
{
class X509Contents : public Contents
{
pu
www.eeworm.com/read/179943/9329682
cxx methodtypes.cxx
#if defined(HAVE_CONFIG_H)
#include "resip/stack/config.hxx"
#endif
#include
#include
#include
#include "resip/stack/MethodTypes.hxx"
#include "resip/stack/Sym
www.eeworm.com/read/179943/9329716
cxx extensionheader.cxx
#if defined(HAVE_CONFIG_H)
#include "resip/stack/config.hxx"
#endif
#include "ExtensionHeader.hxx"
#include "HeaderTypes.hxx"
#include "rutil/Logger.hxx"
#include
#include "rutil/
www.eeworm.com/read/179943/9329741
hxx dataparameter.hxx
#if !defined(RESIP_DATAPARAMETER_HXX)
#define RESIP_DATAPARAMETER_HXX
#include "resip/stack/Parameter.hxx"
#include "resip/stack/ParameterTypeEnums.hxx"
#include "rutil/Data.hxx"
#include
www.eeworm.com/read/179943/9329748
hxx multipartalternativecontents.hxx
#ifndef RESIP_MultipartAlternativeContents_hxx
#define RESIP_MultipartAlternativeContents_hxx
#include "resip/stack/MultipartMixedContents.hxx"
namespace resip
{
class MultipartAlternativeC
www.eeworm.com/read/179943/9329769
cxx transactionuser.cxx
#include "resip/stack/TransactionUser.hxx"
#include "resip/stack/MessageFilterRule.hxx"
#include "rutil/Logger.hxx"
#include "rutil/WinLeakCheck.hxx"
#define RESIPROCATE_SUBSYSTEM resip::Subsyst
www.eeworm.com/read/179943/9329822
hxx messagefilterrule.hxx
#if !defined(RESIP_MESSAGE_FILTER_RULE_HXX)
#define RESIP_MESSAGE_FILTER_RULE_HXX
#include
#include "resip/stack/SipMessage.hxx"
namespace resip
{
class MessageFilterRule
{
pu