Home
last modified time | relevance | path

Searched refs:methods (Results 476 – 500 of 582) sorted by path

1...<<11121314151617181920>>...24

/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_165158.bak70 // implement necessary Dokuwiki_Syntax_Plugin methods
H A Dsyntax.php.2018-03-08_165255.bak70 // implement necessary Dokuwiki_Syntax_Plugin methods
/plugin/inlineedit/
H A DLICENSE310 "Installation Information" for a User Product means any methods,
/plugin/interwikiformatting/
H A DREADME.md39 …elated to normal use of the mod. The mod takes advantage of the built-in methods for creating inte…
/plugin/ipban/ip-lib/
H A DREADME.md267 These methods are:
/plugin/issuetracker/
H A Dprototype.js2903 for (var property in methods) {
2904 var value = methods[property];
2935 var methods = Object.clone(Methods),
2940 extendElementWith(element, methods);
2967 Element.addMethods = function(methods) { argument
2970 if (!methods) {
2983 var tagName = methods;
2984 methods = arguments[1];
3002 for (var property in methods) {
3003 var value = methods[property];
[all …]
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jar ... client/ org/apache/http/client/methods/ org/apache/http/client/entity ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java30 import org.apache.http.client.methods.HttpUriRequest;
H A DJCaptureApplet.java5 import org.apache.http.client.methods.HttpPost;
6 import org.apache.http.client.methods.HttpUriRequest;
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jar ... client/ org/apache/http/client/methods/ org/apache/http/client/entity ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java53 import org.apache.http.client.methods.HttpPost;
H A DEditorActions.java.bak53 import org.apache.http.client.methods.HttpPost;
/plugin/jmol2/jmol/
H A DCHANGES.txt473 # code: refactored readers, allowing for more obvious initialization/finalization methods
480 # methods representations into roughly literature standard for Pople & Dunning basis
481 # sets as well as perturbation, CI and CC calculation methods. This is dumped to
632 # --Object-like methods and fields such as {*}.xyz.all.join(" ") and {atomno=3}.radius
647 # --Of course, a whole suite of methods that relate to molecular structure.
1272 # -- streamlined methods for converting CUBE data to JVXL files
1924 # code: viewer refactoring to simplify/remove private methods and synchronization
2025 # bug fix: JmolViewer interface deprecated "rotateTo..." methods changed to "rotate..."
2687 # code: refactoring of static quadric surface methods into their own class
2834 # code: "notify" methods in JmolStatusListener consolidated
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djquery.jplayer.inspector.js27 var methods = { class
330 if ( methods[method] ) {
331 return methods[ method ].apply( this, Array.prototype.slice.call( arguments, 1 ));
333 return methods.init.apply( this, arguments );
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js9 …var methods = ( "byId forEach extend effects error guid sizeOf isArray nop position disable enable… variable
13 while ( methods.length ) {
14 global.Popcorn[ methods.shift() ] = function() {};
596 … var methods = "load play pause currentTime playbackRate volume duration preload playbackRate " +
602 Popcorn.forEach( methods.split( /\s+/g ), function( name ) {
1792 methods = [ "_setup", "_teardown", "start", "end", "frame" ],
1813 methods.forEach(function( method ) {
1919 methods.forEach(function( method ) {
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djquery.jplayer.inspector.js27 var methods = { class
330 if ( methods[method] ) {
331 return methods[ method ].apply( this, Array.prototype.slice.call( arguments, 1 ));
333 return methods.init.apply( this, arguments );
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt254 * Bugfix: [module.archive.zip] some newer compression methods unknown
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/
H A Dlicense.gpl-30.txt310 "Installation Information" for a User Product means any methods,
/plugin/jplayer/vendor/symfony/process/
H A DCHANGELOG.md14 * added `$env` argument to `Process::start()`, `run()`, `mustRun()` and `restart()` methods
/plugin/jsonrpc/
H A DIJR_CallbackDefines.php11 private $methods = array(); variable in IJR_CallbackDefines
20 $this->methods[] = $this->obj;
26 $this->methods[] = $this->obj;
32 $this->methods[] = $this->obj;
38 $this->methods[] = $this->obj;
44 $this->methods[] = $this->obj;
50 $this->methods[] = $this->obj;
56 $this->methods[] = $this->obj;
62 $this->methods[] = $this->obj;
215 return $this->methods;
[all …]
H A Djsonrpc.php41 var $methods = array(); variable in dokuwiki_jsonrpc_server
/plugin/katex/
H A DLICENSE310 "Installation Information" for a User Product means any methods,
/plugin/log404/
H A Dhelper.php14 $methods = array();
15 $methods[] = array(
21 $methods[] = array(
27 return $methods;

1...<<11121314151617181920>>...24