Home
last modified time | relevance | path

Searched refs:flags (Results 251 – 256 of 256) sorted by last modified time

1...<<11

/plugin/charter/
H A Dhelper.php227 $flags[$key] = $this->_trimArray(explode(',', $flags[$key]));
243 if (!$flags[$key])
252 $flags[$key] = $this->_trimArray(explode(',', $flags[$key]));
254 $flags[$key][$i] = $this->_trimArray(explode('|', $flags[$key][$i]));
259 if (!is_numeric($flags[$key][$i][0]) || $flags[$key][$i][0] < 0) {
287 $this->flags = $flags;
410 …$pchart->drawBackground($this->flags['bgcolor'][0], $this->flags['bgcolor'][1], $this->flags['bgco…
508 …(50, 20, $this->flags['title'], $this->flags['titleColor'][0], $this->flags['titleColor'][1], $thi…
524 …$pchart->drawBackground($this->flags['bgcolor'][0], $this->flags['bgcolor'][1], $this->flags['bgco…
555 if ($this->flags['pieLabels'] && $this->flags['piePercentages'])
[all …]
H A Dsyntax.php92 …ocache').'" alt="'.$flags['title'].'" width="'.$flags['size']['width'].'" height="'.$flags['size']…
/plugin/register/
H A Dregister.php47 var $start, $end, $name, $desc, $flags; variable in bit
56 $flags = explode(" ", $data[4]);
57 foreach ($flags as $f)
59 case "W1C": $this->flags |= W1C; break;
62 $this->flags = $data[4];
80 if ($this->flags & W1C)
/plugin/virtualkeyboard/vk/layouts/
H A DKorean.js132 flags:0 //for some crosstalk property in Korean
174 Korean.flags=0
178 Korean.flags=0
194 Korean.flags &=~ 3
201 Korean.flags &=~4
272 Korean.flags=0
302 Korean.flags =1
307 if(CVC[1] == -1 || CVC[2]) Korean.flags =2 //s-y, sas-y
310 Korean.flags =4
313 if(CVC && (Korean.flags & 1 && CVC[1]==-1 || Korean.flags & 2 && CVC[2]==0)){//sha, rya
[all …]
/plugin/bibtex/OSBib/
H A DCHANGELOG43 …ested by Christian Boulanger, changed path information to make setting of flags easier or redundan…
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG59 2/ Some debugging and simplification. Both flags now have a default value of TRUE.

1...<<11