HomeSort by relevance Sort by last modified time
    Searched refs:ruby (Results 1 - 11 of 11) sorted by null

  /frameworks/base/tests/backup/
test_backup.sh 23 ruby -e 'p_stanza = STDIN.read.match(/Participants:.*?(?=Ever)/m)[0]
  /external/webkit/WebCore/rendering/
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...]
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...]
  /external/clearsilver/ports/freebsd/
Makefile 10 CATEGORIES= www python perl ruby
  /external/clearsilver/ruby/
install.rb 57 # ruby ver. >= 1.4.4?
76 stdruby = "$prefix/lib/ruby/#{version}"
79 sodir = "$site-ruby/#{c['arch']}"
82 stdruby = "$prefix/lib/ruby/#{version}"
83 siteruby = "$prefix/lib/ruby/#{version}/site_ruby"
85 sodir = "$site-ruby/#{c['arch']}"
92 [ 'std-ruby', [ stdruby,
94 'the directory for standard ruby libraries' ] ],
95 [ 'site-ruby-common', [ siteruby,
97 'the directory for version-independent non-standard ruby libraries' ] ]
400 def ruby( str ) method in class:FileOperations
    [all...]
  /external/clearsilver/ports/rpm/
clearsilver.spec 25 # * The apache/java/ruby/csharp packages are not yet finished. For one,
27 # installed for java/ruby/csharp, and my apache installation is Neotonic
72 BuildRequires: ruby >= 1.4.5
113 %package ruby
114 Summary: Neotonic ClearSilver Ruby Module
117 Requires: ruby >= 1.4.5
119 %description ruby
120 The clearsilver-ruby package provides a ruby interface to the
207 %files ruby
    [all...]
  /external/clearsilver/ruby/ext/hdf/
neo_cs.c 12 #include <ruby.h>
neo_util.c 12 #include <ruby.h>
  /external/webkit/WebCore/css/
html.css 621 /* HTML5 ruby elements */
623 ruby, rt {
624 text-indent: 0; /* blocks used for ruby rendering should not trigger this */
628 ruby > rt {
634 ruby > rp {
  /external/clearsilver/
Makefile 115 CS_DIRS = util cs cgi python scripts mod_ecs imd java-jni perl ruby dso csharp ports contrib m4
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 82 milliseconds