From 62cd83bace8e77cd1ff7028da6cf65d0d1defa27 Mon Sep 17 00:00:00 2001 From: hut Date: Fri, 12 Mar 2010 02:00:53 +0100 Subject: updated pydoc --- doc/pydoc/ranger.fm.html | 222 ----------------------------------------------- 1 file changed, 222 deletions(-) delete mode 100644 doc/pydoc/ranger.fm.html (limited to 'doc/pydoc/ranger.fm.html') diff --git a/doc/pydoc/ranger.fm.html b/doc/pydoc/ranger.fm.html deleted file mode 100644 index bf97bb22..00000000 --- a/doc/pydoc/ranger.fm.html +++ /dev/null @@ -1,222 +0,0 @@ - - -Python: module ranger.fm - - - - -
 
- 
ranger.fm (version 1.0.3)
index
/home/hut/ranger/ranger/fm.py
-

# Copyright (c) 2009, 2010 hut <hut@lavabit.com>
-#
-# Permission to use, copy, modify, and/or distribute this software for any
-# purpose with or without fee is hereby granted, provided that the above
-# copyright notice and this permission notice appear in all copies.
-#
-# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

-

- - - - - -
 
-Classes
       
-
ranger.actions.Actions(ranger.shared.EnvironmentAware, ranger.shared.settings.SettingsAware) -
-
-
FM -
-
-
-

- - - - - -
 
-class FM(ranger.actions.Actions)
    
Method resolution order:
-
FM
-
ranger.actions.Actions
-
ranger.shared.EnvironmentAware
-
ranger.shared.Awareness
-
ranger.shared.settings.SettingsAware
-
__builtin__.object
-
-
-Methods defined here:
-
__init__(self, ui=None, bookmarks=None, tags=None)
Initialize FM.
- -
block_input(self, sec=0)
- -
initialize(self)
If ui/bookmarks are None, they will be initialized here.
- -
loop(self)
The main loop consists of:
-1. reloading bookmarks if outdated
-2. letting the loader work
-3. drawing and finalizing ui
-4. reading and handling user input
-5. after X loops: collecting unused directory objects
- -
-Data descriptors defined here:
-
executables
-
-
-Data and other attributes defined here:
-
input_blocked = False
- -
input_blocked_until = 0
- -
stderr_to_out = False
- -
-Methods inherited from ranger.actions.Actions:
-
cd(self, path, remember=True)
enter the directory at the given path, remember=True
- -
copy(self)
Copy the selected items
- -
cut(self)
- -
delete(self)
- -
display_command_help(self, console_widget)
- -
display_file(self)
- -
display_help(self, topic='index', narg=None)
- -
display_log(self)
- -
edit_file(self, file=None)
Calls execute_file with the current file and app='editor'
- -
enter_bookmark(self, key)
Enter the bookmark with the name <key>
- -
enter_dir(self, path, remember=False)
Enter the directory at the given path
- -
execute_command(self, cmd, **kw)
- -
execute_file(self, files, **kw)
Execute a file.
-app is the name of a method in Applications, without the "app_"
-flags is a string consisting of runner.ALLOWED_FLAGS
-mode is a positive integer.
-Both flags and mode specify how the program is run.
- -
exit(self)
Exit the program
- -
force_load_preview(self)
- -
handle_mouse(self)
Handle mouse-buttons if one was pressed
- -
history_go(self, relative)
Move back and forth in the history
- -
mark(self, all=False, toggle=False, val=None, movedown=None, narg=1)
A wrapper for the directory.mark_xyz functions.

-Arguments:
-all - change all files of the current directory at once?
-toggle - toggle the marked-status?
-val - mark or unmark?
- -
mkdir(self, name)
- -
move_left(self, narg=1)
Enter the parent directory
- -
move_pointer(self, relative=0, absolute=None, narg=None)
Move the pointer down by <relative> or to <absolute>
- -
move_pointer_by_pages(self, relative)
Move the pointer down by <relative> pages
- -
move_pointer_by_percentage(self, relative=0, absolute=None, narg=None)
Move the pointer down by <relative>% or to <absolute>%
- -
move_right(self, mode=0, narg=None)
Enter the current directory or execute the current file
- -
notify(self, text, duration=4, bad=False)
- -
open_console(self, mode=':', string='')
Open the console if the current UI supports that
- -
paste(self, overwrite=False)
Paste the selected items into the current directory
- -
paste_symlink(self)
- -
redraw_window(self)
Redraw the window
- -
reload_cwd(self)
- -
rename(self, src, dest)
- -
reset(self)
Reset the filemanager, clearing the directory buffer
- -
resize(self)
Update the size of the UI
- -
scroll(self, relative)
Scroll down by <relative> lines
- -
search(self, order=None, forward=True)
- -
set_bookmark(self, key)
Set the bookmark with the name <key> to the current directory
- -
set_filter(self, fltr)
- -
set_search_method(self, order, forward=True)
- -
sort(self, func=None, reverse=None)
- -
tag_remove(self, movedown=None)
- -
tag_toggle(self, movedown=None)
- -
toggle_boolean_option(self, string)
Toggle a boolean option named <string>
- -
unset_bookmark(self, key)
Delete the bookmark with the name <key>
- -
-Data and other attributes inherited from ranger.actions.Actions:
-
search_forward = False
- -
search_method = 'ctime'
- -
-Data and other attributes inherited from ranger.shared.EnvironmentAware:
-
env = None
- -
-Data descriptors inherited from ranger.shared.Awareness:
-
__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 = <ranger.ext.openstruct.OpenStruct object at 0xe2f090>
- -

- - - - - -
 
-Functions
       
time(...)
time() -> floating point number

-Return the current time in seconds since the Epoch.
-Fractions of a second may be present if the system clock provides them.
-

- - - - - -
 
-Data
       CTRL_C = 3
-TICKS_BEFORE_COLLECTING_GARBAGE = 100
-__version__ = '1.0.3'
- \ No newline at end of file -- cgit 1.4.1-2-gfad0