Home
last modified time | relevance | path

Searched refs:method (Results 626 – 650 of 972) sorted by path

1...<<21222324252627282930>>...39

/plugin/flowplayer/player/
H A DREADME.txt72 - fixed the stopBuffering() API method to close the NetConnection and to clear the screen
77 - #378, javascript method loadPluginWithConfig is unavailable and non existant. Documentation updat…
191 - added a loadPluginWithConfig method to FlowplayerBase, accessible from javascript. Fixed double o…
344 - the API method setPlaylist() no longer starts playing if autoPlay: true, neither it starts buffer…
345 - the API method play() now accepts an array of clip objects as an argument, the playlist is replac…
351 …eed even when the RTMP server does not send any metadata and the onStart method is not therefore d…
/plugin/forcessllogin/
H A Daction.php58 'method' => 'get'));
82 $form = new Doku_Form(array('id'=>'forcessllogin2', 'method' => 'get'));
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js72 method: 'get',
1083 method: 'post',
H A Dprototype.js88 })(property).wrap(method), {
706 invoke: function(method) { argument
982 Number.prototype[method] = Math[method].methodize();
1160 method: 'post', property in AnonymousFunction15cb1ccb8c00.options
1170 this.options.method = this.options.method.toLowerCase();
1190 this.method = this.options.method;
1196 this.method = 'post';
1203 if (this.method == 'get')
1248 if (this.method == 'post') {
2231 Element.Methods[method] = Element.Methods[method].wrap(
[all …]
H A Dxajax.js2 var xajax={callOptions:{method:'post'}, property in xajax.callOptions
119 …Config.debug)this.DebugMessage("Starting xajax...");if(!this.callOptions.method){var requestType="…
120 else{var requestType=this.callOptions.method;if(requestType!=("get"||"post")){requestType="post";}
130 catch(e){delete r;r=null;aOptions.method='get';return this.call(sFunction,aOptions);}
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DSkeleton.php205 foreach ($classMethods as $method) {
207 if (strcasecmp($this->className, $method) !== 0) {
209 if (!$this->includePrivate && strpos($method, '_') === 0) {
212 $this->_createMethod($method);
H A DTestSuite.php141 foreach ($methods as $method) {
142 if (substr($method, 0, 4) == 'test' &&
143 !in_array($method, $parentClasses)) {
144 $this->addTest(new $testClass($method));
/plugin/geonav/tpl/startermap/
H A Dstyle.ini45 ; the stylesheets. Changing this file is the simplest method to
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md74 An alternative is to use the `asArray()` method. Using the above geometry collection of two linestrings,
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoJSON.php104 $method = 'arrayTo' . $type;
106 $geometry = $this->$method($obj->coordinates);
H A DWKT.php105 $method = 'parse' . $geometryType;
106 return call_user_func([$this, $method], $dataString);
/plugin/geophp/vendor/funiq/geophp/src/Exception/
H A DUnsupportedMethodException.php6 * Should be thrown if a method is not implemented yet
14 * @param string $method Name of the unsupported method
18 public function __construct($method, $code = 0, $message = null) argument
20 $message = 'The method ' . $method . '() is not supported yet.' . ($message ? ' ' . $message : '');
27 * @param string $methodName Name of the unsupported method
/plugin/gitbacked/
H A DCHANGELOG.md123 - Adjusted method signatures to match parent in action/editcommit.php
124 - Corrected method signature for php7-compatibility in action/editcommit.php
/plugin/googleanalytics/
H A DREADME.md24 If you set a "Global Site Tag ID", then this method will be used and any "Google Analytics ID" / **…
/plugin/googleanalytics/lang/en/
H A Dintro.txt18 If you set a "Global Site Tag ID", then this method will be used and any "Google Analytics ID" / **…
/plugin/googlepagerank/
H A Dsyntax.php40 list($url,$width,$method) = explode(',',$match);
43 if ( empty($method)) {$method = "style";}
44 return array($url,$width,$method);
/plugin/googlesearch/
H A Dnusoap.php3518 $method = '';
3544 $method_to_compare = (substr(phpversion(), 0, 2) == '4.') ? strtolower($method) : $method;
3575 $funcCall = "\$this->methodreturn = ".$class."::".$method."(";
3581 $funcCall .= "\$this->methodreturn = ".$instname."->".$method."(";
3603 $call_arg = array ($class, $method);
3607 $call_arg = array(&$instance, $method);
5804 var $method = ''; variable in soap_parser
5840 * @param string $method method for which XML is parsed (unused?)
5844 function soap_parser($xml,$encoding='UTF-8',$method='',$decode_utf8=true){ argument
5848 $this->method = $method;
[all …]
/plugin/header2/
H A Dsyntax.php95 $method = '_' . $format . '_header';
96 if (method_exists($this,$method)) {
98 $this->$method($title, $level, $pos, $renderer);
/plugin/header3/
H A Dsyntax.php90 $method = '_' . $format . '_header';
91 if (method_exists($this,$method)) {
93 $this->$method($title, $level, $pos, $renderer);
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …,"lstrip!":1,map:1,"map!":1,match:1,max:1,"member?":1,merge:1,"merge!":1,method:1,"method_defined?… property in hljs.LANGUAGES.ruby.c.keymethods
/plugin/highlightjs/highlight/styles/
H A Dir_black.css21 .function .keyword, .sub .keyword, .method, .list .title {
H A Dsunburst.css25 .function .keyword, .sub .keyword, .method, .list .title {
/plugin/hr/
H A Dsyntax.php193 * return value of the <tt>handle()</tt> method.
198 * method.
/plugin/html2pdf/html2pdf/
H A Daction.php83 ….DOKU_URL.'lib/plugins/html2pdf/tmp/export_pdf.html&pixels=1024&media=A4&method=fpdf&output=0&pdfv…
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog12 output method
245 * Fixed: PDFLIB-related errors (output method seems broken in
347 * Fixed: 'configure' method always overwrote configuration
626 * Fixed: Call to undefined method FlowContext::postpone() error
898 (getting rid of AFM files in FPDF output method)
1238 * Fixed: rectangles drawn using "rect" FPDF output driver method

1...<<21222324252627282930>>...39