Home
last modified time | relevance | path

Searched refs:showlevel (Results 1 – 22 of 22) sorted by relevance

/dports/www/mythplugin-mythweb/mythweb-31.0/modules/video/
H A Dedit.php55 $Video->showlevel = $_REQUEST['showlevel'];
122 …<option value="1" <?php if ($Video->showlevel == 1) echo ' SELECTED'; ?>><?php echo t('1 - Lowest'…
123 <option value="2" <?php if ($Video->showlevel == 2) echo ' SELECTED'; ?>>2</option>
124 <option value="3" <?php if ($Video->showlevel == 3) echo ' SELECTED'; ?>>3</option>
125 …<option value="4" <?php if ($Video->showlevel == 4) echo ' SELECTED'; ?>><?php echo t('4 - Highest…
/dports/www/moodle310/moodle/backup/util/loggers/
H A Dbase_logger.class.php39 protected $showlevel; // flag to decide if the logger must output the level (true) or no (false) variable in base_logger
42 public function __construct($level, $showdate = false, $showlevel = false) { argument
46 $this->showlevel = $showlevel;
176 if ($this->showlevel) {
H A Dfile_logger.class.php35 public function __construct($level, $showdate = false, $showlevel = false, $fullpath = null) { argument
49 parent::__construct($level, $showdate, $showlevel);
/dports/www/moodle311/moodle/backup/util/loggers/
H A Dbase_logger.class.php39 protected $showlevel; // flag to decide if the logger must output the level (true) or no (false) variable in base_logger
42 public function __construct($level, $showdate = false, $showlevel = false) { argument
46 $this->showlevel = $showlevel;
176 if ($this->showlevel) {
H A Dfile_logger.class.php35 public function __construct($level, $showdate = false, $showlevel = false, $fullpath = null) { argument
49 parent::__construct($level, $showdate, $showlevel);
/dports/www/moodle39/moodle/backup/util/loggers/
H A Dbase_logger.class.php39 protected $showlevel; // flag to decide if the logger must output the level (true) or no (false) variable in base_logger
42 public function __construct($level, $showdate = false, $showlevel = false) { argument
46 $this->showlevel = $showlevel;
176 if ($this->showlevel) {
H A Dfile_logger.class.php35 public function __construct($level, $showdate = false, $showlevel = false, $fullpath = null) { argument
49 parent::__construct($level, $showdate, $showlevel);
/dports/www/mythplugin-mythweb/mythweb-31.0/classes/
H A DVideo.php18 var $showlevel; variable in Video
62 $this->showlevel = $video['showlevel'];
133 'showlevel' => $this->showlevel
169 $this->showlevel,
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/ffma/
H A Dlog.pas19 showlevel:word=5;
71 if showlevel<=pri then writeln(t);
/dports/news/husky-areafix/husky-areafix-1.9.20191207/ffma/
H A Dlog.pas19 showlevel:word=5;
71 if showlevel<=pri then writeln(t);
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/ffma/
H A Dlog.pas19 showlevel:word=5;
71 if showlevel<=pri then writeln(t);
/dports/news/husky-hpt/husky-hpt-1.9.20191207/ffma/
H A Dlog.pas19 showlevel:word=5;
71 if showlevel<=pri then writeln(t);
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/ffma/
H A Dlog.pas19 showlevel:word=5;
71 if showlevel<=pri then writeln(t);
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/ffma/
H A Dlog.pas19 showlevel:word=5;
71 if showlevel<=pri then writeln(t);
/dports/news/husky-htick/husky-htick-1.9.20191207/ffma/
H A Dlog.pas19 showlevel:word=5;
71 if showlevel<=pri then writeln(t);
/dports/news/husky/husky-1.9.20191207/ffma/
H A Dlog.pas19 showlevel:word=5;
71 if showlevel<=pri then writeln(t);
/dports/science/py-cdo/cdo-1.5.5/test/
H A Dtest_cdo.py149 levels = cdo.showlevel(input = "-stdatm,0")
162 levels = cdo.showlevel(input="-stdatm,0,10,20",autoSplit=' ')
307 … cdo.showlevel(input = "-selname,T " + cdo.stdatm(','.join(sourceLevels),options = "-f nc"))[0])
/dports/science/py-cdo/cdo-1.5.5/
H A Dcdo.py122 showcode showdate showformat showgrid showlevel showltype showmon showname \
669 ilevels = list(map(float, self.showlevel(input=kwargs['input'])[0].split()))
/dports/science/cdo/cdo-2.0.0/contrib/
H A DcdoCompletion.zsh677 showlevel -showlevel \
H A DcdoCompletion.tcsh677 showlevel \
/dports/science/cdo/cdo-2.0.0/
H A DOPERATORS29 Showinfo showlevel Show levels
H A DChangeLog4313 * New module: Showinfo (showyear showmon showdate showtime showcode showvar showlevel)