Home
last modified time | relevance | path

Searched refs:method (Results 751 – 775 of 972) sorted by last modified time

1...<<313233343536373839

/plugin/fckg/fckeditor/editor/dialog/
H A Dtw-sack.js11 this.method = "POST";
132 if (this.method == "GET") {
134 this.xmlhttp.open(this.method, totalurlstring, true);
136 this.xmlhttp.open(this.method, this.requestFile, true);
/plugin/fckg/fckeditor/
H A Dtw-sack.js11 this.method = "POST";
132 if (this.method == "GET") {
134 this.xmlhttp.open(this.method, totalurlstring, true);
136 this.xmlhttp.open(this.method, this.requestFile, true);
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js1340 fckg_ajax.method = 'GET';
1412 ajax2.method = 'GET';
/plugin/indobible/
H A Dsyntax.php72 public function _CallAPI($method, $url, $data = false) { argument
75 switch ($method) {
/plugin/callflow/
H A Draphael.js5231 for (var method in elproto) if (elproto[has](method)) {
5232 setproto[method] = (function (methodname) {
5239 })(method);
7113 for (var method in elproto) if (elproto[has](method) && !setproto[has](method)) {
7114 setproto[method] = (function (methodname) {
7121 })(method);
7534 fill.method = "none";
8093 for (var method in elproto) if (elproto[has](method) && !setproto[has](method)) {
8094 setproto[method] = (function (methodname) {
8101 })(method);
/plugin/authsplit/
H A DREADME14 method calls among TWO other auth plugins that will do the actual work:
51 authsplit maps DokuWiki's authentication method calls as follows:
53 - checkPass(): this is DokuWiki's method that validates login names and
59 method _checkUserOnSecondaryAuthPlugin() (see below).
61 - trustExternal(): this is the method DokuWiki calls if the PRIMARY auth
66 the semantics of external authentication, however, the method ends by doing an
70 - _checkUserOnSecondaryAuthPlugin(): This is an internal helper method that
86 - logOff(): DokuWiki documentation says this method is run "in addition to the
91 method.
93 - getUserData(): this is the method DokuWik
[all...]
/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DPost.php59 'method' => 'POST',
/plugin/cacherevisionseraser/
H A Dadmin.php172 ptln('<form method="post" action="'.wl($ID).'"><div class="no">');
199 ptln('<form method="post" action="'.wl($ID).'"><div class="no">');
211 …ptln('<form method="post" action="'.wl($ID).'" onsubmit="return confirm(\''.str_replace('\\\\n','\…
270 …ptln('<form method="post" action="'.wl($ID).'" onsubmit="return confirm(\''.str_replace('\\\\n','\…
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DMessage.php39 public $method; variable in Sabre\\VObject\\ITip\\Message
H A DBroker.php118 switch($itipMessage->method) {
515 $message->method = 'CANCEL';
519 $icalMsg->METHOD = $message->method;
543 $message->method = 'REQUEST';
547 $icalMsg->METHOD = $message->method;
714 $message->method = 'REPLY';
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php56 $message->method = isset($vcal->METHOD)?$vcal->METHOD->getValue():null;
61 if ($message->method === 'REPLY') {
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md147 * #163: Added a `getTimeZone()` method to `VTIMEZONE` components.
170 * #118: iTip Message now has a `getScheduleStatus()` method.
397 * Added: helper method to parse vCard dates and times.
453 * Added: remove() method for easily removing properties and sub-components
462 * Added: add() method to the Property class.
469 add() method.
/plugin/vbsso/views/
H A Dadmin.html2-1.tpl2 <form action="" name="vbsso_settings" method="post">
/plugin/remotelistnamespace/
H A DREADME.md8 $method="plugin.remotelistnamespace.listNamespace";
9 $result = $wikiClient->$method($wiki, [ "depth" => $depth ]);
H A Dplugin.info.txt5 name listNamespace XMLRPC method
6 desc This plugins just adds an XMLRPC method called remotelistnamespace.listNamespace
/plugin/fetchmedia/lib/
H A Dbundle.js1method=o,r.arg=u;;){var c=r.delegate;if(c){var s=l(c,r);if(s){if(s===M)continue;return s}}if("next…
/plugin/fetchmedia/script/
H A Dmain.js35 method: 'POST', property in requestDownloadExternalFile.options
68 method: 'GET',
/plugin/database2/
H A Ddatabase2.php786 $method = array( &$this, '__handle_'.$action );
787 if ( is_callable( $method ) )
788 if ( !call_user_func( $method, $rowid ) )
/plugin/logstats/
H A Daction.php126 $method = isset($_SERVER['REQUEST_METHOD']) ? $_SERVER['REQUEST_METHOD'] : "";
172 …$logline = "$host - $user $timestamp \"$method $page $protocol\" $status $size \"$referer\" \"$age…
/plugin/issuetracker/
H A Dprototype.js139 var method = value;
142 })(property).wrap(method);
144 value.valueOf = method.valueOf.bind(method);
145 value.toString = method.toString.bind(method);
933 function invoke(method) { argument
1473 method: 'post', property in AnonymousFunctionf562dc224300.options
1483 this.options.method = this.options.method.toLowerCase();
1500 this.method = this.options.method;
1507 this.method = 'post';
1555 if (this.method == 'post') {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Debug/
H A DDebugCodeSniff.php57 $method = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
59 $data = array($tokens[$method]['content']);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFileCommentSniff.php281 $method = 'process'.substr($tag, 1);
282 if (method_exists($this, $method) === true) {
284 call_user_func(array($this, $method), $phpcsFile, $tagTokens[$tag]);
/plugin/authgoogle/google/io/
H A DGoogle_CacheParser.php37 $method = $resp->getRequestMethod();
38 if (! in_array($method, self::$CACHEABLE_HTTP_METHODS)) {
/plugin/authgoogle/google/service/
H A DGoogle_ServiceResource.php73 $method = $this->methods[$name];
104 if (!isset($method['parameters'])) {
105 $method['parameters'] = array();
108 $method['parameters'] = array_merge($method['parameters'], $this->stackParameters);
114 if (isset($method['parameters'])) {
131 if (! isset($method['id'])) {
132 $method['id'] = $method['rpcMethod'];
136 if (! isset($method['path'])) {
137 $method['path'] = $method['restPath'];
144 if (isset($method['mediaUpload'])) {
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php1068 public $method; variable in Google_BucketCors
1077 public function setMethod(/* array(Google_string) */ $method) { argument
1078 $this->assertIsArray($method, 'Google_string', __METHOD__);
1079 $this->method = $method;
1082 return $this->method;

1...<<313233343536373839