Home
last modified time | relevance | path

Searched defs:of (Results 476 – 500 of 8463) sorted by relevance

1...<<11121314151617181920>>...339

/dports/print/scribus-devel/scribus-1.5.7/resources/translations/
H A Dscribus.bg.ts3708 <source>Simulate common vision defects here. Select type of the defect.</source> alias
9983 <source>There are no options for this type of frame</source> alias
H A Dscribus.mn_MN.ts3708 <source>Simulate common vision defects here. Select type of the defect.</source> alias
9983 <source>There are no options for this type of frame</source> alias
H A Dscribus.sq.ts3708 <source>Simulate common vision defects here. Select type of the defect.</source> alias
9987 <source>There are no options for this type of frame</source> alias
H A Dscribus.te.ts3708 <source>Simulate common vision defects here. Select type of the defect.</source> alias
9983 <source>There are no options for this type of frame</source> alias
H A Dscribus.eu.ts3711 <source>Simulate common vision defects here. Select type of the defect.</source> alias
10028 <source>There are no options for this type of frame</source> alias
H A Dscribus.fa_IR.ts3711 <source>Simulate common vision defects here. Select type of the defect.</source> alias
9988 <source>There are no options for this type of frame</source> alias
H A Dscribus.he_IL.ts3709 <source>Simulate common vision defects here. Select type of the defect.</source> alias
9991 <source>There are no options for this type of frame</source> alias
H A Dscribus.kn_IN.ts3708 <source>Simulate common vision defects here. Select type of the defect.</source> alias
9983 <source>There are no options for this type of frame</source> alias
H A Dscribus.es_AR.ts3708 <source>Simulate common vision defects here. Select type of the defect.</source> alias
9983 <source>There are no options for this type of frame</source> alias
H A Dscribus.hi_IN.ts3708 <source>Simulate common vision defects here. Select type of the defect.</source> alias
9983 <source>There are no options for this type of frame</source> alias
H A Dscribus.hu.ts3711 <source>Simulate common vision defects here. Select type of the defect.</source> alias
10015 <source>There are no options for this type of frame</source> alias
H A Dscribus.it.ts3724 <source>Simulate common vision defects here. Select type of the defect.</source> alias
10062 <source>There are no options for this type of frame</source> alias
H A Dscribus.si.ts3708 <source>Simulate common vision defects here. Select type of the defect.</source> alias
9983 <source>There are no options for this type of frame</source> alias
H A Dscribus.nl.ts3711 <source>Simulate common vision defects here. Select type of the defect.</source> alias
10009 <source>There are no options for this type of frame</source> alias
29799 …<source>Parsing the configfile %1 failed! Depending on the type of the error render frames might n… alias
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/javax/annotation/processing/
H A DCompletions.java74 public static Completion of(String value, String message) { in of() method in Completions
84 public static Completion of(String value) { in of() method in Completions
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/jstat/
H A DOptionFinder.java49 OptionFormat of = getOptionFormat(option, optionsSources); in getOptionFormat() local
63 OptionFormat of = null; in getOptionFormat() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/javax/annotation/processing/
H A DCompletions.java74 public static Completion of(String value, String message) { in of() method in Completions
84 public static Completion of(String value) { in of() method in Completions
/dports/devel/cscout/cscout-bd7dfac/src/
H A Dcscout.cpp237 html(FILE *of, const Call &c) in html()
936 html_file_begin(FILE *of) in html_file_begin()
946 html_file_set_begin(FILE *of) in html_file_set_begin()
953 html_file_record_end(FILE *of) in html_file_record_end()
960 html_file_end(FILE *of) in html_file_end()
967 html_file(FILE *of, Fileid fi) in html_file()
1128 iquery_page(FILE *of, void *p) in iquery_page()
2656 file_page(FILE *of, void *p) in file_page()
2749 source_page(FILE *of, void *p) in source_page()
2764 fedit_page(FILE *of, void *p) in fedit_page()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/i18n/
H A Dqgis_en.ts22593 …e>This algorithm generates a new layer based on an existing one, with a different type of geometry. alias
22598 …n>This algorithm generates a new layer based on an existing one, with a different type of geometry. alias
109309 …information such as the table row count, geometry type and spatial extents of the data in the geom… alias
/dports/biology/scrm/scrm-1.7.4/tests/unittests/
H A Dtest_summary_statistics.cc249 OrientedForest of(4); in testOrientedForestGenerateTreeData() local
281 OrientedForest of(4); in testOrientedForest() local
305 NewickTree of(4, forest->model().has_recombination()); in testNewickTree() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/
H A DMap.java1289 static <K, V> Map<K, V> of() { in of() method
1306 static <K, V> Map<K, V> of(K k1, V v1) { in of() method
1326 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2) { in of() method
1348 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() method
1372 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() method
1398 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of() method
1426 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() method
1458 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() method
1492 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() method
1528 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() method
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/
H A DMap.java1289 static <K, V> Map<K, V> of() { in of() method
1306 static <K, V> Map<K, V> of(K k1, V v1) { in of() method
1326 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2) { in of() method
1348 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() method
1372 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() method
1398 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of() method
1426 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() method
1458 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() method
1492 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() method
1528 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() method
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/
H A DMap.java1289 static <K, V> Map<K, V> of() { in of() method
1306 static <K, V> Map<K, V> of(K k1, V v1) { in of() method
1326 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2) { in of() method
1348 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) { in of() method
1372 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) { in of() method
1398 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) { in of() method
1426 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() method
1458 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() method
1492 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() method
1528 static <K, V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, in of() method
[all …]
/dports/ftp/omi/omi/
H A Dmir.c91 time_diff (time_t ltime, time_t rtime, omifile *of) in time_diff()
535 omifile *of; in check_cleanfile() local
658 update_mtime (char *name, omifile *of) in update_mtime()
681 retrieve (ftpstat *fs, char *rname, char *lname, omifile *of) in retrieve()
781 check_symlink (char *name, omifile *of) in check_symlink()
854 omifile *of; in check_retrieve() local
1055 omifile *of; in filter_dir() local
/dports/biology/bowtie2/bowtie2-2.4.4/
H A Dref_coord.h43 Coord(TRefId rf, TRefOff of, bool fw) { init(rf, of, fw); } in Coord()
48 void init(TRefId rf, TRefOff of, bool fw) { in init()
202 explicit Interval(TRefId rf, TRefOff of, bool fw, TRefOff len) { in Interval()
211 void init(TRefId rf, TRefOff of, bool fw, TRefOff len) { in init()
219 void setOff(TRefOff of) { in setOff()

1...<<11121314151617181920>>...339