Home
last modified time | relevance | path

Searched refs:process (Results 551 – 575 of 699) sorted by path

1...<<2122232425262728

/plugin/jplayer/
H A Dcomposer.lock147 "symfony/process": "~2.1|~3.0"
304 "name": "symfony/process",
308 "url": "https://github.com/symfony/process.git",
313 …"url": "https://api.github.com/repos/symfony/process/zipball/b8648cf1d5af12a44a51d07ef9bf980921f15…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js529 this.process(elements);
546 this.prototype.process = function(elements) {
592 element.tns.process(element, data, false);
638 left.tns.process(left, l_data, false);
641 right.tns.process(right, r_data, false);
872 FFT.prototype.process = function(input, forward) {
1069 mdctLong.process(input, 0, buf, 0);
1084 mdctLong.process(input, 0, buf, 0);
1144 mdctLong.process(input, 0, buf, 0);
3081 fft.process(buf, false);
[all …]
H A Daurora.js3300 Filter.prototype.process = function(buffer) {}; method in Filter
3323 BalanceFilter.prototype.process = function(buffer) { method in BalanceFilter
3356 VolumeFilter.prototype.process = function(buffer) { method in VolumeFilter
3557 filter.process(buffer);
H A Dogg.js2process==="object"&&typeof require==="function";var ENVIRONMENT_IS_WEB=typeof window==="object";va…
H A Dopus.js2process==="object"&&typeof require==="function";var ENVIRONMENT_IS_WEB=typeof window==="object";va…
H A Dvorbis.js2process==="object"&&typeof require==="function";var ENVIRONMENT_IS_WEB=typeof window==="object";va…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt978 Modified LAME header parsing to correctly process peak track
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.mpl-20.txt61 process, and apparatus claims, in any patent Licensable by such
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md26 * Added `AssetFactory` instance as second argument for `WorkerInterface::process()`
H A DREADME.md200 by it will be passed to the worker's `process()` method before being returned. See _Cache Busting_ …
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php384 $retval = $worker->process($leaf, $this);
393 $retval = $worker->process($asset, $this);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/
H A DCacheBustingWorker.php32 public function process(AssetInterface $asset, AssetFactory $factory) function in Assetic\\Factory\\Worker\\CacheBustingWorker
H A DEnsureFilterWorker.php51 public function process(AssetInterface $asset, AssetFactory $factory) function in Assetic\\Factory\\Worker\\EnsureFilterWorker
H A DWorkerInterface.php32 public function process(AssetInterface $asset, AssetFactory $factory); function
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DEmberPrecompileFilter.php57 $process = $pb->getProcess();
58 $returnCode = $process->run();
71 throw FilterException::fromProcess($process)->setInput($asset->getContent());
H A DHandlebarsFilter.php76 $process = $pb->getProcess();
77 $returnCode = $process->run();
90 throw FilterException::fromProcess($process)->setInput($asset->getContent());
H A DMinifyCssCompressorFilter.php33 $asset->setContent(\Minify_CSS_Compressor::process($asset->getContent()));
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/
H A DInstaller.php186 $process = new $class($composer, $io);
188 if (!$process->init()) {
192 $process->process();
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DBuildJsProcess.php22 public function process() function in ComponentInstaller\\Process\\BuildJsProcess
H A DCopyProcess.php22 public function process() function in ComponentInstaller\\Process\\CopyProcess
H A DProcess.php138 public function process() function in ComponentInstaller\\Process\\Process
H A DProcessInterface.php43 public function process(); function
H A DRequireCssProcess.php28 public function process() function in ComponentInstaller\\Process\\RequireCssProcess
H A DRequireJsProcess.php46 public function process() function in ComponentInstaller\\Process\\RequireJsProcess
/plugin/jplayer/vendor/symfony/process/
H A DCHANGELOG.md56 the exit code returned by the process

1...<<2122232425262728