Home
last modified time | relevance | path

Searched refs:method (Results 1 – 6 of 6) sorted by relevance

/web-master/manage/
H A Dgithub.php19 function github_api($endpoint, $method = 'GET', $options = []) argument
21 $options['method'] = $method;
68 'method' => 'POST',
/web-master/vendor/michelf/php-markdown-extra/
H A Dmarkdown.php329 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 DPHP Markdown Extra Readme.text521 * 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 Dpregen_flickr40 'method' => FLICKR_REST_METHOD,
/web-master/include/
H A Dfunctions.inc42 …$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 Dlogin.inc51 <form method="post" action="<?php echo $_SERVER['SCRIPT_NAME'], query_string();?>">

Completed in 12 milliseconds