From a614f0485f872bfca3a84fb3400a0c6177988413 Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 31 Mar 2010 05:29:35 +0200 Subject: rebuilt pydoc --- doc/pydoc/ranger.colorschemes.default.html | 9 +++- doc/pydoc/ranger.colorschemes.jungle.html | 7 ++- doc/pydoc/ranger.colorschemes.snow.html | 9 +++- doc/pydoc/ranger.defaults.options.html | 11 +++-- doc/pydoc/ranger.ext.html | 3 +- doc/pydoc/ranger.fsobject.directory.html | 17 +++++-- doc/pydoc/ranger.fsobject.file.html | 20 +++++++- doc/pydoc/ranger.fsobject.fsobject.html | 10 ++++ doc/pydoc/ranger.fsobject.loader.html | 2 +- doc/pydoc/ranger.gui.colorscheme.html | 27 ++++++++-- doc/pydoc/ranger.gui.defaultui.html | 2 +- doc/pydoc/ranger.gui.ui.html | 2 +- doc/pydoc/ranger.gui.widgets.browsercolumn.html | 3 +- doc/pydoc/ranger.gui.widgets.console.html | 52 +++++++++++--------- doc/pydoc/ranger.gui.widgets.titlebar.html | 5 +- doc/pydoc/ranger.html | 2 +- doc/pydoc/ranger.shared.settings.html | 65 ++++++++++++++++++++----- doc/pydoc/test.html | 7 +-- 18 files changed, 188 insertions(+), 65 deletions(-) (limited to 'doc') diff --git a/doc/pydoc/ranger.colorschemes.default.html b/doc/pydoc/ranger.colorschemes.default.html index 5c5dbcc9..23173585 100644 --- a/doc/pydoc/ranger.colorschemes.default.html +++ b/doc/pydoc/ranger.colorschemes.default.html @@ -39,7 +39,7 @@        
-
ranger.gui.colorscheme.ColorScheme(__builtin__.object) +
ranger.gui.colorscheme.ColorScheme(ranger.shared.settings.SettingsAware)
Default @@ -56,6 +56,7 @@
Method resolution order:
Default
ranger.gui.colorscheme.ColorScheme
+
ranger.shared.settings.SettingsAware
__builtin__.object

@@ -76,13 +77,17 @@ colors for faster access.
Ready to use for curses.setattr()
-Data descriptors inherited from ranger.gui.colorscheme.ColorScheme:
+Data descriptors inherited from ranger.shared.settings.SettingsAware:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
+
+Data and other attributes inherited from ranger.shared.settings.SettingsAware:
+
settings = {}
+

diff --git a/doc/pydoc/ranger.colorschemes.jungle.html b/doc/pydoc/ranger.colorschemes.jungle.html index 41f1a80c..c5a919a6 100644 --- a/doc/pydoc/ranger.colorschemes.jungle.html +++ b/doc/pydoc/ranger.colorschemes.jungle.html @@ -57,6 +57,7 @@
Scheme
ranger.colorschemes.default.Default
ranger.gui.colorscheme.ColorScheme
+
ranger.shared.settings.SettingsAware
__builtin__.object

@@ -77,13 +78,17 @@ colors for faster access. Ready to use for curses.setattr()
-Data descriptors inherited from ranger.gui.colorscheme.ColorScheme:
+Data descriptors inherited from ranger.shared.settings.SettingsAware:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
+
+Data and other attributes inherited from ranger.shared.settings.SettingsAware:
+
settings = {}
+

diff --git a/doc/pydoc/ranger.colorschemes.snow.html b/doc/pydoc/ranger.colorschemes.snow.html index b0e88d84..3d7b77b4 100644 --- a/doc/pydoc/ranger.colorschemes.snow.html +++ b/doc/pydoc/ranger.colorschemes.snow.html @@ -39,7 +39,7 @@
       
-
ranger.gui.colorscheme.ColorScheme(__builtin__.object) +
ranger.gui.colorscheme.ColorScheme(ranger.shared.settings.SettingsAware)
Snow @@ -56,6 +56,7 @@
Method resolution order:
Snow
ranger.gui.colorscheme.ColorScheme
+
ranger.shared.settings.SettingsAware
__builtin__.object

@@ -76,13 +77,17 @@ colors for faster access. Ready to use for curses.setattr()
-Data descriptors inherited from ranger.gui.colorscheme.ColorScheme:
+Data descriptors inherited from ranger.shared.settings.SettingsAware:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
+
+Data and other attributes inherited from ranger.shared.settings.SettingsAware:
+
settings = {}
+

diff --git a/doc/pydoc/ranger.defaults.options.html b/doc/pydoc/ranger.defaults.options.html index 76e7089d..fae9598c 100644 --- a/doc/pydoc/ranger.defaults.options.html +++ b/doc/pydoc/ranger.defaults.options.html @@ -32,8 +32,9 @@ of the values stay the same.

       
ranger.colorschemes
+
ranger.gui.color
re
-

+

 
@@ -43,7 +44,8 @@ of the values stay the same.

autosave_bookmarks = True
collapse_preview = True
colorscheme = 'default'
-directories_first = True
+colorscheme_overlay = None
+draw_bookmark_borders = True
draw_borders = False
flushinput = True
hidden_filter = <_sre.SRE_Pattern object>
@@ -51,11 +53,14 @@ of the values stay the same.

max_history_size = 20
preview_directories = True
preview_files = True
-reverse = False
+save_console_history = True
scroll_offset = 2
shorten_title = 3
show_cursor = False
show_hidden = False
sort = 'basename'
+sort_case_insensitive = False
+sort_directories_first = True
+sort_reverse = False
update_title = True
\ No newline at end of file diff --git a/doc/pydoc/ranger.ext.html b/doc/pydoc/ranger.ext.html index d58c1b87..a625bf53 100644 --- a/doc/pydoc/ranger.ext.html +++ b/doc/pydoc/ranger.ext.html @@ -29,6 +29,7 @@ openstruct
shell_escape
shutil_generatorized
-waitpid_no_intr
+signal_dispatcher
+waitpid_no_intr
\ No newline at end of file diff --git a/doc/pydoc/ranger.fsobject.directory.html b/doc/pydoc/ranger.fsobject.directory.html index 3def97f7..23481285 100644 --- a/doc/pydoc/ranger.fsobject.directory.html +++ b/doc/pydoc/ranger.fsobject.directory.html @@ -86,6 +86,8 @@ Methods defined here:

__bool__ = __nonzero__(self)
+
__del__(self)
+
__eq__(self, other)
Check for equality of the directories paths
__hash__(self)
@@ -125,6 +127,10 @@ outdated or not done yet
move_to_obj(self, arg)
+
request_reload(self)
+ +
request_resort(self)
+
search_fnc(self, fnc, forward=True)
set_cycle_list(self, lst)
@@ -141,6 +147,8 @@ outdated or not done yet
Data and other attributes defined here:
+
content_outdated = False
+
cycle_list = None
disk_usage = 0
@@ -167,17 +175,13 @@ Data and other attributes defined here:
mount_path = '/'
-
old_directories_first = None
-
old_filter = None
old_hidden_filter = None
-
old_reverse = None
-
old_show_hidden = None
-
old_sort = None
+
order_outdated = False
scroll_begin = 0
@@ -187,6 +191,8 @@ Data and other attributes defined here:

Methods inherited from ranger.fsobject.fsobject.FileSystemObject:
+
__repr__(self)
+
__str__(self)
returns a string containing the absolute path
get_description(self)
@@ -375,6 +381,7 @@ Data descriptors inherited from exceptio        
sort_by_basename(path)
returns path.basename (for sorting)
+
sort_by_basename_icase(path)
returns case-insensitive path.basename (for sorting)
sort_by_directory(path)
returns 0 if path is a directory, otherwise 1 (for sorting)
time(...)
time() -> floating point number
 
diff --git a/doc/pydoc/ranger.fsobject.file.html b/doc/pydoc/ranger.fsobject.file.html index b0816bd0..5365ad59 100644 --- a/doc/pydoc/ranger.fsobject.file.html +++ b/doc/pydoc/ranger.fsobject.file.html @@ -54,6 +54,14 @@
__builtin__.object

+Methods defined here:
+
is_binary(self)
+ +
+Data descriptors defined here:
+
firstbytes
+
+
Data and other attributes defined here:
is_file = True
@@ -61,6 +69,8 @@ Data and other attributes defined here:
Methods inherited from ranger.fsobject.fsobject.FileSystemObject:
__init__(self, path)
+
__repr__(self)
+
__str__(self)
returns a string containing the absolute path
get_description(self)
@@ -169,5 +179,13 @@ Data and other attributes inherited from ranger.shared.FileManagerAware:
fm = None
- +

+ + + + + +
 
+Data
       N_FIRST_BYTES = 20
+control_characters = set(['\x00', '\x01', '\x02', '\x03', '\x04', '\x05', ...])
\ No newline at end of file diff --git a/doc/pydoc/ranger.fsobject.fsobject.html b/doc/pydoc/ranger.fsobject.fsobject.html index 0681dfaa..e619b2f9 100644 --- a/doc/pydoc/ranger.fsobject.fsobject.html +++ b/doc/pydoc/ranger.fsobject.fsobject.html @@ -25,6 +25,14 @@ # along with this program.  If not, see <http://www.gnu.org/licenses/>.

+ + + + +
 
+Modules
       
time
+

+ @@ -62,6 +70,8 @@ Methods defined here:
__init__(self, path)
+
__repr__(self)
+
__str__(self)
returns a string containing the absolute path
get_description(self)
diff --git a/doc/pydoc/ranger.fsobject.loader.html b/doc/pydoc/ranger.fsobject.loader.html index c387f773..e4124e75 100644 --- a/doc/pydoc/ranger.fsobject.loader.html +++ b/doc/pydoc/ranger.fsobject.loader.html @@ -105,7 +105,7 @@ Stop after approximately self.seconds_of_work_time Data and other attributes defined here:
-
seconds_of_work_time = 0.029999999999999999
+
seconds_of_work_time = 0.10000000000000001

Data and other attributes inherited from ranger.shared.FileManagerAware:
diff --git a/doc/pydoc/ranger.gui.colorscheme.html b/doc/pydoc/ranger.gui.colorscheme.html index 52b56a83..c44d0873 100644 --- a/doc/pydoc/ranger.gui.colorscheme.html +++ b/doc/pydoc/ranger.gui.colorscheme.html @@ -36,13 +36,22 @@ If your colorscheme-file contains more than one&nb colorscheme = colorschemes.filename.classname

 
Classes
+ + + + +
 
+Modules
       
os
+
ranger
+

+
 
Classes
       
-
__builtin__.object +
ranger.shared.settings.SettingsAware(__builtin__.object)
ColorScheme @@ -53,7 +62,7 @@ colorscheme = colorschemes.filename.classname

+class ColorScheme(ranger.shared.settings.SettingsAware) -
 
-class ColorScheme(__builtin__.object)
    This is the class that colorschemes must inherit from.
@@ -62,7 +71,13 @@ it defines get() 
it defines the get() method, which returns the color tuple
which fits to the given keys.
 
 Methods defined here:
+
Method resolution order:
+
ColorScheme
+
ranger.shared.settings.SettingsAware
+
__builtin__.object
+
+
+Methods defined here:
__init__(self)
get(self, *keys)
Returns the (fg, bg, attr) for the given keys.
@@ -83,13 +98,17 @@ selected files have the color inverted.
Override this method in your own colorscheme.

-Data descriptors defined here:
+Data descriptors inherited from ranger.shared.settings.SettingsAware:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)
+
+Data and other attributes inherited from ranger.shared.settings.SettingsAware:
+
settings = {}
+

diff --git a/doc/pydoc/ranger.gui.defaultui.html b/doc/pydoc/ranger.gui.defaultui.html index 3254b508..8318872a 100644 --- a/doc/pydoc/ranger.gui.defaultui.html +++ b/doc/pydoc/ranger.gui.defaultui.html @@ -95,7 +95,7 @@ Methods inherited from ranger.gui.ui.UI:
destroy(self)
Destroy all widgets and turn off curses
-
draw(self)
Erase the window, then draw all objects in the container
+
draw(self)
Draw all objects in the container
finalize(self)
Finalize every object in container and refresh the window
diff --git a/doc/pydoc/ranger.gui.ui.html b/doc/pydoc/ranger.gui.ui.html index abd01711..9beffb00 100644 --- a/doc/pydoc/ranger.gui.ui.html +++ b/doc/pydoc/ranger.gui.ui.html @@ -74,7 +74,7 @@ Methods defined here:
destroy(self)
Destroy all widgets and turn off curses
-
draw(self)
Erase the window, then draw all objects in the container
+
draw(self)
Draw all objects in the container
finalize(self)
Finalize every object in container and refresh the window
diff --git a/doc/pydoc/ranger.gui.widgets.browsercolumn.html b/doc/pydoc/ranger.gui.widgets.browsercolumn.html index 98700199..4b324217 100644 --- a/doc/pydoc/ranger.gui.widgets.browsercolumn.html +++ b/doc/pydoc/ranger.gui.widgets.browsercolumn.html @@ -186,5 +186,6 @@ Fractions of a second may be present if  Data -
       PREVIEW_BLACKLIST = <_sre.SRE_Pattern object>
+PREVIEW_BLACKLIST = <_sre.SRE_Pattern object>
+PREVIEW_WHITELIST = <_sre.SRE_Pattern object> \ No newline at end of file diff --git a/doc/pydoc/ranger.gui.widgets.console.html b/doc/pydoc/ranger.gui.widgets.console.html index cdf17194..277c87bc 100644 --- a/doc/pydoc/ranger.gui.widgets.console.html +++ b/doc/pydoc/ranger.gui.widgets.console.html @@ -20,8 +20,9 @@ commands, searching and executing files.

       
ranger.defaults.commands
curses
+
ranger
string
-

+

 
@@ -102,6 +103,8 @@ Methods inherited from Console
delete_word(self)
+
destroy(self)
+
draw(self)
finalize(self)
@@ -134,6 +137,8 @@ Data and other attributes inherited from contains_point(self, y, x)
Test whether the point (with absolute coordinates) lies
within the boundaries of this object.
-
destroy(self)
Called when the object is destroyed.
-Override this!
-
poke(self)
Called before drawing, even if invisible
resize(self, y, x, hei=None, wid=None)
Resize the widget
@@ -236,6 +238,8 @@ Methods defined here:
delete_word(self)
+
destroy(self)
+
draw(self)
execute(self)
@@ -272,6 +276,8 @@ Data and other attributes defined here:
history = None
+
historypaths = []
+
last_cursor_mode = None
mode = None
@@ -303,9 +309,6 @@ Override this!
contains_point(self, y, x)
Test whether the point (with absolute coordinates) lies
within the boundaries of this object.
-
destroy(self)
Called when the object is destroyed.
-Override this!
-
poke(self)
Called before drawing, even if invisible
resize(self, y, x, hei=None, wid=None)
Resize the widget
@@ -381,6 +384,8 @@ Methods inherited from Console
delete_word(self)
+
destroy(self)
+
draw(self)
execute(self)
@@ -415,6 +420,8 @@ Data and other attributes inherited from contains_point(self, y, x)
Test whether the point (with absolute coordinates) lies
within the boundaries of this object.
-
destroy(self)
Called when the object is destroyed.
-Override this!
-
poke(self)
Called before drawing, even if invisible
resize(self, y, x, hei=None, wid=None)
Resize the widget
@@ -554,6 +558,8 @@ Methods inherited from Console
delete_word(self)
+
destroy(self)
+
draw(self)
finalize(self)
@@ -584,6 +590,8 @@ Data and other attributes inherited from contains_point(self, y, x)
Test whether the point (with absolute coordinates) lies
within the boundaries of this object.
-
destroy(self)
Called when the object is destroyed.
-Override this!
-
poke(self)
Called before drawing, even if invisible
resize(self, y, x, hei=None, wid=None)
Resize the widget
@@ -716,6 +721,8 @@ Methods inherited from Console
delete_word(self)
+
destroy(self)
+
draw(self)
finalize(self)
@@ -746,6 +753,8 @@ Data and other attributes inherited from contains_point(self, y, x)
Test whether the point (with absolute coordinates) lies
within the boundaries of this object.
-
destroy(self)
Called when the object is destroyed.
-Override this!
-
poke(self)
Called before drawing, even if invisible
resize(self, y, x, hei=None, wid=None)
Resize the widget
@@ -888,6 +894,8 @@ Methods inherited from Console
delete_word(self)
+
destroy(self)
+
draw(self)
finalize(self)
@@ -918,6 +926,8 @@ Data and other attributes inherited from contains_point(self, y, x)
Test whether the point (with absolute coordinates) lies
within the boundaries of this object.
-
destroy(self)
Called when the object is destroyed.
-Override this!
-
poke(self)
Called before drawing, even if invisible
resize(self, y, x, hei=None, wid=None)
Resize the widget
@@ -1031,6 +1038,8 @@ Methods inherited from Console
delete_word(self)
+
destroy(self)
+
draw(self)
finalize(self)
@@ -1063,6 +1072,8 @@ Data and other attributes inherited from contains_point(self, y, x)
Test whether the point (with absolute coordinates) lies
within the boundaries of this object.
-
destroy(self)
Called when the object is destroyed.
-Override this!
-
poke(self)
Called before drawing, even if invisible
resize(self, y, x, hei=None, wid=None)
Resize the widget
diff --git a/doc/pydoc/ranger.gui.widgets.titlebar.html b/doc/pydoc/ranger.gui.widgets.titlebar.html index 419eb5b1..0938452d 100644 --- a/doc/pydoc/ranger.gui.widgets.titlebar.html +++ b/doc/pydoc/ranger.gui.widgets.titlebar.html @@ -47,6 +47,8 @@ It displays the current path among other thin
Methods defined here:
+
click(self, event)
Handle a MouseEvent
+
draw(self)

@@ -74,9 +76,6 @@ item can be an iterable like [y, x] or&n
__str__(self)
-
click(self, event)
Called when a mouse key is pressed and self.focused is True.
-Override this!
-
contains_point(self, y, x)
Test whether the point (with absolute coordinates) lies
within the boundaries of this object.
diff --git a/doc/pydoc/ranger.html b/doc/pydoc/ranger.html index cba764cb..d741ca6b 100644 --- a/doc/pydoc/ranger.html +++ b/doc/pydoc/ranger.html @@ -57,7 +57,7 @@ Has the same arguments as print() in python3. __license__ = 'GPL3'
__maintainer__ = 'Roman Zimbelmann'
__version__ = '1.0.4'
-arg = {'cd_after_exit': False, 'debug': False, 'flags'...n': False, 'confdir': '~/.ranger', 'targets': []}

+arg = {'debug': False, 'flags': '', 'mode': 0, 'clean': False, 'confdir': '~/.ranger', 'targets': []}

-
 
diff --git a/doc/pydoc/ranger.shared.settings.html b/doc/pydoc/ranger.shared.settings.html index 29d43fc6..f50c6569 100644 --- a/doc/pydoc/ranger.shared.settings.html +++ b/doc/pydoc/ranger.shared.settings.html @@ -30,10 +30,8 @@ Modules
       
os
-
ranger
-
types
-

+
ranger
+

 
@@ -47,11 +45,59 @@
SettingsAware
+
ranger.ext.signal_dispatcher.SignalDispatcher(__builtin__.object) +
+
+
SettingObject +
+

+ + +
 
+class SettingObject(ranger.ext.signal_dispatcher.SignalDispatcher)
    
Method resolution order:
+
SettingObject
+
ranger.ext.signal_dispatcher.SignalDispatcher
+
__builtin__.object
+
+
+Methods defined here:
+
__getattr__(self, name)
+ +
__getitem__ = __getattr__(self, name)
+ +
__init__(self)
+ +
__setattr__(self, name, value)
+ +
__setitem__ = __setattr__(self, name, value)
+ +
+Methods inherited from ranger.ext.signal_dispatcher.SignalDispatcher:
+
signal_bind(self, signal_name, function, priority=0.5, weak=False)
+ +
signal_clear = __init__(self)
+ +
signal_emit(self, signal_name, **kw)
+ +
signal_unbind(self, signal_handler)
+ +
+Data descriptors inherited from ranger.ext.signal_dispatcher.SignalDispatcher:
+
__dict__
+
dictionary for instance variables (if defined)
+
+
__weakref__
+
list of weak references to the object (if defined)
+
+

+ + + @@ -70,18 +116,11 @@ Data and other attributes defined here:
 
class SettingsAware(__builtin__.object)
   

- - - - -
 
-Functions
       
check_option_types(opt)
-

- -
 
Data
       ALLOWED_SETTINGS = {'autosave_bookmarks': <type 'bool'>, 'collapse_preview': <type 'bool'>, 'colorscheme': <type 'str'>, 'directories_first': <type 'bool'>, 'draw_borders': <type 'bool'>, 'flushinput': <type 'bool'>, 'hidden_filter': <function <lambda>>, 'max_filesize_for_preview': (<type 'int'>, <type 'NoneType'>), 'max_history_size': (<type 'int'>, <type 'NoneType'>), 'preview_directories': <type 'bool'>, ...}
+ALLOWED_SETTINGS = {'autosave_bookmarks': <type 'bool'>, 'collapse_preview': <type 'bool'>, 'colorscheme': <type 'str'>, 'colorscheme_overlay': (<type 'NoneType'>, <type 'function'>), 'draw_bookmark_borders': <type 'bool'>, 'draw_borders': <type 'bool'>, 'flushinput': <type 'bool'>, 'hidden_filter': <function <lambda>>, 'max_filesize_for_preview': (<type 'int'>, <type 'NoneType'>), 'max_history_size': (<type 'int'>, <type 'NoneType'>), ...}
+COMPAT_MAP = {'sort_directories_first': 'directories_first', 'sort_reverse': 'reverse'} \ No newline at end of file diff --git a/doc/pydoc/test.html b/doc/pydoc/test.html index 2a0ce426..69b6f644 100644 --- a/doc/pydoc/test.html +++ b/doc/pydoc/test.html @@ -38,8 +38,9 @@ tc_ext
tc_history
tc_keyapi
-tc_ui
-test
+tc_signal
+tc_ui
+test

@@ -47,5 +48,5 @@ Data -
       __all__ = ['tc_keyapi', 'tc_history', 'tc_directory', 'tc_colorscheme', 'tc_commandlist', 'tc_displayable', 'tc_ui', 'tc_bookmarks', 'tc_ext']
+__all__ = ['tc_keyapi', 'tc_history', 'tc_colorscheme', 'tc_bookmarks', 'tc_ext', 'tc_directory', 'tc_commandlist', 'tc_colorscheme', 'tc_keyapi', 'tc_history', 'tc_commandlist', 'tc_signal', 'tc_displayable', 'tc_signal', 'tc_directory', 'tc_ui', 'tc_ui', 'tc_bookmarks', 'tc_ext', 'tc_displayable'] \ No newline at end of file -- cgit 1.4.1-2-gfad0