Searched refs:compact (Results 1 - 25 of 186) sorted by relevance

12345678

/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLDListElement.idl21 [Reflect] attribute boolean compact;
H A DHTMLDirectoryElement.idl21 [Reflect] attribute boolean compact;
H A DHTMLMenuElement.idl21 [Reflect] attribute boolean compact;
H A DHTMLUListElement.idl21 [Reflect] attribute boolean compact;
H A DHTMLOListElement.idl21 [Reflect] attribute boolean compact;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_domhtmldirectoryelement.py7 self.failUnlessResultIsBOOL(DOMHTMLDirectoryElement.compact)
H A Dtest_domhtmldlistelement.py7 self.failUnlessResultIsBOOL(DOMHTMLDListElement.compact)
H A Dtest_domhtmlmenuelement.py7 self.failUnlessResultIsBOOL(DOMHTMLMenuElement.compact)
H A Dtest_domhtmlolistelement.py7 self.failUnlessResultIsBOOL(DOMHTMLOListElement.compact)
H A Dtest_domhtmlulistelement.py7 self.failUnlessResultIsBOOL(DOMHTMLUListElement.compact)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-WebKit/PyObjCTest/
H A Dtest_domhtmldirectoryelement.py7 self.assertResultIsBOOL(DOMHTMLDirectoryElement.compact)
H A Dtest_domhtmldlistelement.py7 self.assertResultIsBOOL(DOMHTMLDListElement.compact)
H A Dtest_domhtmlmenuelement.py7 self.assertResultIsBOOL(DOMHTMLMenuElement.compact)
H A Dtest_domhtmlolistelement.py7 self.assertResultIsBOOL(DOMHTMLOListElement.compact)
H A Dtest_domhtmlulistelement.py7 self.assertResultIsBOOL(DOMHTMLUListElement.compact)
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/t/
H A Ddb-4.4.t16 title "Testing compact";
44 ok $db->compact("red", "green", \%hash, 0, $end) == 0, " Compacted ok";
55 ok $db->compact() == 0, " Compacted ok";
/macosx-10.9.5/ruby-104/ruby/ext/io/wait/
H A Dextconf.rb7 have_macro("FIONREAD", [h, ioctl_h].compact)
/macosx-10.9.5/ruby-104/ruby/sample/
H A Dsieve.rb14 puts sieve.compact.join(", ")
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/build/
H A Drun-gcov.sh30 <menu compact="compact">
38 <menu compact="compact">
42 <menu compact="compact">
48 <menu compact="compact">
54 <menu compact="compact">
[all...]
/macosx-10.9.5/apr-30/apr/apr/build/
H A Drun-gcov.sh30 <menu compact="compact">
38 <menu compact="compact">
42 <menu compact="compact">
48 <menu compact="compact">
54 <menu compact="compact">
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/psych/lib/psych/
H A Dsyntax_error.rb9 err = [problem, context].compact.join ' '
/macosx-10.9.5/ruby-104/ruby/test/ruby/
H A Dtest_rational.rb12 seps = [File::SEPARATOR, File::ALT_SEPARATOR].compact.map{|x| Regexp.escape(x)}.join("|")
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Drnc.vim2 " Language: Relax NG compact syntax
/macosx-10.9.5/ruby-104/ruby/lib/rexml/formatters/
H A Dpretty.rb11 # If compact is set to true, then the formatter will attempt to use as
13 attr_accessor :compact
34 @compact = false
54 # If compact and all children are text, and if the formatted output
58 if compact
/macosx-10.9.5/ruby-104/ruby/tool/
H A Drunruby.rb70 env["PATH"] = [abs_archdir, ENV["PATH"]].compact.join(File::PATH_SEPARATOR)
80 env[e] = [abs_archdir, ENV[e]].compact.join(File::PATH_SEPARATOR)
83 env["LD_PRELOAD"] = [libruby_so, ENV["LD_PRELOAD"]].compact.join(' ')

Completed in 118 milliseconds

12345678