!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/pyshared/OpenGL/raw/GL/SGIX/   drwxr-xr-x
Free 129.81 GB of 142.11 GB (91.35%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     list_priority.py (2.64 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
'''OpenGL extension SGIX.list_priority

Automatically generated by the get_gl_extensions script, do not edit!
'''
from OpenGL import platform, constants, constant, arrays
from OpenGL import extensions
from OpenGL.GL import glget
import ctypes
EXTENSION_NAME = 'GL_SGIX_list_priority'
_DEPRECATED = False
GL_LIST_PRIORITY_SGIX = constant.Constant( 'GL_LIST_PRIORITY_SGIX', 0x8182 )
glGetListParameterfvSGIX = platform.createExtensionFunction( 
'glGetListParameterfvSGIX',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLuint,constants.GLenum,arrays.GLfloatArray,),
doc='glGetListParameterfvSGIX(GLuint(list), GLenum(pname), GLfloatArray(params)) -> None',
argNames=('list','pname','params',),
deprecated=_DEPRECATED,
)

glGetListParameterivSGIX = platform.createExtensionFunction( 
'glGetListParameterivSGIX',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLuint,constants.GLenum,arrays.GLintArray,),
doc='glGetListParameterivSGIX(GLuint(list), GLenum(pname), GLintArray(params)) -> None',
argNames=('list','pname','params',),
deprecated=_DEPRECATED,
)

glListParameterfSGIX = platform.createExtensionFunction( 
'glListParameterfSGIX',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLuint,constants.GLenum,constants.GLfloat,),
doc='glListParameterfSGIX(GLuint(list), GLenum(pname), GLfloat(param)) -> None',
argNames=('list','pname','param',),
deprecated=_DEPRECATED,
)

glListParameterfvSGIX = platform.createExtensionFunction( 
'glListParameterfvSGIX',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLuint,constants.GLenum,arrays.GLfloatArray,),
doc='glListParameterfvSGIX(GLuint(list), GLenum(pname), GLfloatArray(params)) -> None',
argNames=('list','pname','params',),
deprecated=_DEPRECATED,
)

glListParameteriSGIX = platform.createExtensionFunction( 
'glListParameteriSGIX',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLuint,constants.GLenum,constants.GLint,),
doc='glListParameteriSGIX(GLuint(list), GLenum(pname), GLint(param)) -> None',
argNames=('list','pname','param',),
deprecated=_DEPRECATED,
)

glListParameterivSGIX = platform.createExtensionFunction( 
'glListParameterivSGIX',dll=platform.GL,
extension=EXTENSION_NAME,
resultType=None, 
argTypes=(constants.GLuint,constants.GLenum,arrays.GLintArray,),
doc='glListParameterivSGIX(GLuint(list), GLenum(pname), GLintArray(params)) -> None',
argNames=('list','pname','params',),
deprecated=_DEPRECATED,
)


def glInitListPrioritySGIX():
    '''Return boolean indicating whether this extension is available'''
    return extensions.hasGLExtension( EXTENSION_NAME )

:: 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.0198 ]--