代码搜索结果

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

striphtmlexample.htm

Strip HTML Example String.protot

fig10_33.cpp

// Points are all in the strip and sorted by $y$-coordinate for( i = 0; i < numPointsInStrip; i++ ) for( j = i + 1; j < numPointsInStrip; j++ ) if( $p_i$ and $p_j$'s $

striphtmlexample.htm

Strip HTML Example String.protot

showmethods17.java

// typeinfo/ShowMethods17.java // TIJ4 Chapter Typeinfo, Exercise 17, page 593 // Modify the regular expression in ShowMethods.java to additionally // strip off the keywords native and final (hint:

showmethods17.java

// typeinfo/ShowMethods17.java // TIJ4 Chapter Typeinfo, Exercise 17, page 593 // Modify the regular expression in ShowMethods.java to additionally // strip off the keywords native and final (hint:

striplog

#!/usr/bin/python # # striplog -- strip leading lines from logs # # striplog -1 strips the first line only. # striplog with no option strips all leading lines beginning with # # import getopt, sys fi

showmethods17.java

// typeinfo/ShowMethods17.java // TIJ4 Chapter Typeinfo, Exercise 17, page 593 // Modify the regular expression in ShowMethods.java to additionally // strip off the keywords native and final (hint:

kb_data.h

/* +++Date last modified: 05-Jul-1997 */ /* ** by: Dan Kozak ** Revisions: ** 30-Mar-96 Ed Blackman OS/2 mods */ /* ** For use with your code, strip out the demo main() and make this

10 - managing whitespace.rb

" \tWhitespace at beginning and end. \t\n\n".strip # => "Whitespace at beginning and end." #--- s = "Some text." s.center(15) # => " Some text. " s.ljust(15)