42.7K results in 834 ms
8 years ago · Jun 01, 2018, 02:32 AM
echo '<h1>File tools</h1><div class=content>'; if( !file_exists(@$_POST['p1']) ) { echo 'File not exists'; hardFooter(); return; } $uid = @posix_getpwuid(@fileowner($_POST['p1']));
8 years ago · Jun 01, 2018, 12:42 AM
for mpv --input-file PATH, if not exists already. Optional MODE should
8 years ago · May 31, 2018, 11:28 PM
http_host. Variants: '', 'path/to/subfolder' // Will not working if $root_path will be outside
8 years ago · May 31, 2018, 10:12 PM
CREATE TABLE IF NOT EXISTS `questions` ( `question_id` int(11) NOT
8 years ago · May 31, 2018, 09:36 PM
structure for table `players` -- CREATE TABLE IF NOT EXISTS `players` ( `uid` int(12) NOT
8 years ago · May 31, 2018, 08:34 PM
sqlite3.connect(adresse) cursor = conn.cursor() cursor.execute(""" CREATE TABLE IF NOT EXISTS logs( id INTEGER PRIMARY
8 years ago · May 31, 2018, 08:14 PM
format(string, sizeof(string), "CREATE TABLE IF NOT EXISTS DynamicDoors ("); for(new i = 0;
8 years ago · May 31, 2018, 08:06 PM
G-1:2176447]. ServerLog: AWarn: Message Table Exists L 05/31/2018 - 15:17:59: AWarn:
8 years ago · May 31, 2018, 07:44 PM
xml version="1.0" encoding="UTF-8" ?> <!-- Do not modify! These are OSMC Optimised Settings for your device !--> <!-- If you wish to override
8 years ago · May 31, 2018, 04:54 PM
hive CREATE database socialScoring; CREATE EXTERNAL TABLE IF NOT EXISTS socialScoring.datasocial( id_persona STRING COMMENT
8 years ago · May 31, 2018, 04:44 PM
structure for table monolith_development.market_orders CREATE TABLE IF NOT EXISTS `market_orders` ( `id` int(11) NOT
8 years ago · May 31, 2018, 01:58 PM
set @name = @prologue + @indexstring if not exists (select value from dtproperties
8 years ago · May 31, 2018, 12:40 PM
set @name = @prologue + @indexstring if not exists (select value from dtproperties
8 years ago · May 31, 2018, 12:20 PM
CREATE TABLE IF NOT EXISTS expenses ( id INTEGER PRIMARY
8 years ago · May 31, 2018, 12:18 PM
count(ufid) > 1 ) USE tempdb; IF OBJECT_ID('user') IS NOT NULL DROP TABLE [user]; CREATE TABLE [user] ( UFID varchar(max)
8 years ago · May 31, 2018, 11:56 AM
typeof(value) != "undefined") database.transaction(function(tx) { tx.executeSql("CREATE TABLE IF NOT EXISTS cache(" + "id INTEGER NOT
8 years ago · May 31, 2018, 11:28 AM
typeof(value) != "undefined") database.transaction(function(tx) { tx.executeSql("CREATE TABLE IF NOT EXISTS cache(" + "id INTEGER NOT
8 years ago · May 31, 2018, 10:04 AM
Connection conn = getConnection(); PreparedStatement create = conn.prepareStatement("CREATE database IF NOT exists szorzas"); PreparedStatement createtable = conn.prepareStatement("CREATE table if not exists szorzas.dump
Total pages: 2134