Home
last modified time | relevance | path

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

/plugin/metadisplay/
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 ";
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/
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') {
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') {
/plugin/openas/
Dsyntax.php56 $ltype = $labels[0];
57 $this->labels['open'] = "<$ltype>";
58 $this->labels['close'] = "</$ltype>";
/plugin/strata/helper/
Dsyntax.php575 list(,$lhs, $ltype, $operator, $rhs, $rtype) = $match;
584 $ltype = $p->type($ltype);
586 if($ltype) {
588 $this->updateTypemap($typemap, $lhs['text'], $ltype->type, $ltype->hint);
592 $this->updateTypemap($typemap, $rhs['text'], $ltype->type, $lhint->hint);
600 if(!$ltype) {
611 list(, $lhs,$ltype,$operator,$rhs) = $match;
616 list($type,$hint) = $p->type($ltype);
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
Dlink.js.unc1755 var ltype = dialog.getValueOf( 'info', 'ilinkstyle' );
1756 if(ltype == 'page') {
/plugin/mikioplugin/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php1724 $ltype = $left[0];
1741 $fname = "op_${ltype}_${rtype}";