Home
last modified time | relevance | path

Searched refs:method (Results 801 – 825 of 972) sorted by last modified time

1...<<313233343536373839

/plugin/news/
H A DREADME53 …This method adheres to the ttl (time-to-live) configuration setting (see Options below) and create…
56 However, you can force a new feed to be created by method 2 or 3.
67 If you use method 2 or 3 and do not implement method 1, then your url must be:
/plugin/medialist/
H A Dhelper.php231 $method = 'get';
239 return html_btn('media', $INFO['id'], $accesskey, $params, $method, $tooltip, $label);
/plugin/eventum/XML/
H A DRPC.php1284 function method($meth = '') function in XML_RPC_Message
/plugin/jokuwiki/
H A DREADME.md103 The .register method takes 3 parameters:
109 …implements it's own asynchronous script loader. Unlike the jQuery.script method, this ensures that…
111 …, Jokuwiki will try to initiate each widget several times. If the called method throws an exceptio…
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCSS.AllowedProperties.txt
H A DFilter.Custom.txt
H A DCache.DefinitionImpl.txt
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/imageshack/
H A Daction.php87 …echo '<form action="'.DOKU_BASE.'lib/exe/mediamanager.php" method="post" enctype="multipart/form-d…
/plugin/badbehaviour/
H A Dbadbehavior.readme30 potential spam, Bad Behavior analyzes the delivery method as well as the
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js306 var method = this[this.document_gamut[i][0]];
307 if(method) {
308 text = method.call(this, text);
563 var method = this[this.block_gamut[i][0]];
564 if(method) {
565 text = method.call(this, text);
601 var method = this[this.span_gamut[i][0]];
602 if(method) {
603 text = method.call(this, text);
/plugin/markdownextra/
H A Dmarkdown.php342 foreach ($this->document_gamut as $method => $priority) {
343 $text = $this->$method($text);
612 foreach ($this->block_gamut as $method => $priority) {
613 $text = $this->$method($text);
669 foreach ($this->span_gamut as $method => $priority) {
670 $text = $this->$method($text);
/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/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js72 method: 'get',
1083 method: 'post',
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);}
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 …]
/plugin/upload/
H A Dsyntax.php106 $params['method'] = 'post';
/plugin/tumblr/
H A Dsyntax.php303 $html .= '<form method="get">';
/plugin/authucenter/lib/uc_client/model/
H A Dcache.php45 $method = "_get_$m";
46 $s .= '$_CACHE[\''.$m.'\'] = '.var_export($this->$method(), TRUE).";\r\n";
55 $method = "_get_$m";
56 $s .= '$_CACHE[\''.$m.'\'] = '.var_export($this->$method(), TRUE).";\r\n";
H A Dnote.php120 $method = $note['operation'];
121 if(is_string($method) && !empty($method)) {
127 $response = $uc_note->$method($note['getdata'], $note['postdata']);
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt18 donationurl: http://donatenow.wc.lt/?donate=ts@timostamm.de&item-name=BugzillaInt&amount=5&method=P…
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php332 protected function bugzillaRPC( $method, $parameters ) { argument
348 'content' => $this->xmlrpc_encode_request($method, $params)
376 protected function xmlrpc_encode_request($method, $params) { argument
379 $x .= '<methodName>' . htmlspecialchars($method) . '</methodName>';
/plugin/header2/
H A Dsyntax.php95 $method = '_' . $format . '_header';
96 if (method_exists($this,$method)) {
98 $this->$method($title, $level, $pos, $renderer);

1...<<313233343536373839