SYMBOL INDEX (121 symbols across 16 files) FILE: RoboFile.php class RoboFile (line 7) | class RoboFile extends \Robo\Tasks method release (line 15) | public function release($version) FILE: examples/Ai.php function asyncAudit (line 22) | function asyncAudit($tasks, $appName) function imageAsyncAudit (line 34) | function imageAsyncAudit() function videoAsyncAudit (line 48) | function videoAsyncAudit() function liveAudit (line 62) | function liveAudit() function liveAuditCancel (line 80) | function liveAuditCancel($taskID) FILE: examples/Async-Process.php function videoAsyncProcess (line 20) | function videoAsyncProcess() function compress (line 38) | function compress() function depress (line 55) | function depress() function spiderman (line 72) | function spiderman() function fileAsyncConvert (line 89) | function fileAsyncConvert() function imageAsyncJoint (line 106) | function imageAsyncJoint() FILE: examples/Pre-Process.php function formAsyncPreProcess (line 19) | function formAsyncPreProcess($file, $key, $apps=array()) function formImageAsyncProcess (line 42) | function formImageAsyncProcess() function formImageSyncProcess (line 57) | function formImageSyncProcess() function formVideoAsyncProcess (line 80) | function formVideoAsyncProcess() function formDocAsyncConvert (line 96) | function formDocAsyncConvert() function formImageAsyncAudit (line 110) | function formImageAsyncAudit() function formVideoAsyncAudit (line 123) | function formVideoAsyncAudit() FILE: src/Upyun/Api/Form.php class Form (line 9) | class Form extends Rest method upload (line 11) | public function upload($path, $stream, $params) FILE: src/Upyun/Api/Pretreat.php class Pretreat (line 9) | class Pretreat method __construct (line 17) | public function __construct(Config $config) method process (line 25) | public function process($tasks, $optionalParams = array()) method query (line 56) | public function query($taskIds, $path) FILE: src/Upyun/Api/Rest.php class Rest (line 11) | class Rest method __construct (line 29) | public function __construct(Config $config) method request (line 35) | public function request($method, $storagePath) method withFile (line 48) | public function withFile($file) method send (line 59) | public function send() method withHeader (line 91) | public function withHeader($header, $value) method withHeaders (line 99) | public function withHeaders($headers) method toRequest (line 109) | public function toRequest() FILE: src/Upyun/Api/SyncVideo.php class SyncVideo (line 13) | class SyncVideo { method __construct (line 19) | public function __construct(Config $config) method process (line 24) | public function process($params, $path) { FILE: src/Upyun/Config.php class Config (line 9) | class Config method __construct (line 104) | public function __construct($serviceName, $operatorName, $operatorPass... method setOperatorPassword (line 114) | public function setOperatorPassword($operatorPassword) method getFormApiKey (line 119) | public function getFormApiKey() method setFormApiKey (line 128) | public function setFormApiKey($key) method getVersion (line 133) | public function getVersion() method getPretreatEndPoint (line 138) | public function getPretreatEndPoint() method getSyncVideoEndPoint (line 143) | public function getSyncVideoEndPoint() method getProtocol (line 148) | public function getProtocol() method setUploadType (line 153) | public function setUploadType($uploadType) method setConcurrency (line 158) | public function setConcurrency($concurrency) FILE: src/Upyun/Signature.php class Signature (line 8) | class Signature method getHeaderSign (line 33) | public static function getHeaderSign($serviceConfig, $method, $path, $... method getPurgeSignHeader (line 56) | public static function getPurgeSignHeader(Config $serviceConfig, $urlS... method getBodySignature (line 78) | public static function getBodySignature(Config $serviceConfig, $method... FILE: src/Upyun/Uploader.php class Uploader (line 10) | class Uploader method __construct (line 20) | public function __construct(Config $config) method upload (line 25) | public function upload($path, $file, $params, $withAsyncProcess) method pointUpload (line 58) | private function pointUpload($path, $stream, $params) method needUseBlock (line 113) | private function needUseBlock($fileSize) method concurrentPointUpload (line 135) | private function concurrentPointUpload($path, $stream, $params) FILE: src/Upyun/Upyun.php class Upyun (line 23) | class Upyun method __construct (line 62) | public function __construct(Config $config) method setConfig (line 76) | public function setConfig(Config $config) method write (line 116) | public function write($path, $content, $params = array(), $withAsyncPr... method read (line 144) | public function read($path, $saveHandler = null, $params = array()) method has (line 178) | public function has($path) method info (line 207) | public function info($path, $otherHeaders = array()) method getMimetype (line 220) | public function getMimetype($path) method delete (line 238) | public function delete($path, $async = false) method createDir (line 257) | public function createDir($path) method deleteDir (line 275) | public function deleteDir($path) method usage (line 287) | public function usage($path = '/') method copy (line 305) | public function copy($source, $target) method move (line 323) | public function move($source, $target) method purge (line 340) | public function purge($urls) method process (line 397) | public function process($tasks, $type, $source = '') method queryProcessStatus (line 445) | public function queryProcessStatus($taskIds) method queryProcessResult (line 472) | public function queryProcessResult($taskIds) method m3u8Concat (line 485) | public function m3u8Concat($files, $saveAs) method m3u8Clip (line 504) | public function m3u8Clip($file, $saveAs, $slice = array(), $isInclude ... method m3u8Meta (line 526) | public function m3u8Meta($file) method snapshot (line 544) | public function snapshot($file, $saveAs, $point, $size = '', $format =... method avMeta (line 567) | public function avMeta($file) FILE: src/Upyun/Util.php class Util (line 4) | class Util method trim (line 6) | public static function trim($str) method getHeaderParams (line 15) | public static function getHeaderParams($headers, $otherParams = array()) method parseDir (line 30) | public static function parseDir($body) method base64Json (line 47) | public static function base64Json($params) method stringifyHeaders (line 52) | public static function stringifyHeaders($headers) method md5Hash (line 61) | public static function md5Hash($resource) method encodeURI (line 75) | public static function encodeURI($url) method isSuccess (line 91) | public static function isSuccess($code) FILE: tests/SignatureTest.php class SignatureTest (line 7) | class SignatureTest extends \PHPUnit_Framework_TestCase method setUp (line 15) | public function setUp() method testGetBodySignature (line 20) | public function testGetBodySignature() FILE: tests/UpyunTest.php class UpyunTest (line 7) | class UpyunTest extends \PHPUnit_Framework_TestCase method setUpBeforeClass (line 20) | public static function setUpBeforeClass() method tearDownAfterClass (line 30) | public static function tearDownAfterClass() method testWriteString (line 35) | public function testWriteString() method testWriteStream (line 44) | public function testWriteStream() method testWriteWithAsyncProcess (line 56) | public function testWriteWithAsyncProcess() method testWriteWithException (line 78) | public function testWriteWithException() method testReadFile (line 92) | public function testReadFile() method testDeleteFile (line 111) | public function testDeleteFile() method testDeleteNotExistsFile (line 127) | public function testDeleteNotExistsFile() method testHas (line 134) | public function testHas() method testInfo (line 149) | public function testInfo() method testGetMimetype (line 160) | public function testGetMimetype() method testCreateDir (line 168) | public function testCreateDir() method testReadDir (line 176) | public function testReadDir() method testDeleteDir (line 193) | public function testDeleteDir() method testUsage (line 202) | public function testUsage() method testCopy (line 211) | public function testCopy() method testMove (line 224) | public function testMove() method testPurge (line 235) | public function testPurge() method testProcess (line 246) | public function testProcess() method testQueryProcessStatus (line 267) | public function testQueryProcessStatus() method testQueryProcessResult (line 277) | public function testQueryProcessResult() method testAvMeta (line 285) | public function testAvMeta() method testSnapshot (line 294) | public function testSnapshot() method testParallelUpload (line 303) | public function testParallelUpload() FILE: tests/bootstrap.php function getFileUrl (line 10) | function getFileUrl($path) function getUpyunFileSize (line 15) | function getUpyunFileSize($path)