代码搜索结果

找到约 3,568 项符合 Strip 的代码

fig17_04.pl

#!/usr/bin/perl # Fig 17.3: fig17_03.pl # A program to strip tags from an HTML document. use strict; use warnings; use LWP::UserAgent; use HTML::TokeParser; my $url = "http://localhost/home

makefile.in

prefix = @prefix@ exec_prefix = @exec_prefix@ BINDIR = @bindir@ LIBDIR = @libdir@ INCL = @includedir@ SYSCONFIG = @sysconfdir@ datarootdir = @datarootdir@ MANDIR = @mandir@ CC = @CC@ STRIP = @STRI

makefile

# # bios/Makefile # # Note!! This can only be built with ELF now export CROSS_COMPILE VERSION TOPDIR HPATH FINDHPATH CFLAGS LDFLAGS \ HOSTCC HOSTCFLAGS CC LD AR STRIP GCCLIB ARCH_TYPE LOAD_ADDR \ P

mungeconf

#! /bin/sh # stdout is normally config.h case $# in 2) ;; *) echo "Usage: mungeconf sysfile distfile" >&2 ; exit 2 ;; esac sed '/^#/d; /^MAKE_*/d' $1 | # strip comments and Makefile stuff sed '1s:.

trimcpy.c

/* trimcpy.c - strip [lt]wsp and replace newlines with spaces */ #include "../h/mh.h" #include #include char *trimcpy (cp) register char *cp; { register char *sp; whil

trimcpy.c

/* trimcpy.c - strip [lt]wsp and replace newlines with spaces */ #include "../h/mh.h" #include #include char *trimcpy (cp) register char *cp; { register char *sp; whil

unit1.pas

{: Generates a 3D mesh from a height-field function. The left viewer shows a triangle-based mesh, the right viewer uses a triangle-strip-based mesh, both mesh are based on the same height

stquad.m

function I = stquad(z1,z2,sing1,z,beta,qdat) %STQUAD (not intended for calling directly by the user) % Numerical quadrature for the strip map. % Copyright 1998 by Toby Driscoll. % $Id: stq

string_util.hh

#ifndef __STRING_UTIL1__ #define __STRING_UTIL1__ #include #include using namespace std; extern void strip (string& s); // Strips blanks at left and right ends extern void

string_util.hh

#ifndef __STRING_UTIL1__ #define __STRING_UTIL1__ #include #include using namespace std; extern void strip (string& s); // Strips blanks at left and right ends extern void