Home
last modified time | relevance | path

Searched refs:corner (Results 1 – 25 of 58) sorted by relevance

123

/freebsd-14-stable/contrib/libxo/xohtml/external/
HDjquery.qtip.js913 var C = (CORNER = PROTOTYPE.reposition.Corner = function(corner, forceY) {
914 corner = ('' + corner).replace(/([A-Z])/, ' $1').replace(/middle/gi, CENTER).toLowerCase();
915 this.x = (corner.match(/left|right/i) || corner.match(/center/) || ['inherit'])[0].toLowerCase();
916 this.y = (corner.match(/top|bottom|center/i) || ['inherit'])[0].toLowerCase();
919 var f = corner.charAt(0);
2037 _useTitle: function(corner) { argument
2040corner.y === TOP || (corner.y === CENTER && this.element.position().top + (this.size[1] / 2) + thi…
2044 _parseCorner: function(corner) { argument
2048 if(corner === FALSE || my === FALSE) {
2049 corner = FALSE;
[all …]
/freebsd-14-stable/sys/contrib/device-tree/Bindings/opp/
HDqcom-opp.txt16 - qcom,opp-fuse-level: A positive value representing the fuse corner/level
18 a certain fuse corner/level. A fuse corner/level contains e.g. ref uV,
/freebsd-14-stable/share/examples/bootforth/
HDframes.4th80 2dup at-xy lt_el @ emit \ Draw left-top corner
81 2dup 4 pick + at-xy lb_el @ emit \ Draw left bottom corner
82 2dup swap 5 pick + swap at-xy rt_el @ emit \ Draw right top corner
/freebsd-14-stable/sys/contrib/device-tree/Bindings/power/avs/
Dqcom,cpr.txt4 or other device. Each OPP of a device corresponds to a "corner" that has
61 that makes up a fuse corner, for each fuse corner.
/freebsd-14-stable/contrib/file/magic/Magdir/
HDclaris18 …ngth=80) after few Macintosh QuickDraw (strength=81=70+11 ./images) with corner coordinates -1/-1 …
23 …ngth=80) after few Macintosh QuickDraw (strength=81=70+11 ./images) with corner coordinates -1/-1 …
/freebsd-14-stable/contrib/one-true-awk/testdir/
HDchem.awk365 c1 = corner(d)
369 return corner(d)
376 return sprintf("V%d.%s", int(reduce(d-rd)/(360/verts)) + 1, corner(d))
379 function corner(dir) { function
/freebsd-14-stable/stand/forth/
HDframes.4th145 2dup at-xy lt_el @ xemit \ Draw left-top corner
146 2dup 4 pick + at-xy lb_el @ xemit \ Draw left bottom corner
147 2dup swap 5 pick + swap at-xy rt_el @ xemit \ Draw right top corner
/freebsd-14-stable/sys/dts/arm/
HDversatilepb.dts92 * Cut corner here: we do not have proper interrupt
/freebsd-14-stable/sys/contrib/device-tree/Bindings/sound/
HDcs42l56.txt45 …- cirrus,hpf-left-freq, hpf-right-freq : Sets the corner frequency (-3dB point) for the internal H…
/freebsd-14-stable/share/i18n/csmapper/MISC/
DRISCOS-LATIN1%UCS.src32 # corner. (Imagine a square clock showing nine o'clock.) It means
/freebsd-14-stable/usr.bin/dtc/
HDHACKING57 There are a few FIXME lines in the parser for some corner cases that are not
/freebsd-14-stable/contrib/libpcap/msdos/
HDpkt_rx1.s49 mov di, 158 ;; upper right corner - 1
HDpkt_rx0.asm79 mov di, 158 ;; upper right corner - 1
HDreadme.dos116 have any effect. It shows a rotating "fan" in upper right corner of
/freebsd-14-stable/usr.sbin/bsdconfig/include/
HDusage.hlp28 displayed as a percentage in the lower right corner. Using the
/freebsd-14-stable/sys/contrib/device-tree/Bindings/usb/
HDmsm-hsusb.txt74 in microvolts or a value corresponding to voltage corner.
/freebsd-14-stable/contrib/ntp/
HDREADME.pullrequests43 iii) On the top right corner, right below the header bar, there is
/freebsd-14-stable/sys/contrib/device-tree/src/arm/
HDimx6sl-tolino-vision.dts52 /* magnetic sensor in the corner next to the uSD slot */
/freebsd-14-stable/crypto/openssl/
HDNOTES-UNIX.md114 a corner case. On AIX static libraries (in shared build) are named
/freebsd-14-stable/sys/contrib/xz-embedded/linux/Documentation/
HDxz.txt101 There are a couple of corner cases where things have been simplified
/freebsd-14-stable/sys/contrib/device-tree/Bindings/display/mediatek/
Dmediatek,disp.txt40 "mediatek,<chip>-disp-postmask" - control round corner for display frame
/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_CTX_set_tlsext_servername_callback.pod156 corner cases. This has been fixed from OpenSSL 1.1.1e.
/freebsd-14-stable/contrib/ncurses/doc/
HDncurses-intro.doc224 i.e., they start at the upper left hand corner and encompass
225 the lower right hand corner. One of these, stdscr, is
257 x) coordinates of the upper left hand corner) and its size. One of
612 was first called, and moves the cursor down to the lower-left corner.
636 modes, move the cursor to the lower left corner of the screen,
1356 int top, int left, /* upper left corner */
1365 You must also specify the location of the field's upper left corner on
1448 int *top, int *left, /* upper left corner */
1460 int top, int left); /* new upper-left corner */
2036 of these requests is its upper-left corner.
/freebsd-14-stable/contrib/ncurses/include/
HDcurses.h.in364 #define ACS_ULCORNER NCURSES_ACS('l') /* upper left corner */
365 #define ACS_LLCORNER NCURSES_ACS('m') /* lower left corner */
366 #define ACS_URCORNER NCURSES_ACS('k') /* upper right corner */
367 #define ACS_LRCORNER NCURSES_ACS('j') /* lower right corner */
511 NCURSES_SIZE_T _begy, _begx; /* screen coords of upper-left-hand corner */
/freebsd-14-stable/sys/contrib/zstd/
HDCHANGELOG270 api: Fix ZSTD_decompressDCtx() corner cases with a dictionary
294 misc: Optimize dictionary memory usage in corner cases
500 lib : fixed : several corner case bugs, by Nick Terrell

123