Home
last modified time | relevance | path

Searched +refs:term +refs:cap +refs:int (Results 1 – 25 of 1695) sorted by last modified time

12345678910>>...68

/dports/x11-toolkits/p5-Prima/Prima-1.63/pod/Prima/
H A DDrawable.pod47 Another term used here is I<canvas> - the graphic area of a certain extent,
238 were done usinc the C<int> function, i e int(0.7)=0 and int(-0.7)=0. This then
959 Selects a line ending cap for plotting primitives. VALUE
1969 the I<< int = float + ((float < 0) ? -0.5 : 0.5) >> formula.
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/changelogs/
H A Dchangelog.yaml51 a short-term hotfix for the problem (https://github.com/ansible/ansible/issues/70456,
496 - uri - ``status_code`` elements are type ``int``
985 plugin is given a non-string term.
1290 - ansible-test-pytest-cap-revert.yml
1291 - ansible-test-pytest-cap.yml
1448 - uri-status-code-int.yml
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/
H A DChangeLog6415 to be using long term, anyway.
6427 to be using long term, anyway.
9178 dri3: cap the version returned to the client
9195 present: cap the version returned to the client
43397 the term), nothing has ever used this flag
69838 another pixel before adjusting the error term.
78575 use a cap to decide if shadow is preferred or not.
78581 cleanup dumb cap fetch
113855 87000. Thus the term (dSx * (Cx - Rxlow)) is greater than
130674 let's cap it down.
[all …]
/dports/misc/terminfo-db/terminfo-db-20210816/
H A Dterminfo.src6739 # emu -term emu
6770 # emu -term vt220
6860 mterm|mouse-sun|Der Mouse term,
6904 vwmterm|(vwm term),
7722 eterm-color|Emacs term.el terminal emulator term-protocol-version 0.96,
7752 # frequently. The contemporaneous term.el aka ansi-term does not "support"
8019 # term screen-bce
12249 wy99-ansi|Wyse WY-99GT in ansi mode (int'l PC keyboard),
12298 wy99f|wy99fgt|wy-99fgt|Wyse WY-99GT (int'l PC keyboard),
23639 # int wd; /* window in which altfont will be */
[all …]
/dports/math/gap/gap-4.11.0/extern/gmp/
H A DChangeLog9860 * mpn/generic/remove.c: Major overhaul. Add parameter 'cap'.
15911 (main): Change timing variables to int.
24011 * tests/mpf/t-int.c: New file.
29318 expressions involving more than one term, to handle Sun's compiler
29638 Add global int g_debug.
30267 calls to `unsigned int'.
30947 (__mpz_struct): mp_size_t => int.
31629 (mp_size_t): int => long int.
33475 destinations, to `unsigned long int'.
33576 `unsigned long int'.
[all …]
/dports/math/gap/gap-4.11.0/pkg/guava-3.15/src/leon/doc/
H A Dmanual.tex153 The term {\it set image} problem is used here to refer to the following
157 defined analogously. The term {\it design\/} is used here to refer to any
847 intersection $G\cap H$. The format is
1646 \hskip0.4in{\tt inter\quad {\it grp\/}\quad {\it grp\/}x\quad int}
1648 which saves the intersection as the group {\tt int}. The file
2840 be the number of bits in the C data type {\tt int}, usually
2845 C data type {\tt int}; it does {\it not\/} determine whether
/dports/math/gri/gri-2.12.23/doc/
H A Dgri.texi1543 \int = "-0.1235"
9315 @subsubsection @code{set line cap}
9316 @findex set line cap
9318 @cindex setting line cap type
9319 @cindex line cap
9322 `set line cap .type.'
9335 line cap of 0.
13955 ({\tt $\backslash$int}, $\int$),
14047 ``em-space'' (a @TeX{} term, normally equal to the width of the
18995 int i = (int) floor(h);
[all …]
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_curses.py51 term = os.environ.get('TERM') variable
55 @unittest.skipIf(not term or term == 'unknown',
56 "$TERM=%r, calling initscr() may cause exit" % term)
827 for vis, cap in [(0, 'civis'), (2, 'cvvis'), (1, 'cnorm')]:
828 if curses.tigetstr(cap) is not None:
847 self.assertIsInstance(tabsize, int)
855 self.assertIsInstance(y, int)
856 self.assertIsInstance(x, int)
1195 self.assertIsInstance(v[0], int)
1196 self.assertIsInstance(v[1], int)
[all …]
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_curses.py49 term = os.environ.get('TERM') variable
53 @unittest.skipIf(not term or term == 'unknown',
54 "$TERM=%r, calling initscr() may cause exit" % term)
826 for vis, cap in [(0, 'civis'), (2, 'cvvis'), (1, 'cnorm')]:
827 if curses.tigetstr(cap) is not None:
838 self.assertIsInstance(y, int)
839 self.assertIsInstance(x, int)
1170 self.assertIsInstance(v[0], int)
1171 self.assertIsInstance(v[1], int)
1172 self.assertIsInstance(v[2], int)
[all …]
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_curses.py49 term = os.environ.get('TERM') variable
53 @unittest.skipIf(not term or term == 'unknown',
54 "$TERM=%r, calling initscr() may cause exit" % term)
826 for vis, cap in [(0, 'civis'), (2, 'cvvis'), (1, 'cnorm')]:
827 if curses.tigetstr(cap) is not None:
846 self.assertIsInstance(tabsize, int)
854 self.assertIsInstance(y, int)
855 self.assertIsInstance(x, int)
1186 self.assertIsInstance(v[0], int)
1187 self.assertIsInstance(v[1], int)
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_curses.py51 term = os.environ.get('TERM') variable
55 @unittest.skipIf(not term or term == 'unknown',
56 "$TERM=%r, calling initscr() may cause exit" % term)
827 for vis, cap in [(0, 'civis'), (2, 'cvvis'), (1, 'cnorm')]:
828 if curses.tigetstr(cap) is not None:
847 self.assertIsInstance(tabsize, int)
855 self.assertIsInstance(y, int)
856 self.assertIsInstance(x, int)
1195 self.assertIsInstance(v[0], int)
1196 self.assertIsInstance(v[1], int)
[all …]
/dports/emulators/vice/vice-3.5/doc/
H A Dvice.texi319 the term ``modification''.) Each licensee is addressed as ``you''.
14395 for permanent/long term storage.}
14783 for permanent/long term storage.}
18520 @item cap
24483 In this case, "int(250/(5*6))" is 8, so we can store 8 tracks per BAM sector.
/dports/devel/llvm70/llvm-7.0.1.src/utils/lit/lit/
H A DProgressBar.py146 cap = curses.tigetstr(cap_name)
147 if cap is None:
148 cap = ''
150 cap = cap.decode('utf-8')
151 return re.sub(r'\$<\d+>[/*]?', '', cap)
187 next = int(percent*50)
225 self.term = term
226 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
234 self.BOL = self.term.UP + self.term.BOL
256 eta = int(total - elapsed)
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/utils/lit/lit/
H A DProgressBar.py146 cap = curses.tigetstr(cap_name)
147 if cap is None:
148 cap = ''
150 cap = cap.decode('utf-8')
151 return re.sub(r'\$<\d+>[/*]?', '', cap)
187 next = int(percent*50)
225 self.term = term
226 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
234 self.BOL = self.term.UP + self.term.BOL
256 eta = int(total - elapsed)
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/utils/lit/lit/
H A DProgressBar.py146 cap = curses.tigetstr(cap_name)
147 if cap is None:
148 cap = ''
150 cap = cap.decode('utf-8')
151 return re.sub(r'\$<\d+>[/*]?', '', cap)
187 next = int(percent*50)
225 self.term = term
226 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
234 self.BOL = self.term.UP + self.term.BOL
256 eta = int(total - elapsed)
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/utils/lit/lit/
H A DProgressBar.py146 cap = curses.tigetstr(cap_name)
147 if cap is None:
148 cap = ''
150 cap = cap.decode('utf-8')
151 return re.sub(r'\$<\d+>[/*]?', '', cap)
187 next = int(percent*50)
225 self.term = term
226 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
234 self.BOL = self.term.UP + self.term.BOL
256 eta = int(total - elapsed)
[all …]
/dports/devel/allegro/allegro-4.4.3.1/docs/src/
H A Dallegro._tx5905 @@int @makeacol(int r, int g, int b, int a);
5921 @@int @makecol15_dither(int r, int g, int b, int x, int y);
5922 @@int @makecol16_dither(int r, int g, int b, int x, int y);
6353 BITMAP: a widely accepted term that will be understood by anyone even
6358 hardware). A more accurate term but slightly rarer term with the same meaning
6362 (other types of programmer probably won't be familiar with this term).
6387 The origin of the term "blit" is also rather interesting. This was originally
10195 cap = get_sound_input_cap_bits();
10196 if (cap == 0) {
10199 if (cap & 8) {
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/lit/lit/
H A DProgressBar.py146 cap = curses.tigetstr(cap_name)
147 if cap is None:
148 cap = ''
150 cap = cap.decode('utf-8')
151 return re.sub(r'\$<\d+>[/*]?', '', cap)
187 next = int(percent*50)
225 self.term = term
226 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
234 self.BOL = self.term.UP + self.term.BOL
262 n = int(barWidth*percent)
[all …]
/dports/devel/util-linux/util-linux-2.36/
H A Dconfigure.ac435 int a = 0;
696 int main()
698 int i;
699 int rc = 1;
930 AC_CHECK_HEADERS([ncursesw/term.h])
936 AC_CHECK_HEADERS([term.h])
963 AC_CHECK_HEADERS([ncurses/term.h])
969 AC_CHECK_HEADERS([term.h])
1428 AS_HELP_STRING([--without-cap-ng], [compile without libcap-ng]),
1435 UL_CHECK_LIB([cap-ng], [capng_apply], [cap_ng])
/dports/devel/readline/readline-8.1/doc/
H A Dreadline.info794 'term'
795 The 'term=' form may be used to include terminal-specific key
1712 'int (*func)(int, int);'
1720 'typedef int rl_command_func_t (int, int);'
1762 int foo (int count, int key)
2411 -- Function: int rl_modifying (int start, int end)
2511 -- Function: int rl_delete_text (int start, int end)
2519 -- Function: int rl_kill_text (int start, int end)
2732 -- Function: char * rl_get_termcap (const char *cap)
3257 -- Function: int rl_complete (int ignore, int invoking_key)
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/utils/lit/lit/
H A DProgressBar.py146 cap = curses.tigetstr(cap_name)
147 if cap is None:
148 cap = ''
150 cap = cap.decode('utf-8')
151 return re.sub(r'\$<\d+>[/*]?', '', cap)
187 next = int(percent*50)
225 self.term = term
226 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
234 self.BOL = self.term.UP + self.term.BOL
256 eta = int(total - elapsed)
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/utils/lit/lit/
H A DProgressBar.py146 cap = curses.tigetstr(cap_name)
147 if cap is None:
148 cap = ''
150 cap = cap.decode('utf-8')
151 return re.sub(r'\$<\d+>[/*]?', '', cap)
187 next = int(percent*50)
225 self.term = term
226 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
234 self.BOL = self.term.UP + self.term.BOL
256 eta = int(total - elapsed)
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/utils/lit/lit/
H A DProgressBar.py146 cap = curses.tigetstr(cap_name)
147 if cap is None:
148 cap = ''
150 cap = cap.decode('utf-8')
151 return re.sub(r'\$<\d+>[/*]?', '', cap)
187 next = int(percent*50)
225 self.term = term
226 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
234 self.BOL = self.term.UP + self.term.BOL
256 eta = int(total - elapsed)
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/utils/lit/lit/
H A DProgressBar.py146 cap = curses.tigetstr(cap_name)
147 if cap is None:
148 cap = ''
150 cap = cap.decode('utf-8')
151 return re.sub(r'\$<\d+>[/*]?', '', cap)
187 next = int(percent*50)
225 self.term = term
226 if not (self.term.CLEAR_EOL and self.term.UP and self.term.BOL):
234 self.BOL = self.term.UP + self.term.BOL
262 n = int(barWidth*percent)
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/dict/
H A Dpgw109772 flat <i>cap</i>; fools<i>cap</i>; legal <i>cap</i>.</def></p>
109805 with a cap, or as with a cap; to provide with a cap or cover; to
231028 <i>d&eacute;s-</i> (L. <i>dis-</i>) + <i>int&eacute;resser</i> to
419089 <i>int&eacute;gral</i>. See <u>Integer</u>.]</p>
419129 <i>int&eacute;gralit&eacute;</i>.] <def>Entireness.</def> [Obs.]
419174 F. <i>int&eacute;gration</i>.]</p>
419205 <i>integritas</i>: cf. F. <i>int&eacute;grit&eacute;</i>. See
420854 the older form <i>interess</i>, fr. F. <i>int&eacute;resser</i>, L.
421164 <i>inter</i> between: cf. F. <i>int&eacute;rieur</i>. See <u>Inter-
777366 <p><hw>Su"int</hw> (s&umacr;"&ibreve;nt), <pos><i>n.</i></pos> [F.]
[all …]

12345678910>>...68