Home
last modified time | relevance | path

Searched refs:true (Results 326 – 350 of 6699) sorted by last modified time

1...<<11121314151617181920>>...268

/plugin/aichat/vendor/composer/
H A Dinstalled.php10 'dev' => true,
H A DInstalledVersions.php91 * This also returns true if the package name is provided or replaced by another package
97 public static function isInstalled($packageName, $includeDevRequirements = true)
/plugin/aichat/
H A Dhelper.php82 if (!$auth) return true;
83 if (!$this->getConf('restrict')) return true;
408 return json_decode(file_get_contents($this->runDataFile), true);
/plugin/bez/cron/
H A Dfunctions.php4 $action->createObjects(true);
119 $body = $action->bez_tpl_include('cron/weekly-message', true);
/plugin/bez/ctl/
H A Dtasks.php32 $raw_filters = json_decode($_COOKIE[BEZ_THREAD_FILTERS_COOKIE_NAME], true);;
H A Dthread.php50 $redirect = true;
55 $redirect = true;
61 $redirect = true;
70 $redirect = true;
79 $redirect = true;
86 $redirect = true;
97 $redirect = true;
116 $redirect = true;
130 $redirect = true;
136 $redirect = true;
[all...]
H A Dthreads.php15 $raw_filters = json_decode($_COOKIE[BEZ_THREAD_FILTERS_COOKIE_NAME], true);
/plugin/bez/mdl/
H A DEntity.php127 return true;
152 public function html_link($pre='', $post='', $print=true) {
H A DFactory.php178 return true;
263 $reflectionProperty->setAccessible(true);
H A DTask.php278 return true;
331 return true;
390 return true;
401 $participant = $this->get_participant($user_id, true);
434 $participant = $this->get_participant($user_id, true);
549 $tpl->set('no_actions', true);
550 $task_box = $this->model->action->bez_tpl_include('task_box', true);
562 $content = $this->model->action->bez_tpl_include('mail/task', true);
H A DTask_comment.php94 $content = $this->model->action->bez_tpl_include('mail/task_comment', true);
H A DThread.php58 return true;
245 return true;
256 $participant = $this->get_participant($user_id, true);
289 $participant = $this->get_participant($user_id, true);
485 $tpl->set('no_actions', true);
486 $thread_box = $this->model->action->bez_tpl_include('thread_box', true);
499 $content = $this->model->action->bez_tpl_include('mail/thread', true);
568 $content = $this->model->action->bez_tpl_include('mail/thread', true);
590 $content = $this->model->action->bez_tpl_include('mail/thread', true);
H A DThreadFactory.php216 $private = true;
239 $reflectionProperty->setAccessible(true);
284 $private = true;
H A DThread_comment.php131 $content = $this->model->action->bez_tpl_include('mail/thread_comment', true);
H A DUserFactory.php69 return true;
H A DValidator.php61 return array(true, 'is_null');
120 return true;
125 return true;
134 return true;
141 return true;
148 return true;
155 return true;
166 return true;
184 return true;
193 return true;
[all...]
/plugin/bez/renderer/
H A Dxhtmlmail.php7 'cache' => true, // may the rendered result cached?
8 'toc' => true, // render the TOC?
35 $height = null, $cache = null, $render = true) {
121 ml($src, array('cache' => $cache), true, '&'), $width, $height,
/plugin/bez/struct/
H A DBezType.php29 * @return bool true if $mode could be satisfied
71 return true;
/plugin/bez/syntax/
H A Dnav.php20 return true;
H A Dqlink.php73 return true;
H A Dquery.php57 return true;
H A Dstruct.php81 if($mode != 'xhtml') return true;
87 return true;
106 return true;
/plugin/bez/tpl/
H A Dcommcause_box.php56 $tpl->set('causes_without_tasks', true) ?>
H A Dstart.php53 <?php $tpl->set('no_filters', true) ?>
/plugin/bez/action/
H A Dmigration.php72 return true;
105 return true;
148 return true;
430 return true;
441 return true;

1...<<11121314151617181920>>...268