Home
last modified time | relevance | path

Searched refs:false (Results 101 – 125 of 6149) sorted by path

12345678910>>...246

/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php205 if (mb_strpos($punctuation, $terminal) !== false) {
238 $previous_is_abbreviation = false;
369 $has_words = false;
381 $has_words = false;
/plugin/airtable/
H A Dsyntax.php165 if($thumbnails === false or $thumbnails === null) {
212 if($mode != 'xhtml') return false;
218 return false;
269 if($parameter_array['thumbnails'] !== false) {
462 if(array_search($decoded_type, $accepted_types) === false) {
577 … if(strstr($link, ':') === false) { //if link is missing http, add it to the front of the url
/plugin/ajaxedit/
H A Dhelper.php122 function saveWikiPage($data,$summary,$minor = false,$param=array(),$autosubmit=true){
/plugin/ajaxpeon/
H A Daction.php19 $this->helper = $this->loadHelper('ajaxpeon', false);
156 $html = p_wiki_xhtml($pageid, '', false);
164 $meta = p_get_metadata($pageid, false, METADATA_RENDER_USING_CACHE);
175 trigger_event('TPL_TOC_RENDER', $toc, null, false);
182 return tpl_include_page($pageid,false);
200 function tpl_include_page($pageid, $print = true, $propagate = false) {
201 if (!$pageid) return false;
206 $html = p_wiki_xhtml($pageid, '', false);
H A Dhelper.php164 if(is_readable($logname)==false){
/plugin/alertbox/
H A Dsyntax.php27 if (strpos($match, 'warning') != false) {
29 } elseif (strpos($match, 'info') != false) {
31 } elseif (strpos($match, 'danger') != false) {
33 } elseif (strpos($match, 'success') != false) {
58 return false;
/plugin/allowindentation/
H A Dsyntax.php110 return false;
/plugin/alphaindex/
H A Dsyntax.php66 if($pos != false){
123 return false;
149 $articlesDeletion = false;
313 if ($opts['level'] == $lvl) $return = false;
317 return false;
324 return false;
329 return false;
/plugin/alphalist/
H A Daction.php25 $event->result = false;
H A Dsyntax.php89 if($section == false)
139 $letter_change = false;
152 $letter_change = false;
161 return false;
/plugin/alphalist2/
H A Dsyntax.php59 return false;
/plugin/amazon/
H A Dsyntax.php81 $params['price'] = false;
86 $params['purchased'] = false;
204 if($mode != 'xhtml') return false;
/plugin/amazon_heavy/
H A Dsyntax.php100 return false;
/plugin/amazonlight/
H A Dsyntax.php82 $params['price'] = false;
101 return false;
130 return false;
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md91 async | true | If set to false (not recommended) everything will wait until data is fully loaded
100 noStyles | false | If set to true no styles will be applied to "Data loading" curtain
106 reverse | false | [CSV only] add data points in revers order
109 timestamp | false | Add current timestamp to data URLs (to avoid caching)
110 useColumnNames | false | [CSV only] Use first row in data as column names when parsing
141 "compared": false,
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md107 `"libs": { "autoLoad": false }`
141 exportSelection | false | Exports the current data selection only ( data export only )
341 lossless | false | true/false | Enable or disable image optimization when printing
348 quotes | true | true/false | Set whether to enclose strings in doublequotes
349 escape | true | true/false | Set whether to escape strings
350 withHeader | true | true/false | Add header row with column names
357 withHeader | true | true/false | Add header row with column names
358 stringify | false | true/false | Convert all cell content to strings
808 `false` to the `fallback` parameter.
812 fallback: false
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1false\n/******/ \t\t};\n\n/******/ \t\t// Execute the module function\n/******/ \t\tmodules[module…
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md91 "enabled": false
115 "enabled": false
127 * "rotate" (true|false) - set this property if you want to make this rule
145 "enabled": false
150 "enabled" property to false.
253 "labelsEnabled": false
269 property "addDefaultRules" to false. I.e.:
274 "addDefaultRules": false,
/plugin/amcharts/
H A Dsyntax.php87 if($mode != 'xhtml') return false;
/plugin/anewssystem/
H A Daction.php67 if(stripos($_GET['archive'],'archive')!== false) $ans_conf['param'] = $_GET['archive'];
100 …if(array_key_exists('class',$archive_options) === false) $archive_options['class'] = 'page…
101 …if(array_key_exists('ho',$archive_options) === false) $archive_options['ho'] = 'off';
125 $aFlag = false; // flag: start date value exists and start is not in future
129 $tag_flag = false;
153 elseif(($key=='tags') && (isset($archive_options['tag']) !== false)) {
157 … if(($tag!==false) && (stripos($archive_options['tag'],trim($tag))!==false)){
167 …if((isset($archive_options['tag']) === false) || (strlen($archive_options['tag']) <2)) $tag_flag =…
201 …if(($archive_options['tag']!==false) && ($archive_options['tag']!=='off') && ($archive_options['cl…
H A Dsyntax.php693 $wysiwyg = false;
697 $aFlag = false;
698 $bFlag = false;
820 if(($tag!==false) && (stripos($prefs[4],trim($tag))!==false)){
855 $aFlag = false;
856 $bFlag = false;
857 $tag_flag = false;
1002 $wysiwyg = false;
1006 $aFlag = false;
1007 $bFlag = false;
[all …]
/plugin/animation/
H A Daction.php81 trigger_event('JQUERY_READY', $morecode, NULL, false);
/plugin/annotate/
H A Danno.php79 $text = io_readWikiPage(wikiFN($id, $rev), $id, false);
86 $text = io_readWikiPage(wikiFN($id, $rev), $id, false);
128 $secedit = false;
143 return false;
/plugin/api/_test/
H A Drest.test.php41 $this->assertTrue(false !== strtotime($info['date']));
/plugin/apidoc/
H A Dsyntax.php222 if( !$data ) return false;
225 if( !$data ) return false;
243 if( $rData == null ) return false;
247 if( $rData == null ) return false;
251 if( $rData == null || $co == null ) return false;

12345678910>>...246