/plugin/diagramsnet/lib/shapes/ |
H A D | mxGCP2.js | 82 {val: 'dynamic', dispName: 'Dynamic'}, 83 {val: 'multiple', dispName: 'Multiple'}, 84 {val: 'shared', dispName: 'Shared'}, 85 {val: 'replica', dispName: 'Replica'}, 86 {val: 'dynamic2', dispName: 'Dynamic 2'}, 88 {val: 'highmem', dispName: 'High-Mem'}, 89 {val: 'highcomp', dispName: 'High-Comp'}, 90 {val: 'backend', dispName: 'Backend'}, 91 {val: 'input', dispName: 'Input'}]}, 94 {val: 'gpu', dispName: 'GPU'}, [all …]
|
H A D | mxKubernetes.js | 32 {val: 'c_m', dispName: 'C-M'}, 34 {val: 'cm', dispName: 'CM'}, 35 {val: 'crb', dispName: 'CRB'}, 39 {val: 'ds', dispName: 'DS'}, 40 {val: 'ep', dispName: 'EP'}, 52 {val: 'ns', dispName: 'NS'}, 55 {val: 'pv', dispName: 'PV'}, 58 {val: 'rb', dispName: 'RB'}, 60 {val: 'rs', dispName: 'RS'}, 61 {val: 'sa', dispName: 'SA'}, [all …]
|
H A D | mxAtlassian.js | 29 {val: 'task', dispName: 'Task'}, 31 {val: 'feature', dispName: 'Feature'}, 32 {val: 'bug', dispName: 'Bug'}, 34 {val: 'epic', dispName: 'Epic'}, 36 {val: 'fault', dispName: 'Fault'}, 37 {val: 'change', dispName: 'Change'}, 38 {val: 'access', dispName: 'Access'}, 40 {val: 'itHelp', dispName: 'IT Help'}] 45 {val: 'major', dispName: 'Major'}, 46 {val: 'minor', dispName: 'Minor'}, [all …]
|
/plugin/davcard/vendor/sabre/vobject/lib/Property/ |
H A D | Text.php | 95 * @param string $val 107 * @param string $val 112 $val = quoted_printable_decode($val); 133 $val = $this->getParts(); 136 $val = array_pad($val, $this->minimumPropertyValues[$this->name], ''); 139 foreach($val as &$item) { 214 $val = array_pad($val, $this->minimumPropertyValues[$this->name], ''); 219 if (count($val)>1) { 223 $val = implode(';', $val); 225 $val = $val[0]; [all …]
|
H A D | FloatValue.php | 34 * @param string $val 37 public function setRawMimeDirValue($val) { argument 39 $val = explode($this->delimiter, $val); 40 foreach($val as &$item) { 43 $this->setParts($val); 84 $val = array_map( 98 return array($val); 100 return $val;
|
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ |
H A D | Text.php | 95 * @param string $val 107 * @param string $val 112 $val = quoted_printable_decode($val); 133 $val = $this->getParts(); 136 $val = array_pad($val, $this->minimumPropertyValues[$this->name], ''); 139 foreach($val as &$item) { 214 $val = array_pad($val, $this->minimumPropertyValues[$this->name], ''); 219 if (count($val)>1) { 223 $val = implode(';', $val); 225 $val = $val[0]; [all …]
|
H A D | FloatValue.php | 34 * @param string $val 37 public function setRawMimeDirValue($val) { argument 39 $val = explode($this->delimiter, $val); 40 foreach($val as &$item) { 43 $this->setParts($val); 84 $val = array_map( 98 return array($val); 100 return $val;
|
/plugin/davcal/vendor/sabre/vobject/lib/Property/ |
H A D | Text.php | 95 * @param string $val 107 * @param string $val 112 $val = quoted_printable_decode($val); 133 $val = $this->getParts(); 136 $val = array_pad($val, $this->minimumPropertyValues[$this->name], ''); 139 foreach($val as &$item) { 214 $val = array_pad($val, $this->minimumPropertyValues[$this->name], ''); 219 if (count($val)>1) { 223 $val = implode(';', $val); 225 $val = $val[0]; [all …]
|
H A D | Float.php | 34 * @param string $val 37 public function setRawMimeDirValue($val) { argument 39 $val = explode($this->delimiter, $val); 40 foreach($val as &$item) { 43 $this->setParts($val); 84 $val = array_map( 98 return array($val); 100 return $val;
|
/plugin/webdav/vendor/sabre/vobject/lib/Property/ |
H A D | Text.php | 93 * @param string $val 103 * @param string $val 107 $val = quoted_printable_decode($val); 127 $val = $this->getParts(); 130 $val = array_pad($val, $this->minimumPropertyValues[$this->name], ''); 200 $val = $this->getParts(); 203 $val = \array_pad($val, $this->minimumPropertyValues[$this->name], ''); 208 if (\count($val) > 1) { 212 $val = \implode(';', $val); 214 $val = $val[0]; [all …]
|
H A D | FloatValue.php | 34 * @param string $val 36 public function setRawMimeDirValue($val) argument 38 $val = explode($this->delimiter, $val); 39 foreach ($val as &$item) { 42 $this->setParts($val); 80 $val = array_map('floatval', $this->getParts()); 87 return [$val]; 90 return $val;
|
/plugin/datatemplate/syntax/ |
H A D | entry.php | 181 if($val == '' || !count($val)) continue; 185 if(is_array($val)){ 186 $cnt = count($val); 227 foreach($vals as $val){ 228 $val = trim($val); 229 if($val=='') continue; 234 $val = $this->dthlp->_addPrePostFixes($column['type'], $val); 245 $val = ':'.$column['key'].":$val"; 254 $val = $this->dthlp->_addPrePostFixes($column['type'], $val); 264 $val = $this->dthlp->_addPrePostFixes($column['type'], $val); [all …]
|
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ |
H A D | Text.php | 96 * @param string $val 109 * @param string $val 115 $val = quoted_printable_decode($val); 136 $val = $this->getParts(); 139 $val = array_pad($val, $this->minimumPropertyValues[$this->name], ''); 213 $val = $this->getParts(); 216 $val = array_pad($val, $this->minimumPropertyValues[$this->name], ''); 221 if (count($val) > 1) { 225 $val = implode(';', $val); 227 $val = $val[0]; [all …]
|
H A D | FloatValue.php | 34 * @param string $val 38 function setRawMimeDirValue($val) { argument 40 $val = explode($this->delimiter, $val); 41 foreach ($val as &$item) { 44 $this->setParts($val); 85 $val = array_map('floatval', $this->getParts()); 92 return [$val]; 95 return $val;
|
/plugin/struct/meta/ |
H A D | ConfigParser.php | 49 [$key, $val] = $this->splitLine($line); 58 $this->config['schemas'] = array_merge($this->config['schemas'], $this->parseSchema($val)); 64 $this->config['cols'] = $this->parseValues($val); 67 $this->config['sepbyheaders'] = (bool)$val; 72 $this->config['headers'] = $this->parseValues($val); 75 $this->config['align'] = $this->parseAlignments($val); 79 $this->config['widths'] = $this->parseWidths($val); 82 $this->config['min'] = abs((int)$val); 86 $this->config['limit'] = abs((int)$val); 90 $sorts = $this->parseValues($val); 180 parseSchema($val) global() argument 201 parseAlignments($val) global() argument 228 parseWidths($val) global() argument [all...] |
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/ |
H A D | PsrLogMessageProcessor.php | 53 foreach ($record['context'] as $key => $val) { 59 … if (is_null($val) || is_scalar($val) || (is_object($val) && method_exists($val, "__toString"))) { 60 $replacements[$placeholder] = $val; 61 } elseif ($val instanceof \DateTimeInterface) { 62 if (!$this->dateFormat && $val instanceof \Monolog\DateTimeImmutable) { 65 $replacements[$placeholder] = (string) $val; 69 } elseif (is_object($val)) { 70 $replacements[$placeholder] = '[object '.Utils::getClass($val).']'; 71 } elseif (is_array($val)) { 72 $replacements[$placeholder] = 'array'.Utils::jsonEncode($val, null, true); [all …]
|
/plugin/mantis/lib/ |
H A D | class.nusoap_base.php | 451 if (is_null($val)) { 474 $val = $val ? 'true' : 'false'; 476 $val = 0; 479 $val = $this->expandEntities($val); 497 $val = $val ? 'true' : 'false'; 499 $val = 0; 507 case (is_int($val) || is_long($val) || $type == 'int'): 515 case (is_float($val)|| is_double($val) || $type == 'float'): 525 $val = $this->expandEntities($val); 532 case is_object($val): [all …]
|
/plugin/struct/helper/ |
H A D | config.php | 17 * @param string $val argument 21 public function parseSort($val) 23 if (substr($val, 0, 1) == '^') { 24 return [substr($val, 1), false]; 26 return [$val, true]; 31 * @param $val argument 35 public function parseFilterLine($logic, $val) 37 $flt = $this->parseFilter($val); 48 * @param string $val 53 protected function parseFilter($val) 49 parseFilter($val) global() argument [all...] |
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/ |
H A D | GelfMessageFormatter.php | 128 foreach ($extra as $key => $val) { 129 $val = is_scalar($val) || null === $val ? $val : $this->toJson($val); 130 $len = strlen($this->extraPrefix . $key . $val); 132 …$message->setAdditional($this->extraPrefix . $key, Utils::substr((string) $val, 0, $this->maxLengt… 136 $message->setAdditional($this->extraPrefix . $key, $val); 139 foreach ($context as $key => $val) { 140 $val = is_scalar($val) || null === $val ? $val : $this->toJson($val); 141 $len = strlen($this->contextPrefix . $key . $val); 143 …$message->setAdditional($this->contextPrefix . $key, Utils::substr((string) $val, 0, $this->maxLen… 147 $message->setAdditional($this->contextPrefix . $key, $val);
|
/plugin/authgoogle/google/external/ |
H A D | URITemplateParser.php | 124 $val = ''; 139 $val = $var->default; 142 $part .= $val; 152 $val = ''; 156 $val .= $var->name . '='; 169 $val .= $ek . '='; 171 $val .= $ek . $del; 184 $val .= $ev . $del; 187 $val = trim($val, $del); 198 $val = str_replace(self::$reserved_pct, self::$reserved, $val); [all …]
|
/plugin/davcal/syntax/ |
H A D | calendar.php | 81 list($key, $val) = explode('=', $option); 83 $val = trim($val); 87 $lastid = $val; 88 if(!in_array($val, $data['id'])) 89 $data['id'][$val] = null; 92 $data['id'][$lastid] = $val; 96 $data['view'] = $val; 101 $fcoptions = explode(';', $val); 110 if(in_array($val, $tzlist) || $val === 'no') 117 if(in_array($val, $tfopt) || $val === 'no') [all …]
|
/plugin/acmenu/ |
H A D | syntax.php | 326 foreach ($pieces as $key => $val) { 383 foreach ($tree as $key => $val) { 384 if ($val["type"] == "pg") { 385 $renderer->doc .= "<li class='level" . $val["level"]."'>"; 387 $renderer->internallink($val["id"], $val["heading"]); 390 } elseif ($val["type"] == "ext_ns") { 391 $renderer->doc .= "<li class='level" . $val["level"]." divert'>"; 393 $renderer->internallink($val["id"], $val["headin [all...] |
/plugin/fckg/fckeditor/editor/plugins/plugintool/ |
H A D | fckplugin.js | 39 FCKAbbr.Insert = function(val, isSafari, stet) { argument 41 val = val.replace(/^\s+/,''); 42 val = val.replace(/\s+$/,''); 44 if(val) { 45 val = '"' + val + '"'; 48 var hrefStartHtml = (val == '') ? '' : '<plugin title=' + val + '>'; 49 var hrefEndHtml = (val == '') ? '' : '</plugin> '; 97 FCKAbbr.InsertEdited = function(val) { argument 101 val = val.replace(/</g,"<"); 102 hrefHtml = val;
|
/plugin/revealjs/syntax/ |
H A D | background.php | 260 if (preg_match($pattern, $val)) return $val; 270 if (preg_match($pattern, $val)) return $val; 278 private function _is_valid_color($val) { argument 281 if (in_array($val, $named)) { 282 return $val; 286 if (preg_match($pattern, $val)) return $val; 294 private function _is_valid_image($val) { argument 296 if (preg_match($pattern, $val)) return $val; 303 private function _is_valid_size($val) { argument 305 if (preg_match($pattern, $val)) return $val; [all …]
|
/plugin/dwcommits/ |
H A D | syntax.php | 124 list($field,$val) = explode(':',$entry); 126 $val = trim($val); 134 $remote_url = $this->helper->setup_syntax($val); 135 $remote_url .= " db=" . $val; 136 $val = ""; 144 if(!$val) $val = 'OR'; 153 if(!$val) $val = 'AND'; 168 if($val) $result[$field]=$val; 193 foreach($inf as $val=>$entry) {
|