Home
last modified time | relevance | path

Searched defs:of (Results 276 – 300 of 7823) sorted by relevance

1...<<11121314151617181920>>...313

/dports/net-p2p/bitcoin/bitcoin-22.0/src/qt/locale/
H A Dbitcoin_cs.ts1751 …<extracomment>Title of Peers Table column which describes the type of peer connection. The "type" … alias
1935 <source>The direction and type of peer connection: %1</source> alias
H A Dbitcoin_fi.ts1891 …<extracomment>Title of Peers Table column which describes the type of peer connection. The "type" … alias
2079 <source>The direction and type of peer connection: %1</source> alias
H A Dbitcoin_ja.ts1940 …<extracomment>Title of Peers Table column which describes the type of peer connection. The "type" … alias
2128 <source>The direction and type of peer connection: %1</source> alias
H A Dbitcoin_zh_CN.ts1951 …<extracomment>Title of Peers Table column which describes the type of peer connection. The "type" … alias
2143 <source>The direction and type of peer connection: %1</source> alias
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/qt/locale/
H A Dbitcoin_cs.ts1751 …<extracomment>Title of Peers Table column which describes the type of peer connection. The "type" … alias
1935 <source>The direction and type of peer connection: %1</source> alias
H A Dbitcoin_fi.ts1891 …<extracomment>Title of Peers Table column which describes the type of peer connection. The "type" … alias
2079 <source>The direction and type of peer connection: %1</source> alias
H A Dbitcoin_ja.ts1940 …<extracomment>Title of Peers Table column which describes the type of peer connection. The "type" … alias
2128 <source>The direction and type of peer connection: %1</source> alias
H A Dbitcoin_zh_CN.ts1951 …<extracomment>Title of Peers Table column which describes the type of peer connection. The "type" … alias
2143 <source>The direction and type of peer connection: %1</source> alias
/dports/security/xca/xca-2.4.0/lang/
H A Dxca_de.ts947 <source>The type of the Item &apos;%1&apos; is not recognized</source> alias
958 <source>The type of the item &apos;%1&apos; is not recognized</source> alias
H A Dxca_hr.ts998 <source>The type of the Item &apos;%1&apos; is not recognized</source> alias
1009 <source>The type of the item &apos;%1&apos; is not recognized</source> alias
/dports/devel/spark/spark-2.1.1/mllib/src/main/scala/org/apache/spark/mllib/evaluation/
H A DAreaUnderCurve.scala44 def of(curve: RDD[(Double, Double)]): Double = { method
56 def of(curve: Iterable[(Double, Double)]): Double = { method
/dports/devel/eric6/eric6-21.11/eric/eric6/i18n/
H A Deric6_empty.ts1210 <source>type annotation coverage of {0}% is too low</source> alias
2414 <source>The mime type of the file could not be determined.</source> alias
13052 <source>Select Unix type end of line</source> alias
13062 <source>Select Macintosh type end of line</source> alias
13072 <source>Select Windows type end of line</source> alias
28693 <source>Select the type of the sub-repository</source> alias
46975 <source>Select the type of the FTP proxy</source> alias
50426 <source>&lt;p&gt;No preview available for this type of file.&lt;/p&gt;</source> alias
50474 <source>&lt;p&gt;No preview available for this type of file.&lt;/p&gt;</source> alias
52955 <source>The mime type of the file could not be determined.</source> alias
[all …]
/dports/emulators/bochs/bochs-2.7/cpu/
H A Dshift8.cc191 unsigned of, cf; in RCL_EbR() local
229 unsigned of, cf; in RCL_EbM() local
268 unsigned cf, of; in RCR_EbR() local
298 unsigned cf, of; in RCR_EbM() local
331 unsigned of = 0, cf = 0; in SHL_EbR() local
367 unsigned of = 0, cf = 0; in SHL_EbM() local
420 unsigned of = (((result_8 << 1) ^ result_8) >> 7) & 0x1; in SHR_EbR() local
452 unsigned of = (((result_8 << 1) ^ result_8) >> 7) & 0x1; in SHR_EbM() local
/dports/misc/adios2/ADIOS2-2.7.1/testing/adios2/helper/
H A DTestReadNonBPFile.cpp7 std::ofstream of{"foo.bp"}; in TEST() local
19 std::ofstream of{"foo.bp"}; in TEST() local
32 std::ofstream of("foo.bp", std::ios::out | std::ios::binary); in TEST() local
/dports/cad/verilator/verilator-4.216/src/
H A DV3EmitMk.cpp34 void putMakeClassEntry(V3OutMkFile& of, const string& name) { in putMakeClassEntry()
40 V3OutMkFile of(v3Global.opt.makeDir() + "/" + v3Global.opt.prefix() + "_classes.mk"); in emitClassMake() local
136 V3OutMkFile of(v3Global.opt.makeDir() + "/" + v3Global.opt.prefix() + ".mk"); in emitOverallMake() local
309 void emitLaunchVerilator(V3OutMkFile& of, const string& argsFile) const { in emitLaunchVerilator()
399 V3OutMkFile of(m_makefile); local
/dports/graphics/R-cran-pROC/pROC/R/
H A Dci.R47 ci.smooth.roc <- function(smooth.roc, of = c("auc", "sp", "se", "coords"), ...) { argument
64 ci.roc <- function(roc, of = c("auc", "thresholds", "sp", "se", "coords"), ...) { argument
83 ci.multiclass.roc <- function(multiclass.roc, of = "auc", ...) { argument
87 ci.multiclass.auc <- function(multiclass.auc, of = "auc", ...) { argument
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/src/resources/translations/
H A Drdm_uk_UA.ts112 <source>Cannot retrieve type of the key: </source> alias
126 <source>Cannot retrive type of the key: </source> alias
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/
H A DEnumSet.java214 public static <E extends Enum<E>> EnumSet<E> of(E e) { in of() method in EnumSet
235 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2) { in of() method in EnumSet
258 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3) { in of() method in EnumSet
283 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4) { in of() method in EnumSet
310 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4, in of() method in EnumSet
337 public static <E extends Enum<E>> EnumSet<E> of(E first, E... rest) { in of() method in EnumSet
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/
H A DEnumSet.java213 public static <E extends Enum<E>> EnumSet<E> of(E e) { in of() method in EnumSet
234 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2) { in of() method in EnumSet
257 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3) { in of() method in EnumSet
282 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4) { in of() method in EnumSet
309 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4, in of() method in EnumSet
336 public static <E extends Enum<E>> EnumSet<E> of(E first, E... rest) { in of() method in EnumSet
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/
H A DEnumSet.java214 public static <E extends Enum<E>> EnumSet<E> of(E e) { in of() method in EnumSet
235 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2) { in of() method in EnumSet
258 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3) { in of() method in EnumSet
283 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4) { in of() method in EnumSet
310 public static <E extends Enum<E>> EnumSet<E> of(E e1, E e2, E e3, E e4, in of() method in EnumSet
337 public static <E extends Enum<E>> EnumSet<E> of(E first, E... rest) { in of() method in EnumSet
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/qt/locale/
H A Dbitcoin_ru.ts2003 …<extracomment>Title of Peers Table column which describes the type of peer connection. The "type" … alias
2195 <source>The direction and type of peer connection: %1</source> alias
H A Dbitcoin_id.ts1851 …<extracomment>Title of Peers Table column which describes the type of peer connection. The "type" … alias
2029 <source>The direction and type of peer connection: %1</source> alias
H A Dbitcoin_de.ts1921 …<extracomment>Title of Peers Table column which describes the type of peer connection. The "type" … alias
2105 <source>The direction and type of peer connection: %1</source> alias
H A Dbitcoin_zh_CN.ts1951 …<extracomment>Title of Peers Table column which describes the type of peer connection. The "type" … alias
2143 <source>The direction and type of peer connection: %1</source> alias
H A Dbitcoin_es_MX.ts1135 …<extracomment>Title of Peers Table column which describes the type of peer connection. The "type" … alias
1215 <source>The direction and type of peer connection: %1</source> alias

1...<<11121314151617181920>>...313