Searched refs:stem (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/validate/
H A Dvalidate.tcl16 proc ::sak::validate::all {modules mode stem tclv} {
22 sak::validate::versions::run $modules $mode $stem $tclv
23 sak::validate::manpages::run $modules $mode $stem $tclv
24 sak::validate::testsuites::run $modules $mode $stem $tclv
25 sak::validate::syntax::run $modules $mode $stem $tclv
H A Dcmd.tcl15 set stem {}
39 set stem [lindex $argv 1]
67 sak::validate::$cmd $argv $mode($raw$log) $stem $tclv
H A Dversions.tcl30 proc ::sak::validate::versions {modules mode stem tclv} {
31 versions::run $modules $mode $stem $tclv
36 proc ::sak::validate::versions::run {modules mode stem tclv} {
37 sak::feedback::init $mode $stem
H A Dmanpages.tcl28 proc ::sak::validate::manpages {modules mode stem tclv} {
29 manpages::run $modules $mode $stem $tclv
34 proc ::sak::validate::manpages::run {modules mode stem tclv} {
35 sak::feedback::init $mode $stem
H A Dtestsuites.tcl28 proc ::sak::validate::testsuites {modules mode stem tclv} {
29 testsuites::run $modules $mode $stem $tclv
34 proc ::sak::validate::testsuites::run {modules mode stem tclv} {
35 sak::feedback::init $mode $stem
H A Dsyntax.tcl28 proc ::sak::validate::syntax {modules mode stem tclv} {
29 syntax::run $modules $mode $stem $tclv
34 proc ::sak::validate::syntax::run {modules mode stem tclv} {
35 sak::feedback::init $mode $stem
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/support/devel/sak/validate/
H A Dvalidate.tcl16 proc ::sak::validate::all {modules mode stem} {
22 sak::validate::versions::run $modules $mode $stem
23 sak::validate::manpages::run $modules $mode $stem
24 sak::validate::testsuites::run $modules $mode $stem
25 sak::validate::syntax::run $modules $mode $stem
H A Dcmd.tcl15 set stem {}
38 set stem [lindex $argv 1]
62 sak::validate::$cmd $argv $mode($raw$log) $stem
H A Dversions.tcl30 proc ::sak::validate::versions {modules mode stem} {
31 versions::run $modules $mode $stem
36 proc ::sak::validate::versions::run {modules mode stem} {
37 sak::feedback::init $mode $stem
H A Dmanpages.tcl28 proc ::sak::validate::manpages {modules mode stem} {
29 manpages::run $modules $mode $stem
34 proc ::sak::validate::manpages::run {modules mode stem} {
35 sak::feedback::init $mode $stem
H A Dtestsuites.tcl28 proc ::sak::validate::testsuites {modules mode stem} {
29 testsuites::run $modules $mode $stem
34 proc ::sak::validate::testsuites::run {modules mode stem} {
35 sak::feedback::init $mode $stem
H A Dsyntax.tcl28 proc ::sak::validate::syntax {modules mode stem} {
29 syntax::run $modules $mode $stem
34 proc ::sak::validate::syntax::run {modules mode stem} {
35 sak::feedback::init $mode $stem
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/readme/
H A Dcmd.tcl15 set stem {}
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/note/
H A Dcmd.tcl15 set stem {}
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/sphinx_build/html/_static/
H A Dsearchtools.js87 var s_v = "^(" + C + ")?" + v; // vowel in stem
90 var stem;
129 stem = fp[1];
131 if (re2.test(stem)) {
132 w = stem;
151 stem = fp[1];
153 if (re.test(stem))
154 w = stem + "i";
161 stem = fp[1];
164 if (re.test(stem))
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/page/
H A Dgen_peg_cpkg.tcl63 set stem [namespace tail $grname]
67 @stem@ [list $stem] \
129 return $@stem@::gr
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/term/ansi/
H A Dsend.tcl31 set stem [lindex $nl 0]
33 return ${stem}ch-$sfx
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/util/
H A Dfeedback.tcl39 proc ::sak::feedback::init {mode stem} {
44 variable lstem $stem
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/support/devel/sak/util/
H A Dfeedback.tcl39 proc ::sak::feedback::init {mode stem} {
44 variable lstem $stem
/macosx-10.10/emacs-93/emacs/lisp/
H A Dautoinsert.el107 (let ((stem (file-name-sans-extension buffer-file-name)))
108 (cond ((file-exists-p (concat stem ".h"))
109 (file-name-nondirectory (concat stem ".h")))
110 ((file-exists-p (concat stem ".hh"))
111 (file-name-nondirectory (concat stem ".hh")))))
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/support/devel/sak/test/
H A Drun.tcl26 valgrind 0 raw 0 shells {} stem {} log 0
52 set config(stem) [lindex $argv 1]
87 variable logext [open $config(stem).log w]
88 variable logsum [open $config(stem).summary w]
89 variable logfai [open $config(stem).failures w]
90 variable logski [open $config(stem).skipped w]
91 variable lognon [open $config(stem).none w]
92 variable logerd [open $config(stem).errdetails w]
93 variable logfad [open $config(stem).faildetails w]
94 variable logtim [open $config(stem)
[all...]
/macosx-10.10/llvmCore-3425.0.34/unittests/Support/
H A DPath.cpp121 path::stem(*i);
135 StringRef filename(temp_store.begin(), temp_store.size()), stem, ext; local
136 stem = path::stem(filename);
138 EXPECT_EQ(*(--sys::path::end(filename)), (stem + ext).str());
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/support/devel/sak/test/
H A Drun.tcl25 valgrind 0 raw 0 shells {} stem {} log 0
51 set config(stem) [lindex $argv 1]
86 variable logext [open $config(stem).log w]
87 variable logsum [open $config(stem).summary w]
88 variable logfai [open $config(stem).failures w]
89 variable logski [open $config(stem).skipped w]
90 variable lognon [open $config(stem).none w]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Support/
H A DPathV2.h250 /// @brief Get stem.
265 /// @result The stem of \a path.
266 const StringRef stem(StringRef path);
349 /// @brief Has stem?
351 /// stem != ""
354 /// @result True if the path has a stem, false otherwise.
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A DvfsUtils.tcl299 proc vfs::attributesGet {root stem index} {
305 return [file join $root $stem]
309 return [file join $rootdir [file tail $root] $stem]
335 proc vfs::attributesSet {root stem index val} {

Completed in 377 milliseconds

12