Searched refs:bullet (Results 1 – 25 of 331) sorted by relevance
12345678910>>...14
101 cat <<\EOF > xg-bullet-u1.c109 …GETTEXT} --omit-header --add-comments --check=bullet-unicode -d xg-bullet-u1.tmp xg-bullet-u1.c 2>…111 test `grep -c 'ASCII bullet' xg-bullet-u1.err` = 1 || { cat xg-bullet-u1.err; Exit 1; }113 cat <<\EOF > xg-bullet-u2.c121 …GETTEXT} --omit-header --add-comments --check=bullet-unicode -d xg-bullet-u2.tmp xg-bullet-u2.c 2>…123 test `grep -c 'ASCII bullet' xg-bullet-u2.err` = 1 || { cat xg-bullet-u2.err; Exit 1; }125 cat <<\EOF > xg-bullet-u3.c133 …GETTEXT} --omit-header --add-comments --check=bullet-unicode -d xg-bullet-u3.tmp xg-bullet-u3.c 2>…135 test `grep -c 'ASCII bullet' xg-bullet-u3.err` = 0 || { cat xg-bullet-u3.err; Exit 1; }
69 Change the following bullet point from:90 In the bullet point NUM_SAMPLE_COUNTS change the following sub bullet point from:95 In the bullet point SAMPLES change the following sub bullet point from:
71 Remove the last bullet point in the list of constraints.98 Replace the first bullet point with the following:103 Add a second bullet point after that:
23 …list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */30 …list-style-type:none; /* Removes the bullet point that usually goes next to each item in a list. */
61 Add the following bullet point:82 Change the bullet point about num_views and base_view_index:
8 * bullet
5 \ * bullet\n\
87 Change the first two bullet items to the following:133 In the error list continuation on p.162, modify the first bullet,140 Insert the following bullet into the rules for determining the259 first bullet on p.340 under the last INVALID_OPERATION error in308 Append a bullet to the list under "NUM_SAMPLE_COUNTS: ..."313 Append a bullet to the list under "The maximum value in SAMPLES...
19 @itemize @bullet
25 @itemize @bullet
71 .hljs-bullet {
2 @itemize @bullet
1107 struct bullet_ty bullet; in syntax_check_bullet_unicode() local1109 bullet.c = *p; in syntax_check_bullet_unicode()1110 bullet.depth = depth; in syntax_check_bullet_unicode()1121 memcpy (last_bullet, &bullet, sizeof (struct bullet_ty)); in syntax_check_bullet_unicode()