Home
last modified time | relevance | path

Searched refs:text6 (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/dports/devel/z88dk/z88dk/libsrc/gfx/text6/
H A Dgfx_text6.lst1 gfx/text6/obj/${TARGET}/pointxy
2 gfx/text6/obj/${TARGET}/loadudg6
3 gfx/text6/obj/${TARGET}/plotpixl
4 gfx/text6/obj/${TARGET}/respixl
5 gfx/text6/obj/${TARGET}/xorpixl
6 gfx/text6/obj/${TARGET}/clsgraph
/dports/graphics/p5-Layout-Manager/Layout-Manager-0.35/t/10-compass/
H A D50-complex.t33 my $text6 = Graphics::Primitive::Component->new( minimum_width => 15, minimum_height => 10);
36 $legend3->add_component($text6, 'e');
99 cmp_ok($text6->origin->x, '==', 10, 'text6 origin x');
100 cmp_ok($text6->origin->y, '==', 5, 'text6 origin y');
101 cmp_ok($text6->width, '==', 15, 'text6 width');
102 cmp_ok($text6->height, '==', 48, 'text6 height');
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/test/test_190/
H A Dmodel.bin1text6 <b>Sphinxsearch</b> <b>dot</b> <b>com</b> text6 Aenean leo ligula, porttitor ... ";}i:1;a:6:…
/dports/textproc/py-nltk/nltk-3.4.1/nltk/
H A Dbook.py43 text6 = Text(webtext.words('grail.txt'), name="Monty Python and the Holy Grail") variable
44 print("text6:", text6.name)
62 print("text6:", text6.name)
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgqfont/
H A Dosgqfont.cpp446 osgText::Text* text6 = new osgText::Text; in create3DText() local
447 text6->setColor(characterSizeModeColor); in create3DText()
448 text6->setFont(new osgText::Font(new osgQt::QFontImplementation(QFont("Times")))); in create3DText()
449 text6->setCharacterSize(characterSize); in create3DText()
450 text6->setPosition(center - osg::Vec3(0.0, 0.0, 0.4)); in create3DText()
451 text6->setAxisAlignment(osgText::Text::SCREEN); in create3DText()
452text6->setCharacterSizeMode(osgText::Text::OBJECT_COORDS_WITH_MAXIMUM_SCREEN_SIZE_CAPPED_BY_FONT_H… in create3DText()
453text6->setText("CharacterSizeMode OBJECT_COORDS_WITH_MAXIMUM_SCREEN_SIZE_CAPPED_BY_FONT_HEIGHT"); in create3DText()
454 geode->addDrawable(text6); in create3DText()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/examples/osgtext/
H A Dosgtext.cpp523 osgText::Text* text6 = new osgText::Text; in create3DText() local
524 text6->setUseVertexBufferObjects(useVBOs); in create3DText()
525 text6->setColor(characterSizeModeColor); in create3DText()
526 text6->setFont("fonts/times.ttf"); in create3DText()
527 text6->setCharacterSize(characterSize); in create3DText()
528 text6->setPosition(center - osg::Vec3(0.0, 0.0, 0.4)); in create3DText()
529 text6->setAxisAlignment(osgText::Text::SCREEN); in create3DText()
530text6->setCharacterSizeMode(osgText::Text::OBJECT_COORDS_WITH_MAXIMUM_SCREEN_SIZE_CAPPED_BY_FONT_H… in create3DText()
531text6->setText("CharacterSizeMode OBJECT_COORDS_WITH_MAXIMUM_SCREEN_SIZE_CAPPED_BY_FONT_HEIGHT"); in create3DText()
532 geode->addDrawable(text6); in create3DText()
/dports/graphics/cimg/CImg-v.2.9.7/examples/
H A Djawbreaker.cpp191 CImg<unsigned char> text1, text2, text3, text4, text5, text6; in main() local
205text6.draw_text(0,0,"Games played : %u",red,0,1,24,score_history.size()).resize(-100,-100,1,3); in main()
214 draw_image((Wi - text6.width())/2,yt + 75,text6,text6.get_dilate(5),1,255).display(disp); in main()
/dports/graphics/gmic-qt/CImg-v.2.9.8/examples/
H A Djawbreaker.cpp194 CImg<unsigned char> text1, text2, text3, text4, text5, text6; in main() local
208text6.draw_text(0,0,"Games played : %u",red,0,1,24,score_history.size()).resize(-100,-100,1,3); in main()
217 draw_image((Wi - text6.width())/2,yt + 75,text6,text6.get_dilate(5),1,255).display(disp); in main()
/dports/lang/fpc-source/fpc-3.2.2/packages/gtk1/examples/
H A Deditform.pp51 text6 : PGtkWidget;
146 text6 := gtk_text_new (nil, nil);
147 gtk_object_set_data (GTK_OBJECT (window1), 'text6', text6);
148 gtk_widget_show (text6);
149 gtk_container_add (GTK_CONTAINER (frame4), text6);
150 gtk_text_set_editable (GTK_TEXT (text6), gint(true));
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/examples/osgtext/
H A Dosgtext.cpp450 osgText::Text* text6 = new osgText::Text; in create3DText() local
451 text6->setColor(characterSizeModeColor); in create3DText()
452 text6->setFont("fonts/times.ttf"); in create3DText()
453 text6->setCharacterSize(characterSize); in create3DText()
454 text6->setPosition(center - osg::Vec3(0.0, 0.0, 0.4) * radius); in create3DText()
455 text6->setAxisAlignment(osgText::Text::SCREEN); in create3DText()
456text6->setCharacterSizeMode(osgText::Text::OBJECT_COORDS_WITH_MAXIMUM_SCREEN_SIZE_CAPPED_BY_FONT_H… in create3DText()
457text6->setText("CharacterSizeMode OBJECT_COORDS_WITH_MAXIMUM_SCREEN_SIZE_CAPPED_BY_FONT_HEIGHT"); in create3DText()
458 geode->addDrawable(text6); in create3DText()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringIntrinsics2.java260 static String text6 = "ccc<t><hi><t><h><hit<t><hit>";
264 static int len6 = text6.length();
281 res = indexOf_match_at_end_of_string_unknown_needle(text6, "<hit>");
290 res = indexOf_match_at_end_of_string_imm_needle(text6);
348 static String s3_1 = text6.substring(0, len6-1);
349 static String s3_2 = text6.substring(0, len6-2);
350 static String s3_3 = text6.substring(0, len6-3);
351 static String s3_4 = text6.substring(0, len6-4);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringIntrinsics2.java260 static String text6 = "ccc<t><hi><t><h><hit<t><hit>";
264 static int len6 = text6.length();
281 res = indexOf_match_at_end_of_string_unknown_needle(text6, "<hit>");
290 res = indexOf_match_at_end_of_string_imm_needle(text6);
348 static String s3_1 = text6.substring(0, len6-1);
349 static String s3_2 = text6.substring(0, len6-2);
350 static String s3_3 = text6.substring(0, len6-3);
351 static String s3_4 = text6.substring(0, len6-4);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringIntrinsics2.java260 static String text6 = "ccc<t><hi><t><h><hit<t><hit>";
264 static int len6 = text6.length();
281 res = indexOf_match_at_end_of_string_unknown_needle(text6, "<hit>");
290 res = indexOf_match_at_end_of_string_imm_needle(text6);
348 static String s3_1 = text6.substring(0, len6-1);
349 static String s3_2 = text6.substring(0, len6-2);
350 static String s3_3 = text6.substring(0, len6-3);
351 static String s3_4 = text6.substring(0, len6-4);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringIntrinsics2.java260 static String text6 = "ccc<t><hi><t><h><hit<t><hit>";
264 static int len6 = text6.length();
281 res = indexOf_match_at_end_of_string_unknown_needle(text6, "<hit>");
290 res = indexOf_match_at_end_of_string_imm_needle(text6);
348 static String s3_1 = text6.substring(0, len6-1);
349 static String s3_2 = text6.substring(0, len6-2);
350 static String s3_3 = text6.substring(0, len6-3);
351 static String s3_4 = text6.substring(0, len6-4);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringIntrinsics2.java260 static String text6 = "ccc<t><hi><t><h><hit<t><hit>";
264 static int len6 = text6.length();
281 res = indexOf_match_at_end_of_string_unknown_needle(text6, "<hit>");
290 res = indexOf_match_at_end_of_string_imm_needle(text6);
348 static String s3_1 = text6.substring(0, len6-1);
349 static String s3_2 = text6.substring(0, len6-2);
350 static String s3_3 = text6.substring(0, len6-3);
351 static String s3_4 = text6.substring(0, len6-4);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringIntrinsics2.java260 static String text6 = "ccc<t><hi><t><h><hit<t><hit>";
264 static int len6 = text6.length();
281 res = indexOf_match_at_end_of_string_unknown_needle(text6, "<hit>");
290 res = indexOf_match_at_end_of_string_imm_needle(text6);
348 static String s3_1 = text6.substring(0, len6-1);
349 static String s3_2 = text6.substring(0, len6-2);
350 static String s3_3 = text6.substring(0, len6-3);
351 static String s3_4 = text6.substring(0, len6-4);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringIntrinsics2.java260 static String text6 = "ccc<t><hi><t><h><hit<t><hit>";
264 static int len6 = text6.length();
281 res = indexOf_match_at_end_of_string_unknown_needle(text6, "<hit>");
290 res = indexOf_match_at_end_of_string_imm_needle(text6);
348 static String s3_1 = text6.substring(0, len6-1);
349 static String s3_2 = text6.substring(0, len6-2);
350 static String s3_3 = text6.substring(0, len6-3);
351 static String s3_4 = text6.substring(0, len6-4);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/intrinsics/string/
H A DTestStringIntrinsics2.java260 static String text6 = "ccc<t><hi><t><h><hit<t><hit>";
264 static int len6 = text6.length();
281 res = indexOf_match_at_end_of_string_unknown_needle(text6, "<hit>");
290 res = indexOf_match_at_end_of_string_imm_needle(text6);
348 static String s3_1 = text6.substring(0, len6-1);
349 static String s3_2 = text6.substring(0, len6-2);
350 static String s3_3 = text6.substring(0, len6-3);
351 static String s3_4 = text6.substring(0, len6-4);
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/webvtt/parsing/file-parsing/support/
H A Dnulls.test25 assert_equals(cues[6].text, "text6");
52 text6
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/webvtt/parsing/file-parsing/support/
H A Dnulls.test25 assert_equals(cues[6].text, "text6");
52 text6
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/webvtt/parsing/file-parsing/support/
H A Dnulls.test25 assert_equals(cues[6].text, "text6");
52 text6
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/webvtt/parsing/file-parsing/support/
H A Dnulls.test25 assert_equals(cues[6].text, "text6");
52 text6
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/webvtt/parsing/file-parsing/support/
H A Dnulls.test25 assert_equals(cues[6].text, "text6");
52 text6
/dports/devel/z88dk/z88dk/libsrc/target/trs80/
H A Dgfxtrs80.lst2 @gfx/text6/gfx_text6.lst
/dports/textproc/p5-Text-Markdown/Text-Markdown-1.000031/t/Text-Markdown.mdtest/
H A DLists-multilevel-md5-edgecase.text11 * text6

12345678910>>...16