Home
last modified time | relevance | path

Searched refs:true (Results 426 – 450 of 6699) sorted by last modified time

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

/plugin/recommend/helper/
H A Dassignment.php73 return true;
89 return true;
94 return true;
99 return true;
/plugin/recommend/
H A Dadmin.php53 send_redirect(wl($ID, array('do' => 'admin', 'page' => 'recommend'), true, '&'));
/plugin/translation/_test/
H A DBasicTest.php62 $helper = plugin_load('helper', 'translation', true);
/plugin/translation/
H A Daction.php170 send_redirect(wl(cleanID($translatedStartpage), '', true));
193 'href' => wl(cleanID($translation), '', true),
203 'href' => wl(cleanID($defaultlink), '', true),
H A Dadmin.php60 $row = "<tr><td>" . $xhtml_renderer->internallink($page['id'], null, null, true) . "</td>";
62 $row .= "<td>" . $xhtml_renderer->internallink($page['id'], $page['id'], null, true) . "</td>";
78 $showRow = true;
87 $showRow = true;
97 true
H A Dhelper.php38 $this->opts = array_fill_keys($this->opts, true);
158 * @param bool $checkact only return true if $ACT is 'show'
161 public function istranslatable($id, $checkact = true)
172 return true;
228 public function showTranslations($checkage = true)
/plugin/translation/syntax/
H A Dnotrans.php54 $renderer->meta['plugin']['translation']['notrans'] = true;
H A Dtrans.php47 return true;
/plugin/todo/
H A D.editorconfig1 root = true
H A Daction.php158 saveWikiText($ID, $wikitext, $this->getLang($checked?'checkboxchange_on':'checkboxchange_off').': '.$todoText, $minoredit = true);
163 'succeed' => true
174 saveWikiText($ID, $newWikitext, 'Unchecked all ToDos', $minoredit = true);
179 'succeed' => true
/plugin/todo/syntax/
H A Dtodo.php156 * @return Boolean true: if rendered successfully, or false: otherwise.
173 return true;
178 return true;
207 $data['checked'] = true;
336 $return .= $renderer->internallink($id, $todotitle, null, true);
390 return $renderer->internallink($id, $name, null, true);
441 * @return bool true if THIS method is responsible for the output (using $renderer->doc) OR false if searchpattern should output it's default
453 //file_put_contents( dirname(__FILE__).'/debug.txt', print_r($matches,true), FILE_APPEND );
454 //file_put_contents( dirname(__FILE__).'/debug.txt', print_r($params,true), FILE_APPEND );
481 // true mean
[all...]
H A Dlist.php201 return true;
209 * decide if this directory should be traversed (true) or not (false).
224 * @return bool if this directory should be traversed (true) or not (false). Return values for files are ignored.
230 if($type == 'd') return true;
233 if(substr($file, -4) != '.txt') return true;
251 return true;
407 * @param $checked bool completion status of task; true: finished, false: open
427 if(in_array($todouser, $requestedassignees)) { $condition2 = true; break; }
436 $condition3s = true; $condition3d = true;
[all...]
/plugin/bureaucracy/helper/
H A Dfieldsubject.php35 return true;
H A Dfieldsubmit.php23 $this->opt['optional'] = true;
35 helper_plugin_bureaucracy_fieldsubmit::$captcha_displayed[$formid] = true;
64 return true;
67 helper_plugin_bureaucracy_fieldsubmit::$captcha_checked[$formid] = true;
76 return true;
H A Dactiontemplate.php202 'listfiles' => true,
203 'showhidden' => true
447 'doreplace' => true,
H A Dfield.php98 $this->opt['optional'] = true;
105 $this->opt['pagename'] = true;
107 $this->opt['replyto'] = true;
168 static $focus = true;
171 return true;
290 $this->error = true;
H A Dfieldaddpage.php48 return true;
H A Dfieldnumber.php22 $pp = array_search('++', $args, true);
25 $this->autoinc = true;
H A Dfieldfieldset.php70 return true;
89 $this->hidden = true;
95 $field->hidden = true;
98 return true;
H A Dfieldstatic.php20 $this->opt['optional'] = true;
33 return true;
H A Dfieldusemailtemplate.php47 return true;
H A Dfieldwiki.php21 $this->opt['optional'] = true;
34 return true;
H A Dfieldyesno.php41 $this->opt['optional'] = true;
/plugin/bureaucracy/
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Dsyntax.php224 return true;
230 return true;
309 $success = true;
313 $isValid = true;
417 $escapedQuote = true;
425 $inQuote = true;
444 } while(true);
479 function replace($input, $strftime = true) {

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