Les données retournées sont au format XML.
Document trouvé et modifié depuis Pastebin.
| return { | |
| ["workshop-1515116066"]={ configuration_options={ camera_default_angle=0 }, enabled=true }, | |
| ["workshop-375859599"]={ | |
| configuration_options={ | |
| divider=5, | |
| random_health_value=0, | |
| random_range=0, | |
| send_unknwon_prefabs=false, | |
| show_type=0, | |
| unknwon_prefabs=1, |
| ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC4lStuK3rIGPMHjo6v1pA3uFO7dJtd1+tvnHJCQZwLbbwI4GByahLr1hCkMqXhRCGWSKQ4mB3clnNyWTtPYW5HVWILi/xS0pB7metsdMdSl1tAgyTUOCTeJj/CIQWBRI0812O27JtOaltgI1kopBS9fRusA2KcpLB4RbV2r+QTwdrJ5yfi2q+RCcTbPDPnI/btlteuw3rctKGnW6RFspVF5shMFCjIBZcD1NLLrq1FAONlrsPHiKYtKhgBe0x8WRk2MekSCbKqFPPCxBU3t3/OVdjQ0u9zj/VMcGW8CRDwlcW+3xgvMUPKiqUSiV0VzxtTKhhx6kV9Grh83m421WgH dpiquet@londres |
| # first 30s to test | |
| ffmpeg -i théâtre\ le\ problème\ ce1\ ce2\ Cagny\ juin\ 2018.MTS -vcodec libxvid -b 18000k -acodec libmp3lame -ac 2 -ab 320k -deinterlace -s 1440x1080 -t 30 OutputFileTest.AVI | |
| # Whole file | |
| ffmpeg -i théâtre\ le\ problème\ ce1\ ce2\ Cagny\ juin\ 2018.MTS -vcodec libxvid -b 18000k -acodec libmp3lame -ac 2 -ab 320k -deinterlace -s 1440x1080 OutputFile.AVI |
| RewriteEngine on | |
| # Mode maintenance | |
| RewriteCond %{REMOTE_ADDR} !^123\.123\.123\.123 # Excluded IPs | |
| RewriteCond %{REQUEST_URI} !^/maintenance.php [NC] | |
| RewriteRule .* /maintenance.php [L] |
| #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. | |
| #InstallKeybdHook | |
| SendMode Input ; Recommended for new scripts due to its superior speed and reliability. | |
| SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. | |
| ; OPTIONAL: For those who use Home/End more than PgUp/PgDown, this flips their use with the Fn key. | |
| ; If you want the buttons to function as they are, add a semicolon (;) to the beginning of each line below. | |
| Home::PgUp | |
| End::PgDn | |
| PgUp::Home |
| # ~/.bashrc: executed by bash(1) for non-login shells. | |
| # Note: PS1 and umask are already set in /etc/profile. You should not | |
| # need this unless you want different defaults for root. | |
| # PS1='${debian_chroot:+($debian_chroot)}\h:\w\$ ' | |
| # umask 022 | |
| # command prompt | |
| PS1='\h:\w\$ ' |
Les données retournées sont au format XML.
Document trouvé et modifié depuis Pastebin.
| <?php | |
| class JPB_User_Caps { | |
| /** | |
| * An array of all protected roles | |
| * @var array | |
| */ | |
| protected $protectedRoles = array( | |
| 'webmaster', |