Home
last modified time | relevance | path

Searched refs:prefix (Results 201 – 225 of 92957) sorted by relevance

12345678910>>...3719

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/symfony/var-dumper/Caster/
H A DAmqpCaster.php49 $prefix = Caster::PREFIX_VIRTUAL;
60 $prefix.'login' => $c->getLogin(),
62 $prefix.'host' => $c->getHost(),
63 $prefix.'port' => $c->getPort(),
73 $prefix = Caster::PREFIX_VIRTUAL;
88 $prefix = Caster::PREFIX_VIRTUAL;
91 $prefix.'name' => $c->getName(),
103 $prefix = Caster::PREFIX_VIRTUAL;
106 $prefix.'name' => $c->getName(),
119 $prefix = Caster::PREFIX_VIRTUAL;
[all …]
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/util/
H A DTGMusicKeyUtils.java45 names[0] = getName(prefix,0,0); in loadSharpKeyNames()
46 names[1] = getName(prefix,0,1); in loadSharpKeyNames()
47 names[2] = getName(prefix,1,0); in loadSharpKeyNames()
48 names[3] = getName(prefix,1,1); in loadSharpKeyNames()
49 names[4] = getName(prefix,2,0); in loadSharpKeyNames()
50 names[5] = getName(prefix,3,0); in loadSharpKeyNames()
51 names[6] = getName(prefix,3,1); in loadSharpKeyNames()
52 names[7] = getName(prefix,4,0); in loadSharpKeyNames()
53 names[8] = getName(prefix,4,1); in loadSharpKeyNames()
83 private String prefix; field in TGMusicKeyNames
[all …]
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/editors/notation/
H A DNotationProperties.cpp39 VIEW_LOCAL_STEM_UP (prefix + "StemUp"), in NotationProperties()
41 MIN_WIDTH (prefix + "MinWidth"), in NotationProperties()
49 DRAW_FLAG (prefix + "NoteDrawFlag"), in NotationProperties()
52 NOTE_DOT_SHIFTED (prefix + "NoteDotShifted"), in NotationProperties()
54 CHORD_MARK_COUNT (prefix + "ChordMarkCount"), in NotationProperties()
55 TIE_LENGTH (prefix + "TieLength"), in NotationProperties()
56 SLUR_Y_DELTA (prefix + "SlurYDelta"), in NotationProperties()
57 SLUR_LENGTH (prefix + "SlurLength"), in NotationProperties()
59 REST_TOO_SHORT (prefix + "RestTooShort"), in NotationProperties()
62 BEAM_GRADIENT (prefix + "BeamGradient"), in NotationProperties()
[all …]
/dports/net-mgmt/fastnetmon/fastnetmon-1.1.4/src/libpatricia/
H A Dpatricia.c313 return (New_Prefix2 (prefix->family, &prefix->add, prefix->bitlen, NULL)); in Ref_Prefix()
640 node->prefix = Ref_Prefix (prefix); in patricia_lookup()
647 prefix_toa (prefix), prefix->bitlen); in patricia_lookup()
740 node->prefix = Ref_Prefix (prefix); in patricia_lookup()
743 prefix_toa (prefix), prefix->bitlen); in patricia_lookup()
751 new_node->prefix = Ref_Prefix (prefix); in patricia_lookup()
770 prefix_toa (prefix), prefix->bitlen); in patricia_lookup()
797 prefix_toa (prefix), prefix->bitlen); in patricia_lookup()
831 prefix_toa (prefix), prefix->bitlen); in patricia_lookup()
849 prefix_toa (node->prefix), node->prefix->bitlen); in patricia_remove()
[all …]
/dports/databases/leo_center/leo_center-0.4.7/public/js/ext/resources/themes/stylesheets/neptune/default/layout/
H A D_layout.scss6 .#{$prefix}docked {
15 .#{$prefix}docked-top {
23 .#{$prefix}docked-left {
47 .#{$prefix}box-inner {
55 .#{$prefix}box-item {
61 .#{$prefix}rtl .#{$prefix}box-item {
151 .#{$prefix}box-scroller-left, .#{$prefix}box-scroller-right {
156 .#{$prefix}toolbar-scroll-left, .#{$prefix}tabbar-scroll-left,
157 .#{$prefix}toolbar-scroll-right, .#{$prefix}tabbar-scroll-right {
164 .#{$prefix}toolbar-scroll-left, .#{$prefix}toolbar-scroll-right {
[all …]
/dports/www/phpmyfaq/phpmyfaq/src/phpMyFAQ/Database/
H A DPgsql.php294 $prefix . 'faqcaptcha',
302 $prefix . 'faqconfig',
303 $prefix . 'faqdata',
309 $prefix . 'faqgroup',
313 $prefix . 'faqmeta',
314 $prefix . 'faqnews',
316 $prefix . 'faqright',
323 $prefix . 'faqtags',
324 $prefix . 'faquser',
329 $prefix . 'faqvisits',
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/onsi/ginkgo/config/
H A Dconfig.go61 func processPrefix(prefix string) string {
62 if prefix != "" {
63 prefix += "."
65 return prefix
74 prefix = processPrefix(prefix)
114 prefix = processPrefix(prefix)
138 result = append(result, fmt.Sprintf("--%sdryRun", prefix))
158 result = append(result, fmt.Sprintf("--%sdebug", prefix))
182 result = append(result, fmt.Sprintf("--%snoColor", prefix))
198 result = append(result, fmt.Sprintf("--%sv", prefix))
[all …]
/dports/dns/blocky/blocky-0.17/vendor/github.com/onsi/ginkgo/config/
H A Dconfig.go61 func processPrefix(prefix string) string {
62 if prefix != "" {
63 prefix += "."
65 return prefix
74 prefix = processPrefix(prefix)
114 prefix = processPrefix(prefix)
138 result = append(result, fmt.Sprintf("--%sdryRun", prefix))
158 result = append(result, fmt.Sprintf("--%sdebug", prefix))
182 result = append(result, fmt.Sprintf("--%snoColor", prefix))
198 result = append(result, fmt.Sprintf("--%sv", prefix))
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/onsi/ginkgo/config/
H A Dconfig.go61 func processPrefix(prefix string) string {
62 if prefix != "" {
63 prefix += "."
65 return prefix
74 prefix = processPrefix(prefix)
114 prefix = processPrefix(prefix)
138 result = append(result, fmt.Sprintf("--%sdryRun", prefix))
158 result = append(result, fmt.Sprintf("--%sdebug", prefix))
182 result = append(result, fmt.Sprintf("--%snoColor", prefix))
198 result = append(result, fmt.Sprintf("--%sv", prefix))
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/onsi/ginkgo/config/
H A Dconfig.go61 func processPrefix(prefix string) string {
62 if prefix != "" {
63 prefix += "."
65 return prefix
74 prefix = processPrefix(prefix)
114 prefix = processPrefix(prefix)
138 result = append(result, fmt.Sprintf("--%sdryRun", prefix))
158 result = append(result, fmt.Sprintf("--%sdebug", prefix))
182 result = append(result, fmt.Sprintf("--%snoColor", prefix))
198 result = append(result, fmt.Sprintf("--%sv", prefix))
[all …]
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/onsi/ginkgo/config/
H A Dconfig.go61 func processPrefix(prefix string) string {
62 if prefix != "" {
63 prefix += "."
65 return prefix
74 prefix = processPrefix(prefix)
114 prefix = processPrefix(prefix)
138 result = append(result, fmt.Sprintf("--%sdryRun", prefix))
158 result = append(result, fmt.Sprintf("--%sdebug", prefix))
182 result = append(result, fmt.Sprintf("--%snoColor", prefix))
198 result = append(result, fmt.Sprintf("--%sv", prefix))
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/github.com/onsi/ginkgo/config/
H A Dconfig.go61 func processPrefix(prefix string) string {
62 if prefix != "" {
63 prefix += "."
65 return prefix
74 prefix = processPrefix(prefix)
114 prefix = processPrefix(prefix)
138 result = append(result, fmt.Sprintf("--%sdryRun", prefix))
158 result = append(result, fmt.Sprintf("--%sdebug", prefix))
182 result = append(result, fmt.Sprintf("--%snoColor", prefix))
198 result = append(result, fmt.Sprintf("--%sv", prefix))
[all …]
/dports/net/storj/storj-1.45.3/vendor/github.com/cloudfoundry/gosigar/vendor/github.com/onsi/ginkgo/config/
H A Dconfig.go56 func processPrefix(prefix string) string {
57 if prefix != "" {
58 prefix = prefix + "."
60 return prefix
64 prefix = processPrefix(prefix)
96 prefix = processPrefix(prefix)
116 result = append(result, fmt.Sprintf("--%sfailFast", prefix))
120 result = append(result, fmt.Sprintf("--%sdryRun", prefix))
156 result = append(result, fmt.Sprintf("--%snoColor", prefix))
168 result = append(result, fmt.Sprintf("--%sv", prefix))
[all …]
/dports/databases/postgresql-prefix/prefix-1.2.9/
H A Dprefix--unpackaged--1.2.0.sql1 alter extension prefix add cast(prefix_range as text);
2 alter extension prefix add cast(text as prefix_range);
3 alter extension prefix add function gpr_compress(internal);
6 alter extension prefix add function gpr_decompress(internal);
12 alter extension prefix add function gpr_union(internal,internal);
13 alter extension prefix add function length(prefix_range);
22 alter extension prefix add function prefix_range_in(cstring);
29 alter extension prefix add function prefix_range_recv(internal);
31 alter extension prefix add function prefix_range(text);
35 alter extension prefix add function text(prefix_range);
[all …]
/dports/databases/leo_center/leo_center-0.4.7/public/js/ext/resources/themes/stylesheets/ext4/default/widgets/
H A D_grid.scss28 .#{$prefix}grid-header-hidden .#{$prefix}grid-body {
50 .#{$prefix}grid-row .#{$prefix}grid-table {
329 .#{$prefix}quirks .#{$prefix}ie8 {
377 .#{$prefix}grid-row .#{$prefix}grid-property-name .#{$prefix}grid-cell-inner,
387 .#{$prefix}grid-row .#{$prefix}grid-property-name .#{$prefix}grid-cell-inner,
394 ….#{$prefix}quirks .#{$prefix}ie .#{$prefix}grid-row .#{$prefix}grid-property-name .#{$prefix}grid-…
571 .#{$prefix}quirks .#{$prefix}ie, .#{$prefix}ie7m {
800 .#{$prefix}strict .#{$prefix}ie6,
801 .#{$prefix}strict .#{$prefix}ie7 {
807 .#{$prefix}quirks .#{$prefix}ie9 {
[all …]
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/bigtable/tests/
H A Dfilters_integration_test.cc77 bt::SingleRowMutation complex(prefix + "/complex"); in CreateComplexRows()
267 std::string const prefix = "value-regex-prefix"; in TEST_F() local
288 std::string const prefix = "value-range-prefix"; in TEST_F() local
324 {bigtable::RowKeyType(prefix + "/many"), 3}, in TEST_F()
346 {bigtable::RowKeyType(prefix + "/many"), 2}, in TEST_F()
361 std::string const prefix = "row-sample-prefix"; in TEST_F() local
471 std::string const prefix = "condition-prefix"; in TEST_F() local
499 std::string const prefix = "chain-prefix"; in TEST_F() local
523 std::string const prefix = "chain-prefix"; in TEST_F() local
547 std::string const prefix = "interleave-prefix"; in TEST_F() local
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/support_data/
H A DossimRpfAttributes.cpp38 << prefix << "OldHorDatum: " << theOldHorDatum << "\n" in print()
39 << prefix << "Edition: " << theEdition << "\n" in print()
41 << prefix << "ProjectionA: " << theProjectionA << "\n" in print()
42 << prefix << "ProjectionB: " << theProjectionB << "\n" in print()
43 << prefix << "ProjectionC: " << theProjectionC << "\n" in print()
58 << prefix << "GridCode: " << theGridCode << "\n" in print()
63 << prefix << "MagAngle: " << theMagAngle << "\n" in print()
64 << prefix << "GridConver: " << theGridConver << "\n" in print()
68 << prefix << "HighLat: " << theHighLat << "\n" in print()
69 << prefix << "HighLon: " << theHighLon << "\n" in print()
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/main/
H A Dnumarray.h23 extern prefix##Array *prefix##ArrayNew (void); \
24 extern unsigned int prefix##ArrayAdd (prefix##Array *const current, type num); \
25 extern void prefix##ArrayRemoveLast (prefix##Array *const current); \
26 extern void prefix##ArrayCombine (prefix##Array *const current, prefix##Array *const from); \
27 extern void prefix##ArrayClear (prefix##Array *const current); \
28 extern unsigned int prefix##ArrayCount (const prefix##Array *const current); \
29 extern bool prefix##ArrayIsEmpty(const prefix##Array *const current); \
31 extern type prefix##ArrayLast (const prefix##Array *const current); \
32 extern void prefix##ArrayDelete (prefix##Array *const current); \
33 extern bool prefix##ArrayHasTest (const prefix##Array *const current, \
[all …]
/dports/science/kst2/kst-plot-38eddb5322a1d557f9d86ea95d456d76272941e3/
H A Dkst.spec.in1 # Installs in dir @prefix@
3 %define prefix @prefix@
23 ./configure --prefix=%prefix --libdir=%prefix/%_lib --disable-dependency-tracking
39 %prefix/bin/kst
40 %prefix/bin/kstcmd
41 %prefix/bin/d2asc
43 %prefix/%_lib/lib*.so*
44 %prefix/%_lib/lib*.la
47 %prefix/include/kstobject.h
51 %prefix/include/rwlock.h
[all …]
/dports/databases/postgis31/postgis-3.1.4/liblwgeom/
H A Dlwout_gml.c160 ptr += sprintf(ptr, "</%scoordinates></%sBox>", prefix, prefix); in gbox_to_gml2()
325 ptr += sprintf(ptr, "</%scoordinates></%sPoint>", prefix, prefix); in asgml2_point_buf()
421 prefix, prefix, prefix); in asgml2_poly_buf()
423 ptr += sprintf(ptr, "</%scoordinates></%sLinearRing></%souterBoundaryIs>", prefix, prefix, prefix); in asgml2_poly_buf()
426 ptr += sprintf(ptr, "<%sinnerBoundaryIs><%sLinearRing><%scoordinates>", prefix, prefix, prefix); in asgml2_poly_buf()
428 …ptr += sprintf(ptr, "</%scoordinates></%sLinearRing></%sinnerBoundaryIs>", prefix, prefix, prefix); in asgml2_poly_buf()
819 ptr += sprintf(ptr, "</%spos></%sPoint>", prefix, prefix); in asgml3_point_buf()
1057 prefix, prefix, prefix); in asgml3_poly_buf()
1065 prefix, prefix, prefix); in asgml3_poly_buf()
1375 prefix, prefix, prefix); in asgml3_triangle_buf()
[all …]
/dports/databases/postgis32/postgis-3.2.0/liblwgeom/
H A Dlwout_gml.c160 ptr += sprintf(ptr, "</%scoordinates></%sBox>", prefix, prefix); in gbox_to_gml2()
325 ptr += sprintf(ptr, "</%scoordinates></%sPoint>", prefix, prefix); in asgml2_point_buf()
421 prefix, prefix, prefix); in asgml2_poly_buf()
423 ptr += sprintf(ptr, "</%scoordinates></%sLinearRing></%souterBoundaryIs>", prefix, prefix, prefix); in asgml2_poly_buf()
426 ptr += sprintf(ptr, "<%sinnerBoundaryIs><%sLinearRing><%scoordinates>", prefix, prefix, prefix); in asgml2_poly_buf()
428 …ptr += sprintf(ptr, "</%scoordinates></%sLinearRing></%sinnerBoundaryIs>", prefix, prefix, prefix); in asgml2_poly_buf()
819 ptr += sprintf(ptr, "</%spos></%sPoint>", prefix, prefix); in asgml3_point_buf()
1057 prefix, prefix, prefix); in asgml3_poly_buf()
1065 prefix, prefix, prefix); in asgml3_poly_buf()
1375 prefix, prefix, prefix); in asgml3_triangle_buf()
[all …]
/dports/databases/postgis30/postgis-3.0.4/liblwgeom/
H A Dlwout_gml.c122 ptr += sprintf(ptr, "</%scoordinates></%sBox>", prefix, prefix); in gbox_to_gml2()
297 ptr += sprintf(ptr, "</%scoordinates></%sPoint>", prefix, prefix); in asgml2_point_buf()
397 prefix, prefix, prefix); in asgml2_poly_buf()
399 ptr += sprintf(ptr, "</%scoordinates></%sLinearRing></%souterBoundaryIs>", prefix, prefix, prefix); in asgml2_poly_buf()
402 ptr += sprintf(ptr, "<%sinnerBoundaryIs><%sLinearRing><%scoordinates>", prefix, prefix, prefix); in asgml2_poly_buf()
404 …ptr += sprintf(ptr, "</%scoordinates></%sLinearRing></%sinnerBoundaryIs>", prefix, prefix, prefix); in asgml2_poly_buf()
808 ptr += sprintf(ptr, "</%spos></%sPoint>", prefix, prefix); in asgml3_point_buf()
1047 prefix, prefix, prefix); in asgml3_poly_buf()
1055 prefix, prefix, prefix); in asgml3_poly_buf()
1364 prefix, prefix, prefix); in asgml3_triangle_buf()
[all …]
/dports/databases/postgis25/postgis-2.5.5/liblwgeom/
H A Dlwout_gml.c122 ptr += sprintf(ptr, "</%scoordinates></%sBox>", prefix, prefix); in gbox_to_gml2()
297 ptr += sprintf(ptr, "</%scoordinates></%sPoint>", prefix, prefix); in asgml2_point_buf()
397 prefix, prefix, prefix); in asgml2_poly_buf()
399 ptr += sprintf(ptr, "</%scoordinates></%sLinearRing></%souterBoundaryIs>", prefix, prefix, prefix); in asgml2_poly_buf()
402 ptr += sprintf(ptr, "<%sinnerBoundaryIs><%sLinearRing><%scoordinates>", prefix, prefix, prefix); in asgml2_poly_buf()
404 …ptr += sprintf(ptr, "</%scoordinates></%sLinearRing></%sinnerBoundaryIs>", prefix, prefix, prefix); in asgml2_poly_buf()
809 ptr += sprintf(ptr, "</%spos></%sPoint>", prefix, prefix); in asgml3_point_buf()
1048 prefix, prefix, prefix); in asgml3_poly_buf()
1056 prefix, prefix, prefix); in asgml3_poly_buf()
1365 prefix, prefix, prefix); in asgml3_triangle_buf()
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/var-dumper/Caster/
H A DAmqpCaster.php51 $prefix = Caster::PREFIX_VIRTUAL;
71 $prefix.'login' => $c->getLogin(),
73 $prefix.'host' => $c->getHost(),
75 $prefix.'port' => $c->getPort(),
84 $prefix = Caster::PREFIX_VIRTUAL;
107 $prefix = Caster::PREFIX_VIRTUAL;
121 $prefix.'name' => $c->getName(),
130 $prefix = Caster::PREFIX_VIRTUAL;
148 $prefix.'name' => $c->getName(),
149 $prefix.'type' => $type,
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Caster/
H A DAmqpCaster.php49 $prefix = Caster::PREFIX_VIRTUAL;
69 $prefix.'login' => $c->getLogin(),
71 $prefix.'host' => $c->getHost(),
73 $prefix.'port' => $c->getPort(),
82 $prefix = Caster::PREFIX_VIRTUAL;
105 $prefix = Caster::PREFIX_VIRTUAL;
119 $prefix.'name' => $c->getName(),
128 $prefix = Caster::PREFIX_VIRTUAL;
146 $prefix.'name' => $c->getName(),
147 $prefix.'type' => $type,
[all …]

12345678910>>...3719