Home
last modified time | relevance | path

Searched refs:in_table (Results 1 – 6 of 6) sorted by relevance

/plugin/mediasyntax/tools/
H A Ddokuwiki2mediawiki.php14 $in_table=false; variable
44 if ($in_table) $row++;
122 if (!$in_table)
124 $in_table=true; variable
131 if ((!preg_match("/^\|/",$line)) && $in_table)
133 $in_table=false; variable
222 $in_table=true; variable
230 if ($in_table) $line=""; // if this is in a table then the table's content will be stored in $headers and $cells
/plugin/ckgedit/scripts/
H A Dparse_wiki-cmpr.js1in_table:false,in_multi_plugin:false,is_rowspan:false,list_level:0,prev_list_level:-1,list_started…
H A Dparse_wiki.js.unc300 in_table: false,
386 if(this.in_table) {
445 if (this.in_table) {
455 this.in_table = true;
904 if (this.in_table) tag = 'pre_td';
1032 if (this.in_table) {
1065 if(this.in_table && tag == 'li') {
1261 this.in_table = false;
1268 if (tag == 'p' && this.in_table) {
1293 if ((tag == 'ol' || tag == 'ul') && !this.in_table) {
[all …]
/plugin/latexit/
H A Drenderer.php118 protected $in_table; variable in renderer_plugin_latexit
225 $this->in_table = FALSE;
483 if ($this->in_table) {
1215 $this->in_table = true;
1237 $this->in_table = false;
/plugin/ckgdoku/scripts/
H A Dparse_wiki-cmpr.js1in_table:false,in_multi_plugin:false,is_rowspan:false,list_level:0,prev_list_level:-1,list_started…
H A Dparse_wiki.js.unc213 in_table: false,
358 if(this.in_table) {
368 this.in_table = true;
849 if(this.in_table) tag = 'pre_td';
991 if(this.in_table) {
1239 this.in_table = false;
1246 if(tag == 'p' && this.in_table) {
1459 if(!this.list_started || this.in_table) text = text.replace(/^\s+/, '@@_SP_@@');