Home
last modified time | relevance | path

Searched refs:vals (Results 26 – 50 of 51) sorted by relevance

123

/plugin/metadisplay/helper/
H A Dhtml.php395 $vals = array_values($ar);
396 $val_str = implode('|',$vals);
398 $vals = explode('|',$val_str);
399 return array_combine($arr,$vals);
H A Dplaintext.php393 $vals = array_values($ar);
394 $val_str = implode('|',$vals);
396 $vals = explode('|',$val_str);
397 return array_combine($arr,$vals);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php1246 $vals = [];
1285 $vals[] = $temp;
1288 return array_reverse($vals);
1299 $vals = [];
1328 $vals[] = $digit;
1331 while ($vals[count($vals) - 1] == 0) {
1332 unset($vals[count($vals) - 1]);
1335 return array_reverse($vals);
H A DEngine.php1218 $vals = [];
1220 $vals[] = $num->bitwise_and($mask);
1224 return array_reverse($vals);
/plugin/approve/action/
H A Dmigration.php
/plugin/ireadit/action/
H A Dmigration.php58 $vals = join(',', array_fill(0,count($entry),'?'));
60 $sql = "INSERT OR IGNORE INTO $table ($keys) VALUES ($vals)";
/plugin/sqlite/_test/
H A DHelperTest.php122 $vals = array($string, $string);
124 $this->assertEquals($quotedstring, $SqliteHelper->quote_and_join($vals));
/plugin/datatemplate/syntax/
H A Dentry.php225 $vals = explode("\n",$value);
227 foreach($vals as $val){
H A Dlist.php247 foreach($replacers['vals_id'] as $num => $vals) {
248 $text = str_replace($replacers['keys_id'][$num], $vals, $text);
/plugin/schedule/lib/
H A DscheduleCitiesMap.js245 var vals = db[i].split ("|");
246 source.push ("("+vals[0]+"|"+vals[1]+") "+vals[2]);
/plugin/struct/meta/
H A DAccessTable.php301 $vals = array_merge($this->getSingleNoninputValues(), $this->singleValues);
303 return "INSERT INTO $this->stable ($cols) VALUES (" . trim(str_repeat('?,', count($vals)), ',') . ');';
/plugin/eventum/XML/
H A DRPC.php1625 function addArray($vals) argument
1634 $this->me['array'] = $vals;
1641 function addStruct($vals) argument
1650 $this->me['struct'] = $vals;
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js35 var vals = [],
39 if (isMove && vals.length == 2) {
40 res += vals + map[command == "m" ? "l" : "L"];
41 vals = [];
43 vals.push(round(value * zoom));
45 return res + vals;
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js1733 if (vals.length > 1 && (vals[0] == 'mxGraphModel' ||
1734 vals[0] == 'mxfile'))
1736 result = vals[1];
4677 var vals = prop.dependentPropsVals[i];
4679 if (vals.length > newVal)
4681 vals = vals.slice(0, newVal);
4687 vals.push(defVal);
4691 vals = vals.join(',');
4694 changedVals.push(vals);
4755 var vals = pValue.split(',');
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1vals!',\n 'resolve',\n 'rest',\n 'restart-agent',\n 'resultset-seq',\n…
/plugin/codemirror/dist/modes/
H A Dclojure.min.js.map1vals!\", \"resolve\", \"rest\",\n \"restart-agent\", \"resultset-seq\", \"reverse\", \"revers…
/plugin/davcal/
H A Dhelper.php1228 $vals = array_merge(array($calid), $uris);
1230 $res = $sqlite->query($query, $vals);
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js3383 var vals = lset[positionSelect.value];
3385 if (vals != null)
3387 graph.setCellStyles(mxConstants.STYLE_LABEL_POSITION, vals[0], ss.cells);
3388 graph.setCellStyles(mxConstants.STYLE_VERTICAL_LABEL_POSITION, vals[1], ss.cells);
3389 graph.setCellStyles(mxConstants.STYLE_ALIGN, vals[2], ss.cells);
3390 graph.setCellStyles(mxConstants.STYLE_VERTICAL_ALIGN, vals[3], ss.cells);
/plugin/callflow/
H A Draphael.js7168 var vals = [],
7172 if (isMove && vals.length == 2) {
7173 res += vals + map[command == "m" ? "l" : "L"];
7174 vals = [];
7176 vals.push(round(value * zoom));
7178 return res + vals;
/plugin/advrack/
H A Draphael.js7174 var vals = [],
7178 if (isMove && vals.length == 2) {
7179 res += vals + map[command == "m" ? "l" : "L"];
7180 vals = [];
7182 vals.push(round(value * zoom));
7184 return res + vals;
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4034 }}}}function generateArg(val,path,args){if(val instanceof Parts){var vals=[];
4042 }}vals.push(varName)
4043 }else{vals.push('"'+part.replace(/"/g,'\\"')+'"')
4044 }}return vals.join("+")
4047 }}function addParts(val,delim,block,info,escapeIt){var vals=[];
4055 }}if(escapeIt){vals.push("__escape__("+partName+")")
4056 }else{vals.push(partName)
4057 }}else{vals.push('"'+part+'"')
4059 vals.push("s"+info.argIndex++)
4060 }else{vals.push('"'+val+'"')
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js14950 var vals = [];
14963 vals.push(varName);
14966 vals.push('"'+part.replace(/"/g, '\\"')+'"');
14969 return vals.join('+');
14980 var vals = [];
14996 vals.push("__escape__(" + partName + ")");
14998 vals.push(partName);
15001 vals.push('"'+ part + '"');
15007 vals.push('s'+info.argIndex++);
15010 vals.push('"'+ val + '"');
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js4045 }}}}function generateArg(val,path,args){if(val instanceof Parts){var vals=[];
4053 }}vals.push(varName)
4054 }else{vals.push('"'+part.replace(/"/g,'\\"')+'"')
4055 }}return vals.join("+")
4058 }}function addParts(val,delim,block,info,escapeIt){var vals=[];
4066 }}if(escapeIt){vals.push("__escape__("+partName+")")
4067 }else{vals.push(partName)
4068 }}else{vals.push('"'+part+'"')
4070 vals.push("s"+info.argIndex++)
4071 }else{vals
[all...]
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js10227 lodashStable.each(values, function(vals) { argument
10229 var wrapped1 = _(vals[0]),
10230 wrapped2 = _(vals[1]),
10236 wrapped1 = _(vals[0]);
10237 wrapped2 = _(vals[2]);
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe19762 Ġinter vals
34208 Ġarri vals
45564 Ġappro vals

123