Searched refs:rest (Results 1 – 25 of 612) sorted by relevance
12345678910>>...25
... com/ com/pusher/ com/pusher/rest/ com/pusher/rest/data/ com
30 list($ns, $rest) = explode('?', $match, 2);42 if (!$rest) {43 $rest = $ns;53 if (preg_match("/\d{4}-\d{2}-\d{2}/", $rest)) {54 list($year, $month, $day) = explode('-', $rest, 3);60 } elseif (preg_match("/\d{4}-\d{2}/", $rest)) {61 list($year, $month) = explode('-', $rest, 2);75 } elseif (preg_match("/\d{4}/", $rest)) {76 $start = mktime(0, 0, 0, 1, 1, $rest);77 $end = mktime(0, 0, 0, 1, 1, $rest [all...]
19 $rest = $result['rest'];24 'rest' => $rest);56 list($value, $rest) = CSS::parse_string($string);61 'rest' => $rest);119 $rest = $matches[2];124 'rest' => $rest);
42 $rest = $matches[2];44 return $rest;72 $rest = $matches[2];74 return $rest;
153 $rest = $matches[2];157 return array($value, $rest);162 $rest = $matches[2];166 return array($value, $rest);
37 $rest = $result['rest'];39 $string = $rest;
77 $rest = $total - array_sum($values);87 $part_size = $rest / $parts;
166 $rest = $width - array_sum($widths);185 …$current_max = min($current_max * $rest / $sum_max_cw, $rest - $sum_min_cw + max($minwc[$i], $minw…
269 $endpoint = '/rest/api/2/search?jql=' . $jqlQuery . '&maxResults=50&startAt=' . $startat;332 $projects = $this->makeJiraRequest('/rest/api/2/project', [], 'GET');359 $this->makeJiraRequest('/rest/webhooks/1.0/webhook/' . $oldID, [], 'DELETE');383 $response = $this->makeJiraRequest('/rest/webhooks/1.0/webhook', $payload, 'POST');389 … $db->saveWebhook('jira', $projectsString, $newWebhookID, 'jira rest webhooks have no secrets :/');413 $this->makeJiraRequest('/rest/webhooks/1.0/webhook/' . $oldID, [], 'DELETE');439 $response = $this->makeJiraRequest('/rest/webhooks/1.0/webhook', $payload, 'POST');444 … $db->saveWebhook('jira', $projectsString, $newWebhookID, 'jira rest webhooks have no secrets :/');
253 $rest = substr($path, $len);255 $rest = preg_replace("#$filetypes#","",$rest);256 $rest = trim($rest,'\\/'); 257 $folders = preg_split("#[/\\\\]#", $rest);
264 list($id,$rest) = preg_split('/\s+/',$acl[$i],2);266 $rest = str_replace('%USER%',auth_nameencode($_SERVER['REMOTE_USER']),$rest);267 $acl[$i] = "$id\t$rest";
295 list($id,$rest) = preg_split('/\s+/',$acl[$i],2);297 $rest = str_replace('%USER%',auth_nameencode($_SERVER['REMOTE_USER']),$rest);298 $acl[$i] = "$id\t$rest";
296 list($id,$rest) = preg_split('/\s+/',$acl[$i],2);298 $rest = str_replace('%USER%',auth_nameencode($_SERVER['REMOTE_USER']),$rest);299 $acl[$i] = "$id\t$rest";
61 list($class,$rest) = explode(';',$match);62 if($rest) {
27 [$open, $rest] = sexplode('>', $match, 2);29 $svg = substr($rest, 0, -10);
920 $rest = substr($code, 6);924 $rest = '';949 $code = $rest;956 $rest = substr($code, 44);959 $rest = '';967 $code = $rest;
163 list($proto, $rest) = explode('://', $server_url, 2);164 $parts = explode('/', $rest);374 list($proto, $rest) = explode('://', $server_url, 2);377 $rest = '';380 $parts = explode('/', $rest, 2);
127 list($title,$rest) = explode('(', $title);138 list($title,$rest) = explode('(', $title);183 list($url,$rest) = explode('?', $link['url']); 186 $mime_type = mimetype($rest);341 list($name,$rest) = explode('?',$base_name);
173 list($proto, $rest) = explode('://', $server_url, 2);174 $parts = explode('/', $rest);408 list($proto, $rest) = explode('://', $server_url, 2);411 $rest = '';414 $parts = explode('/', $rest, 2);
138 $rest = mb_substr($renderer->doc, 0, $rowstart);147 $renderer->doc = $rest . $tr_tag . ' style="background-color: '.$bgcolor.'" ' . $tr_rest;
110 list($timestamp, $ip, $rest) = explode("\t", $line, 3);119 $cleanedLine = implode("\t", [$timestamp, str_pad('', strlen($ip)), $rest]);
109 list($timestamp, $ip, $rest) = explode("\t", $line, 3);118 $cleanedLine = implode("\t", [$timestamp, str_pad('', strlen($ip)), $rest]);