Home
last modified time | relevance | path

Searched refs:HTMLDirection (Results 1 – 24 of 24) sorted by relevance

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/java/org/unicode/cldr/web/
H A DWebContext.java950 private HTMLDirection direction = null;
958 public HTMLDirection getDirectionForLocale() { in getDirectionForLocale()
963 return HTMLDirection.LEFT_TO_RIGHT; in getDirectionForLocale()
1373 public enum HTMLDirection { enum in WebContext
1378 HTMLDirection(String str) { in HTMLDirection() method in WebContext.HTMLDirection
1394 public static HTMLDirection fromCldr(String dir) { in fromCldr()
1396 return HTMLDirection.LEFT_TO_RIGHT; in fromCldr()
1398 return HTMLDirection.RIGHT_TO_LEFT; in fromCldr()
1400 return HTMLDirection.LEFT_TO_RIGHT; // ! in fromCldr()
1402 return HTMLDirection.LEFT_TO_RIGHT; in fromCldr()
[all …]
H A DSurveyAjax.java68 import org.unicode.cldr.web.WebContext.HTMLDirection;
1345 HTMLDirection dir = sm.getHTMLDirectionFor(loc);
1606 HTMLDirection dir = sm.getHTMLDirectionFor(locale);
H A DSurveyMain.java98 import org.unicode.cldr.web.WebContext.HTMLDirection;
3652 public synchronized WebContext.HTMLDirection getHTMLDirectionFor(CLDRLocale locale) { in getHTMLDirectionFor()
3654 return HTMLDirection.fromCldr(dir); in getHTMLDirectionFor()
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlcluev.h46 HTMLDirection dir;
H A Dhtmltablecell.h58 HTMLDirection dir;
H A Dhtmlenums.h89 } HTMLDirection; typedef
H A Dhtmlengine-edit.h90 HTMLDirection dir);
H A Dhtmlclueflow.h52 HTMLDirection dir;
H A Dhtmlobject.h261 HTMLDirection (*get_direction) (HTMLObject *self);
641 HTMLDirection html_object_get_direction (HTMLObject *o);
H A Dhtmltext.h341 HTMLDirection html_text_direction_pango_to_html (PangoDirection pdir);
H A Dhtmlpainter.h283 HTMLDirection dir);
H A Dhtmlobject.c653 static HTMLDirection
731 HTMLDirection dir = html_object_get_direction (self); in html_object_real_cursor_right()
765 HTMLDirection dir = html_object_get_direction (self); in html_object_real_cursor_left()
2524 HTMLDirection
H A Dhtmlcursor.c346 HTMLDirection dir; in html_cursor_up()
461 HTMLDirection dir; in html_cursor_down()
H A Dgtkhtmldebug.c104 direction_to_string (HTMLDirection dir) in direction_to_string()
H A Dhtmltablecell.c347 static HTMLDirection
H A Dhtmlclueflow.c625 HTMLDirection dir = html_object_get_direction (HTML_OBJECT (flow)); in get_level_indent()
1348 HTMLDirection dir = html_object_get_direction (self); in draw_quotes()
2104 HTMLDirection dir = html_object_get_direction (self); in save_plain()
2618 static HTMLDirection
2621 HTMLDirection dir = HTML_CLUEFLOW (o)->dir; in html_clueflow_real_get_direction()
H A Dhtmlengine-edit.c813 HTMLDirection dir) in html_engine_edit_set_direction()
H A Dhtmlpainter.c1003 HTMLDirection dir) in html_painter_get_block_cite_width()
H A Dhtmlengine.c729 …HTMLEngine *e, HTMLObject *clue, HTMLObject *first_object, HTMLClearType clear, HTMLDirection dir);
794 HTMLDirection dir)
861 HTMLDirection dir)
2143 HTMLDirection dir = HTML_DIRECTION_DERIVED;
2200 HTMLDirection dir = HTML_DIRECTION_DERIVED;
3693 HTMLDirection dir = HTML_DIRECTION_DERIVED;
H A Dhtmlcluev.c928 static HTMLDirection
H A Dhtmltext.c4269 HTMLDirection
H A Dgtkhtml.c2901 HTMLDirection old_direction = html_object_get_direction (html->engine->clue); in gtk_html_direction_changed()
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/cldr-apps/src/main/webapp/WEB-INF/jspf/
H A Dstcontext.jspf17 WebContext.HTMLDirection htmlDirection = ctx.getDirectionForLocale(); // ltr or rtl
/dports/www/gtkhtml4/gtkhtml-4.10.0/
H A DChangeLog521 …htmltext.c:1396:11: warning: implicit conversion from enumeration type 'HTMLDirection' to differen…