Searched refs:force (Results 1 - 25 of 828) sorted by relevance

1234567891011>>

/macosx-10.10/SmartcardCCID-55008/ccid/ccid/
H A Dbootstrap8 libtoolize --copy --force --automake
9 autoheader --force
10 autoconf --force
11 automake --add-missing --copy --force --foreign
/macosx-10.10/OpenPAM-20/openpam/
H A Dautogen.sh7 libtoolize --copy --force
/macosx-10.10/tcl-105/tcl_ext/ffidl/ffidl/tests/
H A Dall.tcl16 namespace import -force tcltest::*
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/textutil/
H A Dtextutil.tcl37 namespace import -force string::chop string::tail
38 namespace import -force string::cap string::uncap
39 namespace import -force string::longestCommonPrefix
40 namespace import -force string::longestCommonPrefixList
44 namespace import -force repeat::strRepeat repeat::blank
48 namespace import -force adjust::adjust adjust::indent adjust::undent
52 namespace import -force split::splitx split::splitn
56 namespace import -force trim::trim trim::trimleft trim::trimright
57 namespace import -force trim::trimPrefix trim::trimEmptyHeading
61 namespace import -force tabif
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dautogen.sh10 libtoolize --force --copy --automake
19 automake --force-missing --foreign -a -c
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DCheckpointConfig.java24 private boolean force = false; field in class:CheckpointConfig
89 Configure the checkpoint force option.
93 @param force
94 If set to true, force a checkpoint, even if there has been no
97 public void setForce(final boolean force) { argument
98 this.force = force;
102 Return the configuration of the checkpoint force option.
105 The configuration of the checkpoint force option.
108 return force;
[all...]
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/config/
H A Dmake.wnt55 clean : force
58 force :
/macosx-10.10/tcl-105/tcl84/tcl/tests/
H A Dall.tcl16 namespace import -force tcltest::*
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/
H A Dautogen.sh3 libtoolize --force --copy
/macosx-10.10/bash-94.1.2/bash-3.2/builtins/
H A Dsuspend.c49 int opt, force; local
52 force = 0;
57 force++;
72 if (force == 0)
/macosx-10.10/less-25/less/
H A Dforwback.c95 * "force" means display the n lines even if we hit end of file.
102 forw(n, pos, force, only_last, nblank)
105 int force;
140 force = 1;
156 force = 1;
193 * is still empty, or "force" is true.
194 * Even if force is true, stop when the last
198 if (!force && position(TOP) != NULL_POSITION)
276 back(n, pos, force, only_last)
279 int force;
[all...]
/macosx-10.10/OpenSSL098-52/src/demos/tunala/
H A Dautogunk.sh18 libtoolize --copy --force
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Dbuild_command.rb9 add_option '--force', 'skip validation of the spec' do |value, options|
10 options[:force] = true
29 Gem::Package.build spec, options[:force]
/macosx-10.10/tcl-105/tcl_ext/trf/trf/tea.tests/
H A Dall.tcl13 namespace import -force tcltest::*
/macosx-10.10/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Duuenc33 it is not overwritten and an error message is printed. If -f (force)
40 typeset -i force=0
47 f) force=1;;
64 if isfalse $force && [ -a "$out" ]; then
/macosx-10.10/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/
H A Dmake.wnt45 all : force
59 install : force
77 setup : force
82 clean : force
96 force :
/macosx-10.10/Chess-310.6/Sources/
H A DMBCBoardViewMouse.h55 - (void) dragAndRedraw:(NSEvent *)event forceRedraw:(BOOL)force;
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Ddragsite.rb28 def self.set_drag(path, subpath, initcmd, endcmd, force=None)
29 tk_call('DragSite::setdrag', path, subpath, initcmd, endcmd, force)
H A Ddropsite.rb32 def self.set_drop(path, subpath, dropover, drop, force=None)
33 tk_call('DropSite::setdrop', path, subpath, dropover, drop, force)
/macosx-10.10/tcl-105/tk/tk/tests/ttk/
H A Dimage.test6 package require tcltest ; namespace import -force tcltest::*
/macosx-10.10/vim-55/src/testdir/
H A Dmain.aap35 :del {r}{force} *.out test.log tiny.vim small.vim mbyte.vim mzscheme.vim test.ok X*
39 :del {force} test1.failed tiny.vim small.vim mbyte.vim mzscheme.vim
43 :move {force} test.out test1.out
44 :del {r}{force} X*
47 :del {force} $(match).failed test.ok
52 :move {force} test.out $(match).failed
54 :move {force} test.out $(match).out
55 :del {r}{force} X* test.ok
/macosx-10.10/libiconv-42/libiconv/po/
H A DMakefile.msvc.sh39 install : all force
55 installdirs : force
70 uninstall : force
85 clean : force
91 force :
/macosx-10.10/ntp-92/scripts/
H A Dgenver5 # -f would be 'force the update'
7 force=0
12 -f) force=1 ;;
45 case "$force$rc" in
61 case "$force$rc" in
79 case "$force$rc" in
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dmkindex.test18 namespace import -force ::tcltest::test
33 file copy -force [file join $::tcltest::testsDirectory mkindex.itcl] \
38 file delete -force ./mkindex.itcl
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/win/
H A DinstallWin.tcl38 file copy -force $buildDir/$b $DESTINATION/bin
41 file copy -force $xotclDir/$b $DESTINATION/bin
52 file copy -force $xotclDir/generic/$i $DESTINATION/include
68 file copy -force $buildDir/$b $DESTINATION/lib
71 file copy -force $xotclDir/$b $DESTINATION/lib
105 file copy -force $f $dest/$f

Completed in 153 milliseconds

1234567891011>>