Home
last modified time | relevance | path

Searched refs:false (Results 4376 – 4400 of 6149) sorted by path

1...<<171172173174175176177178179180>>...246

/plugin/meta/_test/
H A Drendering.test.php38 …_metadata($id, array('description' => array('abstract' => 'Persistent description')), false, true);
59 …self::assertEquals(array('link_target' => false), p_get_metadata($id, 'relation references', METAD…
64 …self::assertEquals(array('foo' => false, 'link_target' => false), p_get_metadata($id, 'relation re…
78 …self::assertEquals(array('foo' => false), p_get_metadata($id, 'relation references', METADATA_REND…
/plugin/meta/
H A Dsyntax.php129 return false;
140 return false;
168 return false;
174 private function autocompleteDate($date, $end=false)
183 return false;
190 private function autocompleteTime($time, $end=false)
/plugin/metadisplay/helper/
H A Dhtml.php14 private $match = false;
15 private $exact_page_match = false;
83 while (($file = readdir($dh)) !== false) {
124 return false;
127 return false;
145 return false;
155 if(!$references) return false;
159 if(!$contribs) return false;
270 if(!is_array($ar)) return false;
402 return false;
[all …]
H A Dplaintext.php14 private $match = false;
15 private $exact_page_match = false;
83 while (($file = readdir($dh)) !== false) {
124 return false;
127 return false;
145 return false;
155 if(!$references) return false;
159 if(!$contribs) return false;
268 if(!is_array($ar)) return false;
400 return false;
[all …]
/plugin/metaeditor/
H A Daction.php55 $useJson = false;
74 $data = array(false, "You are not an admin");
96 $cache = false;
107 return array(false, "Error saving value: $newval");
112 $cache = false;
123 return array(false, "Error saving value: $newval");
128 $cache = false;
139 return array(false, "Error saving value: $newval");
150 $cache = false;
193 $cache = false;
[all …]
/plugin/metaheaders/
H A Daction.php71 if ( $clear[$y]['cond'] ?? false) {
86 $unset = false;
90 $unset = false;
117 $skip = false;
/plugin/mikioplugin/
H A Daction.php52 if (strpos($icon['css'], '//') === false) {
66 if ($stylesList !== false) {
79 $tpl_supported = false;
100 if($tpl_supported == false) {
H A Dcss.php36 $failed = false;
57 $less->setPreserveComments(false);
/plugin/mikioplugin/syntax/
H A Danchor.php16 public $hasEndTag = false;
H A Dblockquote.php55 if($i !== false) {
H A Dbr.php15 public $hasEndTag = false;
H A Dcard.php21 'image-cover' => array('type' => 'boolean', 'default' => 'false'),
23 'overlay' => array('type' => 'boolean', 'default' => 'false'),
34 'no-body' => array('type' => 'boolean', 'default' => 'false'),
50 'footer-image-cover' => array('type' => 'boolean', 'default' => 'false'),
54 'horizontal' => array('type' => 'boolean', 'default' => 'false'),
55 'footer-small' => array('type' => 'boolean', 'default' => 'false'),
98 if($data['no-body'] == false) { $this->syntaxRender($renderer, 'cardbody', '', $this->arrayRemoveEmpties(array('vertical-align' => $data['vertical-align'], 'text-color' => $data['text-color'])), MIKIO_LEXER_ENTER);
113 if($data['no-body'] == false) { $this->syntaxRender($renderer, 'cardbody', '', null, MIKIO_LEXER_EXIT);
H A Dcarouselitem.php16 public $hasEndTag = false;
18 'active' => array('type' => 'boolean', 'default' => 'false'),
H A Dcore.php60 return false;
131 if ($i !== false) {
352 && array_key_exists('type', $optionsCleaned) === false
429 return false;
441 public function buildClass($options = null, $classes = null, $inclAttr = false, $optionsTemplate = null)
458 if (array_key_exists($class, $options) && $options[$class] !== false && $options[$class] != '') {
494 public function buildStyle($list, $inclAttr = false)
556 $dataHtml = false;
627 if ($i !== false) { $url = substr($url, 0, $i);
632 return (tpl_getMediaFile(array($url), false));
[all...]
H A Dhr.php17 public $hasEndTag = false;
H A Dicon.php19 public $hasEndTag = false;
H A Dpagenation.php
H A Dplaceholder.php15 public $hasEndTag = false;
28 $renderer->doc .= '<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img">';
H A Dprogressbar.php15 public $hasEndTag = false;
19 'striped' => array('type' => 'boolean', 'default' => 'false'),
20 'animated' => array('type' => 'boolean', 'default' => 'false'),
H A Dquizitem.php22 public $hasEndTag = false;
62 $inGroup = false;
66 $endGroup = false;
68 if($inGroup === false && substr($option, 0, 1) === '[') {
83 $inGroup = false;
H A Dsetattr.php15 public $hasEndTag = false;
H A Dstatistic.php15 public $hasEndTag = false;
19 'below' => array('type' => 'boolean', 'default' => 'false')
H A Dtabgroup.php18 'pills' => array('type' => 'boolean', 'default' => 'false'),
43 'disabled' => array('type' => 'boolean', 'default' => 'false'),
54 $first = false;
/plugin/mimetex/
H A Dmimetexrender.php76 if ( $usr_bin_dir === false ) {
90 return false;
98 return false;
132 return false;
138 return false;
/plugin/mindmap/
H A Dimg.php32 echo io_readFile('broken.png',false);

1...<<171172173174175176177178179180>>...246