代码搜索结果
找到约 3,568 项符合
Strip 的代码
strripos.phpt
--TEST--
strripos() function
--FILE--
sl2tm.c
/* This program has a simple purpose: strip the documentation from
* one or more slang .sl files or .c files.
*/
#include
#include
#include
#include
type
main.m
[dfile,pathname]=uigetfile('test11.m','Select Data File');
if pathname==0
error('you must select a valid data file')
else
lfile=length(dfile);
% strip off .m
eval(dfile(1:lfile-2)); %打
mst2conll.py
#! /usr/bin/python
import sys;
# Open File
f = open(sys.argv[1],'rt');
wrds = "";
pos = "";
labs = "";
par = "";
for line in f:
if len(line.strip()) == 0:
w = wrds.split(); p = pos.sp
cisco_h323_db_sample_functions-postgres.sql
/*
* Id: postgresql.conf,v 1.8.2.11 2003/07/15 11:15:43 pnixon Exp $
*
* Old Function 'strip_dot' Now replaced by one written plpgsql
*
* Note: On SuSE Linux 8.0 and 8.1 you need to do the follow
pfil_parse_4.cc
// file: param_parse_4.cc
//
// isip include files
//
#include "param_file.h"
#include "param_file_constants.h"
// system include files
//
#include
// method: edge_strip_cc
//
// argume
cisco_h323_db_sample_functions-postgres.sql
/*
* Id: postgresql.conf,v 1.8.2.11 2003/07/15 11:15:43 pnixon Exp $
*
* Old Function 'strip_dot' Now replaced by one written plpgsql
*
* Note: On SuSE Linux 8.0 and 8.1 you need to do the follow
cisco_h323_db_sample_functions-postgres.sql
/*
* Id: postgresql.conf,v 1.8.2.11 2003/07/15 11:15:43 pnixon Exp $
*
* Old Function 'strip_dot' Now replaced by one written plpgsql
*
* Note: On SuSE Linux 8.0 and 8.1 you need to do the follow