Home
last modified time | relevance | path

Searched refs:result (Results 1801 – 1825 of 1997) sorted by last modified time

1...<<71727374757677787980

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pdflib.class.php315 $result = dl(PDFLIB_DL_PATH);
317 if (!$result) {
H A Dcss.padding.inc.php80 $result = PaddingSideValue::init($value);
81 return $result;
/plugin/slidesharewp/syntax/
H A Dslidesharewp.php55 $pm = preg_match_all('/\[slideshare id=(.+?)&doc=(.+?)\]/', $match, $result);
56 $id = $result[1][0];
57 $doc = $result[2][0];
/plugin/mantis/lib/
H A Dclass.soap_server.php137 var $result = 'successful'; variable in nusoap_server
520 $this->result = 'fault: method not found';
528 $this->result = 'fault: method not found';
539 $this->result = 'fault: request failed validation against method signature';
676 $this->result = 'successful';
828 $this->result = 'fault: error in msg parsing: '.$err;
H A Dchangelog11 - soap_parser: changed the parser to pre-load the parent's result array when processing scalar valu…
H A Dnusoap.php3546 var $result = 'successful'; variable in nusoap_server
3944 $this->result = 'fault: method not found';
3953 $this->result = 'fault: method not found';
3964 $this->result = 'fault: request failed validation against method signature';
4107 $this->result = 'successful';
4266 $this->result = 'fault: error in msg parsing: '.$err;
6990 $params[$this->message[$kv[1]]['result']] = &$this->message[$kv[2]]['result'];
H A Dclass.soap_parser.php558 $params[$this->message[$kv[1]]['result']] = &$this->message[$kv[2]]['result'];
/plugin/advrack/
H A Djquery.qtip.js505 return result.precedance ? result.string() : result;
959 return result[0].charAt(0) + (result[1] && result[1].charAt(0) || '');
2186 return y ? result : result.reverse();
3074 newWidth = result.width = Math.abs(result.position.right - result.position.left);
3075 newHeight = result.height = Math.abs(result.position.bottom - result.position.top);
3080 left: result.position.left + (result.width / 2),
3081 top: result.position.top + (result.height / 2)
3207 result.push.apply(result, [next.x, next.y]);
3210 result = PLUGINS.polys.polygon(result, corner);
3216 result = { class
[all …]
/plugin/authdomainlimitation/action/
H A Dsignup.php51 $event->result = false;
/plugin/idoit/
H A DREADME.md37 …And may contain an optional `filter` attribute for filtering the result object as an array of the …
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js17 …loadurl,data:loaddata,async:false,success:function(result){window.clearTimeout(t);input_content=re… argument
23 …html',url:settings.target,success:function(result,status){if(ajaxoptions.dataType=='html'){$(self)… argument
24 self.editing=false;callback.apply(self,[result,settings]);if(!$.trim($(self).html())){$(self).html(…
H A Djquery.js3result=b,c.target=e,d=d!=null?f.makeArray(d):[],d.unshift(c);var k=e,l=h.indexOf(":")<0?"on"+h:"";…
/plugin/dokumicrobugtracker/
H A DLICENSE.txt586 author or copyright holder as a result of your choosing to follow a
/plugin/publistx/bib2tpl/
H A Dhelper.inc.php65 $result = '00';
79 $result = $number;
85 return $result;
H A Dbibtex_converter.php173 $result = array();
178 return $result;
225 return $result;
243 $result = array();
278 return $result;
320 return $result;
378 $result = preg_replace($pattern, $groups, $result, 1);
382 return $result;
428 $result = preg_replace($pattern, $entries, $result, 1);
432 return $result;
[all …]
/plugin/runcommand/
H A Dpostaction.php54 $result = ""; variable
57 $result .= "<pre>\n";
59 $result .= $row."\n";
61 $result .= "</pre>\n";
64 $result .= "<p>\n";
66 $result .= $row."\n";
68 $result .= "</p>\n";
77 $result .= p_render('xhtml',$parsedOutput, $info);
83 debug("RESULT=\n".$result, 2, $rcDebugLevel);
84 print $result;
H A Dsyntax.php340 if ($flag == "newline") $result = "<p>".$result."</p>\n";
341 else $result = $result."\n";
360 if ($flag == "newline") $result = "<p>".$result."</p>\n";
361 else $result = $result."\n";
375 if ($flag == "newline") $result = "<p>".$result."</p>\n";
376 else $result = $result."\n";
390 $result = substr($result, 0, -1)." ];\n";
419 else $result = $result."\n";
442 else $result = $result."\n";
468 if ($flag == "newline") $result = "<p>".$result."</p>";
[all …]
/plugin/txt2tags/
H A DREADME.t2t103 - 2014-05-18: update with an external t2t file to add more control on the result
H A DREADME.doku103 * 2014-05-18: update with an external t2t file to add more control on the result
H A Dlinkwiz.js10 result: null, property in dw_linkwiz
49 dw_linkwiz.result = jQuery('#link__wiz_result')[0];
52 jQuery(dw_linkwiz.result).css('position', 'relative');
62 jQuery(dw_linkwiz.result).delegate('a', 'click', dw_linkwiz.onResultClick);
125 return jQuery(dw_linkwiz.result).find('div').eq(num);
150 var yDiff = childPos + $obj.outerHeight() - jQuery(dw_linkwiz.result).innerHeight();
154 jQuery(dw_linkwiz.result)[0].scrollTop += childPos;
158 jQuery(dw_linkwiz.result)[0].scrollTop += yDiff;
282 var $res = jQuery(dw_linkwiz.result);
/plugin/sphinxsearch/
H A DPageMapper.php26 …$result = $db->query("CREATE TABLE {$this->_table} ( page varchar(1024), page_crc int(11), hid var…
27 if (!$result) {
44 …$result = $this->_db->query("REPLACE into {$this->_table}(page, page_crc, hid, title, title_text) …
49 if (!$result) {
57 $result = $this->_db->query("select * from {$this->_table}");
58 return $result->fetchAll(PDO::FETCH_ASSOC);
64 $result = $this->_db->query($sql);
65 $rows = $result->fetchAll(PDO::FETCH_ASSOC);
H A Daction.php132 $result = $search->search($start, $this->getConf('maxresults'));
140 if(!$result){
H A Dfunctions.php264 $result = '';
268 $result .= $name;
270 $result .= ':';
273 $result .= ' ';
275 return $result;
H A Dsphinxapi.php1136 $result =& $results[$ires];
1138 $result["error"] = "";
1139 $result["warning"] = "";
1143 $result["status"] = $status;
1151 $result["warning"] = $message;
1154 $result["error"] = $message;
1169 $result["fields"] = $fields;
1179 $result["attrs"] = $attrs;
1211 $result["matches"][$doc]["weight"] = $weight;
1258 $result["total"] = sprintf ( "%u", $total );
[all …]
/plugin/owncloud/
H A DCOPYING586 author or copyright holder as a result of your choosing to follow a

1...<<71727374757677787980