Home
last modified time | relevance | path

Searched refs:rest (Results 1 – 25 of 612) sorted by relevance

12345678910>>...25

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jar ... com/ com/pusher/ com/pusher/rest/ com/pusher/rest/data/ com
/plugin/blog/syntax/
H A Darchive.php30 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...]
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.content.item.php19 $rest = $result['rest'];
24 'rest' => $rest);
56 list($value, $rest) = CSS::parse_string($string);
61 'rest' => $rest);
119 $rest = $matches[2];
124 'rest' => $rest);
H A Dcss.parse.properties.php42 $rest = $matches[2];
44 return $rest;
72 $rest = $matches[2];
74 return $rest;
H A Dcss.inc.php153 $rest = $matches[2];
157 return array($value, $rest);
162 $rest = $matches[2];
166 return array($value, $rest);
H A Dvalue.content.php37 $rest = $result['rest'];
39 $string = $rest;
H A Dtag.frame.inc.php77 $rest = $total - array_sum($values);
87 $part_size = $rest / $parts;
H A Dstrategy.table.layout.auto.php166 $rest = $width - array_sum($widths);
185 …$current_max = min($current_max * $rest / $sum_max_cw, $rest - $sum_min_cw + max($minwc[$i], $minw…
/plugin/issuelinks/services/
H A DJira.service.php269 $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 :/');
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php253 $rest = substr($path, $len);
255 $rest = preg_replace("#$filetypes#","",$rest);
256 $rest = trim($rest,'\\/');
257 $folders = preg_split("#[/\\\\]#", $rest);
H A Dcheck_acl.php264 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";
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php253 $rest = substr($path, $len);
255 $rest = preg_replace("#$filetypes#","",$rest);
256 $rest = trim($rest,'\\/');
257 $folders = preg_split("#[/\\\\]#", $rest);
H A Dcheck_acl.php295 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";
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php253 $rest = substr($path, $len);
255 $rest = preg_replace("#$filetypes#","",$rest);
256 $rest = trim($rest,'\\/');
257 $folders = preg_split("#[/\\\\]#", $rest);
H A Dcheck_acl.php296 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";
/plugin/commonmark/vendor/league/commonmark/src/Block/Parser/
H A DListParser.php
/plugin/cssperpage/
H A Dsyntax.php61 list($class,$rest) = explode(';',$match);
62 if($rest) {
/plugin/diagrams/syntax/
H A Dembed.php27 [$open, $rest] = sexplode('>', $match, 2);
29 $svg = substr($rest, 0, -10);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DPDF417.php920 $rest = substr($code, 6);
924 $rest = '';
949 $code = $rest;
956 $rest = substr($code, 44);
959 $rest = '';
967 $code = $rest;
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php163 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);
/plugin/epub/
H A Drenderer.php127 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);
/plugin/openid/Auth/OpenID/
H A DFileStore.php173 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);
/plugin/structrowcolor/
H A Dstruct.php138 $rest = mb_substr($renderer->doc, 0, $rowstart);
147 $renderer->doc = $rest . $tr_tag . ' style="background-color: '.$bgcolor.'" ' . $tr_rest;
/plugin/cleanoldips/
H A Daction.php110 list($timestamp, $ip, $rest) = explode("\t", $line, 3);
119 $cleanedLine = implode("\t", [$timestamp, str_pad('', strlen($ip)), $rest]);
/plugin/gdpr/action/
H A Doldips.php109 list($timestamp, $ip, $rest) = explode("\t", $line, 3);
118 $cleanedLine = implode("\t", [$timestamp, str_pad('', strlen($ip)), $rest]);

12345678910>>...25