!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.16 (Debian). PHP/5.3.3-7+squeeze19 

uname -a: Linux mail.tri-specialutilitydistrict.com 2.6.32-5-amd64 #1 SMP Tue May 13 16:34:35 UTC
2014 x86_64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/doc/python-configobj/api/   drwxr-xr-x
Free 129.6 GB of 142.11 GB (91.2%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     configobj.InterpolationEngine-class.html (15.16 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
configobj.InterpolationEngine
Module configobj :: Class InterpolationEngine
[hide private]
[frames] | no frames]

Class InterpolationEngine

source code

object --+
         |
        InterpolationEngine
Known Subclasses:

A helper class to help perform string interpolation.

This class is an abstract base class; its descendants perform the actual work.

Instance Methods [hide private]
 
__init__(self, section)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
interpolate(self, key, value) source code
 
_fetch(self, key)
Helper function to fetch values from owning section.
source code
 
_parse_match(self, match)
Implementation-dependent helper function.
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  _KEYCRE = re.compile(r'%\(([^\)]*)\)s')
  _cookie = '%'
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, section)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

_fetch(self, key)

source code 

Helper function to fetch values from owning section.

Returns a 2-tuple: the value, and the section where it was found.

_parse_match(self, match)

source code 

Implementation-dependent helper function.

Will be passed a match object corresponding to the interpolation key we just found (e.g., "%(foo)s" or "$foo"). Should look up that key in the appropriate config file section (using the ``_fetch()`` helper function) and return a 3-tuple: (key, value, section)

``key`` is the name of the key we're looking for ``value`` is the value found for that key ``section`` is a reference to the section where it was found

``key`` and ``section`` should be None if no further interpolation should be performed on the resulting value (e.g., if we interpolated "$$" and returned "$").



:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0081 ]--