Lines Matching defs:return
30 return;
45 return;
60 return;
100 * @return array filtered result.
105 return array();
152 return array();
178 return (strtolower($user) === '@user@' && $_SERVER['REMOTE_USER']) ?
238 return array_values($result);
248 * @return bool|string|int
258 return -2;
262 return -2;
279 return -2; //not allowed, task don't exist
303 return $stat;
313 return false;
333 return;
336 return;
340 return;
392 * @return array
397 return array();
400 return array();
419 return $this->db->res2arr($res);
432 * @return array
467 return $result;
474 * @param bool $return if true return html, otherwise print the html
476 * @return string|void
478 public function tpl_pageTasks($id = '', $return = false)
482 return;
500 if ($return) {
501 return $out;
511 * @return string the icon-html
517 return '';
534 return $link;
542 * @return string username with possible links
548 return p_get_renderer('xhtml')->internallink(
554 return editorinfo($user);