Home
last modified time | relevance | path

Searched refs:params (Results 2926 – 2939 of 2939) sorted by path

1...<<111112113114115116117118

/plugin/xcom/scripts/
H A Dxml.php11 $params = json_decode($_REQUEST['params']); variable
21 $fn = $params[0] ;
27 if(!xcom_lock($params[1], true, $client)) {
38 for($p=0; $p<count($params);$p++) {
39 if(is_array($params[$p])) {
40 $params[$p] = json_encode($params[$p]);
46 for($p=0; $p<count($params);$p++) {
47 if(is_array($params[$p])) {
48 $elems = $params[$p];
54 $params[$p] = $ar;
[all …]
/plugin/xfortune/
H A Dsyntax.php49 list($cookie, $params) = explode('?', $match, 2);
56 if(preg_match('/\b(\d+)\b/i', $params, $match)) {
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js38451 var x = priv.params.priv_key;
38452 var p = priv.params.p;
38453 var q = priv.params.q;
38454 var g = priv.params.g;
48205 function KeyPair(eddsa, params) {
48207 this._secret = parseBytes(params.secret);
48208 …if (eddsa.isPoint(params.pub)) this._pub = params.pub;else this._pubBytes = parseBytes(params.pub);
70150 data: ndata.algorithm.params
70179 ndata.algorithm.params.priv_key = asn1.DSAparam.decode(ndata.subjectPrivateKey, 'der');
70182 params: ndata.algorithm.params
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs15740 var params = ({r:rr}/*:any*/), row/*:RowInfo*/, height = -1; class in write_ws_xml_data
15752 params = ({r:rr}/*:any*/); class in write_ws_xml_data
15755 if(row.hidden) params.hidden = 1;
15759 if(height > -1) { params.ht = height; params.customHeight = 1; }
15760 if(row.level) { params.outlineLevel = row.level; }
15762 o[o.length] = (writextag('row', r.join(""), params));
15767 params = ({r:R+1}/*:any*/); class
15769 if(row.hidden) params.hidden = 1;
15773 if (height > -1) { params.ht = height; params.customHeight = 1; }
15774 if (row.level) { params.outlineLevel = row.level; }
[all …]
/plugin/xslfo/
H A Daction.php153 $params = ($REV) ? array('rev'=> $REV) : null;
154 $dw_element->addChild('url', wl($ID, $params, true));
/plugin/xssnipper/
H A Dsyntax.php63 … $params = explode(",",$match); // if you will have more parameters and choose ',' to delim them
66 if (!$params) {
69 elseif($params[0] == ''){
72 $params = explode(",",$match,4);
75 $xssnipper['from'] = $params[1];
76 $alpha = explode(' ',$params[2]);
80 $xssnipper['code'] = $params[3];
85 $xssnipper['filepath'] = $params[0];
86 $xssnipper['from'] = $params[1];
87 $xssnipper['until'] = $params[2];
[all …]
/plugin/youtrack/
H A Dhelper.php89 * @param array $params Request params: array("param" => "value") ==> ?param=value
92 function request($method, $endpoint, $params = false) { argument
108 if ($params) {
109 curl_setopt($curl, CURLOPT_POSTFIELDS, $params);
116 if ($params) {
117 $url = sprintf("%s?%s", $url, http_build_query($params, '', '&'));
/plugin/yql/
H A Dsyntax.php71 preg_match_all('/\s*(\S+)="([^"]*)"\s*/', $components[1], $params, PREG_SET_ORDER);
72 foreach ($params as $param) {
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1324 callEvent(name: string, params: any[]): boolean;
H A Ddhtmlxgantt.js.map1params","drag_state","drag_multiple","summaryId","taskDnD","linkDnD","_linksDnD","_tasksDnD","_att…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js14877 function params(text, type, expire, id) { function
14921 text = params.apply(this, arguments);
26103 _fireEvent: function(stage, mode, params) {
26109 gantt.assert(params, "Invalid event arguments");
26115 return gantt.callEvent(trigger, params);
/plugin/yuriigantt/
H A Dsyntax.php157 protected function viewRender($view, array $params = []) argument
160 extract($params);
/plugin/zip/pear/MIME/
H A DType.php134 $params = array();
137 $params[] = trim($tmp[$i]);
139 return $params;
324 * @param bool $params Append MIME parameters if true
329 function autoDetect($file, $params = false) argument
351 if (MIME_Type::hasParameters($type) && !$params) {
/plugin/zoom/
H A Dsyntax.php92 list($params,$ext_params) = explode('&',$all_params,2);
118 if(preg_match('/\b(\d+)[xX](\d+)\b/',$params,$match)){
124 if(preg_match('/\b[xX](\d+)\b/',$params,$match)){
128 else if(preg_match('/\b(\d+)\b/',$params,$match)){

1...<<111112113114115116117118