代码搜索:cgi

找到约 10,000 项符合「cgi」的源代码

代码结果 10,000
www.eeworm.com/read/143127/5759278

h cgi.h

/** * \addtogroup httpd * @{ */ /** * \file * HTTP script language header file. * \author Adam Dunkels */ /* * Copyright (c) 2001, Adam Dunkels. * All rights reserved.
www.eeworm.com/read/143127/5759284

c cgi.c

/** * \addtogroup httpd * @{ */ /** * \file * HTTP server script language C functions file. * \author Adam Dunkels * * This file contains functions that are called by the w
www.eeworm.com/read/141725/5769161

cgi regs.cgi

#!/bin/ksh export PATH=$PATH:/usr/local/bin seg= p() { pnmpaste blanks/$1.ppm $2 $3 < $IMG.ppm > $IMG.ppmt if [ "$seg" ] then pnmpaste blanks/$seg-b.ppm $4 $3 < $IMG.ppmt > $IM
www.eeworm.com/read/139291/5805814

test-cgi

#!/bin/sh # disable filename globbing set -f echo "Content-type: text/plain; charset=iso-8859-1" echo echo CGI/1.0 test script report: echo echo argc is $#. argv is "$*". echo echo SERVER_SOFTWAR
www.eeworm.com/read/139186/5807188

cgi first.cgi

#!/bin/sh # Tell server that the program is generating an HTML document. echo Content-type: text/html echo # Define variable to specify the date program. PROG=/usr/bin/date # Generate appr
www.eeworm.com/read/139186/5807189

cgi second.cgi

#!/bin/sh FINGER=/usr/ucb/finger #Tell the server the type of document this gateway application generates echo Content-type: text/html echo #Check for arguments # If arguments not present, g
www.eeworm.com/read/139186/5807192

cgi push.cgi

#!/usr/local/bin/perl select(STDOUT); $|=1; print "HTTP/1.0 200\n"; print "Content-type: multipart/x-mixed-replace;boundary=WhyNot\n\n"; print "--WhyNot\n"; print "Content-type: text/html\n\n"; pr
www.eeworm.com/read/137626/5823251

h cgi.h

/* $Id: cgi.h,v 1.1 2003/12/01 06:23:46 witekfl Exp $ */ #ifndef EL__PROTOCOL_FILE_CGI_H #define EL__PROTOCOL_FILE_CGI_H #include "sched/connection.h" int execute_cgi(struct connection *); #endif
www.eeworm.com/read/137626/5823252

c cgi.c

/* Internal "cgi" protocol implementation */ /* $Id: cgi.c,v 1.85.2.2 2005/04/05 21:08:42 jonas Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #includ
www.eeworm.com/read/137311/5825978

c cgi.c

/* * Boa, an http server * Copyright (C) 1995 Paul Phillips * Some changes Copyright (C) 1996,97 Larry Doolittle * Some changes Copyright (C) 1996 Charles