Home
last modified time | relevance | path

Searched refs:args (Results 351 – 375 of 559) sorted by path

1...<<11121314151617181920>>...23

/plugin/jcapture/lib/
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DWavFile.java739 public static void main(String[] args) { in main() argument
740 if (args.length < 1) { in main()
746 for (String filename : args) { in main()
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jar ... .lang.String[]) String[] args com.mxgraph.examples.swing.ClickHandler frame ...
H A Djgraphx-examples.jar ... .lang.String[]) String[] args com.mxgraph.examples.swing.ClickHandler frame ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DClickHandler.java58 public static void main(String[] args) in main() argument
H A DCustomCanvas.java131 public static void main(String[] args) in main() argument
H A DCustomCanvas.java.bak129 public static void main(String[] args)
H A DGraphEditor.java734 public static void main(String[] args) in main() argument
H A DGraphEditor.java.bak603 * @param args
605 public static void main(String[] args)
H A DHelloWorld.java41 public static void main(String[] args) in main() argument
H A DPort.java115 public static void main(String[] args) in main() argument
H A DSchemaEditor.java117 public static void main(String[] args) in main() argument
H A DUserObject.java197 public static void main(String[] args) in main() argument
H A DUserObject.java.bak191 public static void main(String[] args)
H A DValidation.java115 public static void main(String[] args) in main() argument
H A DValidation.java.bak111 public static void main(String[] args)
/plugin/jplayer/components/jplayer/dist/jplayer/
H A Djquery.jplayer.js42 args = Array.prototype.slice.call( arguments, 1 ),
46 options = !isMethodCall && args.length ?
47 $.extend.apply( null, [ true, options ].concat(args) ) :
59 instance[ options ].apply( instance, args ) :
2152 args = Array.prototype.slice.call(arguments); // Convert arguments to an Array.
2158 args.splice(1, 1); // Remove the conditions from the arguments
2166 this.jPlayer.apply(this, args);
/plugin/jplayer/components/jplayer/
H A Djplayer-built.js42 args = Array.prototype.slice.call( arguments, 1 ),
46 options = !isMethodCall && args.length ?
47 $.extend.apply( null, [ true, options ].concat(args) ) :
59 instance[ options ].apply( instance, args ) :
2152 args = Array.prototype.slice.call(arguments); // Convert arguments to an Array.
2158 args.splice(1, 1); // Remove the conditions from the arguments
2166 this.jPlayer.apply(this, args);
/plugin/jplayer/components/
H A Drequire-built.js1146 function callGetModule(args) { argument
1149 getModule(makeModuleMap(args[0], null, true)).init(args[1], args[2]);
1191 var args;
1198 args = defQueue.shift();
1199 if (args[0] === null) {
1204 callGetModule(args);
1487 var found, args, mod,
1495 if (args[0] === null) {
1509 callGetModule(args);
2091 options = !isMethodCall && args.length ?
[all …]
H A Drequire.js1146 function callGetModule(args) { argument
1148 if (!hasProp(defined, args[0])) {
1149 getModule(makeModuleMap(args[0], null, true)).init(args[1], args[2]);
1191 var args;
1198 args = defQueue.shift();
1199 if (args[0] === null) {
1204 callGetModule(args);
1487 var found, args, mod,
1494 args = defQueue.shift();
1495 if (args[0] === null) {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/jplayer/
H A Djquery.jplayer.js42 args = Array.prototype.slice.call( arguments, 1 ),
46 options = !isMethodCall && args.length ?
47 $.extend.apply( null, [ true, options ].concat(args) ) :
59 instance[ options ].apply( instance, args ) :
2152 args = Array.prototype.slice.call(arguments); // Convert arguments to an Array.
2158 args.splice(1, 1); // Remove the conditions from the arguments
2166 this.jPlayer.apply(this, args);

1...<<11121314151617181920>>...23