Version: 1.9.8
Platform: x86_64
First, install or update to the latest system software.
sudo apt-get update
sudo apt-get install build-essential chrpath libssl-dev libxft-dev
| <template> | |
| <v-dialog v-model="dialog" :max-width="options.width" :style="{ zIndex: options.zIndex }" @keydown.esc="cancel"> | |
| <v-card> | |
| <v-toolbar dark :color="options.color" dense flat> | |
| <v-toolbar-title class="white--text">{{ title }}</v-toolbar-title> | |
| </v-toolbar> | |
| <v-card-text v-show="!!message" class="pa-4">{{ message }}</v-card-text> | |
| <v-card-actions class="pt-0"> | |
| <v-spacer></v-spacer> | |
| <v-btn color="primary darken-1" text @click.native="agree">Yes</v-btn> | 
| <IfModule mod_rewrite.c> | |
| Options -MultiViews | |
| RewriteEngine On | |
| RewriteCond %{REQUEST_FILENAME} !-f | |
| RewriteRule ^(.*)$ index.php [QSA,L] | |
| </IfModule> | |
| <IfModule !mod_rewrite.c> | |
| <IfModule mod_alias.c> | |
| RedirectMatch 302 ^/$ /index.php/ | 
| <?php | |
| namespace Pixelbrackets\AcmeExtension\ViewHelpers; | |
| use TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper; | |
| /** | |
| * Checks if a given page is translated into a given language or translated at all | |
| * | |
| * = Examples = | |
| * | 
| <video controls="" width="400"> | |
| <source src="http://66.128.61.175/reel/1cc976948e74aa62f7a7fde16e64fb6b/360p" type="video/mp4"> | |
| Your browser does not support HTML5 video. | |
| </video> | 
| CURLOPT_NOTHING = 0; | |
| CURLOPT_FILE = 10001; | |
| CURLOPT_URL = 10002; | |
| CURLOPT_PORT = 3; | |
| CURLOPT_PROXY = 10004; | |
| CURLOPT_USERPWD = 10005; | |
| CURLOPT_PROXYUSERPWD = 10006; | |
| CURLOPT_RANGE = 10007; | |
| CURLOPT_INFILE = 10009; | |
| CURLOPT_ERRORBUFFER = 10010; | 
| $.fn.filterGroups = function( options ) { | |
| var settings = $.extend( {}, options); | |
| return this.each(function(){ | |
| var $select = $(this); | |
| // Clone the optgroups to data, then remove them from dom | |
| $select.data('fg-original-groups', $select.find('optgroup').clone()).children('optgroup').remove(); | |
| $(settings.groupSelector).change(function(){ |