代码搜索:cgi
找到约 10,000 项符合「cgi」的源代码
代码结果 10,000
www.eeworm.com/read/243359/4527688
cgi connector.cgi
#!/usr/bin/env perl
#####
# FCKeditor - The text editor for Internet - http://www.fckeditor.net
# Copyright (C) 2003-2007 Frederico Caldeira Knabben
#
# == BEGIN LICENSE ==
#
# Licensed u
www.eeworm.com/read/243166/4531778
h cgi.h
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* HTTP script language header file.
* \author Adam Dunkels
*/
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights
www.eeworm.com/read/243166/4531798
c cgi.c
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* HTTP server script language C functions file.
* \author Adam Dunkels
*
* This file contains functions that are calle
www.eeworm.com/read/243166/4532071
h cgi.h
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* HTTP script language header file.
* \author Adam Dunkels
*/
/*
* Copyright (c) 2001, Adam Dunkels.
* All rights
www.eeworm.com/read/243166/4532092
c cgi.c
/**
* \addtogroup httpd
* @{
*/
/**
* \file
* HTTP server script language C functions file.
* \author Adam Dunkels
*
* This file contains functions that are calle
www.eeworm.com/read/242657/4550022
cgi test.cgi
#!/bin/sh
echo Content-type: text/plain
echo
echo args -- $*
env
echo Done!
exit 0
www.eeworm.com/read/242331/4554592
cgi bag.cgi
#!/usr/bin/perl
# bag.pl
########## Print the content header
print "Content-type: text/html\n\n";
########## Require cgi-lib.pl
require "cgi-lib.pl";
########## Read input and assign
www.eeworm.com/read/241188/4562982
pm cgi.pm
# -*- Mode: perl; indent-tabs-mode: nil -*-
#
# The contents of this file are subject to the Mozilla Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with
www.eeworm.com/read/240943/4564807
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/240943/4564813
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