src/cm/media/js/lib/yui/yui3.0.0/api/YUI~dump.html
changeset 0 40c8f766c9b8
equal deleted inserted replaced
-1:000000000000 0:40c8f766c9b8
       
     1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
       
     2 <html xmlns:yui="http://yuilibrary.com/rdf/1.0/yui.rdf#">
       
     3 <head>
       
     4     <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
       
     5 	<title>API: dump  YUI~dump   (YUI Library)</title>
       
     6 
       
     7 	<link rel="stylesheet" type="text/css" href="assets/reset-fonts-grids-min.css" />
       
     8 	<link rel="stylesheet" type="text/css" href="assets/api.css" />
       
     9 
       
    10     <script type="text/javascript" src="assets/api-js"></script>
       
    11     <script type="text/javascript" src="assets/ac-js"></script>
       
    12 </head>
       
    13 
       
    14 <body id="yahoo-com">
       
    15 
       
    16 <div id="doc3" class="yui-t2">
       
    17 	<div id="hd">
       
    18         <h1><a href="http://developer.yahoo.com/yui/" title="Yahoo! UI Library">Yahoo! UI Library</a></h1>
       
    19         <h3>dump&nbsp; <span class="subtitle">3.0.0</span></h3>
       
    20         <a href="./index.html" title="Yahoo! UI Library">Yahoo! UI Library</a> 
       
    21             &gt; <a href="./module_dump.html" title="dump">dump</a>
       
    22                  &gt; YUI~dump 
       
    23                 
       
    24         <form onsubmit="return false">
       
    25             <div id="propertysearch">
       
    26                 Search: <input autocomplete="off" id="searchinput" />
       
    27                 <div id="searchresults">
       
    28                     &nbsp;
       
    29                 </div>
       
    30             </div>
       
    31         </form>
       
    32 	</div>
       
    33 
       
    34 	<div id="bd">
       
    35 		<div id="yui-main">
       
    36 			<div class="yui-b">
       
    37             <form action="#" name="yui-classopts-form" method="get" id="yui-classopts-form">
       
    38                 <fieldset>
       
    39                     <legend>Filters</legend>
       
    40                 <span class="classopts"><input type="checkbox" name="show_private" id="show_private" /> <label for="show_private">Show Private</label></span>
       
    41                 <span class="classopts"><input type="checkbox" name="show_protected" id="show_protected" /> <label for="show_protected">Show Protected</label></span>
       
    42                 <span class="classopts"><input type="checkbox" name="show_deprecated" id="show_deprecated" /> <label for="show_deprecated">Show Deprecated</label></span>
       
    43                 </fieldset>
       
    44             </form>
       
    45 
       
    46                     <h2>
       
    47                         
       
    48 
       
    49                         
       
    50                         
       
    51                             Class <b property="yui:name">YUI~dump</b>
       
    52                         <span class="extends">
       
    53                         </span>
       
    54 
       
    55                     </h2>
       
    56                     <!-- class tree goes here -->
       
    57                     
       
    58                 
       
    59   
       
    60 
       
    61                     <div class="summary description" property="yui:description">
       
    62                         The following methods are added to the YUI instance
       
    63                     </div>
       
    64 
       
    65                     
       
    66                     <div rel="yui:properties" resource="#properties">
       
    67 
       
    68                     </div>
       
    69 
       
    70                     <div rel="yui:methods" resource="#methods">
       
    71                         <div class="section method details">
       
    72                             <h3 id="methods">Methods</h3>
       
    73                             <div class="content">
       
    74                                     <div class="" rel="yui:method" resource="#method_dump">
       
    75                                     <h4>
       
    76                                         <a name="method_dump">dump</a></h4>
       
    77                                     <div class="detail" >
       
    78                                         <code>
       
    79                                         
       
    80                                         
       
    81                                         
       
    82                                         string
       
    83                                             <strong property="yui:name">dump</strong>
       
    84                                            (
       
    85                                                 
       
    86                                                         
       
    87                                                          o
       
    88                                                     
       
    89                                                 
       
    90                                                         , 
       
    91                                                          d
       
    92                                                     
       
    93                                                 
       
    94                                             )
       
    95                                         </code>
       
    96                                         
       
    97                                         <div class="description" property="yui:description">
       
    98                                             Returns a simple string representation of the object or array.
       
    99 Other types of objects will be returned unprocessed.  Arrays
       
   100 are expected to be indexed.  Use object notation for
       
   101 associative arrays.
       
   102                                         </div>
       
   103 
       
   104                                         <div class="description">
       
   105 
       
   106                                                 <dl rel="yui:parameters">
       
   107                                                     <dt>Parameters:</dt>
       
   108                                                         <dd rel="yui:parameter">
       
   109                                                         <code><span property="yui:name">o</span>
       
   110                                                         &lt;<span property="yui:type">object</span>&gt;
       
   111                                                         </code>
       
   112                                                         <span property="yui:description">  The object to dump</span>
       
   113                                                         </dd>
       
   114                                                         <dd rel="yui:parameter">
       
   115                                                         <code><span property="yui:name">d</span>
       
   116                                                         &lt;<span property="yui:type">int</span>&gt;
       
   117                                                         </code>
       
   118                                                         <span property="yui:description">  How deep to recurse child objects, default 3</span>
       
   119                                                         </dd>
       
   120                                                 </dl>
       
   121 
       
   122                                                 <dl>
       
   123                                                     <dt>Returns:
       
   124                                                     <code property="yui:return">
       
   125                                                             string
       
   126                                                     </code></dt>
       
   127                                                     <dd property="yui:returnInfo">the dump result</dd>
       
   128                                                 </dl>
       
   129 
       
   130 
       
   131              
       
   132 
       
   133                                         </div>
       
   134 
       
   135                                     </div>
       
   136                                     <hr />
       
   137                                     </div>
       
   138                             </div>
       
   139                         </div>
       
   140 
       
   141                     </div>
       
   142 
       
   143                     <div rel="yui:events" resource="#events">
       
   144 
       
   145 
       
   146                     </div>
       
   147 
       
   148                     <div rel="yui:attributes" resource="#configattributes">
       
   149 
       
   150                     </div>
       
   151 
       
   152 			</div>
       
   153 		</div>
       
   154 		<div class="yui-b">
       
   155             <div class="nav">
       
   156 
       
   157                     <div id="moduleList" class="module">
       
   158                         <h4>Modules</h4>
       
   159                         <ul class="content">
       
   160                                 <li class=""><a href="module_anim.html" title="anim">anim</a></li>
       
   161                                 <li class=""><a href="module_async-queue.html" title="async-queue">async-queue</a></li>
       
   162                                 <li class=""><a href="module_attribute.html" title="attribute">attribute</a></li>
       
   163                                 <li class=""><a href="module_base.html" title="base">base</a></li>
       
   164                                 <li class=""><a href="module_cache.html" title="cache">cache</a></li>
       
   165                                 <li class=""><a href="module_classnamemanager.html" title="classnamemanager">classnamemanager</a></li>
       
   166                                 <li class=""><a href="module_collection.html" title="collection">collection</a></li>
       
   167                                 <li class=""><a href="module_console.html" title="console">console</a></li>
       
   168                                 <li class=""><a href="module_console-filters.html" title="console-filters">console-filters</a></li>
       
   169                                 <li class=""><a href="module_cookie.html" title="cookie">cookie</a></li>
       
   170                                 <li class=""><a href="module_dataschema.html" title="dataschema">dataschema</a></li>
       
   171                                 <li class=""><a href="module_datasource.html" title="datasource">datasource</a></li>
       
   172                                 <li class=""><a href="module_datatype.html" title="datatype">datatype</a></li>
       
   173                                 <li class=""><a href="module_dd.html" title="dd">dd</a></li>
       
   174                                 <li class=""><a href="module_dom.html" title="dom">dom</a></li>
       
   175                                 <li class="selected"><a href="module_dump.html" title="dump">dump</a></li>
       
   176                                 <li class=""><a href="module_event.html" title="event">event</a></li>
       
   177                                 <li class=""><a href="module_event-custom.html" title="event-custom">event-custom</a></li>
       
   178                                 <li class=""><a href="module_event-simulate.html" title="event-simulate">event-simulate</a></li>
       
   179                                 <li class=""><a href="module_history.html" title="history">history</a></li>
       
   180                                 <li class=""><a href="module_imageloader.html" title="imageloader">imageloader</a></li>
       
   181                                 <li class=""><a href="module_io.html" title="io">io</a></li>
       
   182                                 <li class=""><a href="module_json.html" title="json">json</a></li>
       
   183                                 <li class=""><a href="module_node.html" title="node">node</a></li>
       
   184                                 <li class=""><a href="module_node-focusmanager.html" title="node-focusmanager">node-focusmanager</a></li>
       
   185                                 <li class=""><a href="module_node-menunav.html" title="node-menunav">node-menunav</a></li>
       
   186                                 <li class=""><a href="module_oop.html" title="oop">oop</a></li>
       
   187                                 <li class=""><a href="module_overlay.html" title="overlay">overlay</a></li>
       
   188                                 <li class=""><a href="module_plugin.html" title="plugin">plugin</a></li>
       
   189                                 <li class=""><a href="module_profiler.html" title="profiler">profiler</a></li>
       
   190                                 <li class=""><a href="module_queue-promote.html" title="queue-promote">queue-promote</a></li>
       
   191                                 <li class=""><a href="module_slider.html" title="slider">slider</a></li>
       
   192                                 <li class=""><a href="module_stylesheet.html" title="stylesheet">stylesheet</a></li>
       
   193                                 <li class=""><a href="module_substitute.html" title="substitute">substitute</a></li>
       
   194                                 <li class=""><a href="module_test.html" title="test">test</a></li>
       
   195                                 <li class=""><a href="module_widget.html" title="widget">widget</a></li>
       
   196                                 <li class=""><a href="module_widget-position.html" title="widget-position">widget-position</a></li>
       
   197                                 <li class=""><a href="module_widget-position-ext.html" title="widget-position-ext">widget-position-ext</a></li>
       
   198                                 <li class=""><a href="module_widget-stack.html" title="widget-stack">widget-stack</a></li>
       
   199                                 <li class=""><a href="module_widget-stdmod.html" title="widget-stdmod">widget-stdmod</a></li>
       
   200                                 <li class=""><a href="module_yui.html" title="yui">yui</a></li>
       
   201                         </ul>
       
   202                     </div>
       
   203 
       
   204                     <div id="classList" class="module">
       
   205                         <h4>Classes</h4>
       
   206                         <ul class="content">
       
   207                                 <li class="selected"><a href="YUI~dump.html" title="YUI~dump">YUI~dump</a></li>
       
   208                         </ul>
       
   209                     </div>
       
   210 
       
   211                     <div id="fileList" class="module">
       
   212                         <h4>Files</h4>
       
   213                         <ul class="content">        
       
   214                                 <li class=""><a href="dump.js.html" title="dump.js">dump.js</a></li>
       
   215                         </ul>
       
   216                     </div>
       
   217 
       
   218 
       
   219                     <div id="methodsList" class="module">
       
   220                         <h4>Methods</h4>
       
   221                         <ul class="content">        
       
   222                                 <li class=""><a href="#method_dump" title="dump">dump</a></li>
       
   223                         </ul>
       
   224                     </div>
       
   225 
       
   226 
       
   227 
       
   228             </div>
       
   229 		</div>
       
   230 	</div>
       
   231 	<div id="ft">
       
   232         <hr />
       
   233         Copyright &copy; 2009 Yahoo! Inc. All rights reserved.
       
   234 	</div>
       
   235 </div>
       
   236 <script type="text/javascript">
       
   237     ALL_YUI_PROPS = [{"access": "", "host": "YUI~dump", "name": "dump", "url": "YUI~dump.html#method_dump", "type": "method"}];
       
   238 </script>
       
   239 </body>
       
   240 </html>