Home
last modified time | relevance | path

Searched refs:Text2 (Results 1 – 25 of 410) sorted by relevance

12345678910>>...17

/dports/graphics/Coin/coin-Coin-4.0.0/models/tessellation/
H A DStripAroundHole.iv47 Text2 { string "pt 1 6" }
52 Text2 { string "pt 2" }
57 Text2 { string "pt 3" }
62 Text2 { string "pt 4" }
67 Text2 { string "pt 5" }
72 Text2 { string "pt 8" }
77 Text2 { string "pt 9" }
82 Text2 { string "pt 10" }
87 Text2 { string "pt 11" }
92 Text2 { string "pt 12" }
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/models/oiv_compliance/
H A Dtext2.iv14 Text2 { string [ "with", "default", "settings" ] }
22 Text2 {
33 Text2 {
44 Text2 {
55 Text2 {
72 Text2 { string [ "font", "is", "times" ] }
90 Text2 { string [ "font", "is", "courier" ] }
99 Text2 { string [ "fontsize", "is 8" ] }
108 Text2 { string [ "fontsize", "is 25" ] }
132 Text2 { string [ "family", "is", "SANS" ] }
[all …]
H A Dfontstyle.iv19 Text2 { string [ "family", "is", "SERIF" ] }
24 Text2 { string [ "family", "is", "SANS" ] }
29 Text2 { string [ "family", "is", "TYPEWRITER" ] }
34 Text2 { string [ "style", "is", "BOLD" ] }
39 Text2 { string [ "style", "is", "ITALIC" ] }
44 Text2 { string [ "style is", "BOLD and ITALIC" ] }
H A Dfont.iv19 Text2 { string [ "font", "is", "times" ] }
25 # Text2 { string [ "font", "is", "helvetica" ] }
30 Text2 { string [ "font", "is", "courier" ] }
35 Text2 { string [ "fontsize", "is 8" ] }
40 Text2 { string [ "fontsize", "is 25" ] }
/dports/cad/alliance/alliance/src/vpn/src/
H A Dvpnerror.c80 void vpn_error( Error, Text1, Text2, File, Line ) in vpn_error() argument
84 char *Text2;
113 fprintf( stderr, "arc place %s to %s exists already\n", Text1, Text2 );
116 fprintf( stderr, "arc trans %s to %s exists already\n", Text1, Text2 );
119 fprintf( stderr, "unknown declar type %ld for %s\n", (long)Text1, Text2 );
143 fprintf( stderr, "unknown father type %ld for transition %s\n", (long)Text1, Text2 );
152 fprintf( stderr, "bad assign %s, type %ld\n", Text1, (long)Text2 );
158 fprintf( stderr, "illegal position for symbol %s %ld\n", Text1, (long)Text2 );
161 fprintf( stderr, "illegal index for symbol %s %ld\n", Text1, (long)Text2 );
186 void vpn_warning( Warning, Text1, Text2, File, Line ) in vpn_warning() argument
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/models/dead_simple/
H A Dtext2.iv13 Text2 { string "corner" }
19 Text2 { string "corner" }
25 Text2 { string "corner" }
31 Text2 { string "corner" }
37 Text2 { string "corner" }
43 Text2 { string "corner" }
49 Text2 { string "corner" }
54 Text2 { string "corner" }
/dports/cad/alliance/alliance/src/rtn/src/
H A Drtnerror.c80 void rtl_error( Error, Text1, Text2, File, Line ) in rtl_error() argument
84 char *Text2;
107 fprintf( stderr, "illegal position for symbol %s %ld\n", Text1, (long)Text2 );
110 fprintf( stderr, "illegal index for symbol %s %ld\n", Text1, (long)Text2 );
113 fprintf( stderr, "unknown declar type %ld for %s\n", (long)Text1, Text2 );
129 void rtl_warning( Warning, Text1, Text2, File, Line ) in rtl_warning() argument
133 char *Text2;
/dports/cad/alliance/alliance/src/ctl/src/
H A Dctlerror.c80 void ctl_error( Error, Text1, Text2, File, Line ) in ctl_error() argument
84 char *Text2;
98 fprintf( stderr, "unknown declar type %ld for %s\n", (long)Text1, Text2 );
110 fprintf( stderr, "illegal position for symbol %s %ld\n", Text1, (long)Text2 );
113 fprintf( stderr, "illegal index for symbol %s %ld\n", Text1, (long)Text2 );
129 void ctl_warning( Warning, Text1, Text2, File, Line ) in ctl_warning() argument
133 char *Text2;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/Tests/System/Text/
H A DValueStringBuilderTests.cs171 const string Text2 = "another test"; in ToString_ClearsBuilder_ThenReusable()
172 vsb.Append(Text2); in ToString_ClearsBuilder_ThenReusable()
173 Assert.Equal(Text2.Length, vsb.Length); in ToString_ClearsBuilder_ThenReusable()
174 Assert.Equal(Text2, vsb.ToString()); in ToString_ClearsBuilder_ThenReusable()
210 const string Text2 = "another test"; in TryCopyTo_ClearsBuilder_ThenReusable()
211 vsb.Append(Text2); in TryCopyTo_ClearsBuilder_ThenReusable()
212 Assert.Equal(Text2.Length, vsb.Length); in TryCopyTo_ClearsBuilder_ThenReusable()
213 Assert.Equal(Text2, vsb.ToString()); in TryCopyTo_ClearsBuilder_ThenReusable()
232 const string Text2 = "bar"; in Length_Growing_SetsNulls()
236 vsb2.Append(Text2); in Length_Growing_SetsNulls()
[all …]
/dports/graphics/Coin/coin-Coin-4.0.0/models/io/correct/
H A Dbug199-ok.iv6 Text2 {
10 Text2 {
14 Text2 {
18 Text2 {
/dports/cad/alliance/alliance/src/lynx/src/
H A Derror.c78 void lynx_error( Error, Text1, Text2, File, Line ) in lynx_error() argument
82 char *Text2;
100 fprintf( stderr, "connectors \"%s\" and \"%s\" are on the same equi !\n\n", Text1, Text2 );
116 fprintf( stderr, "Illegal combination %s %s !\n\n", Text1, Text2 );
137 (long)Text1, (long)Text2 );
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Dpatch_test.go214 Text2 string
227 patches := dmp.PatchMake(tc.Text1, tc.Text2)
240 Text2 string
253 patches := dmp.PatchMake(tc.Text1, tc.Text2)
270 Text2 string
290 patches := dmp.PatchMake(tc.Text1, tc.Text2)
302 patches := dmp.PatchMake(tc.Text1, tc.Text2)
316 patches := dmp.PatchMake(tc.Text1, tc.Text2)
333 patches := dmp.PatchMake(tc.Text1, tc.Text2)
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Dpatch_test.go214 Text2 string
227 patches := dmp.PatchMake(tc.Text1, tc.Text2)
240 Text2 string
253 patches := dmp.PatchMake(tc.Text1, tc.Text2)
270 Text2 string
290 patches := dmp.PatchMake(tc.Text1, tc.Text2)
302 patches := dmp.PatchMake(tc.Text1, tc.Text2)
316 patches := dmp.PatchMake(tc.Text1, tc.Text2)
333 patches := dmp.PatchMake(tc.Text1, tc.Text2)
H A Ddiff_test.go66 Text2 string
96 Text2 string
116 Text2 string
148 Text2 string
169 Text2 string
192 Text2 string
219 actual := dmp.DiffHalfMatch(tc.Text1, tc.Text2)
249 Text2 string
271 Text2 string
1190 Text2 string
[all …]
/dports/devel/lazygit/lazygit-0.31.4/vendor/github.com/sergi/go-diff/go-diff-1.1.0/diffmatchpatch/
H A Dpatch_test.go214 Text2 string
227 patches := dmp.PatchMake(tc.Text1, tc.Text2)
240 Text2 string
253 patches := dmp.PatchMake(tc.Text1, tc.Text2)
270 Text2 string
290 patches := dmp.PatchMake(tc.Text1, tc.Text2)
302 patches := dmp.PatchMake(tc.Text1, tc.Text2)
316 patches := dmp.PatchMake(tc.Text1, tc.Text2)
333 patches := dmp.PatchMake(tc.Text1, tc.Text2)
/dports/devel/git-town/git-town-7.6.0/vendor/github.com/sergi/go-diff/go-diff-1.0.0/diffmatchpatch/
H A Dpatch_test.go214 Text2 string
227 patches := dmp.PatchMake(tc.Text1, tc.Text2)
240 Text2 string
253 patches := dmp.PatchMake(tc.Text1, tc.Text2)
270 Text2 string
290 patches := dmp.PatchMake(tc.Text1, tc.Text2)
302 patches := dmp.PatchMake(tc.Text1, tc.Text2)
316 patches := dmp.PatchMake(tc.Text1, tc.Text2)
333 patches := dmp.PatchMake(tc.Text1, tc.Text2)
H A Ddiff_test.go66 Text2 string
96 Text2 string
116 Text2 string
148 Text2 string
169 Text2 string
192 Text2 string
219 actual := dmp.DiffHalfMatch(tc.Text1, tc.Text2)
249 Text2 string
271 Text2 string
1190 Text2 string
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Dpatch_test.go214 Text2 string
227 patches := dmp.PatchMake(tc.Text1, tc.Text2)
240 Text2 string
253 patches := dmp.PatchMake(tc.Text1, tc.Text2)
270 Text2 string
290 patches := dmp.PatchMake(tc.Text1, tc.Text2)
302 patches := dmp.PatchMake(tc.Text1, tc.Text2)
316 patches := dmp.PatchMake(tc.Text1, tc.Text2)
333 patches := dmp.PatchMake(tc.Text1, tc.Text2)
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Dpatch_test.go214 Text2 string
227 patches := dmp.PatchMake(tc.Text1, tc.Text2)
240 Text2 string
253 patches := dmp.PatchMake(tc.Text1, tc.Text2)
270 Text2 string
290 patches := dmp.PatchMake(tc.Text1, tc.Text2)
302 patches := dmp.PatchMake(tc.Text1, tc.Text2)
316 patches := dmp.PatchMake(tc.Text1, tc.Text2)
333 patches := dmp.PatchMake(tc.Text1, tc.Text2)
/dports/editors/micro/micro-2.0.10/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Dpatch_test.go214 Text2 string
227 patches := dmp.PatchMake(tc.Text1, tc.Text2)
240 Text2 string
253 patches := dmp.PatchMake(tc.Text1, tc.Text2)
270 Text2 string
290 patches := dmp.PatchMake(tc.Text1, tc.Text2)
302 patches := dmp.PatchMake(tc.Text1, tc.Text2)
316 patches := dmp.PatchMake(tc.Text1, tc.Text2)
333 patches := dmp.PatchMake(tc.Text1, tc.Text2)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/sergi/go-diff/go-diff-24e2351369ec/diffmatchpatch/
H A Dpatch_test.go214 Text2 string
227 patches := dmp.PatchMake(tc.Text1, tc.Text2)
240 Text2 string
253 patches := dmp.PatchMake(tc.Text1, tc.Text2)
270 Text2 string
290 patches := dmp.PatchMake(tc.Text1, tc.Text2)
302 patches := dmp.PatchMake(tc.Text1, tc.Text2)
316 patches := dmp.PatchMake(tc.Text1, tc.Text2)
333 patches := dmp.PatchMake(tc.Text1, tc.Text2)
/dports/devel/gitty/gitty-0.3.0/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Dpatch_test.go214 Text2 string
227 patches := dmp.PatchMake(tc.Text1, tc.Text2)
240 Text2 string
253 patches := dmp.PatchMake(tc.Text1, tc.Text2)
270 Text2 string
290 patches := dmp.PatchMake(tc.Text1, tc.Text2)
302 patches := dmp.PatchMake(tc.Text1, tc.Text2)
316 patches := dmp.PatchMake(tc.Text1, tc.Text2)
333 patches := dmp.PatchMake(tc.Text1, tc.Text2)
/dports/devel/chroma/chroma-0.9.2/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Dpatch_test.go214 Text2 string
227 patches := dmp.PatchMake(tc.Text1, tc.Text2)
240 Text2 string
253 patches := dmp.PatchMake(tc.Text1, tc.Text2)
270 Text2 string
290 patches := dmp.PatchMake(tc.Text1, tc.Text2)
302 patches := dmp.PatchMake(tc.Text1, tc.Text2)
316 patches := dmp.PatchMake(tc.Text1, tc.Text2)
333 patches := dmp.PatchMake(tc.Text1, tc.Text2)
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Dpatch_test.go214 Text2 string
227 patches := dmp.PatchMake(tc.Text1, tc.Text2)
240 Text2 string
253 patches := dmp.PatchMake(tc.Text1, tc.Text2)
270 Text2 string
290 patches := dmp.PatchMake(tc.Text1, tc.Text2)
302 patches := dmp.PatchMake(tc.Text1, tc.Text2)
316 patches := dmp.PatchMake(tc.Text1, tc.Text2)
333 patches := dmp.PatchMake(tc.Text1, tc.Text2)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/sergi/go-diff/diffmatchpatch/
H A Dpatch_test.go214 Text2 string
227 patches := dmp.PatchMake(tc.Text1, tc.Text2)
240 Text2 string
253 patches := dmp.PatchMake(tc.Text1, tc.Text2)
270 Text2 string
290 patches := dmp.PatchMake(tc.Text1, tc.Text2)
302 patches := dmp.PatchMake(tc.Text1, tc.Text2)
316 patches := dmp.PatchMake(tc.Text1, tc.Text2)
333 patches := dmp.PatchMake(tc.Text1, tc.Text2)

12345678910>>...17