コード例 #1
0
<?php

/**
 * @package plugins.contentDistribution
 * @subpackage Scheduler.Distribute.Debug
 */
// /opt/kaltura/app/batch
chdir(dirname(__FILE__) . "/../../../../batch");
require_once __DIR__ . "/../../../../batch/bootstrap.php";
$iniFile = "../configurations/batch";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncDistributeDelete');
コード例 #2
0
<?php

/**
 * @package plugins.scheduledTask
 * @subpackage Scheduler.Debug
 */
chdir(dirname(__FILE__) . "/../../../../batch");
require_once __DIR__ . "/../../../../batch/bootstrap.php";
$iniFile = realpath(dirname(__FILE__) . "/../../../../configurations/batch");
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KScheduledTaskRunner');
コード例 #3
0
<?php

/**
 * @package Scheduler
 * @subpackage Debug
 */
chdir(dirname(__FILE__) . "/../../");
require_once "bootstrap.php";
$iniFile = "batch_config.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncBulkUploadCloser');
<?php

/**
 * @package Scheduler
 * @subpackage Debug
 */
chdir(dirname(__FILE__) . "/../../");
require_once "bootstrap.php";
$iniFile = "../configurations/batch.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile, true);
$kdebuger->run('KAsyncCaptureThumb');
<?php

/**
 * @package plugins.contentDistribution 
 * @subpackage Scheduler.Distribute.Debug
 */
// /opt/kaltura/app/batch
chdir(dirname(__FILE__) . "/../../../../batch");
require_once "bootstrap.php";
$iniFile = "batch_config.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncDistributeFetchReportCloser');
コード例 #6
0
<?php

/**
 * @package Scheduler
 * @subpackage Debug
 */
chdir(dirname(__FILE__) . "/../../");
require_once __DIR__ . "/../../bootstrap.php";
$iniDir = "batch_config.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniDir);
$kdebuger->run('KAsyncDirectoryCleanup');
<?php

/**
 * @package plugins.contentDistribution 
 * @subpackage Scheduler.Distribute.Debug
 */
// /opt/kaltura/app/batch
chdir(dirname(__FILE__) . "/../../../../batch");
require_once "bootstrap.php";
$iniFile = "../configurations/batch.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncDistributeDeleteCloser');
<?php

/**
 * @package Scheduler
 * @subpackage Debug
 */
chdir(dirname(__FILE__) . "/../../");
require_once "bootstrap.php";
$iniFile = "../configurations/batch.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncCopy');
<?php

/**
 * @package plugins.contentDistribution 
 * @subpackage Scheduler.Distribute.Debug
 */
// /opt/kaltura/app/batch
chdir(dirname(__FILE__) . "/../../../../batch");
require_once "bootstrap.php";
$iniFile = "../configurations/batch.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncDistributeSubmitCloser');
コード例 #10
0
<?php

/**
 * @package plugins.contentDistribution 
 * @subpackage Scheduler.Distribute.Debug
 */
// /opt/kaltura/app/batch
chdir(dirname(__FILE__) . "/../../../../batch");
require_once __DIR__ . "/../../../../batch/bootstrap.php";
$iniFile = "batch_config.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncDistributeEnable');
コード例 #11
0
<?php

/**
 * @package Scheduler
 * @subpackage Debug
 */
chdir(dirname(__FILE__) . "/../../");
require_once "bootstrap.php";
$iniFile = "batch_config.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncConvert');
コード例 #12
0
<?php

/**
 * @package Scheduler
 * @subpackage Debug
 */
chdir(dirname(__FILE__) . "/../../");
require_once "bootstrap.php";
$iniFile = "batch_config.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncProvisionProvide');
<?php

/**
 * @package plugins.multiCenters
 * @subpackage Scheduler.FileSyncImport.Debug
 */
chdir(dirname(__FILE__) . "/../../../../batch");
require_once "bootstrap.php";
$iniFile = "batch_config.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncFileSyncImportCloser');
<?php

/**
 * @package Scheduler
 * @subpackage Debug
 */
chdir(dirname(__FILE__) . "/../../");
require_once "bootstrap.php";
$iniFile = "../configurations/batch.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncExtractMedia');
<?php

/**
 * @package Scheduler
 * @subpackage Debug
 */
chdir(dirname(__FILE__) . "/../../");
require_once "bootstrap.php";
$iniFile = "../configurations/batch.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncPostConvert');
コード例 #16
0
<?php

/**
 * @package Scheduler
 * @subpackage Debug
 */
chdir(dirname(__FILE__) . "/../../");
require_once __DIR__ . "/../../bootstrap.php";
$iniDir = "../configurations/batch";
// should be the full file path
$kdebuger = new KGenericDebuger($iniDir);
$kdebuger->run('KAsyncBulkUpload');
コード例 #17
0
<?php

/**
 * @package Scheduler
 * @subpackage Debug
 */
if (strtoupper(PHP_SAPI) != 'CGI-FCGI' && strtoupper(PHP_SAPI) != 'CLI') {
    echo 'This script must be executed using CLI';
    exit;
}
chdir(dirname(__FILE__) . "/../");
require_once __DIR__ . "/../bootstrap.php";
$iniDir = "batch_config.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniDir);
$kdebuger->run('KScheduleHelper');
<?php

/**
 * @package Scheduler
 * @subpackage Debug
 */
chdir(dirname(__FILE__) . "/../../");
require_once "bootstrap.php";
$iniFile = "batch_config.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncBulkDownloadCloser');
<?php

/**
 * @package Scheduler
 * @subpackage Debug
 */
chdir(dirname(__FILE__) . "/../../");
require_once "bootstrap.php";
$iniFile = "batch_config.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncConvertCollection');
<?php

/**
 * @package Scheduler
 * @subpackage Debug
 */
chdir(dirname(__FILE__) . "/../../");
require_once "bootstrap.php";
$iniFile = "../configurations/batch.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncIndex');
コード例 #21
0
<?php

/**
 * @package Scheduler
 * @subpackage Debug
 */
chdir(dirname(__FILE__) . "/../../");
require_once __DIR__ . "/../../bootstrap.php";
$iniDir = dirname(__FILE__) . "/../configurations/batch";
// should be the full file path
$kdebuger = new KGenericDebuger($iniDir);
$kdebuger->run('KAsyncValidateLiveMediaServers');
<?php

/**
 * @package plugins.contentDistribution 
 * @subpackage Scheduler.Distribute.Debug
 */
// /opt/kaltura/app/batch
chdir(dirname(__FILE__) . "/../../../../batch");
require_once "bootstrap.php";
$iniFile = "../configurations/batch.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncDistributeUpdate');
コード例 #23
0
<?php

/**
 * @package Scheduler
 * @subpackage Debug
 */
chdir(dirname(__FILE__) . "/../../");
require_once "bootstrap.php";
$iniFile = "batch_config.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncMailer');
<?php

/**
 * @package Scheduler
 * @subpackage Debug
 */
chdir(dirname(__FILE__) . "/../../");
require_once "bootstrap.php";
$iniFile = "batch_config.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncConvertProfileCloser');
コード例 #25
0
<?php

/**
 * @package plugins.contentDistribution 
 * @subpackage Scheduler.Distribute.Debug
 */
chdir(dirname(__FILE__) . "/../../../../batch");
require_once __DIR__ . "/../../../../batch/bootstrap.php";
$iniFile = "batch_config.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncDistributeEnableCloser');
コード例 #26
0
ファイル: KAsyncConcatDebug.php プロジェクト: DBezemer/server
<?php

/**
 * @package Scheduler
 * @subpackage Debug
 */
chdir(dirname(__FILE__) . "/../../");
require_once __DIR__ . "/../../bootstrap.php";
$iniDir = dirname(__FILE__) . "/../configurations/batch";
// should be the full file path
$kdebuger = new KGenericDebuger($iniDir);
$kdebuger->run('KAsyncConcat');
コード例 #27
0
<?php

/**
 * @package plugins.multiCenters
 * @subpackage Scheduler.FileSyncImport.Debug
 */
chdir(dirname(__FILE__) . "/../../../../batch");
require_once __DIR__ . "/../../../../batch/bootstrap.php";
$iniFile = "batch_config.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncFileSyncImport');
コード例 #28
0
<?php

/**
 * @package Scheduler
 * @subpackage Debug
 */
chdir(dirname(__FILE__) . "/../../");
require_once __DIR__ . "/../../bootstrap.php";
$iniDir = "../configurations/batch";
// should be the full file path
$kdebuger = new KGenericDebuger($iniDir);
$kdebuger->run('KAsyncDeleteFile');
コード例 #29
0
<?php

/**
 * @package Scheduler
 * @subpackage Debug
 */
chdir(dirname(__FILE__) . "/../../");
require_once "bootstrap.php";
$iniFile = "batch_config.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncDivertConvert');
コード例 #30
0
<?php

/**
 * @package plugins.captionSearch
 * @subpackage Scheduler.Debug
 */
// /opt/kaltura/app/batch
chdir(dirname(__FILE__) . "/../../../../../../batch");
require_once __DIR__ . "/../../../../../../batch/bootstrap.php";
$iniFile = "batch_config.ini";
// should be the full file path
$kdebuger = new KGenericDebuger($iniFile);
$kdebuger->run('KAsyncParseCaptionAsset');