Home
last modified time | relevance | path

Searched +refs:pre +refs:p (Results 55626 – 55650 of 73120) sorted by relevance

1...<<2221222222232224222522262227222822292230>>...2925

/dports/print/makeindex/makeindex/src-2.11/
H A DLOG300 pre-ANSI styles.
343 B. The "-p" option now works for MSDOS and MVS. Have to open
/dports/misc/gnome-icon-theme-extras/gnome-icon-theme-extras-3.12.0/
H A Dconfigure588 ac_unique_file="src/phone-palm-pre.svg"
1508 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
/dports/net/kea/kea-2.0.1/doc/devel/
H A Dunit-tests.dox127 certain database-specific pre-requisites for successfully running the unit
158 % mysql -u root -p
/dports/devel/spark/spark-2.1.1/docs/
H A Dspark-standalone.md13 …ce a compiled version of Spark on each node on the cluster. You can obtain pre-built versions of S…
45 <td><code>-p PORT</code>, <code>--port PORT</code></td>
/dports/security/py-trezor/trezor-0.13.0/
H A DCHANGELOG.md131 - support for pre-authorized CoinJoin transactions [#37]
436 - trezorctl: `-p` now supports prefix search for device path [#226]
/dports/lang/ruby26/ruby-2.6.9/gems/minitest-5.11.3/
H A DREADME.rdoc191 "Mocks are pre-programmed with expectations which form a specification
294 -p, --pride Pride. Show your testing pride!
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/docs/docsite/rst/installation_guide/
H A Dintro_installation.rst168 Cannot install ansible-base with a pre-existing ansible==2.x installation.
377 # sqg -p ansible
/dports/x11/libxcb/libxcb-1.14/
H A DNEWS164 - Support pre-IPv6 systems (without getaddrinfo)
307 <http://gitweb.freedesktop.org/?p=xcb.git;a=commit;h=09e54c4a3c>
/dports/devel/cproto/cproto-4.7k/
H A DCHANGES29 - drop mkdirs.sh, use "mkdir -p"
468 pre-ANSI C compilers.
/dports/science/rdkit/rdkit-Release_2021_03_5/Docs/Book/
H A DInstall.md214 > if you *do* have a version of the boost libraries pre-installed and you want to use your own vers…
467 …`C:/Windows/Microsoft.NET/Framework64/v4.0.30319/MSBuild.exe /m:4 /p:Configuration=Release INSTALL…
/dports/irc/miau/miau-0.6.6/
H A DChangeLog474 * Decided to number miau as x.y.z instead of x.y(-pre#)
493 dirty hack does (in certain situations) cause buffer overflows. :p
/dports/games/kubrick/kubrick-21.12.3/po/sl/
H A Dkubrick.po649 msgstr "Glavna pre&dstavitev"
805 msgstr "Glej moje lastne p&oteze"
/dports/textproc/py-ocrmypdf/ocrmypdf-12.7.2/docs/
H A Dinstallation.rst234 ppa:alex-p/tesseract-ocr
522 * ``choco install --pre tesseract``
/dports/deskutils/calibre/calibre-src-5.34.0/resources/dictionaries/es-ES/
H A Des-ES.dic44573 pre/S
44978 preámbulo/S
44979 preñado/GS
44980 preñado/S
44981 preñar/REDÀ
44982 preñez/S
45905 pár
45945 pía/S
45953 pío
45954 pío/S
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dconfigure.ac167 # pre-releases are generated, the flex/bison generated files as well as the
201 # With pre-defined ld
2088 …gcc_cv_gld_version=`sed -n -e 's/^[ ]*VERSION=[^0-9A-Za-z_]*\([0-9]*\.[0-9]*.*\)/VERSION=\1/p' < …
2319 -e 's,^[^)]*[ ]\([0-9][0-9]*\.[0-9][0-9]*[^)]*\)) .*$,\1,p'`
2325 -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*.*\)$,\1,p'`
2342 -e 's,^.*: 5\.[0-9][0-9]*-\([0-9]\.[0-9][0-9]*\).*$,\1,p'`
2475 -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*.*\)$,\1,p'`
3410 -e 's,^[^)]*[ ]\([0-9][0-9]*\.[0-9][0-9]*[^)]*\)) .*$,\1,p'`
3413 -e 's,^.*[ ]\([0-9][0-9]*\.[0-9][0-9]*.*\)$,\1,p'`
4914 …`sed -n -e 's,^language=['"'"'"'"]\(.*\)["'"'"'"'].*$,\1,p' -e 's,^language=\([^ ]*\).*$,\1,p' $…
[all …]
/dports/emulators/citra/citra-ac98458e0/externals/fmt/
H A DChangeLog.rst586 bool operator==(const char* p, zstring_sentinel) { return *p == '\0'; }
587 bool operator!=(const char* p, zstring_sentinel) { return *p != '\0'; }
590 const char* p;
591 const char* begin() const { return p; }
1418 std::unique_ptr<int> p = ...;
1419 fmt::print("{}", fmt::ptr(p)); // prints p as a pointer
2282 of ``std::string_view`` API for pre-C++17 systems.
3038 * [Breaking] Pointers to C strings can now be formatted with the ``p`` specifier
3043 fmt::print("{:p}", "test"); // prints pointer value
3544 cause code bloat even in pre-C++11 mode.
[all …]
/dports/emulators/citra-qt5/citra-ac98458e0/externals/fmt/
H A DChangeLog.rst586 bool operator==(const char* p, zstring_sentinel) { return *p == '\0'; }
587 bool operator!=(const char* p, zstring_sentinel) { return *p != '\0'; }
590 const char* p;
591 const char* begin() const { return p; }
1418 std::unique_ptr<int> p = ...;
1419 fmt::print("{}", fmt::ptr(p)); // prints p as a pointer
2282 of ``std::string_view`` API for pre-C++17 systems.
3038 * [Breaking] Pointers to C strings can now be formatted with the ``p`` specifier
3043 fmt::print("{:p}", "test"); // prints pointer value
3544 cause code bloat even in pre-C++11 mode.
[all …]
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/embedded/fmt/
H A DChangeLog.rst602 bool operator==(const char* p, zstring_sentinel) { return *p == '\0'; }
603 bool operator!=(const char* p, zstring_sentinel) { return *p != '\0'; }
606 const char* p;
607 const char* begin() const { return p; }
1434 std::unique_ptr<int> p = ...;
1435 fmt::print("{}", fmt::ptr(p)); // prints p as a pointer
2298 of ``std::string_view`` API for pre-C++17 systems.
3054 * [Breaking] Pointers to C strings can now be formatted with the ``p`` specifier
3059 fmt::print("{:p}", "test"); // prints pointer value
3560 cause code bloat even in pre-C++11 mode.
[all …]
/dports/graphics/rapid-photo-downloader/rapid-photo-downloader-0.9.26/po/
H A Dar.po891 "that date had been previously downloaded.</p>\n"
894 "the Timeline:</p>\n"
1154 "<p>Four types of sequence values are available to help you assign unique "
1165 "</ol></p>\n"
1166 "<p>\n"
1169 "documentation</a>.</p>\n"
1185 "<p>The <b>Synchronize RAW + JPEG</b> option is useful if you use the RAW + "
1193 "updated as if the photos were one.</p>\n"
1194 "<p>\n"
1197 "documentation</a>.</p>\n"
[all …]
H A Del.po923 "that date had been previously downloaded.</p>\n"
926 "the Timeline:</p>\n"
1186 "<p>Four types of sequence values are available to help you assign unique "
1197 "</ol></p>\n"
1198 "<p>\n"
1201 "documentation</a>.</p>\n"
1217 "<p>The <b>Synchronize RAW + JPEG</b> option is useful if you use the RAW + "
1225 "updated as if the photos were one.</p>\n"
1226 "<p>\n"
1229 "documentation</a>.</p>\n"
[all …]
H A Dbe.po891 "that date had been previously downloaded.</p>\n"
894 "the Timeline:</p>\n"
1154 "<p>Four types of sequence values are available to help you assign unique "
1165 "</ol></p>\n"
1166 "<p>\n"
1169 "documentation</a>.</p>\n"
1185 "<p>The <b>Synchronize RAW + JPEG</b> option is useful if you use the RAW + "
1193 "updated as if the photos were one.</p>\n"
1194 "<p>\n"
1197 "documentation</a>.</p>\n"
[all …]
H A Det.po885 "that date had been previously downloaded.</p>\n"
888 "the Timeline:</p>\n"
1148 "<p>Four types of sequence values are available to help you assign unique "
1159 "</ol></p>\n"
1160 "<p>\n"
1163 "documentation</a>.</p>\n"
1179 "<p>The <b>Synchronize RAW + JPEG</b> option is useful if you use the RAW + "
1187 "updated as if the photos were one.</p>\n"
1188 "<p>\n"
1191 "documentation</a>.</p>\n"
[all …]
H A Dhr.po885 "that date had been previously downloaded.</p>\n"
888 "the Timeline:</p>\n"
1148 "<p>Four types of sequence values are available to help you assign unique "
1159 "</ol></p>\n"
1160 "<p>\n"
1163 "documentation</a>.</p>\n"
1179 "<p>The <b>Synchronize RAW + JPEG</b> option is useful if you use the RAW + "
1187 "updated as if the photos were one.</p>\n"
1188 "<p>\n"
1191 "documentation</a>.</p>\n"
[all …]
H A Did.po885 "that date had been previously downloaded.</p>\n"
888 "the Timeline:</p>\n"
1148 "<p>Four types of sequence values are available to help you assign unique "
1159 "</ol></p>\n"
1160 "<p>\n"
1163 "documentation</a>.</p>\n"
1179 "<p>The <b>Synchronize RAW + JPEG</b> option is useful if you use the RAW + "
1187 "updated as if the photos were one.</p>\n"
1188 "<p>\n"
1191 "documentation</a>.</p>\n"
[all …]
H A Dkab.po889 "that date had been previously downloaded.</p>\n"
892 "the Timeline:</p>\n"
1152 "<p>Four types of sequence values are available to help you assign unique "
1163 "</ol></p>\n"
1164 "<p>\n"
1167 "documentation</a>.</p>\n"
1183 "<p>The <b>Synchronize RAW + JPEG</b> option is useful if you use the RAW + "
1191 "updated as if the photos were one.</p>\n"
1192 "<p>\n"
1195 "documentation</a>.</p>\n"
[all …]

1...<<2221222222232224222522262227222822292230>>...2925