代码搜索:alias

找到约 8,113 项符合「alias」的源代码

代码结果 8,113
www.eeworm.com/read/137132/13344264

alias locale.alias

# Locale name alias data base. # Copyright (C) 1996-2001,2003 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU Li
www.eeworm.com/read/323119/13351988

result alias.result

DROP TABLE IF EXISTS t1; CREATE TABLE t1 ( cont_nr int(11) NOT NULL auto_increment, ver_nr int(11) NOT NULL default '0', aufnr int(11) NOT NULL default '0', username varchar(50) NOT NULL default '', h
www.eeworm.com/read/323119/13353030

test alias.test

--disable_warnings DROP TABLE IF EXISTS t1; --enable_warnings CREATE TABLE t1 ( cont_nr int(11) NOT NULL auto_increment, ver_nr int(11) NOT NULL default '0', aufnr int(11) NOT NULL default '0',
www.eeworm.com/read/321624/13401616

h alias.h

// // IT24 SISTEMAS S.A. // C/C++ Reserved Word Set Aliases // // Tarea Fecha Autor Observaciones // (Inicial) 1997.07.24 mdc Armado inicial // (Inicial) 1997.0
www.eeworm.com/read/321185/13411024

alias locale.alias

# Locale name alias data base. # Copyright (C) 1996,1997,1998,1999,2000,2001 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify it # under the term
www.eeworm.com/read/312207/13616389

alias locale.alias

# Locale name alias data base. # Copyright (C) 1996,1997,1998,1999,2000,2001 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the term
www.eeworm.com/read/238485/13882622

alias install.alias

qmail lets each user control all addresses of the form user-anything. Addresses that don't start with a username are controlled by a special user, alias. Delivery instructions for foo go into ~alias/.
www.eeworm.com/read/147331/5731006

alias locale.alias

# Locale name alias data base. # Copyright (C) 1996,1997,1998,1999,2000,2001 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the term
www.eeworm.com/read/146055/5740804

conf alias.conf

eth1
www.eeworm.com/read/146055/5740805

sh alias.sh

#!/bin/sh IFCONFIG=/sbin/ifconfig RET="up" for i in `cat ./alias.conf` do RES=`$IFCONFIG 2>&1 | grep "$i "` if [ "$RES" == "" ]; then echo "alias.sh => Alert ! $i is down !" >> /var/log/ha-log