| /freebsd-14-stable/contrib/libxo/xohtml/external/ |
| HD | jquery.qtip.js | 913 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 2040 …corner.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/ |
| HD | qcom-opp.txt | 16 - 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/ |
| HD | frames.4th | 80 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/ |
| D | qcom,cpr.txt | 4 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/ |
| HD | claris | 18 …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/ |
| HD | chem.awk | 365 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/ |
| HD | frames.4th | 145 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/ |
| HD | versatilepb.dts | 92 * Cut corner here: we do not have proper interrupt
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/sound/ |
| HD | cs42l56.txt | 45 …- cirrus,hpf-left-freq, hpf-right-freq : Sets the corner frequency (-3dB point) for the internal H…
|
| /freebsd-14-stable/share/i18n/csmapper/MISC/ |
| D | RISCOS-LATIN1%UCS.src | 32 # corner. (Imagine a square clock showing nine o'clock.) It means
|
| /freebsd-14-stable/usr.bin/dtc/ |
| HD | HACKING | 57 There are a few FIXME lines in the parser for some corner cases that are not
|
| /freebsd-14-stable/contrib/libpcap/msdos/ |
| HD | pkt_rx1.s | 49 mov di, 158 ;; upper right corner - 1
|
| HD | pkt_rx0.asm | 79 mov di, 158 ;; upper right corner - 1
|
| HD | readme.dos | 116 have any effect. It shows a rotating "fan" in upper right corner of
|
| /freebsd-14-stable/usr.sbin/bsdconfig/include/ |
| HD | usage.hlp | 28 displayed as a percentage in the lower right corner. Using the
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/usb/ |
| HD | msm-hsusb.txt | 74 in microvolts or a value corresponding to voltage corner.
|
| /freebsd-14-stable/contrib/ntp/ |
| HD | README.pullrequests | 43 iii) On the top right corner, right below the header bar, there is
|
| /freebsd-14-stable/sys/contrib/device-tree/src/arm/ |
| HD | imx6sl-tolino-vision.dts | 52 /* magnetic sensor in the corner next to the uSD slot */
|
| /freebsd-14-stable/crypto/openssl/ |
| HD | NOTES-UNIX.md | 114 a corner case. On AIX static libraries (in shared build) are named
|
| /freebsd-14-stable/sys/contrib/xz-embedded/linux/Documentation/ |
| HD | xz.txt | 101 There are a couple of corner cases where things have been simplified
|
| /freebsd-14-stable/sys/contrib/device-tree/Bindings/display/mediatek/ |
| D | mediatek,disp.txt | 40 "mediatek,<chip>-disp-postmask" - control round corner for display frame
|
| /freebsd-14-stable/crypto/openssl/doc/man3/ |
| HD | SSL_CTX_set_tlsext_servername_callback.pod | 156 corner cases. This has been fixed from OpenSSL 1.1.1e.
|
| /freebsd-14-stable/contrib/ncurses/doc/ |
| HD | ncurses-intro.doc | 224 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/ |
| HD | curses.h.in | 364 #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/ |
| HD | CHANGELOG | 270 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
|