Home
last modified time | relevance | path

Searched refs:col (Results 376 – 378 of 378) sorted by last modified time

1...<<111213141516

/plugin/columnlist/
H A Dsyntax.php95 $tags[] = 'col';
121 case 'col':
151 if (in_array('open_col',$data) || in_array('col',$data) || in_array('break',$data)) {
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php1300 for($col = 0; $col <$nbcolonne; $col++)
1302 $largeur_colonne[$col]=0;
1307 for($col = 0; $col <$nbcolonne; $col++)
1318 $largeur_colonne[$col]=max($largeur_colonne[$col],$largeur[$i]);
1330 for($col = 0; $col <$nbcolonne; $col++)
1346 for($col = 0; $col <$nbcolonne; $col++)
1378 for($col = 0; $col <$nbcolonne; $col++)
1385 for($col = 0; $col <$nbcolonne; $col++)
1396 $largeur_colonne[$col]=max($largeur_colonne[$col],$largeur[$i]);
1408 for($col = 0; $col <$nbcolonne; $col++)
[all …]
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …font:1,base:1,br:1,address:1,strong:1,legend:1,ol:1,script:1,caption:1,s:1,col:1,h2:1,h3:1,h1:1,h6… property in hljs.HTML_TAGS

1...<<111213141516