代码搜索:headers
找到约 10,000 项符合「headers」的源代码
代码结果 10,000
www.eeworm.com/read/305065/3780678
cpp headers.cpp
/*
headers.cpp
*/
#define _GNU_SOURCE
#include
#include
#include "main.h"
#include "config.h"
///////////////////////////////////////////////////////////////////////////
int
www.eeworm.com/read/305065/3780685
h headers.h
/*
headers.h
*/
#ifndef _HEADERS_H
#define _HEADERS_H
int html_header(char*);
int html_footer(void);
int content_html(void);
#endif
www.eeworm.com/read/304657/3789703
java headers.java
/* Headers.java --
Copyright (C) 2004, 2006 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under the t
www.eeworm.com/read/304657/3793938
c headers.c
/*
* Copyright 1988, 1989 Hans-J. Boehm, Alan J. Demers
* Copyright (c) 1991-1994 by Xerox Corporation. All rights reserved.
* Copyright (c) 1996 by Silicon Graphics. All rights reserved.
*
*
www.eeworm.com/read/303435/3811537
cwputils headers.cwputils
CPUSEC - return cpu time (UNIX user time) in seconds
CPUTIME - return cpu time (UNIX user time) in seconds using ANSI C built-ins
WALLSEC - Functions to time processes
WALLTIME - Function to show time
www.eeworm.com/read/303435/3811542
xtri headers.xtri
SXPLOT - X Window plot a triangulated sloth function s(x1,x2)
www.eeworm.com/read/303435/3811561
all headers.all
Mains:
In CWPROOT/src/cwp/main:
* CTRLSTRIP - Strip non-graphic characters
* DOWNFORT - change Fortran programs to lower case, preserving strings
* FCAT - fast cat with 1 read per file
* ISATTY -
www.eeworm.com/read/301825/3835513
pm headers.pm
package HTTP::Headers;
# $Id: Headers.pm,v 1.43 2001/11/15 06:19:22 gisle Exp $
=head1 NAME
HTTP::Headers - Class encapsulating HTTP Message headers
=head1 SYNOPSIS
require HTTP::Headers;
$h =