Home
last modified time | relevance | path

Searched refs:request (Results 576 – 600 of 659) sorted by path

1...<<21222324252627

/plugin/stale/_test/
H A DbaseTest.php34 $request = new TestRequest();
35 self::runAsAdmin($request);
37 $response = $request->get(array('do' => 'admin', 'page' => "config"), '/doku.php');
164 private static function runAsAdmin(TestRequest $request = null, $user = 'admin') argument
171 if ($request != null) {
172 $request->setServer('REMOTE_USER', $user);
/plugin/struct/script/
H A DEntryEditor.js70 source: function (request, cb) { argument
72 var term = request.term;
/plugin/structcombolookup/
H A Dscript.js97 _source: function( request, response ) { argument
98 var matcher = new RegExp( $.ui.autocomplete.escapeRegex(request.term), "i" );
101 if ( this.value && ( !request.term || matcher.test(text) ) )
/plugin/subjectindex/plugins/
H A Dbible_verses.txt9038 that your eyes may prove to be opened to the request for favor of your servant and to the request f…
12225 Therefore we fasted and made request of our God concerning this, so that he let himself be entreate…
12787 To this Esther answered and said: "My petition and my request is,
12987 O that my request would comeAnd that God would grant even my hope!
13995 Jehovah will indeed hear my request for favor;Jehovah himself will accept my own prayer.
14734 Do give ear, O God, to my prayer;And do not hide yourself from my request for favor.
16069 May my request for favor enter in before you.According to your saying, O deliver me.
26685 and I will request the Father and he will give YOU another helper to be with YOU forever,
26769 I make request concerning them; I make request, not concerning the world, but concerning those you …
26775 "I request you, not to take them out of the world, but to watch over them because of the wicked one.
[all …]
/plugin/swarmwebhook/lang/en/
H A Difttt_instructions.txt2 …- Go to [[https://ifttt.com/create/if-any-new-check-in-then-make-a-web-request?sid=5|the relevant …
H A Dzapier_instructions.txt9 - Choose ''POST'' as the the request type
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php40 protected $request = null; variable in Swift_Connection_Sendmail
233 switch (strtolower($this->request))
266 $this->request = $command;
/plugin/swiftmail/Swift/
H A DMessage.php445 public function requestReadReceipt($request) argument
447 if ($request instanceof Swift_Address) $request = $request->build();
448 if (!$request)
456 $this->headers->set("Disposition-Notification-To", $request);
457 $this->headers->set("X-Confirm-Reading-To", $request);
458 $this->headers->set("Return-Receipt-To", $request);
/plugin/sympaauth/lang/en/
H A Dlogin.txt10 …assword or for the first login [[<http URL for sympa list server>/remindpasswd|request a password]]
/plugin/sync/
H A Dplugin.info.txt6 desc Syncs a namespace with a remote wiki on request
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …|note|organization|suffix|vcard|url|copies|collating|pages (across|down)|request print time|target…
/plugin/tablelayout/
H A Dyarn.lock1883 request "^2.81.0"
1884 request-progress "^2.0.1"
2065 request-progress@^2.0.1:
2067 …resolved "https://registry.yarnpkg.com/request-progress/-/request-progress-2.0.1.tgz#5d36bb57961c6…
2071 request@^2.81.0:
2073 …resolved "https://registry.yarnpkg.com/request/-/request-2.85.0.tgz#5a03615a47c61420b3eb99b7dba204…
/plugin/tagadd/_test/
H A Dajax.test.php30 $request = new TestRequest();
31 $request->post([
48 $request = new TestRequest();
49 $request->post([
/plugin/tagfilter/script/select2/
H A DREADME.md47 it, and make a pull request back to Select2 here on GitHub.
/plugin/tagging/
H A Dscript.js113 source: function (request, response) { argument
115 term: extractLast(request.term)
/plugin/tagsections/
H A Dscript.js17 request({availableTags: true, tagsForSection: true}, showTagSelection);
111 var request = function(data, success) { function
125 request({tags:newTags, saveTags:true}, function(){
126 request({contentOfPage:true}, function(data){
/plugin/titlesanchorlink/
H A DREADME.md23 Have a bug or a request ? Please create an issue on GitHub !
/plugin/translation/_test/
H A DBasicTest.php123 $request = new TestRequest();
124 $request->setServer('HTTP_ACCEPT_LANGUAGE', $httpAcceptHeader);
126 $response = $request->get(array('id' => $input));
/plugin/uncmap/_test/
H A Dmapping.test.php84 $request = new TestRequest();
89 $response = $request->post($input);
111 $request = new TestRequest();
116 $response = $request->post($input);
134 $request = new TestRequest();
139 $response = $request->post($input);
159 $request = new TestRequest();
164 $response = $request->post($input);
/plugin/upgrade/HTTP/
H A DHTTPClient.php40 // read these after a successful request
89 * Simple function to do a GET request
107 * Simple function to do a GET request with given parameters
132 * Simple function to do a POST request
148 * Send an HTTP request
151 * builds the request headers, follows redirects and parses the response.
305 // build request
306 $request = "$method $request_url HTTP/".$this->http.HTTP_NL;
307 $request .= $this->buildHeaders($headers);
308 $request
[all...]
/plugin/watchcycle/
H A Dscript.js21 * AJAX request for users and groups
87 source: function (request, cb) { argument
88 ajax_watchcycle(cb, 'get', autcmpl_extractLast(request.term));
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js122 …{var request=new pi.xhr();request.environment.setAsync(false);request.environment.setUrl(_url);req…
H A Dfirebug-lite-1.2.js2542 var request = new pi.xhr();
2543 request.environment.setAsync(false);
2544 request.environment.setUrl(_url);
2545 request.send();
2546 return _returnPiObject?request:request.environment.getApi();
H A Dfirebug-lite-1.4.js1364 }},request:function(options){var o=FBL.extend({type:"get",async:true,dataType:"text",contentType:"a… method in Ajax
5354 …le,context,noLimit){if(!file.postText){file.postText=readPostTextFromRequest(file.request,context);
5377 },getHttpHeaders:function(request,file){try{var http=QI(request,Ci.nsIHttpChannel); argument
5378 file.status=request.responseStatus;
5381 file.mimeType=Utils.getMimeType(request.contentType,request.name);
5390 }}},isXHR:function(request){try{var callbacks=request.notificationCallbacks; argument
5392 if(FBTrace.DBG_NET){FBTrace.sysout("net.isXHR; "+(xhrRequest!=null)+", "+safeGetName(request))
5449 }}},getXHR:function(request){if(!(request instanceof Ci.nsIHttpChannel)){return null argument
5450 }try{var callbacks=request.notificationCallbacks;
5517 …BG_ERRORS){FBTrace.sysout("spy.getResponseHeaders; EXCEPTION "+safeGetRequestName(spy.request),exc)
[all …]
/plugin/webcomponent/_test/
H A Djs.test.php31 $request = new TestRequest();
32 $request->get(array('t' => 'dokuwiki'), '/lib/exe/js.php');

1...<<21222324252627