Home
last modified time | relevance | path

Searched refs:null (Results 201 – 225 of 5084) sorted by last modified time

12345678910>>...204

/plugin/structtasks/_test/
H A DNotifiersTest.php256 array_replace($old_data, ['duedate' => null, 'duedate_formatted' => '']),
257 array_replace($old_data, ['duedate' => null, 'duedate_formatted' => '']),
277 array_replace($old_data, ['duedate' => null, 'duedate_formatted' => '']),
278 array_replace($old_data, ['duedate' => null, 'duedate_formatted' => '']),
296 array_replace($old_data, ['duedate' => null, 'duedate_formatted' => '']),
297 array_replace($old_data, ['duedate' => null, 'duedate_formatted' => '']),
H A DUtilitiesTest.php96 $this->nodate_expected = ['duedate' => null,
/plugin/structtasks/
H A Daction.php29 …->register_hook('COMMON_WIKIPAGE_SAVE', 'AFTER', $this, 'handle_common_wikipage_save', null, 3999);
/plugin/structtasks/meta/
H A DUtilities.php104 $old_data = $this->struct->getData($id, null, $old_rev);
105 $new_data = $this->struct->getData($id, null, $new_rev);
158 $d = null;
/plugin/orphanswanted/
H A Dhelper.php94 function orph_report_table($data, $page_exists, $has_links, $params_array, $caller = null) {
100 $ignoredPages = null;
/plugin/button/
H A Dsyntax.php127 protected function getConfStyles($name = null)
129 if ($this->confStyles === null) {
281 $image = $this->internalmedia($renderer, $image['src'], null, null, $image['width'], $image['height']);
/plugin/bibtex4dw/lib/
H A Dbibtexrender.php124 return null;
130 // return the desired object or null in case of error
579 return null;
/plugin/tag/_test/
H A Dtopic_sort.test.php41 $this->assertEquals($this->pages, $this->extract_ids($this->helper->getTopic('', null, 'mytag')));
/plugin/tag/
H A Dhelper.php243 public function getTopic($ns = '', $num = null, $tagquery = '') {
369 public function tagOccurrences($tags, $namespaces = null, $allTags = false, $isRecursive = null) {
378 $namespaces = null;
384 $isRootAllowed = !($namespaces === null) && in_array('.', $namespaces);
385 if ($isRecursive === null) {
401 if ($namespaces == null || ($isRootAllowed && $isRecursive)) {
/plugin/tag/syntax/
H A Dcount.php57 $allowedNamespaces = null;
H A Dsearchtags.php93 if ($tags != null) {
242 * @return string|null the tag search or null when no tags were selected
266 return null; // return NULL when no tags were selected so no results will be displayed
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php52 $context = null,
66 null,
105 null,
255 return null;
262 return null;
269 return null;
274 return null;
283 return null;
288 return null;
297 return null;
[all …]
H A Dmap.php211 $exists = null;
/plugin/imapmarkers/_test/
H A DGeneralTest.php67 if ($conf !== null && $meta !== null) {
/plugin/recommend/
H A Daction.php193 $captcha = null;
H A Dadmin.php36 if (@preg_match($assignment['pattern'], null) === false) {
/plugin/recommend/helper/
H A Dassignment.php68 public static function matchPagePattern($pattern, $page = null, $pns = null)
/plugin/translation/_test/
H A DGeneralTest.php67 if ($conf !== null && $meta !== null) {
/plugin/translation/
H A Daction.php
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>";
96 null,
/plugin/translation/syntax/
H A Dnotrans.php
/plugin/todo/syntax/
H A Dtodo.php336 $return .= $renderer->internallink($id, $todotitle, null, true);
390 return $renderer->internallink($id, $name, null, true);
443 public function _searchpatternHandler($type, $renderer, $data, $matches, $params = array(), $page = null, $value = null) {
/plugin/bureaucracy/helper/
H A Dfieldradio.php58 $value = (in_array($value, $entries) ? $value : null);
59 $valueoffieldwithid = ($value !== null ? $value : current($entries));
H A Dfieldsubmit.php37 $helper = null;
70 $helper = null;
86 return ($name === 'value') ? null : parent::getParam($name);
H A Dactionmail.php65 $mail->setBody($this->_mail_text,null,null,$this->_mail_html);
127 … if($value === null || $label === null) break; //print attachment only if field was visible
151 if($value === null || $label === null) break;
174 protected function mail_buildRow($column1,$column2=null) {
175 if($column2 === null) {

12345678910>>...204