OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RUBY
(Results
1 - 13
of
13
) sorted by null
/external/webkit/WebCore/rendering/
RenderRubyText.cpp
33
#if ENABLE(
RUBY
)
RenderRubyText.h
34
#if ENABLE(
RUBY
)
RenderRubyBase.h
34
#if ENABLE(
RUBY
)
59
// Allow RenderRubyRun to manipulate the children within
ruby
bases.
RenderRuby.h
34
#if ENABLE(
RUBY
)
41
// Following the HTML 5 spec, the box object model for a <
ruby
> element allows several runs of
ruby
42
// bases with their respective
ruby
texts looks as follows:
44
// 1 RenderRuby object, corresponding to the whole <
ruby
> HTML element
48
// 0 or 1 RenderRubyBase - contains the inline objects that make up the
ruby
base
53
// <
ruby
> when used as 'display:inline'
70
// <
ruby
> when used as 'display:block' or 'display:inline-block'
RenderRubyRun.h
34
#if ENABLE(
RUBY
)
43
// RenderRubyRun are 'inline-block/table' like objects,and wrap a single pairing of a
ruby
base with its
ruby
text(s).
RenderRuby.cpp
33
#if ENABLE(
RUBY
)
42
static RenderRubyRun* lastRubyRun(const RenderObject*
ruby
)
44
RenderObject* child =
ruby
->lastChild();
45
if (child &&
ruby
->isAfterContent(child))
58
//===
ruby
as inline object ===
80
// if child is a
ruby
run, just add it normally
112
// If the child's parent is *this, i.e. a
ruby
run or ':after' content,
127
//===
ruby
as block object ===
149
// if child is a
ruby
run, just add it normally
184
// This should happen only during destruction of the whole
ruby
element, though
[
all
...]
RenderRubyBase.cpp
33
#if ENABLE(
RUBY
)
73
// Theoretically, in
ruby
bases, this can happen with only the first such a child,
RenderRubyRun.cpp
33
#if ENABLE(
RUBY
)
65
// The only place where a
ruby
text can be is in the first position
66
// Note: As anonymous blocks,
ruby
runs do not have ':before' or ':after' content themselves.
72
// The only place where a
ruby
base can be is in the last position
73
// Note: As anonymous blocks,
ruby
runs do not have ':before' or ':after' content themselves.
122
// If child is a
ruby
text
127
// prepend
ruby
texts as first child
134
RenderObject*
ruby
= parent();
local
135
ASSERT(
ruby
->isRuby());
136
RenderBlock* newRun = staticCreateRubyRun(
ruby
);
149
RenderObject*
ruby
= parent();
local
[
all
...]
RenderObject.h
287
#if ENABLE(
RUBY
)
[
all
...]
RenderObject.cpp
117
#if ENABLE(
RUBY
)
124
// treat <rt> as
ruby
text ONLY if it still has its default treatment of block
[
all
...]
/external/clearsilver/ruby/
Makefile
12
$(
RUBY
) install.rb config -- --with-hdf-include=../../.. --with-hdf-lib=../../../libs --make-prog=$(MAKE)
15
$(
RUBY
) install.rb config -- --with-hdf-include=../../.. --with-hdf-lib=../../../libs --make-prog=$(MAKE)
18
$(
RUBY
) install.rb setup
21
$(
RUBY
) -Ilib -Iext/hdf test/hdftest.rb > hdftest.gold;
25
@echo "Running
ruby
test"
28
$(
RUBY
) -Ilib -Iext/hdf test/hdftest.rb > hdftest.out; \
33
echo "Failed
Ruby
Test: hdftest.rb"; \
40
@echo "Passed
ruby
test"
44
$(
RUBY
) install.rb install
/external/clearsilver/
rules.mk.in
84
RUBY
= @
RUBY
@
configure
312
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS CC CFLAGS LDFLAGS CPPFLAGS ac_ct_CC EXEEXT OBJEXT CPP LN_S AR RANLIB ac_ct_RANLIB SET_MAKE INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA EGREP build build_cpu build_vendor build_os host host_cpu host_vendor host_os _ACJNI_JAVAC USE_MINGW32 APXS_PATH PERL
RUBY
BUILD_WRAPPERS JAVA_PATH JAVA_INCLUDE_PATH PYTHON PYTHON_INC PYTHON_LIB PYTHON_SITE EXTRA_UTL_SRC EXTRA_UTL_OBJS CSHARP_PATH LIBOBJS LTLIBOBJS'
853
--disable-
ruby
Disables building of
ruby
module
864
--with-
ruby
=path Set location of
Ruby
binary
[
all
...]
Completed in 153 milliseconds