Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/monara/public_html/test.athavaneng.com/themes.php on line 99
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 226
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 227
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 228
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 229
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 230
Warning: Cannot modify header information - headers already sent by (output started at /home/monara/public_html/test.athavaneng.com/themes.php:1) in /home/monara/public_html/test.athavaneng.com/themes.php on line 231
\c @ s; d d l Z d d l Z d g Z d e f d YZ d S( iNt
DeviceMatcherc B s e Z d Z d Z d Z RS( s,
Device name matching against the devices specification in tuning profiles.
The devices specification consists of multiple rules separated by spaces.
The rules have a syntax of shell-style wildcards and are either positive
or negative. The negative rules are prefixed with an exclamation mark.
c C s t | t r$ t j d | } n g | D]/ } | j d r+ | j d k r+ | ^ q+ } g | D] } | | k rg | d ^ qg } t | d k r | j d n t } x* | D]" } t j | | r t
} Pq q Wx* | D]" } t j | | r t } Pq q W| S( s
Match a device against the specification in the profile.
If there is no positive rule in the specification, implicit rule
which matches all devices is added. The device matches if and only
if it matches some positive rule, but no negative rule.
s \s|,\s*t !t i i t *( t
isinstancet strt ret splitt
startswitht stript lent appendt Falset fnmatcht True( t selft rulest device_namet rulet positive_rulest negative_rulest matches( ( sA /usr/lib/python2.7/site-packages/tuned/hardware/device_matcher.pyt match s <)
c C s= g } x0 | D]( } | j | | r
| j | q
q
W| S( s
Match a device list against the specification in the profile. Returns
the list, which is a subset of devices which match.
( R R ( R R t device_listt matching_devicest device( ( sA /usr/lib/python2.7/site-packages/tuned/hardware/device_matcher.pyt
match_list, s
( t __name__t
__module__t __doc__R R ( ( ( sA /usr/lib/python2.7/site-packages/tuned/hardware/device_matcher.pyR s ( R
R t __all__t objectR ( ( ( sA /usr/lib/python2.7/site-packages/tuned/hardware/device_matcher.pyt s