Searched refs:method (Results 1 – 6 of 6) sorted by relevance
/web-master/manage/ |
H A D | github.php | 19 function github_api($endpoint, $method = 'GET', $options = []) argument 21 $options['method'] = $method; 68 'method' => 'POST',
|
/web-master/vendor/michelf/php-markdown-extra/ |
H A D | markdown.php | 329 foreach ($this->document_gamut as $method => $priority) { 330 $text = $this->$method($text); 597 foreach ($this->block_gamut as $method => $priority) { 598 $text = $this->$method($text); 654 foreach ($this->span_gamut as $method => $priority) { 655 $text = $this->$method($text);
|
H A D | PHP Markdown Extra Readme.text | 521 * Added the missing TextileRestricted method that was added to regular 534 * Fixed an issue introduced in 1.0.1d in the tokenizeHTML method where 609 * Added a `TextileRestrited` method to the textile compatibility mode. There
|
/web-master/scripts/ |
H A D | pregen_flickr | 40 'method' => FLICKR_REST_METHOD,
|
/web-master/include/ |
H A D | functions.inc | 42 …$SEARCH = ["method" => "get", "action" => "/manage/users.php", "placeholder" => "Search profiles",… 46 …$SEARCH = ["method" => "get", "action" => "/manage/event.php", "placeholder" => "Search Events", "… 49 …$SEARCH = ["method" => "get", "action" => "/manage/user-notes.php", "placeholder" => "Search notes…
|
H A D | login.inc | 51 <form method="post" action="<?php echo $_SERVER['SCRIPT_NAME'], query_string();?>">
|
Completed in 15 milliseconds