Home
last modified time | relevance | path

Searched refs:arg (Results 126 – 150 of 176) sorted by path

12345678

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dopus.js2arg=argNames[i],type=argTypes[i];if(type==="number")continue;var convertCode=JSsource[type+"ToC"];… argument
H A Dvorbis.js2arg=argNames[i],type=argTypes[i];if(type==="number")continue;var convertCode=JSsource[type+"ToC"];… argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js604 ret[ name ] = function( arg ) { argument
613 if ( arg != null && /play|pause/.test( name ) ) {
614 this.media.currentTime = Popcorn.util.toSeconds( arg );
622 if ( arg != null ) {
627 this.media[ name ] = arg;
631 if ( previous !== arg ) {
635 currentValue: arg
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/jplayer/
H A Djquery.jplayer.js3404 self.internal.domNode[name] = function(arg) { argument
3405 self[name](arg);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php251 $media = $arg[2];
/plugin/jplayer/vendor/symfony/process/
H A DProcessUtils.php119 private static function isSurroundedBy($arg, $char) argument
121 return 2 < \strlen($arg) && $char === $arg[0] && $char === $arg[\strlen($arg) - 1];
/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php1465 public function testEscapeArgument($arg) argument
1467 $p = new Process([self::$phpBin, '-r', 'echo $argv[1];', $arg]);
1470 $this->assertSame((string) $arg, $p->getOutput());
1477 public function testEscapeArgumentWhenInheritEnvDisabled($arg) argument
1479 $p = new Process([self::$phpBin, '-r', 'echo $argv[1];', $arg], null, ['BAR' => 'BAZ']);
1483 $this->assertSame((string) $arg, $p->getOutput());
/plugin/jquery/
H A Djquery-1.4.2.js657 map: function( elems, callback, arg ) { argument
663 value = callback( elems[ i ], i, arg );
/plugin/mdpage/vendor/cebe/markdown/bin/
H A Dmarkdown31 foreach($argv as $k => $arg) {
35 if ($arg[0] == '-') {
36 $arg = explode('=', $arg); variable
37 switch($arg[0]) {
39 if (isset($arg[1])) {
40 if (isset($flavors[$arg[1]])) {
41 require($flavors[$arg[1]][1]);
42 $flavor = $flavors[$arg[1]][0];
44 error("Unknown flavor: " . $arg[1], "usage");
61 error("Unknown argument " . $arg[0], "usage");
[all …]
/plugin/metaeditor/
H A Djstree.js219 $.fn.jstree = function (arg) { argument
221 var is_method = (typeof arg === 'string'),
224 if(arg === true && !this.length) { return false; }
228 method = is_method && instance ? instance[arg] : null;
234 if(!instance && !is_method && (arg === undefined || $.isPlainObject(arg))) {
235 $.jstree.create(this, arg);
238 if( (instance && !is_method) || arg === true ) {
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js12269 arg: fn.call(obj, arg)
12274 arg: err
12339 __await: arg
12409 throw arg;
12416 context.arg = arg;
12460 context.arg = record.arg;
12494 context.arg = record.arg;
12555 delete record.arg;
12736 record.arg = arg;
12748 throw record.arg;
[all …]
H A Dpdf.js.map1arg","GenStateSuspendedStart","GenStateSuspendedYield","GenStateExecuting","GenStateCompleted","Co…
H A Dpdf.worker.js799 arg: fn.call(obj, arg)
804 arg: err
869 __await: arg
946 context.arg = arg;
990 context.arg = record.arg;
1024 context.arg = record.arg;
1266 record.arg = arg;
1284 this.rval = this.arg = record.arg;
29702 var imageMask = arg.length === 1 && arg[0];
53879 this.arg = arg;
[all …]
H A Dpdf.worker.js.map1arg","fn","GenStateSuspendedStart","GenStateSuspendedYield","GenStateExecuting","GenStateCompleted…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js2739 arg: fn.call(obj, arg)
2744 arg: err
2809 __await: arg
2879 throw arg;
2886 context.arg = arg;
2930 context.arg = record.arg;
2964 context.arg = record.arg;
3025 delete record.arg;
3206 record.arg = arg;
3218 throw record.arg;
[all …]
H A Dviewer.js.map1arg","fn","GenStateSuspendedStart","GenStateSuspendedYield","GenStateExecuting","GenStateCompleted…
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php129 public static function escapeshellarg_replacement($arg) { argument
131 return escapeshellarg($arg);
133 return '\''.str_replace('\'', '\\\'', $arg).'\'';
608 foreach ($arg_list as $arg) {
609 if ($arg) {
610 $acceptable[] = $arg;
/plugin/qrcode2/
H A Dphpqrcode.php1837 public function append(QRbitstream $arg) argument
1839 if (is_null($arg)) {
1843 if($arg->size() == 0) {
1848 $this->data = $arg->data;
1852 $this->data = array_values(array_merge($this->data, $arg->data));
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js731 triggerCallback: function(cbName, arg) { argument
733 this.options[cbName](this, arg);
/plugin/semanticdata/
H A Dbureaucracy_field.php14 foreach ($args as $arg) {
15 if ($arg[0] !== '_') {
16 $n_args[] = $arg;
19 $datatype = $dthlp->_column($arg);
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js199 return function(arg) { argument
200 return func(transform(arg));
H A Dlodash.js1197 return function(arg) { argument
1198 return func(transform(arg));
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js1197 return function(arg) { argument
1198 return func(transform(arg));
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js386 var arg = _.includes(funcMethods, methodName) ? _.noop : 1,
387 result = _.attempt(function() { return fp[methodName](arg); });

12345678