Searched refs:trim (Results 1 - 25 of 353) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dtrim.tcl0 # trim.tcl --
12 # RCS: @(#) $Id: trim.tcl,v 1.5 2006/04/21 04:42:28 andreas_kupries Exp $
19 namespace eval ::textutil::trim {}
24 proc ::textutil::trim::trimleft {text {trim "[ \t]+"}} {
25 regsub -line -all -- [MakeStr $trim left] $text {} text
29 proc ::textutil::trim::trimright {text {trim "[ \t]+"}} {
30 regsub -line -all -- [MakeStr $trim right] $text {} text
34 proc ::textutil::trim
[all...]
H A DpkgIndex.tcl8 package ifneeded textutil::trim 0.7 [list source [file join $dir trim.tcl]]
/macosx-10.10.1/tcl-105/tcl_ext/tbcload/tbcload/tests/tcl/
H A Daux1.tcl19 return [string trim $L]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dtext_test.cpp261 ATF_TEST_CASE(trim); variable
262 ATF_TEST_CASE_HEAD(trim)
264 set_md_var("descr", "Tests the trim function");
266 ATF_TEST_CASE_BODY(trim)
268 using atf::text::trim;
270 ATF_REQUIRE_EQ(trim(""), "");
271 ATF_REQUIRE_EQ(trim(" "), "");
272 ATF_REQUIRE_EQ(trim("\t"), "");
274 ATF_REQUIRE_EQ(trim(" foo"), "foo");
275 ATF_REQUIRE_EQ(trim("\
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/bench/
H A Dbench_read.tcl89 set line [string trim $line]
116 set line [string trim $line]
136 set line [string trim $line]
143 set line [csv::split [string trim $line |] |]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools/
H A Dchangelog.tcl61 set date [string trim [lindex $line 0]]
62 set author [string trim [lrange $line 1 end]]
65 set date [string trim [string range $line 0 $pos]]
66 set author [string trim [string range $line $pos end]]
73 set line [string trim $line]
105 set fname [string trim $fnameNew]
126 lappend clist [list $files [string trim $comment]]
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dunistr_props.cpp27 UnicodeString::trim() function in class:UnicodeString
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtextfile.h44 * @param trim if TRUE then remove leading Pattern_White_Space
49 UBool trim = FALSE);
/macosx-10.10.1/groff-38/groff/contrib/grap2graph/
H A Dgrap2graph.sh82 convert -trim -crop 0x0 $convert_opts - $tmp/grap2graph.$format \
/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/tools/
H A Dchangelog_to_list61 regsub -all "\[ \t\]+" [string trim [string range $line $da $de]] { } d
62 regsub -all "\[ \t\]+" [string trim [string range $line [incr de] end]] { } p
126 set k [string trim [string range $i 0 [incr ke -1]]]
127 set co [string trim [string range $i [incr ke 2] end]]
145 set line [string trim $line]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/tools/
H A Dchangelog_to_list61 regsub -all "\[ \t\]+" [string trim [string range $line $da $de]] { } d
62 regsub -all "\[ \t\]+" [string trim [string range $line [incr de] end]] { } p
126 set k [string trim [string range $i 0 [incr ke -1]]]
127 set co [string trim [string range $i [incr ke 2] end]]
145 set line [string trim $line]
/macosx-10.10.1/apache-793/httpd/server/
H A Dutil_cookies.c197 char *trim = next2; local
198 while (apr_isspace(*trim)) {
199 trim++;
201 if (!strncmp(trim, name, len)) {
203 if (strcmp(v->encoded, trim + len)) {
207 v->encoded = apr_pstrdup(v->r->pool, trim + len);
211 if (*trim != '$') {
/macosx-10.10.1/tcl-105/tcl/tcl/tools/
H A DcheckLibraryDoc.tcl220 set result([string trim $n1]) 1
235 set result([string trim $n1]) 1
251 set result([string trim $n1]) 1
269 set dbg([string trim $n1]) 1
H A Dindex.tcl100 set topic [string trim $i]
112 lappend keywords([string trim $i]) $curID
/macosx-10.10.1/tcl-105/tcl84/tcl/tools/
H A DcheckLibraryDoc.tcl220 set result([string trim $n1]) 1
235 set result([string trim $n1]) 1
251 set result([string trim $n1]) 1
269 set dbg([string trim $n1]) 1
H A Dindex.tcl100 set topic [string trim $i]
112 lappend keywords([string trim $i]) $curID
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tcldom/library/
H A Ddom.tcl51 foreach p {DOMImplementation hasFeature createDocument create createDocumentType createNode destroy isNode parse selectNode serialize trim document documentFragment node element textNode attribute processingInstruction event} {
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DTrustSettings.h73 * If trim is true, the components of the on-disk TrustSettings not
80 bool trim,
227 * If trim is true, we remove fields in the per-cert dictionaries which
231 void validatePropList(bool trim);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DTrustSettings.h73 * If trim is true, the components of the on-disk TrustSettings not
80 bool trim,
227 * If trim is true, we remove fields in the per-cert dictionaries which
231 void validatePropList(bool trim);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DTrustSettings.h73 * If trim is true, the components of the on-disk TrustSettings not
80 bool trim,
227 * If trim is true, we remove fields in the per-cert dictionaries which
231 void validatePropList(bool trim);
/macosx-10.10.1/groff-38/groff/contrib/eqn2graph/
H A Deqn2graph.sh88 && convert -trim -crop 0x0 $convert_opts $tmp/eqn2graph.ps $tmp/eqn2graph.$format \
/macosx-10.10.1/groff-38/groff/contrib/pic2graph/
H A Dpic2graph.sh98 && convert -trim -crop 0x0 $convert_opts $tmp/pic2graph.ps $tmp/pic2graph.$format \
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/term/
H A Dframe15 set para [string trim {
/macosx-10.10.1/xnu-2782.1.97/bsd/vfs/
H A Dvfs_journal.c65 * Set sysctl vfs.generic.jnl.kdebug.trim=1 to enable KERNEL_DEBUG_CONSTANT
66 * logging of trim-related calls within the journal. (They're
75 SYSCTL_INT(_vfs_generic_jnl_kdebug, OID_AUTO, trim, CTLFLAG_RW|CTLFLAG_LOCKED, &jnl_kdebug, 0, "Enable kdebug logging for journal TRIM");
127 // By default, we grow the list of extents to trim by 4K at a time.
3029 ; trim - The trim list to be resized.
3035 ; The allocated_count and extents fields of tr->trim are updated
3040 trim_realloc(journal *jnl, struct jnl_trim_list *trim) argument
3047 KERNEL_DEBUG_CONSTANT(DBG_JOURNAL_TRIM_REALLOC | DBG_FUNC_START, VM_KERNEL_ADDRPERM(trim), 0, trim
3115 trim_search_extent(struct jnl_trim_list *trim, uint64_t offset, uint64_t length, uint64_t *overlap_start, uint64_t *overlap_len) argument
3396 trim_remove_extent(journal *jnl, struct jnl_trim_list *trim, uint64_t offset, uint64_t length) argument
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/tools/genrb/
H A Dprscmnts.cpp69 trim(UChar *src, int32_t srcLen, UErrorCode *status){ function
78 srcLen = trim(source, srcLen, status);
140 return trim(*dest, destLen, status);
231 return trim(*dest, destLen, status);
241 return trim(*dest, destLen, status);

Completed in 985 milliseconds

1234567891011>>