Home
last modified time | relevance | path

Searched refs:rtg (Results 1 – 25 of 184) sorted by relevance

12345678

/dports/net/rtg/rtg-0.7.5/etc/
H A Dcommon.php.in7 $db = "rtg";
13 $configs[] = 'rtg.conf';
14 $configs[] = '@RTG_HOME@/etc/rtg.conf';
15 $configs[] = '/usr/local/etc/rtg/rtg.conf';
16 $configs[] = '/usr/local/rtg/etc/rtg.conf';
17 $configs[] = '/etc/rtg.conf';
H A DMakefile.am10 ETC = rtg.conf.sample rtgtargmkr.pl routers.sample createdb BER.pm \
12 WEB = rtg.php 95.php view.php common.php rtg.png rtgback.png
16 BER.pm SNMP_Session.pm SNMP_util.pm rtg.conf.sample \
17 routers.sample rtg.php 95.php view.php common.php.in rtg.png \
/dports/devel/librttopo/librttopo-1.1.0/src/
H A Drtgeom_geos_node.c55 switch (rtg->type) in rtgeom_collect_endpoints()
59 n = rtgeom_ngeoms(ctx, rtg); in rtgeom_collect_endpoints()
63 rtgeom_subgeom(ctx, rtg, i), in rtgeom_collect_endpoints()
68 l = (RTLINE*)rtg; in rtgeom_collect_endpoints()
76 rttype_name(ctx, rtg->type)); in rtgeom_collect_endpoints()
82 rtgeom_extract_endpoints(const RTCTX *ctx, const RTGEOM* rtg) in rtgeom_extract_endpoints() argument
85 RTFLAGS_GET_Z(rtg->flags), in rtgeom_extract_endpoints()
86 RTFLAGS_GET_M(rtg->flags)); in rtgeom_extract_endpoints()
87 rtgeom_collect_endpoints(ctx, rtg, col); in rtgeom_extract_endpoints()
106 RTMPOINT *epall = rtgeom_extract_endpoints(ctx, rtg); in rtgeom_extract_unique_endpoints()
[all …]
H A Drtgeom_debug.c38 rtgeom_flagchars(const RTCTX *ctx, RTGEOM *rtg) in rtgeom_flagchars() argument
41 if ( RTFLAGS_GET_Z(rtg->flags) ) tflags[flagno++] = 'Z'; in rtgeom_flagchars()
42 if ( RTFLAGS_GET_M(rtg->flags) ) tflags[flagno++] = 'M'; in rtgeom_flagchars()
43 if ( RTFLAGS_GET_BBOX(rtg->flags) ) tflags[flagno++] = 'B'; in rtgeom_flagchars()
44 if ( RTFLAGS_GET_GEODETIC(rtg->flags) ) tflags[flagno++] = 'G'; in rtgeom_flagchars()
45 if ( rtg->srid != SRID_UNKNOWN ) tflags[flagno++] = 'S'; in rtgeom_flagchars()
48 RTDEBUGF(ctx, 4, "Flags: %s - returning %p", rtg->flags, tflags); in rtgeom_flagchars()
H A Drtlinearreferencing.c116 RTGEOM *rtg = rtline_as_rtgeom(ctx, rtline); in rtline_locate_along() local
123 srid = rtgeom_get_srid(ctx, rtg); in rtline_locate_along()
124 hasz = rtgeom_has_z(ctx, rtg); in rtline_locate_along()
125 hasm = rtgeom_has_m(ctx, rtg); in rtline_locate_along()
153 RTGEOM *rtg = rtmline_as_rtgeom(ctx, rtmline); in rtmline_locate_along() local
160 …rtmpoint_construct_empty(ctx, rtgeom_get_srid(ctx, rtg), rtgeom_has_z(ctx, rtg), rtgeom_has_m(ctx,… in rtmline_locate_along()
187 RTGEOM *rtg = rtpoint_as_rtgeom(ctx, rtpoint); in rtpoint_locate_along() local
188 …rtmpoint_construct_empty(ctx, rtgeom_get_srid(ctx, rtg), rtgeom_has_z(ctx, rtg), rtgeom_has_m(ctx,… in rtpoint_locate_along()
199 RTGEOM *rtg = rtmpoint_as_rtgeom(ctx, rtin); in rtmpoint_locate_along() local
204 …rtmpoint_construct_empty(ctx, rtgeom_get_srid(ctx, rtg), rtgeom_has_z(ctx, rtg), rtgeom_has_m(ctx,… in rtmpoint_locate_along()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/processing/errors/EnsureMirroredTypeException/
H A DProcessor.java41 A rtg = e.getAnnotation(A.class); in process() local
44 rtg.a(); in process()
59 B rtg = e.getAnnotation(B.class); in process() local
62 rtg.a(); in process()
77 C rtg = e.getAnnotation(C.class); in process() local
80 rtg.a(); in process()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/processing/errors/EnsureMirroredTypeException/
H A DProcessor.java41 A rtg = e.getAnnotation(A.class); in process() local
44 rtg.a(); in process()
59 B rtg = e.getAnnotation(B.class); in process() local
62 rtg.a(); in process()
77 C rtg = e.getAnnotation(C.class); in process() local
80 rtg.a(); in process()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/processing/errors/EnsureMirroredTypeException/
H A DProcessor.java41 A rtg = e.getAnnotation(A.class); in process() local
44 rtg.a(); in process()
59 B rtg = e.getAnnotation(B.class); in process() local
62 rtg.a(); in process()
77 C rtg = e.getAnnotation(C.class); in process() local
80 rtg.a(); in process()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/processing/errors/EnsureMirroredTypeException/
H A DProcessor.java41 A rtg = e.getAnnotation(A.class); in process() local
44 rtg.a(); in process()
59 B rtg = e.getAnnotation(B.class); in process() local
62 rtg.a(); in process()
77 C rtg = e.getAnnotation(C.class); in process() local
80 rtg.a(); in process()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/processing/errors/EnsureMirroredTypeException/
H A DProcessor.java41 A rtg = e.getAnnotation(A.class); in process() local
44 rtg.a(); in process()
59 B rtg = e.getAnnotation(B.class); in process() local
62 rtg.a(); in process()
77 C rtg = e.getAnnotation(C.class); in process() local
80 rtg.a(); in process()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/processing/errors/EnsureMirroredTypeException/
H A DProcessor.java41 A rtg = e.getAnnotation(A.class); in process() local
44 rtg.a(); in process()
59 B rtg = e.getAnnotation(B.class); in process() local
62 rtg.a(); in process()
77 C rtg = e.getAnnotation(C.class); in process() local
80 rtg.a(); in process()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/processing/errors/EnsureMirroredTypeException/
H A DProcessor.java41 A rtg = e.getAnnotation(A.class); in process() local
44 rtg.a(); in process()
59 B rtg = e.getAnnotation(B.class); in process() local
62 rtg.a(); in process()
77 C rtg = e.getAnnotation(C.class); in process() local
80 rtg.a(); in process()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/processing/errors/EnsureMirroredTypeException/
H A DProcessor.java41 A rtg = e.getAnnotation(A.class); in process() local
44 rtg.a(); in process()
59 B rtg = e.getAnnotation(B.class); in process() local
62 rtg.a(); in process()
77 C rtg = e.getAnnotation(C.class); in process() local
80 rtg.a(); in process()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/processing/errors/EnsureMirroredTypeException/
H A DProcessor.java43 A rtg = e.getAnnotation(A.class); in process() local
46 rtg.a(); in process()
61 B rtg = e.getAnnotation(B.class); in process() local
64 rtg.a(); in process()
79 C rtg = e.getAnnotation(C.class); in process() local
82 rtg.a(); in process()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/processing/errors/EnsureMirroredTypeException/
H A DProcessor.java43 A rtg = e.getAnnotation(A.class); in process() local
46 rtg.a(); in process()
61 B rtg = e.getAnnotation(B.class); in process() local
64 rtg.a(); in process()
79 C rtg = e.getAnnotation(C.class); in process() local
82 rtg.a(); in process()
/dports/net/rtg/rtg-0.7.5/
H A DREADME70 $ gzip -d rtg-x.y.tar.gz
71 $ tar -xvf rtg-x.y.tar
72 $ cd rtg-x.y/
79 $ /usr/local/rtg/etc/createdb mysqlroot
89 $ /usr/local/rtg/bin/rtgpoll -v -t targets.cfg
147 1. ./rtg.conf
148 2. /usr/local/rtg/etc/rtg.conf
149 3. /etc/rtg.conf
163 DB_Database rtg
246 cp /usr/local/rtg/web/* /usr/local/apache/htdocs
[all …]
H A DNEWS1 rtg-0.7.5 (2020-09-23)
18 * Added 'Update_desc' option to rtg.con to auto-update interface descriptions
25 rtg-0.7.4 (2003-10-02)
32 * Added using autoconf defined --prefix as search path for rtg.conf.
75 rtg-0.7.3 (2003-02-08)
98 master rtg.conf first, then fall back to defaults.
115 rtg-0.7.2 (2002-10-04)
128 rtg-0.7.1 (2002-08-28)
142 rtg-0.7 (2002-08-07)
158 rtg-0.6 (2002-07-23)
[all …]
H A DFAQ44 The RTG home page is: http://rtg.sourceforge.net/ Thanks to SourceForge
70 http://rtg.sourceforge.net/docs/rtgspeed.html.
117 The OutOfRange (OOR) setting in rtg.conf is just a sanity check to keep
118 bogus data from entering the database. For example, rtg is polling a
132 make certain you are using SNMPv2 in rtg.conf.
157 http://rtg.sourceforge.net/docs/index.html
171 http://rtg.sourceforge.net/feedback/feedback.html Coders can reference the
/dports/games/golly/golly-3.3-src/Rules/TreeGenerators/
H A DRuleTreeGen.java48 RuleTreeGen rtg = new RuleTreeGen() ; in main() local
49 rtg.recur(numParams) ; in main()
50 rtg.writeRuleTree() ; in main()
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/
H A DAssemblyResultSetUnitTest.java125 final ReadThreadingGraph rtg = new ReadThreadingGraph(10); in trimmingData() local
127 rtg.addSequence("seq-" + Math.abs(h.hashCode()), h.getBases(), h.isReference()); in trimmingData()
128 final SeqGraph seqGraph = rtg.toSequenceGraph(); in trimmingData()
129 …semblyResult ar = new AssemblyResult(AssemblyResult.Status.ASSEMBLED_SOME_VARIATION,seqGraph, rtg); in trimmingData()
147 …final ReadThreadingGraph rtg = new TestingReadThreadingGraph((String) THREE_KS_GRAPH_AND_HAPLOTYPE… in assemblyResults() local
148 …ar = new AssemblyResult(AssemblyResult.Status.ASSEMBLED_SOME_VARIATION,rtg.toSequenceGraph(), rtg); in assemblyResults()
H A DAssemblyRegionTestDataSet.java66 final ReadThreadingGraph rtg = new ReadThreadingGraph(kmerSize); in assemblyResultSet() local
67 rtg.addSequence("anonymous", getReference().getBytes(), true); in assemblyResultSet()
69 rtg.addSequence("anonymous", haplotype.getBytes(), false); in assemblyResultSet()
71 rtg.buildGraphIfNecessary(); in assemblyResultSet()
72 if (rtg.hasCycles()) in assemblyResultSet()
79 …MBLED_SOME_VARIATION : AssemblyResult.Status.JUST_ASSEMBLED_REFERENCE),rtg.toSequenceGraph(), rtg); in assemblyResultSet()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/gridmix/src/java/org/apache/hadoop/mapred/gridmix/
H A DCompressionEmulationUtil.java107 private RandomTextDataGenerator rtg; field in CompressionEmulationUtil.RandomTextDataMapper
117 rtg = new RandomTextDataGenerator(listSize, wordSize); in setup()
132 String randomKey = rtg.getRandomWord(); in map()
133 String randomValue = rtg.getRandomWord(); in map()
294 RandomTextDataGenerator rtg = in getRandomTextDataGenerator() local
297 return rtg; in getRandomTextDataGenerator()
H A DGridmixRecord.java46 private RandomTextDataGenerator rtg = null; field in GridmixRecord
72 rtg = in setCompressibility()
113 String randomWord = rtg.getRandomWord(); in writeRandomText()
121 randomWord = rtg.getRandomWord(); in writeRandomText()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-gridmix/src/main/java/org/apache/hadoop/mapred/gridmix/
H A DGridmixRecord.java46 private RandomTextDataGenerator rtg = null; field in GridmixRecord
72 rtg = in setCompressibility()
113 String randomWord = rtg.getRandomWord(); in writeRandomText()
121 randomWord = rtg.getRandomWord(); in writeRandomText()
H A DCompressionEmulationUtil.java111 private RandomTextDataGenerator rtg; field in CompressionEmulationUtil.RandomTextDataMapper
121 rtg = new RandomTextDataGenerator(listSize, wordSize); in setup()
136 String randomKey = rtg.getRandomWord(); in map()
137 String randomValue = rtg.getRandomWord(); in map()
299 RandomTextDataGenerator rtg = in getRandomTextDataGenerator() local
302 return rtg; in getRandomTextDataGenerator()

12345678