Home
last modified time | relevance | path

Searched refs:false (Results 6026 – 6050 of 6149) sorted by path

1...<<241242243244245246

/plugin/wysiwyg/
H A Dsyntax.php15 $__wysiwyg_global_hasToolbar = false;
/plugin/xcom/
H A Daction.php70 'wiki.aclCheck'=>false,
74 'plugin.xcom.getPageInfo'=>false,
83 'plugin.acl.addAcl'=>false,
84 'plugin.acl.delAcl'=>false,
H A Dadmin.php25 return false;
H A Dremote.php166 if(strpos($str,'{{') === false) return "0";
267 while (($file = readdir($dh)) !== false) {
290 if ($data_array === false || !is_array($data_array)) return;
354 if(!is_array($ar)) return false;
/plugin/xcom/scripts/
H A Dxcom_save.php67 function msg($which, $ret=false, $nl="\n") {
84 return false;
93 return false;
161 if($params === false) {
206 $ow = false;
213 else $this->msg('msave',false," $id\n");
225 return false;
230 $resp =$this->xcom_get_data( 'dokuwiki.getVersion',$this->localClient,false,false);
235 $this->xcom_get_data( 'dokuwiki.logoff',$this->localClient,false,false);
239 $resp =$this->xcom_get_data( 'dokuwiki.getVersion',$this->remoteClient,false,false);
[all …]
H A Dxml.php50 if(strpos($el,':') !== false) {
78 xcom_lock($params[1], false, $client);
116 function xcom_connect($url,$user,$pwd, $debug=false) {
123 return false;
156 return false;
/plugin/xfortune/
H A Dhelper.php105 $cookie = false;
H A Dsyntax.php70 if($mode != 'xhtml') return false;
/plugin/xhtmlruby/
H A Daction.php20 var $parse_wiki_text = false;
21 var $parse_toc_text = false;
H A Dconf.ini6 ; if 'true', wiki text will be rubified. if 'false', it won't be (includes headers)
9 ; if 'true', text in the ToC will be rubified. if 'false', it won't be.
10 parse_toc_text = false
/plugin/xkcd/
H A Dsyntax.php74 return false;
/plugin/xlsx2dw/_test/
H A DGeneralTest.php38 $this->assertTrue(false !== strtotime($info['date']));
/plugin/xlsx2dw/conf/
H A Dconfig.php9 'buttonBlock' => false,
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4 /*global process:false, Buffer:false, ArrayBuffer:false, DataView:false, Deno:false */
983 return false;
1385 /*global Uint8Array:false, Uint16Array:false */
1951 var gc = false, s = false;
3703 case 0: case false: case '0': case 'false': return false;
7717 var vfp = false, l7 = false;
8100 …var C_seen_K = false, C_seen_X = false, C_seen_S = false, C_seen_E = false, _R = -1, _C = -1, form…
12044 var pass = false, end = false;
12510 var cRel = false, rRel = false;
16418 var pass = false, end = false;
[all …]
/plugin/xml/
H A Dhelper.php51 return false;
H A Drenderer.php30 'toc' => false, // render the TOC?
110 $this->info['cache'] = false;
115 $this->info['toc'] = false;
585 $isImage = false;
633 $this->tagClosing = false;
/plugin/xref/
H A Dsyntax.php53 if ($format != 'xhtml') return false;
71 if ($count === false || $count === 0) {
/plugin/xslfo/
H A Daction.php49 return false;
56 return false;
61 return false;
80 return false;
111 return false;
127 return false;
176 return false;
182 $ext = current(mimetype($src, false));
/plugin/xssnipper/
H A Dsyntax.php114 return false;
145 $clipclap_flag = false;
/plugin/xtermrtf/
H A Dsyntax.php110 return false;
/plugin/xtern/
H A Daction.php32 $admin = false;
143 if (strpos($piece, 'http') !== false)
145 … if (strpos($piece, $this->current) !== false && strpos($matches[0], '-LINK:' . $piece) === false)
181 if(strpos($event->data['newContent'], 'BROKEN-LINK:') !== false) {
H A Dadmin.php7 private $dnld = false;
8 private $check = false;
13 private $review = false;
104 $reviews_ar = unserialize(io_readFile($this->accumulator ,false)) ;
164 $in_code = false;
165 $in_file = false;
172 $in_code = false;
178 $in_file = false;
216 if(strpos($url, '{{') !== false || strpos($url, '}}') !== false) {
343 $http->keep_alive = false;
[all …]
/plugin/yalist/
H A Dsyntax.php88 $close_content = false;
110 $close_content = false;
165 $close_content = false;
184 $close_content = false;
233 return false;
414 self::$odt_table_stack [self::$odt_table_stack_index]['itemOpen'] = false;
445 … self::$odt_table_stack [self::$odt_table_stack_index - 1]['itemOpen'] = false;
477 … self::$odt_table_stack [self::$odt_table_stack_index - 1]['itemOpen'] = false;
498 … self::$odt_table_stack [self::$odt_table_stack_index - 1]['itemOpen'] = false;
511 … self::$odt_table_stack [self::$odt_table_stack_index - 1]['itemOpen'] = false;
[all …]
/plugin/yearbox/_test/
H A DGeneralTest.php37 self::assertTrue(false !== strtotime($info['date']));
/plugin/yearbox/
H A Dsyntax.php75 $opt['recent'] = false; // special 1-2 row 'recent pages' view...
96 $opt['ns'] = (strpos($value, ':') === false) ? ':' . $value : $value;
135 return false;
408 $meta = p_get_metadata($id, false, true);

1...<<241242243244245246