Home
last modified time | relevance | path

Searched refs:true (Results 401 – 425 of 6699) sorted by last modified time

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

/plugin/orphanswanted/
H A DCOPYING77 Whether that is true depends on what the Program does.
H A Dhelper.php57 $result .= $this->orph_report_table($data, true, false, $params_array, 'orphan');
66 $result .= $this->orph_report_table($data, false, true, $params_array, 'wanted');
75 $result .= $this->orph_report_table($data, true, true, $params_array, 'valid');
85 $result .= $this->orph_report_table($data, true, false, $params_array, 'orphan');
87 $result .= $this->orph_report_table($data, false, true, $params_array, 'wanted');
89 $result .= $this->orph_report_table($data, true, true, $params_array, 'valid');
103 $show_heading = ($page_exists && $conf['useheading']) ? true : false ;
143 $show_it = true;
155 $show_it = true;
H A Dsyntax.php112 return true;
/plugin/button/
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Dsyntax.php125 || $this->getConfStyles($name) ? true : false;
182 return (array_key_exists($ID, $this->targets) && is_array($this->targets[$ID]) && array_key_exists($name, $this->targets[$ID])) ? true : false;
294 $match['link'] => true,
297 $match['image'] => true,
321 return true;
332 return true;
340 return true;
479 $render = ($linking == 'linkonly') ? false : true;
487 $noLink = true;
492 $link['url'] = ml($src, array('id' => $ID, 'cache' => $cache), true);
[all...]
/plugin/button/docs/
H A D_config.yml4 show_downloads: "true"
12 enabled: true
/plugin/bibtex4dw/syntax/
H A Dbibtex.php134 return true;
154 return true;
H A Dcite.php109 return true;
/plugin/bibtex4dw/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php173 'replaceLatex' => true,
174 'stripDelimiter' => true,
175 'validate' => true,
180 'removeCurlyBraces' => true,
181 'extractAuthors' => true,
212 * @return mixed true on success (DW msg on failure)
216 $ret = true;
231 * @return mixed true on success (DW msg on failure)
241 return true;
253 * @return boolean true
[all...]
H A Dbibtexrender.php177 $this->_conf['sort'] = 'true';
180 $this->_conf['sort'] = 'true';
183 $this->_conf['sort'] = 'true';
238 $stat = $this->_parser->parseBibliography($sqlite=true);
352 if ('true' == $this->_conf['sort'] && 'numeric' != $this->_conf['citetype']) {
384 if ('true' == $this->_conf['sort']) {
/plugin/copycode/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/tag/_test/
H A Dtopic_and_tagrefine.test.php96 $found = true;
/plugin/tag/
H A Dhelper.php248 $queryTags = $this->parseTagList($tagquery, true);
316 'exists' => true,
347 $queryTags = $this->parseTagList($tagquery, true);
637 return true;
641 return true;
648 return true;
653 return true;
687 $result = true;
H A DCOPYING78 Whether that is true depends on what the Program does.
/plugin/tag/syntax/
H A Dcount.php99 $occurrences = $helper->tagOccurrences($tags, $allowedNamespaces, true);
130 return true;
H A Dsearchtags.php116 return true;
164 $tags = $my->tagOccurrences(array(), NULL, true);
279 return in_array($tag, $INPUT->post->arr('plugin__tag_search_tags'), true);
H A Dtag.php82 return true;
89 return true;
127 return true;
H A Dtagpage.php87 return true;
H A Dtopic.php103 if (!isset($pages) || !$pages) return true; // nothing to display
136 // rsort is true - revserse sort the pages
146 return true;
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php55 $lowercase = true,
58 $stripRN = true,
98 $lowercase = true,
101 $stripRN = true,
609 $pass = true;
1138 return true;
1913 return true;
1944 return true;
1954 return true;
2099 return true;
[all …]
H A Dmap.php118 $is_match_ok = true;
125 $is_match_ok = true;
140 $is_correct = true;
144 $is_correct = true;
174 $is_correct = true;
265 $is_all_ok = true;
334 return true;
H A Dreference.php42 return true;
71 $is_correct = true;
117 return true;
/plugin/recommend/
H A Daction.php227 'URL' => wl($id, '', true),
/plugin/recommend/conf/
H A Ddefault.php2 $conf['wikionly'] = true;

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