LEFT | RIGHT |
(Both sides are equal) |
1 <?xml version="1.0" encoding="ascii"?> | 1 <?xml version="1.0" encoding="ascii"?> |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | 2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
3 "DTD/xhtml1-transitional.dtd"> | 3 "DTD/xhtml1-transitional.dtd"> |
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | 4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
5 <head> | 5 <head> |
6 <title>apiclient.http.MediaUpload</title> | 6 <title>apiclient.http.MediaUpload</title> |
7 <link rel="stylesheet" href="epydoc.css" type="text/css" /> | 7 <link rel="stylesheet" href="epydoc.css" type="text/css" /> |
8 <script type="text/javascript" src="epydoc.js"></script> | 8 <script type="text/javascript" src="epydoc.js"></script> |
9 </head> | 9 </head> |
10 | 10 |
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
437 <!-- | 437 <!-- |
438 // Private objects are initially displayed (because if | 438 // Private objects are initially displayed (because if |
439 // javascript is turned off then we want them to be | 439 // javascript is turned off then we want them to be |
440 // visible); but by default, we want to hide them. So hide | 440 // visible); but by default, we want to hide them. So hide |
441 // them unless we have a cookie that says to show them. | 441 // them unless we have a cookie that says to show them. |
442 checkCookie(); | 442 checkCookie(); |
443 // --> | 443 // --> |
444 </script> | 444 </script> |
445 </body> | 445 </body> |
446 </html> | 446 </html> |
LEFT | RIGHT |