Home
last modified time | relevance | path

Searched refs:ltype (Results 1 – 7 of 7) sorted by relevance

/plugin/metadisplay/
H A Dadmin.php28 private $ltype=""; variable in admin_plugin_metadisplay
73 $ltype = $_REQUEST['ltype'];
74 if($ltype) {
75 if($ltype == 'links') {
78 else if($ltype == 'media') {
81 else if($ltype == 'descr') {
84 else if($ltype == 'creator') {
87 else if($ltype == 'contrib') {
95 $cmdline .= " -l $ltype ";
H A Dcli.php60 $page=""; $exact=""; $cl=""; $search=""; $fuzzy=""; $tm=""; $dtype=""; $ltype="";
99 $ltype = $opts[$i+1];
105 'cl'=>$cl,'tm'=>$tm,'dtype'=>$dtype, 'ltype'=>$ltype);
/plugin/metadisplay/helper/
H A Dhtml.php21 private $ltype = ""; variable in helper_plugin_metadisplay_html
34 $ltype=$options['ltype'];
64 if($ltype) $this->ltype = $ltype;
142 if($this->ltype == 'descr') {
149 else if($this->ltype == 'media') {
153 else if($this->ltype == 'links') {
157 else if($this->ltype == 'contrib') {
168 else if($this->ltype == 'creator') {
H A Dplaintext.php21 private $ltype = ""; variable in helper_plugin_metadisplay_plaintext
34 $ltype=$options['ltype'];
63 if($ltype) $this->ltype = $ltype;
142 if($this->ltype == 'descr') {
149 else if($this->ltype == 'media') {
153 else if($this->ltype == 'links') {
157 else if($this->ltype == 'contrib') {
168 else if($this->ltype == 'creator') {
/plugin/openas/
H A Dsyntax.php56 $ltype = $labels[0];
57 $this->labels['open'] = "<$ltype>";
58 $this->labels['close'] = "</$ltype>";
/plugin/strata/helper/
H A Dsyntax.php572 list(,$lhs, $ltype, $operator, $rhs, $rtype) = $match;
581 $ltype = $p->type($ltype);
583 if($ltype) {
585 $this->updateTypemap($typemap, $lhs['text'], $ltype->type, $ltype->hint);
589 $this->updateTypemap($typemap, $rhs['text'], $ltype->type, $lhint->hint);
597 if(!$ltype) {
608 list(, $lhs,$ltype,$operator,$rhs) = $match;
613 list($type,$hint) = $p->type($ltype);
[all...]
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1755 var ltype = dialog.getValueOf( 'info', 'ilinkstyle' );
1756 if(ltype == 'page') {