Home
last modified time | relevance | path

Searched +full:type +(+path:plugin +path:sectiontoggle) -(+path:plugin +path:sectiontoggle +path:lang) (Results 1 – 5 of 5) sorted by relevance

/plugin/sectiontoggle/
H A Dtemplates.ini2 type = id key
6 type = id key
10 type = id key
14 type = class key
18 type = id key
22 type = id key
26 type = id key
30 type = id key
34 type = id key
38 type key
42 type = id global() key
46 type = id global() key
50 type = id global() key
54 type = class global() key
58 type = class global() key
62 type = class global() key
66 type = class global() key
70 type = id global() key
74 type = class global() key
[all...]
H A Daction.php71 $JSINFO['se_type'] = $this->getConf('type');
120 $type = $this->getConf('type');
122 $JSINFO['se_name'] = $type == 'id' ? "#$name" : ".$name";
163 $type = trim($stored_templates[$conf['template']]['type']);
165 if(!$type || !$name) return false;
167 $JSINFO['se_type'] = $type;
168 $JSINFO['se_name'] = $type == 'id' ? "#$name" : ".$name";
H A DMobile_Detect.php26 * Mobile detection type.
33 * Extended detection type.
67 * A type for the version() method indicating a string return value.
72 * A type for the version() method indicating a float return value.
116 * The detection type, using self::DETECTION_TYPE_MOBILE or self::DETECTION_TYPE_EXTENDED.
306 // http://www.huaweidevice.com/worldwide/downloadCenter.do?method=index&directoryId=3372&treeId=0&tb=1&type=software (including legacy tablets)
881 * Set the detection type. Must be one of self::DETECTION_TYPE_MOBILE or
886 * @param string $type The type. Must be a self::DETECTION_TYPE_* constant. The default
889 public function setDetectionType($type argument
1307 version($propertyName, $type = self VERSION_TYPE_STRING) global() argument
[all...]
/plugin/sectiontoggle/conf/
H A Ddefault.php3 $conf['type'] ='none';
H A Dmetadata.php3 $meta['type'] = array('multichoice','_choices' => array('none','id','class'));