代码搜索:DOMAIN
找到约 10,000 项符合「DOMAIN」的源代码
代码结果 10,000
www.eeworm.com/read/108436/15585953
sh startweblogic.sh
#!/bin/sh
# ****************************************************************************
# This script is used to start WebLogic Server for the domain in the current
# working directory. This scr
www.eeworm.com/read/106667/15631185
sh startmanagedweblogic.sh
#!/bin/sh
# ****************************************************************************
# This script is used to start a managed WebLogic Server for the domain in the
# current working directory.
www.eeworm.com/read/106667/15631187
sh startweblogic.sh
#!/bin/sh
# ****************************************************************************
# This script is used to start WebLogic Server for the domain in the current
# working directory. This scr
www.eeworm.com/read/103673/15726763
sh startmanagedweblogic.sh
#!/bin/sh
# ****************************************************************************
# This script is used to start a managed WebLogic Server for the domain in the
# current working directory.
www.eeworm.com/read/103673/15726765
sh startweblogic.sh
#!/bin/sh
# ****************************************************************************
# This script is used to start WebLogic Server for the domain in the current
# working directory. This scr
www.eeworm.com/read/431199/8701630
cpp vmac.cpp
// vmac.cpp - written and placed in the public domain by Wei Dai
// based on Ted Krovetz's public domain vmac.c and draft-krovetz-vmac-01.txt
#include "pch.h"
#include "vmac.h"
#include "argnames.h"
www.eeworm.com/read/431199/8702302
cpp square.cpp
// square.cpp - written and placed in the public domain by Wei Dai
// Based on Paulo S.L.M. Barreto's public domain implementation
#include "pch.h"
#include "square.h"
#include "misc.h"
#include "gf2
www.eeworm.com/read/108242/6183531
c getopt.c
/*
Newsgroups: mod.std.unix
Subject: public domain AT&T getopt source
Date: 3 Nov 85 19:34:15 GMT
Here's something you've all been waiting for: the AT&T public domain
source for getopt(3). It is th
www.eeworm.com/read/479064/6698627
freebsd
#!/bin/sh
if [ -x /usr/bin/logger ]; then
LOGGER="/usr/bin/logger -s -p user.notice -t dhclient"
else
LOGGER=echo
fi
make_resolv_conf() {
if [ "x$new_domain_name" != x ] && [ x"$new_domain_name_
www.eeworm.com/read/479064/6698764
conf dhcpd.conf
# dhcpd.conf
#
# Sample configuration file for ISC dhcpd
#
# option definitions common to all supported networks...
option domain-name "example.org";
option domain-name-servers ns1.example.org, ns2.e