| /plugin/data/syntax/ |
| D | entry.php | 114 $vals = explode(',', $line[1]); 115 foreach ($vals as $val) { 378 foreach ($data['cols'] as $key => $vals) { 380 $content = $vals['multi'] ? implode(', ', $data['data'][$key]) : $data['data'][$key]; 381 if (is_array($vals['type'])) { 382 $vals['basetype'] = $vals['type']['type']; 383 if (isset($vals['type']['enum'])) { 384 $vals['enum'] = $vals['type']['enum']; 386 $vals['type'] = $vals['origtype']; 388 $vals['basetype'] = $vals['type']; [all …]
|
| /plugin/amazon_heavy/ |
| D | class.xmlreader.php | 40 $vals = $index = $array = array(); 44 xml_parse_into_struct($parser, $this->_data, $vals, $index); 47 $tagname = $vals[$i]['tag']; 48 if ( isset ($vals[$i]['attributes'] ) ) 50 $array[$tagname]['@'] = $vals[$i]['attributes']; 56 $array[$tagname]["#"] = $this->xml_depth($vals, $i); 59 function xml_depth($vals, &$i) { argument 61 if ( isset($vals[$i]['value']) ) 63 array_push($children, $vals[$i]['value']); 65 while (++$i < count($vals)) { [all …]
|
| /plugin/data-au/syntax/ |
| D | entry.php | 98 $vals = explode(',', $line[1]); 99 foreach($vals as $val) { 334 foreach($dataau['cols'] as $key => $vals) { 336 … $content = $vals['multi'] ? implode(', ', $dataau['dataau'][$key]) : $dataau['dataau'][$key]; 337 if(is_array($vals['type'])) { 338 $vals['basetype'] = $vals['type']['type']; 339 if(isset($vals['type']['enum'])) { 340 $vals['enum'] = $vals['type']['enum']; 342 $vals['type'] = $vals['origtype']; 344 $vals['basetype'] = $vals['type']; [all …]
|
| /plugin/photowidget/ |
| D | photowidget.php | 41 xml_parse_into_struct($p, file_get_contents($p_feed), $vals, $index); 44 for($i=0;$i<count($vals);$i++){ 45 if ($vals[$i]['tag']=='DESCRIPTION' && $vals[$i]['level']==4) { 47 xml_parse_into_struct($p, $vals[$i]['value'], $imgvals); 68 xml_parse_into_struct($p, file_get_contents($p_feed), $vals, $index); 71 for($i=0;$i<count($vals);$i++){ 72 if ($vals[$i]['tag']=='CONTENT') { 73 $str = $vals[$i]['value']; 90 xml_parse_into_struct($p, file_get_contents($p_feed), $vals, $index); 93 for($i=0;$i<count($vals);$i++){ [all …]
|
| /plugin/amazon/ |
| D | XMLParser.php | 17 var $vals; // Struct created by xml_parse_into_struct variable in XMLParser 54 xml_parse_into_struct($parser, $this->data, $vals, $index); 58 return $this->getchildren($vals, $i); 62 function buildtag($thisvals, $vals, &$i, $type) { argument 75 $tag = array_merge($tag, $this->getchildren($vals, $i)); 81 function getchildren($vals, &$i) { argument 85 if ($i > -1 && isset($vals[$i]['value'])) 86 $children['VALUE'] = $vals[$i]['value']; 89 while (++$i < count($vals)) { 91 $type = $vals[$i]['type']; [all …]
|
| /plugin/semanticdata/syntax/ |
| D | entry.php | 86 $vals = explode(',',$line[1]); 87 foreach($vals as $val){ 240 foreach($data['cols'] as $key => $vals) { 242 $content = $vals['multi'] ? implode(', ', $data['data'][$key]) : $data['data'][$key]; 243 if (is_array($vals['type'])) { 244 $vals['basetype'] = $vals['type']['type']; 245 if (isset($vals['type']['enum'])) { 246 $vals['enum'] = $vals['type']['enum']; 248 $vals['type'] = $vals['origtype']; 250 $vals['basetype'] = $vals['type']; [all …]
|
| /plugin/groupmail/ |
| D | syntax.php | 114 $vals = explode(',' , $data[$field]); 117 foreach ($vals as $group) { 123 foreach ($vals as $userId) { 172 $vals = $this->getExplodedVals($data, syntax_plugin_groupmail::$recipientFields); 175 if (preg_grep('/(cc|group)/', array_keys($vals))) 179 if (isset($vals[$field])) $nb_recipients+=count($vals[$field]); 185 if (preg_grep('/^(cc|togroup)/', array_keys($vals))) 188 if (preg_grep('/^bcc/', array_keys($vals))) 192 if (isset($vals[$field])) $nb_recipients+=count($vals[$field]); 197 $this->check_recipient_access($vals, 'togroup'); [all …]
|
| /plugin/struct/meta/ |
| H A D | ConfigParser.php | 251 $vals = explode(',', $val); 252 $vals = array_map('trim', $vals); 254 $len = count($vals); 256 $val = trim(strtolower($vals[$i])); 260 $vals[$i] = $val; 263 $vals[$i] = $val . 'px'; 266 $vals[$i] = ''; 269 return $vals;
|
| H A D | AccessTableGlobal.php | 57 $vals = array_merge($this->getSingleNoninputValues(), $this->singleValues); 61 VALUES ($rid," . trim(str_repeat('?,', count($vals)), ',') . ');';
|
| /plugin/bookmarkme/ |
| D | action.php | 25 * @param array $vals array with values 28 function array_combine( $keys, $vals ) { argument 30 $vals = array_values( (array) $vals ); 31 $n = max( count( $keys ), count( $vals ) ); 34 $r[ $keys[ $i ] ] = $vals[ $i ];
|
| /plugin/htmlokay/ |
| D | script.js | 12 var vals = group_array[i].split(":"); // split group identifier from policy 13 …var name = "group[" + vals[0] + "]"; // create a complete name for element, .eg. 'group[adm… 18 if(node_list[j].value == vals[1]) { // check off the box which matches saved value 197 var vals = user_array[i].split(":"); // split user identifier from policy 198 …var name = "user[" + vals[0] + "]"; // create a complete name for element, .eg. 'user[smith… 202 if(node_list[j].value == vals[1]) { // check off the box which matches saved value
|
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
| D | PHP32.php | 62 $vals = &$this->value; 82 $step = count($vals) & 3; 90 $vals[] = $digit; 92 while (end($vals) === 0) { 93 array_pop($vals); 95 reset($vals);
|
| D | PHP64.php | 62 $vals = &$this->value; 82 $step = count($vals) & 7; 94 $vals[] = $digit; 96 while (end($vals) === 0) { 97 array_pop($vals); 99 reset($vals);
|
| /plugin/asciidocjs/node_modules/ejs/bin/ |
| D | cli.js | 136 let vals = {}; 190 vals = JSON.parse(input); 195 vals[p] = pVals[p]; 200 let output = ejs.render(template, vals, opts);
|
| /plugin/sqlite/ |
| H A D | helper.php | 359 public function quote_and_join($vals, $sep = ',') argument 361 $vals = array_map([$this->adapter->getPdo(), 'quote'], $vals); 362 return implode($sep, $vals);
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/ |
| H A D | AddRequest.php | 112 $vals = $attrListing->getChild(1); 113 if (!($attrType instanceof OctetStringType && $vals instanceof SetType)) { 118 foreach ($vals->getChildren() as $val) {
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/ |
| D | VarUtils.php | 58 foreach ($values as $var => $vals) { 63 $nbValues[$var] = count($vals);
|
| /plugin/asciidocjs/node_modules/babel-types/lib/definitions/ |
| D | index.js | 65 for (var _len = arguments.length, vals = Array(_len), _key = 0; _key < _len; _key++) { 66 vals[_key] = arguments[_key]; 70 if (vals.indexOf(val) < 0) { 71 …erty " + key + " expected value to be one of " + (0, _stringify2.default)(vals) + " but got " + (0… 75 validate.oneOf = vals;
|
| /plugin/edittable/renderer/ |
| D | inverse.php | 552 $vals = array(); 554 $vals[] = $params['max']; 557 $vals[] = 'reverse'; 560 $vals[] = 'author'; 563 $vals[] = 'date'; 566 $vals[] = 'desc'; 577 $vals[] = $val; 579 if(count($vals) > 0) { 580 $this->doc .= ' '.join(' ', $vals);
|
| /plugin/issuelinks/helper/ |
| D | db.php | 140 $vals = array_values($entity); 141 $wlds = implode(', ', array_fill(0, count($vals), '?')); 144 $ok = $db->query($sql, $vals); 227 $vals = array_values($entity); 230 $db->query($sql, $vals);
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/ |
| D | AssetWriter.php | 38 foreach ($values as $var => $vals) { 39 foreach ($vals as $value) {
|
| /plugin/structpublish/meta/ |
| H A D | AccessTableStructpublish.php | 34 $vals = array_merge($this->getSingleNoninputValues(), $this->singleValues); 38 VALUES ($rid," . trim(str_repeat('?,', count($vals)), ',') . ');';
|
| /plugin/struct/helper/ |
| H A D | db.php | 101 $vals = json_decode($json, true, 512, JSON_THROW_ON_ERROR); 105 return $vals[$field];
|
| /plugin/textile2/ |
| D | classTextile.php | 1024 $vals = array( 1028 return (isset($vals[$in])) ? $vals[$in] : ''; 1034 $vals = array( 1039 return (isset($vals[$in])) ? $vals[$in] : ''; 1045 $vals = array( 1049 return (isset($vals[$in])) ? $vals[$in] : '';
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
| D | utility.js | 124 var vals = []; 125 _.times(3, function(i) { vals.push(i); }); 126 assert.deepEqual(vals, [0, 1, 2], 'is 0 indexed'); 128 vals = []; 129 _(3).times(function(i) { vals.push(i); }); 130 assert.deepEqual(vals, [0, 1, 2], 'works as a wrapper');
|