Searched +refs:ps +refs:output +refs:boolean (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/incrtcl/iwidgets/generic/
H A Dcanvasprintbox.itk6 # number of pages to print the image on and if the output should be
13 # of the output, stretching the output to fit the page while maintaining
14 # a proper aspect-ratio and posterizing to enlarge the output to fit on
17 # the settings will have on the output.
46 option add *Canvasprintbox.filename "canvas.ps" widgetDefault
49 option add *Canvasprintbox.output printer widgetDefault
69 # of the output, stretching the output to fit the page while maintaining
70 # a proper aspect-ratio and posterizing to enlarge the output t
[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dfollow.el216 ;; 2) After a process output has been perfomed.
467 :type 'boolean
471 "When non-nil, Follow Mode will monitor process output."
472 :type 'boolean
597 will listen to the output of processes and redisplay accordingly.
607 (follow-intercept-process-output))
1771 ;;{{{ Process output
1774 ;; output and tries to reposition the windows whose buffers are in
1786 ;; output into the buffer, if the buffer originally didn't have an
1787 ;; output filte
[all...]
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Drcirc.el93 :type 'boolean
136 :type 'boolean
147 (defcustom rcirc-scroll-show-maximum-output t
149 :type 'boolean
188 :type 'boolean
243 :type 'boolean
358 (defvar rcirc-process-output nil)
404 (make-local-variable 'rcirc-process-output)
405 (setq rcirc-process-output nil)
499 (let (ps)
[all...]
/macosx-10.10/tcl-105/tcl/tcl/library/tcltest/
H A Dtcltest.tcl4 # defines the tcltest namespace and finds and defines the output
5 # directory, constraints available, output and error channels,
119 # Verification command that accepts boolean values
120 proc AcceptBoolean { boolean } {
121 return [expr {$boolean && $boolean}]
220 # The currentFailure var stores the boolean value of whether the
264 # Set workingDirectory to [pwd]. The default output directory for
343 # output goes to stdout by default
680 # debug output does
[all...]
/macosx-10.10/tcl-105/tcl84/tcl/library/tcltest/
H A Dtcltest.tcl4 # defines the tcltest namespace and finds and defines the output
5 # directory, constraints available, output and error channels,
119 # Verification command that accepts boolean values
120 proc AcceptBoolean { boolean } {
121 return [expr {$boolean && $boolean}]
220 # The currentFailure var stores the boolean value of whether the
264 # Set workingDirectory to [pwd]. The default output directory for
343 # output goes to stdout by default
679 # debug output does
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex225 scientific applications must minimize the total output error over long calculations.
549 \includegraphics{pics/design_process.ps}
655 structures. That means that the source (input) operands are placed on the left and the destination (output) on the right.
668 of assignment expressions. That is, the destination (output) is on the left and arguments (inputs) are on the right. In
1097 language the terms to \&\& are evaluated left to right with a boolean short-circuit if any condition fails. This is
1185 Occasionally a dependent algorithm may copy an mp\_int effectively into itself such as when the input and output
2190 \includegraphics{pics/sliding_window.ps}
2508 facet of this algorithm, is that it has been modified to only produce a certain amount of output digits as resolution. The importance of this
2556 This algorithm computes the unsigned product of two inputs $a$ and $b$, limited to an output precision of $digs$ digits. While it may seem
2559 Algorithm s\_mp\_mul\_digs differs from these cited references since it can produce a variable output precisio
[all...]

Completed in 392 milliseconds