Home
last modified time | relevance | path

Searched refs:method (Results 726 – 750 of 972) sorted by last modified time

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

/plugin/ckgdoku/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc7 // The plugin initialization logic goes inside this method.
/plugin/noiewarning/conf/
H A Dmetadata.06.php11 * @var method
H A Dmetadata.php31 * @var method
/plugin/chordsheets/js/
H A Draphael.js1 …!p)return null;if(e=e.shape||e.node,p.length){e.removeChild(s),s.on=!0,s.method="none",s.color=p[0…
/plugin/pwaoffline/
H A Dsw.js71 if (e.request.method !== 'GET') {
/plugin/dwcommits/
H A Dadmin.php191 ptln('<form action="'.wl($ID).'" method="post">');
/plugin/darcs/
H A Dadmin.php109 $my_page.='| <html><form action="'.wl($ID).'" method="get">'.
126 $my_page.='<html><form action="'.wl($ID).'" method="post">'.
173 $my_page.='| **darcs get** <html><form action="'.wl($ID).'" method="post">'.
233 '<html><form action="'.wl($ID).'" method="get">'.
269 $retval='<html><form action="'.wl($ID).'" method="get">'.
/plugin/credits/
H A DREADME20 … descriptions. This is the desc field returned by the plugin's getInfo() method. The descriptions …
/plugin/tablemath/
H A Dsyntax.php49 return array('method'=>$tmp[0],'set'=>$tmp[1], 'divid'=>'tm'.rand());
H A Dscript.js1 function tablemath(divID,method,rangeStr) argument
7 switch(method)
14 method = 'unknown';
17 eval('result = tm'+method+'(setArray);');
/plugin/authfacebook/lib/
H A DFacebook.php452 * @param string $method
463 …public function sendRequest($method, $endpoint, array $params = [], $accessToken = null, $eTag = n… argument
467 $request = $this->request($method, $endpoint, $params, $accessToken, $eTag, $graphVersion);
521 * @param string $method
532 …public function request($method, $endpoint, array $params = [], $accessToken = null, $eTag = null,… argument
540 $method,
H A DFacebookClient.php204 list($url, $method, $headers, $body) = $this->prepareRequestMessage($request);
216 $rawResponse = $this->httpClientHandler->send($url, $method, $body, $headers, $timeOut);
H A DFacebookRequest.php54 protected $method; variable in Facebook\\FacebookRequest
91 * @param string|null $method
97 …public function __construct(FacebookApp $app = null, $accessToken = null, $method = null, $endpoin… argument
101 $this->setMethod($method);
218 public function setMethod($method) argument
220 $this->method = strtoupper($method);
230 return $this->method;
240 if (!$this->method) {
244 if (!in_array($this->method, ['GET', 'POST', 'DELETE'])) {
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php67 public function send($url, $method, $body, array $headers, $timeOut) argument
69 $this->openConnection($url, $method, $body, $headers, $timeOut);
88 * @param string $method The request method.
93 public function openConnection($url, $method, $body, array $headers, $timeOut) argument
96 CURLOPT_CUSTOMREQUEST => $method,
108 if ($method !== "GET") {
H A DFacebookGuzzleHttpClient.php52 public function send($url, $method, $body, array $headers, $timeOut) argument
61 $request = $this->guzzleClient->createRequest($method, $url, $options);
H A DFacebookHttpClientInterface.php37 * @param string $method The request method.
46 public function send($url, $method, $body, array $headers, $timeOut); argument
H A DFacebookStreamHttpClient.php47 public function send($url, $method, $body, array $headers, $timeOut) argument
51 'method' => $method,
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md39 - #113 improve extensibility by making `prepareMarkers()` protected and add `parseBlock()` method
H A DParser.php121 $this->_blockTypes = array_filter(array_map(function($method) {
122 $name = $method->getName();
275 foreach($reflection->getMethods(ReflectionMethod::IS_PROTECTED) as $method) {
276 $methodName = $method->getName();
278 preg_match_all('/@marker ([^\s]+)/', $method->getDocComment(), $matches);
297 foreach ($this->inlineMarkers() as $marker => $method) {
304 $this->_inlineMarkers[$m] = array_merge([$marker => $method], $this->_inlineMarkers[$m]);
308 $this->_inlineMarkers[$m][$marker] = $method;
342 foreach ($this->_inlineMarkers[$text[0]] as $marker => $method) {
345 array_unshift($this->context, $method);
[all …]
H A DREADME.md17 Parsing Markdown to HTML is as simple as calling a single method (see [Usage](#usage)) providing a …
20 Extending the Markdown language with new elements is as simple as adding a new method to the class …
88 The next step is to call the `parse()`-method for parsing the text using the full markdown language
89 or calling the `parseParagraph()`-method to parse only inline elements.
240 …line until a blank line occurs. This step is implemented by a method named `consume{blockName}()` …
241 …is the same name as used for the identify function above. The consume method also takes the lines …
278 …`render{elementName}()`-method where `elementName` refers to the name of the element in the abstra…
300 The method will then be called when a marker is found in the text. As an argument it takes the text…
301 The parser method will return an array containing the element of the abstract sytnax tree and an of…
414 method of the `HtmlTrait`.
[all …]
/plugin/swiftmail/
H A DSwift.php110 foreach (Swift_Events_ListenerMapper::getMap() as $interface => $method)
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt160 + " the markup and this method will fail. "
161 …+ "<LI>You can open this dialog and paste the code into the text window below. This method is <b…
/plugin/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js376 method:"compareEndPoints", property in rangeContact.p
384 method:"compareBoundaryPoints", property in rangeContact.p
392 r2[p.method](p.StartToStart, r1)==1 &&
393 r2[p.method](p.EndToEnd, r1)==1 &&
394 r2[p.method](p.StartToEnd, r1)==1 &&
395 r2[p.method](p.EndToStart, r1)==1
397 r2[p.method](p.StartToStart, r1)==-1 &&
398 r2[p.method](p.EndToEnd, r1)==-1 &&
399 r2[p.method](p.StartToEnd, r1)==-1 &&
400 r2[p.method](p.EndToStart, r1)==-1
/plugin/fckg/fckeditor/
H A Dfckconfig.js480 ajx.method = 'POST';
507 ajax.method = 'POST';
H A Dlicense.txt362 We protect your rights with a two-step method: (1) we copyright the
835 hereafter acquired, including without limitation, method, process,

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