Lines Matching refs:false

91         if(stripos($_GET['archive'],'archive')!== false) $ans_conf['param'] = $_GET['archive'];
112 if( strpos(trim($postvalue), "\n") !== false ) {
142 … if((stripos($record, $delete_record)!==false) && (stripos($record, $delete_anchor)!==false)) {
173 if($this->getConf('wysiwyg')==false) {
356 …if((stripos($fields[1],'hidden') === false) && ($this->getConf('hide_anchorID')< 1)) { …
649 elseif (strpos($ans_conf['param'], 'flash')!== false) {
677 if($this->getConf('newsflash_link') == false) {
693 $wysiwyg = false;
697 $aFlag = false;
698 $bFlag = false;
701 $tag_flag = false;
745 … if ($wysiwyg==false) $prvw_string = p_render('xhtml',p_get_instructions($prvw_string),$info);
759 if(stripos($temps,$value)!==false) {
817 elseif(($key=='tags') && (isset($prefs[4]) !== false)) {
820 if(($tag!==false) && (stripos($prefs[4],trim($tag))!==false)){
827 if(isset($prefs[4]) == false) $tag_flag = true;
846 elseif (strpos($ans_conf['param'], 'cloud')!== false) {
855 $aFlag = false;
856 $bFlag = false;
857 $tag_flag = false;
872 $aFlag = false;
873 $bFlag = false;
901 if((stripos($token,'tleft') !== false) ||
902 (stripos($token,'tright') !== false) ||
903 (stripos($token,'tcenter') !== false) ||
904 (stripos($token,'tjustify') !== false) ||
905 (stripos($token,'tinherit') !== false)) {
908 if(stripos($token,'tright')!== false) {
918 if((stripos($token,'fleft') !== false) ||
919 (stripos($token,'fright') !== false) ||
920 (stripos($token,'fnone') !== false) ||
921 (stripos($token,'finherit') !== false)) {
925 if((stripos($token,'uppercase') !== false) ||
926 (stripos($token,'capitalize') !== false) ||
927 (stripos($token,'lowercase') !== false)) {
931 if(stripos($token,'newsclouddiv') !== false) {
962 elseif ((strpos($ans_conf['param'], 'allnews')!== false)) {
1002 $wysiwyg = false;
1006 $aFlag = false;
1007 $bFlag = false;
1011 $tag_flag = false;
1060 … if ($wysiwyg==false) $prvw_string = p_render('xhtml',p_get_instructions($prvw_string),$info);
1074 if(stripos($temps,$value)!==false) {
1112 elseif(($key=='tags') && (isset($prefs[1]) !== false)) {
1115 if(($tag!==false) && (stripos($prefs[1],trim($tag))!==false)){
1126 if ((strpos($ans_conf['param'], 'ho=off')!== false)) { $news_date =''; }
1128 … if((isset($prefs[1]) === false) || (strlen($prefs[1]) <2)) $tag_flag = true;
1142 if((strlen($anchor)>2) && (isset($prefs['anchor'])!==false)) {
1143 if(stripos($anchor,$prefs['anchor']) !== false) {
1169 elseif ((strpos($ans_conf['param'], 'archive')!== false)) {
1195 …if(array_key_exists('class',$archive_options) === false) $archive_options['class'] = 'page…
1196 …if(array_key_exists('ho',$archive_options) === false) $archive_options['ho'] = 'off';
1219 $aFlag = false; // flag: start date value exists and start is not in future
1223 $tag_flag = false;
1253 elseif(($key=='tags') && (isset($archive_options['tag']) !== false)) {
1256 … if(($tag!==false) && (stripos($archive_options['tag'],trim($tag))!==false)){
1266 …if((isset($archive_options['tag']) === false) || (strlen($archive_options['tag']) <2)) $tag_flag =…
1299 … if (($archive_options['p_signs'] !== false) && ((int)$archive_options['p_signs'] >2)) {
1300 …if ((int)$news_wysiwyg==false) $news_content = p_render('xhtml',p_get_instructions($news_content),…
1303 … if ($archive_options['cws'] == false) $news_content = strip_tags($news_content, '<br>');
1304 …elseif ((int)$archive_options['cws'] <2 && ($archive_options['cws'] !== false)) $news_content = st…
1310 …if(($archive_options['tag']!==false) && ($archive_options['tag']!=='off') && ($archive_options['cl…
1319 $news_wysiwyg = false;