Home
last modified time | relevance | path

Searched +refs:called +refs:interactively +refs:p (Results 1 – 25 of 2781) sorted by relevance

12345678910>>...112

/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/
H A Dplacement.jl80 "Define a new window placement mode called NAME (a symbol). The function
81 FUN will be called with a single argument when a window should be placed using
98 (or (window-avoided-p w)
99 (let* ((avoided-windows (filter-windows window-avoided-p))
104 ;; called from the place-window-hook
107 ;; The only time this is ever called with (window-get w 'placed) non-nil
120 (if (window-transient-p w)
150 (define (place-window-interactively w)
165 (move-window-interactively w))))
181 (let ((parent (let ((id (window-transient-p w)))
[all …]
H A Dworkspace.jl199 ;; this doesn't need to be called explicitly for every switch, just to
244 (or (desktop-window-p w) (dock-window-p w))
473 ;; called when window W is destroyed
540 ;; this used to be called between unmapping old windows and
606 ;; usually called from the add-window-hook; adds window W to the
627 ;; called from the unmap-notify hook
632 ;; called from the map-notify-hook
639 (not (or (desktop-window-p w) (dock-window-p w))))
944 (define (select-workspace-interactively)
951 (define-command 'select-workspace-interactively
[all …]
/dports/x11-wm/sawfish/sawfish_1.13.0/lisp/sawfish/wm/commands/
H A Dmove-resize.jl183 (when (window-maximized-vertically-p move-resize-window)
191 (when (window-maximized-vertically-p move-resize-window)
197 ;; called to initiate a move or resize on window W. FUNCTION is either
281 (when (viable-move-resize-p)
320 ;; called each pointer motion event during move/resize
436 ;; called when the move/resize finished (i.e. button-release event)
443 ;; called when B2-Click during interactive placement (see
459 ;; called when B3-Click during interactive placement (see
535 (window-maximized-horizontally-p move-resize-window))
549 (window-maximized-vertically-p move-resize-window))
[all …]
/dports/comms/ebusd/ebusd-21.3/contrib/docker/
H A DREADME.md31 Running interactively
34 To run an ebusd container interactively, e.g. on serial device /dev/ttyUSB1, use the following comm…
35 > docker run --rm -it --device=/dev/ttyUSB1:/dev/ttyUSB0 -p 8888 john30/ebusd
44 > docker run -d --name=ebusd --device=/dev/ttyUSB1:/dev/ttyUSB0 -p 8888 john30/ebusd
57 > docker run --rm -it -p 8888 john30/ebusd -f --scanconfig -d udp:192.168.178.123:10000 --latency=80
59 Note: the "-f" and "--scanconfig" arguments are only passed to ebusd if it is called without any ad…
67 > docker run -d --name=ebusd --device=/dev/ttyUSB0 -p 8888 john30/ebusd -f --scanconfig -d /dev/tty…
/dports/textproc/texi2html/texi2html-5.0/test/xemacs_manual/
H A Dm-x.texi45 command (interactively callable function) defined in Emacs by its name
61 (defun foo (arg) "Doc string" (interactive "p") ...use arg...)
64 to make @code{arg} be the prefix argument when @code{foo} is called as a
66 rather than a function; it tells @code{call-interactively} how to read
67 arguments to pass to the function. When actually called, @code{interactive}
77 interactively.
110 @item p
122 Variable name: symbol that is @code{user-variable-p}
/dports/mail/mew/mew-6.8/
H A D00changes.6.69 * Remove argument for called-interactively-p to rescue Emacs 22.
57 * Fix function mew-image-inline-p return value
58 function mew-image-inline-p may return strings.
106 * removing duplicated image-type-available-p from auxiliary.el.
118 * Using called-interactively-p instead of interactive-p.
/dports/mail/mew-devel/Mew-6.8-72-gfc4bca6/
H A D00changes.6.69 * Remove argument for called-interactively-p to rescue Emacs 22.
57 * Fix function mew-image-inline-p return value
58 function mew-image-inline-p may return strings.
106 * removing duplicated image-type-available-p from auxiliary.el.
118 * Using called-interactively-p instead of interactive-p.
/dports/devel/autoconf-archive/autoconf-archive-2019.01.06/doc/
H A Dax_cvs.texi35 not normally used directly, but is instead called by
53 interactively ask you to confirm the file removal,
100 @uref{http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_cvs.m4,latest
102 @uref{http://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=history;f=m4/ax_cvs.m4,the
/dports/math/R-cran-pls/pls/man/
H A Dscoreplot.Rd20 type = "p",
60 type = "p",
77 \item{identify}{logical. Whether to use \code{identify} to interactively
80 \item{type}{character. What type of plot to make. Defaults to \code{"p"}
116 specified explicitly (\code{legendpos = t(c(x,y))}) or interactively
152 \code{\link{identify}} is used to interactively identify points.
159 \code{\link{identify}} to interactively identify points. Also, if
174 \code{scoreplot}, \code{loadingplot} and \code{corrplot} can also be called
/dports/editors/emacs/emacs-27.2/doc/lispref/
H A Dcommands.texi127 Sometimes, a function is only intended to be called interactively,
704 @code{called-interactively-p} inside @var{function} will return
791 But you can also do the job by testing @code{called-interactively-p}.
793 @defun called-interactively-p kind
799 @code{called-interactively-p} returns @code{t} only if the call was
803 @var{kind} is @code{any}, @code{called-interactively-p} returns
815 Here is an example of using @code{called-interactively-p}:
821 (when (called-interactively-p 'any)
823 'foo-called-interactively))
839 @code{called-interactively-p}.
[all …]
H A Ddebugging.texi249 time it is called.
254 from Lisp and when called interactively (after the reading of the
260 When @code{debug-on-entry} is called interactively, it prompts for
289 call-interactively(eval-last-sexp)
298 @var{function-name}. When called interactively, it prompts for
327 @var{variable}. When called interactively, it prompts for
443 @item p
725 call-interactively(eval-last-sexp)
756 (call-interactively eval-last-sexp)
785 command. Each time a command is called interactively, this variable is
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/lispref/
H A Dcommands.texi127 Sometimes, a function is only intended to be called interactively,
795 @code{called-interactively-p} inside @var{function} will return
908 But you can also do the job by testing @code{called-interactively-p}.
910 @defun called-interactively-p kind
916 @code{called-interactively-p} returns @code{t} only if the call was
920 @var{kind} is @code{any}, @code{called-interactively-p} returns
932 Here is an example of using @code{called-interactively-p}:
938 (when (called-interactively-p 'any)
940 'foo-called-interactively))
956 @code{called-interactively-p}.
[all …]
H A Ddebugging.texi249 time it is called.
254 from Lisp and when called interactively (after the reading of the
260 When @code{debug-on-entry} is called interactively, it prompts for
289 call-interactively(eval-last-sexp)
298 @var{function-name}. When called interactively, it prompts for
327 @var{variable}. When called interactively, it prompts for
443 @item p
725 call-interactively(eval-last-sexp)
756 (call-interactively eval-last-sexp)
785 command. Each time a command is called interactively, this variable is
[all …]
/dports/www/resin3/resin-3.1.16/webapps/resin-doc/doc/
H A Dlinux-boot.xtp12 of the explanation for this tutorial.</em></p>
20 to set them in the httpd.sh.</p>
32 <p>A sample resin-a.sh might look like:</p>
59 to start and start the server interactively.</p>
67 are started in order.</p>
75 <p>So S86resin-a will be called as "S86resin-a start" as the root user.
77 them itself.</p>
88 line:</p>
95 in order.</p>
129 <p>Guy McArthur writes</p>
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/man/src/container/
H A Dattach.md3 interactively. You can attach to the same contained process multiple times
9 configurable key sequence. The default sequence is `CTRL-p CTRL-q`. You
44 In this example the top command is run inside a container, from an image called
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/cli/man/src/container/
H A Dattach.md3 interactively. You can attach to the same contained process multiple times
9 configurable key sequence. The default sequence is `CTRL-p CTRL-q`. You
44 In this example the top command is run inside a container, from an image called
/dports/sysutils/docker/docker-ce-18.09.5/components/cli/man/src/container/
H A Dattach.md3 interactively. You can attach to the same contained process multiple times
9 configurable key sequence. The default sequence is `CTRL-p CTRL-q`. You
44 In this example the top command is run inside a container, from an image called
/dports/math/octave-forge-level-set/level-set/inst/
H A Dso_explore_descent.m27 ## On the initial call, the @code{initialised} handler is called.
29 ## will be called for the currently active data at each navigation
32 ## handler will be called with the data that is active when the user closes
43 ## @code{@var{data}.onFirst}. They will be called @emph{in order} and
45 ## The @code{finished} handler will be called on the last iteration data
301 fprintf (stderr (), "You can now interactively explore the current data.\n");
333 %! data.p = so_init_params (false);
334 %! data.p.vol = 10;
335 %! data.p.weight = 50;
337 %! data.p.nSteps = 10;
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A DPrinter.pod10 if ( $p-> begin_doc) {
11 $p-> bar( 0, 0, 100, 100);
14 $p-> ellipse( 100, 100, 200, 200);
16 $p-> end_doc :
17 $p-> abort_doc;
73 if ( $p-> begin_doc) {
75 $p-> end_doc;
81 so the user can select a printer device and adjust its setup interactively.
116 to a printing device when C<abort_doc()> is called, so some information
180 size, etc. If called without parameters, returns list of options the printer
[all …]
/dports/math/gap/gap-4.11.0/pkg/xgap-4.30/lib/
H A Dilatgrp.gd8 ## This file contains code to display a subgroup lattice interactively.
85 #O GGLAbelianPQuotient(<sheet>,<grp>) . . . . . asks for p and calls library
87 ## This operation asks for a prime p and runs then the library operations
95 #O GGLPrimeQuotient(<sheet>,<grp>) . asks for p and class and calls library
97 ## This operation asks for a prime p and a class cl and runs then the
181 ## This operation is called while creation of a new graphic subgroup lattice.
241 ## normally only be called if one conjectures or knows that v1 is a
289 #O GGLMenuOperation (<sheet>, <menu>, <entry>) . . . is called from the menu
291 ## This operation is called for all so called "menu operations" the user
303 ## . . . . . . . . . . . . . . . . . . . called if user does a right click
[all …]
/dports/x11-wm/ratpoison/ratpoison-1.4.9/doc/
H A Dratpoison.texi201 and @kbd{C-t p}.
275 this is bound to @kbd{C-t p}.
381 @item %p
722 When resizing interactively, the following keys are used:
725 @item C-p
752 command is called interactively, ratpoison will let the user
1107 @item C-t p
1108 @item C-t C-p
1468 non-interactively with @command{ratpoison -c}.
1690 When called interactively prompt for a frame and swap its window with
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/inspection/
H A DXPropertyHandler.idl43 component.</p>
254 <p>In such a case, simply return those properties here.</p>
273 not be called.</p>
289 their interest in this particular actuating properties are called with their
293 not be called</p>
313 /** called when a browse button belonging to a property UI representation has been clicked
322 <p>When this method is called, the property handler should raise the UI needed to enter the
333 will be called at one handler only, however the new property would have to be forwarded to
347 then outData contains the value which has been interactively obtained
379 <p>This method is called whenever a property value changes, limited to those properties
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/inspection/
H A DXPropertyHandler.idl43 component.</p>
254 <p>In such a case, simply return those properties here.</p>
273 not be called.</p>
289 their interest in this particular actuating properties are called with their
293 not be called</p>
313 /** called when a browse button belonging to a property UI representation has been clicked
322 <p>When this method is called, the property handler should raise the UI needed to enter the
333 will be called at one handler only, however the new property would have to be forwarded to
347 then outData contains the value which has been interactively obtained
379 <p>This method is called whenever a property value changes, limited to those properties
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/HelpSource/Classes/
H A DInterpreter.schelp125 If this is set to a function, all interactively executed code is piped through it before parsing and
129 This function is called by link::Classes/Interpreter#-interpretPrintCmdLine:: with two arguments:
141 method::a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z
/dports/games/renpy/renpy-7.4.11-sdk/renpy/common/
H A D00iap.rpy84 def consume(self, p):
86 Attempts to consume a `p`. Returns True if a `p` has been purchased
148 If true, waits interactively. If false, waits using
226 return p.ios
233 If true, waits interactively. If false, waits using
370 If True, renpy.pause will be called while waiting for the app store
377 persistent._iap_purchases[p.identifier] = backend.has_purchased(p)
394 if p is None:
397 return p
527 p.price = backend.get_price(p)
[all …]

12345678910>>...112