Server IP : 103.119.228.120 / Your IP : 18.119.28.213 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/glib-2.0/schemas/ |
Upload File : |
<!ELEMENT schemalist (schema|enum|flags)* > <!ATTLIST schemalist gettext-domain CDATA #IMPLIED > <!ELEMENT schema (key|child|override)* > <!ATTLIST schema id CDATA #REQUIRED path CDATA #IMPLIED gettext-domain CDATA #IMPLIED extends CDATA #IMPLIED list-of CDATA #IMPLIED > <!-- enumerated and flags types --> <!-- each value element maps a nick to a numeric value --> <!ELEMENT enum (value*) > <!ATTLIST enum id CDATA #REQUIRED > <!ELEMENT flags (value*) > <!ATTLIST flags id CDATA #REQUIRED > <!ELEMENT value EMPTY > <!-- nick must be at least 2 characters long --> <!-- value must be parsable as a 32-bit integer --> <!ATTLIST value nick CDATA #REQUIRED value CDATA #REQUIRED > <!ELEMENT key (default|summary?|description?|range?|choices?|aliases?)* > <!-- name can only contain lowercase letters, numbers and '-' --> <!-- type must be a GVariant type string --> <!-- enum must be the id of an enum type that has been defined earlier --> <!-- flags must be the id of a flags type that has been defined earlier --> <!-- exactly one of type, enum or flags must be given --> <!ATTLIST key name CDATA #REQUIRED type CDATA #IMPLIED enum CDATA #IMPLIED flags CDATA #IMPLIED > <!-- the default value is specified a a serialized GVariant, i.e. you have to include the quotes when specifying a string --> <!ELEMENT default (#PCDATA) > <!-- the presence of the l10n attribute marks a default value for translation, its value is the gettext category to use --> <!-- if context is present, it specifies msgctxt to use --> <!ATTLIST default l10n (messages|time) #IMPLIED context CDATA #IMPLIED > <!ELEMENT summary (#PCDATA) > <!ELEMENT description (#PCDATA) > <!-- range is only allowed for keys with numeric type --> <!ELEMENT range EMPTY > <!-- min and max must be parseable as values of the key type and min must be less than or equal to max --> <!ATTLIST range min CDATA #REQUIRED max CDATA #REQUIRED > <!-- choices is only allowed for keys with string or string array type --> <!ELEMENT choices (choice+) > <!-- each choice element specifies one possible value --> <!ELEMENT choice EMPTY > <!ATTLIST choice value CDATA #REQUIRED > <!-- aliases is only allowed for keys with enumerated type or with choices --> <!ELEMENT aliases (alias+) > <!-- each alias element specifies an alias for one of the possible values --> <!ELEMENT alias EMPTY > <!ATTLIST alias value CDATA #REQUIRED > <!ELEMENT child EMPTY > <!ATTLIST child name CDATA #REQUIRED schema CDATA #REQUIRED > <!ELEMENT override (#PCDATA) > <!ATTLIST override name CDATA #REQUIRED l10n CDATA #IMPLIED context CDATA #IMPLIED >