Home
last modified time | relevance | path

Searched refs:LPE (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/
H A DNEWS.md96 * New Live Path Effect (LPE) selection dialog
97 …* New Corners (Fillet/chamfer) LPE, (lossless) Boolean Operation LPE (experimental), Offset LPE an…
H A Dconfig.h.cmake96 /* Enable LPE Tool? */
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
H A DPch.asl72 LPED, 1, // (13) LPE Disable
154 Memory32Fixed (ReadWrite, 0xFE400000, 0x00200000, BAR0) // MMIO 1 - LPE MMIO
156 … Memory32Fixed (ReadWrite, 0x55AA55AA, 0x00100000, BAR2) // LPE Memory Bar Allocate during post
233 … Memory32Fixed (ReadWrite, 0x55AA55AA, 0x00100000, BAR2) // LPE Memory Bar Allocate during post
296 Memory32Fixed (ReadWrite, 0x55AA55AA, 0x00001000, DMA0) // LPE BASE + LPE DMA0 offset
297 Memory32Fixed (ReadWrite, 0x55AA55AA, 0x00001000, SHIM) // LPE BASE + LPE SHIM offset
H A DGloblNvs.asl182 LPE0, 32, // (335) LPE Bar0
183 LPE1, 32, // (339) LPE Bar1
184 LPE2, 32, // (343) LPE Bar2
196 LPEE, 8, // (354) LPE enable/disable
/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
H A DPch.asl66 LPED, 1, // (13) LPE Disable
151 Memory32Fixed (ReadWrite, 0xFE400000, 0x00200000, BAR0) // MMIO 1 - LPE MMIO
153 … Memory32Fixed (ReadWrite, 0x55AA55AA, 0x00100000, BAR2) // LPE Memory Bar Allocate during post
233 … Memory32Fixed (ReadWrite, 0x55AA55AA, 0x00100000, BAR2) // LPE Memory Bar Allocate during post
296 Memory32Fixed (ReadWrite, 0x55AA55AA, 0x00001000, DMA0) // LPE BASE + LPE DMA0 offset
297 Memory32Fixed (ReadWrite, 0x55AA55AA, 0x00001000, SHIM) // LPE BASE + LPE SHIM offset
H A DGloblNvs.asl176 LPE0, 32, // (335) LPE Bar0
177 LPE1, 32, // (339) LPE Bar1
178 LPE2, 32, // (343) LPE Bar2
190 LPEE, 8, // (354) LPE enable/disable
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/x86/
H A DKconfig16 Choose this option to support HDMI LPE Audio mode
/dports/multimedia/libv4l/linux-5.13-rc2/sound/x86/
H A DKconfig16 Choose this option to support HDMI LPE Audio mode
/dports/multimedia/v4l-utils/linux-5.13-rc2/sound/x86/
H A DKconfig16 Choose this option to support HDMI LPE Audio mode
/dports/multimedia/libfame/libfame-0.9.1/
H A DTODO1 LPE padding for P frames
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-platform-sst-atom6 LPE Firmware version for SST driver on all atom
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-platform-sst-atom6 LPE Firmware version for SST driver on all atom
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/ABI/testing/
H A Dsysfs-platform-sst-atom6 LPE Firmware version for SST driver on all atom
/dports/biology/molden/molden5.8/plush/
H A DLPE1 mol="LPE" Charge="1"
/dports/astro/py-ephem/ephem-4.1.3/libastro/
H A Dsatmoon.c210 double JDE,LPE,LPP,LEE,LEP; in bruton_saturn() local
259 LPE = 165.322242 * P; /* Longitude of Saturn at Epoch */ in bruton_saturn()
282 MP = ((TP * NN) + LPE - LPP); /* Mean Anomoly of Saturn */ in bruton_saturn()
/dports/misc/hwdata/hwdata-0.354/
H A Dpnp.ids.patch32 LPE El-PUSK Co., Ltd.
/dports/science/openbabel/openbabel-3.1.1/test/pdb_ligands_sdf/
H A D1tjj_lpe.sdf146 LPE
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/share/ui/
H A Dwin32.css110 /* Fix colors in LPE dialog */
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dcommand-palette.h63 LPE, enumerator
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/test/modules/test_regex/expected/
H A Dtest_regex.out1949 -- expectMatch 12.16 LPE {a[\d]b} a1b a1b
1950 select * from test_regex('a[\d]b', 'a1b', 'LPE');
1957 -- expectMatch 12.17 LPE "a\[\\s]b" "a b" "a b"
1958 select * from test_regex('a[\s]b', 'a b', 'LPE');
1965 -- expectMatch 12.18 LPE {a[\w]b} axb axb
1966 select * from test_regex('a[\w]b', 'axb', 'LPE');
1983 select * from test_regex('[\D]', '0123456789abc*', 'LPE');
2093 select * from test_regex('[\S]+', E'abc\ndef', 'LPE');
2121 select * from test_regex('[\d]+', E'012\n345', 'LPE');
2151 select * from test_regex('[\D]+', E'abc\ndef345', 'LPE');
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/test/modules/test_regex/expected/
H A Dtest_regex.out1949 -- expectMatch 12.16 LPE {a[\d]b} a1b a1b
1950 select * from test_regex('a[\d]b', 'a1b', 'LPE');
1957 -- expectMatch 12.17 LPE "a\[\\s]b" "a b" "a b"
1958 select * from test_regex('a[\s]b', 'a b', 'LPE');
1965 -- expectMatch 12.18 LPE {a[\w]b} axb axb
1966 select * from test_regex('a[\w]b', 'axb', 'LPE');
1983 select * from test_regex('[\D]', '0123456789abc*', 'LPE');
2093 select * from test_regex('[\S]+', E'abc\ndef', 'LPE');
2121 select * from test_regex('[\d]+', E'012\n345', 'LPE');
2151 select * from test_regex('[\D]+', E'abc\ndef345', 'LPE');
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/test/modules/test_regex/expected/
H A Dtest_regex.out1949 -- expectMatch 12.16 LPE {a[\d]b} a1b a1b
1950 select * from test_regex('a[\d]b', 'a1b', 'LPE');
1957 -- expectMatch 12.17 LPE "a\[\\s]b" "a b" "a b"
1958 select * from test_regex('a[\s]b', 'a b', 'LPE');
1965 -- expectMatch 12.18 LPE {a[\w]b} axb axb
1966 select * from test_regex('a[\w]b', 'axb', 'LPE');
1983 select * from test_regex('[\D]', '0123456789abc*', 'LPE');
2093 select * from test_regex('[\S]+', E'abc\ndef', 'LPE');
2121 select * from test_regex('[\d]+', E'012\n345', 'LPE');
2151 select * from test_regex('[\D]+', E'abc\ndef345', 'LPE');
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/test/modules/test_regex/expected/
H A Dtest_regex.out1949 -- expectMatch 12.16 LPE {a[\d]b} a1b a1b
1950 select * from test_regex('a[\d]b', 'a1b', 'LPE');
1957 -- expectMatch 12.17 LPE "a\[\\s]b" "a b" "a b"
1958 select * from test_regex('a[\s]b', 'a b', 'LPE');
1965 -- expectMatch 12.18 LPE {a[\w]b} axb axb
1966 select * from test_regex('a[\w]b', 'axb', 'LPE');
1983 select * from test_regex('[\D]', '0123456789abc*', 'LPE');
2093 select * from test_regex('[\S]+', E'abc\ndef', 'LPE');
2121 select * from test_regex('[\d]+', E'012\n345', 'LPE');
2151 select * from test_regex('[\D]+', E'abc\ndef345', 'LPE');
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/test/modules/test_regex/expected/
H A Dtest_regex.out1949 -- expectMatch 12.16 LPE {a[\d]b} a1b a1b
1950 select * from test_regex('a[\d]b', 'a1b', 'LPE');
1957 -- expectMatch 12.17 LPE "a\[\\s]b" "a b" "a b"
1958 select * from test_regex('a[\s]b', 'a b', 'LPE');
1965 -- expectMatch 12.18 LPE {a[\w]b} axb axb
1966 select * from test_regex('a[\w]b', 'axb', 'LPE');
1983 select * from test_regex('[\D]', '0123456789abc*', 'LPE');
2093 select * from test_regex('[\S]+', E'abc\ndef', 'LPE');
2121 select * from test_regex('[\d]+', E'012\n345', 'LPE');
2151 select * from test_regex('[\D]+', E'abc\ndef345', 'LPE');
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/test/modules/test_regex/expected/
H A Dtest_regex.out1949 -- expectMatch 12.16 LPE {a[\d]b} a1b a1b
1950 select * from test_regex('a[\d]b', 'a1b', 'LPE');
1957 -- expectMatch 12.17 LPE "a\[\\s]b" "a b" "a b"
1958 select * from test_regex('a[\s]b', 'a b', 'LPE');
1965 -- expectMatch 12.18 LPE {a[\w]b} axb axb
1966 select * from test_regex('a[\w]b', 'axb', 'LPE');
1983 select * from test_regex('[\D]', '0123456789abc*', 'LPE');
2093 select * from test_regex('[\S]+', E'abc\ndef', 'LPE');
2121 select * from test_regex('[\d]+', E'012\n345', 'LPE');
2151 select * from test_regex('[\D]+', E'abc\ndef345', 'LPE');
[all …]

123456789