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/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 88
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 215
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 216
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 217
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 218
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 219
Warning: Cannot modify header information - headers already sent by (output started at /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php:88) in /home/afelisqd/cppseducation.sc.tz/admin/images/photos/17587263121019776732_admin-dbb.php on line 220
a
XC?hU @ sl d Z ddlZddlZddlZddlZg dZi Zdd ZdddZddd Z dd
dZ
ddd
Zdd ZdS )zCache lines from Python source files.
This is intended to read lines from modules imported -- hence if a filename
is not found, it will look down the module search path for a file by
that name.
N)getline
clearcache
checkcache lazycachec C s t dS )zClear the cache entirely.N)cacheclear r r ./opt/alt/python39/lib64/python3.9/linecache.pyr s r c C s6 t | |}d| kr"t|kr2n n||d S dS )z~Get a line for a Python source file from the cache.
Update the cache if it doesn't contain an entry for this file already. )getlineslen)filenamelinenomodule_globalslinesr r r r s
r c C sV | t v r(t | }t|dkr(t | d S zt| |W S tyP t g Y S 0 dS )zGet the lines for a Python source file from the cache.
Update the cache if it doesn't contain an entry for this file already.r
N)r r
updatecacheMemoryErrorr )r r entryr r r r $ s r c C s | du rt t }n| tv r&| g}ndS |D ]} t| }t|dkrHq.|\}}}}|du r^q.zt|}W n" ty t| d Y q.Y n0 ||jks||j kr.t| d q.dS )zUDiscard cache entries that are out of date.
(This is not checked upon each call!)Nr
)
listr keysr
osstatOSErrorpopst_sizest_mtime)r filenamesr sizemtimer fullnamer r r r r 4 s&