Home
last modified time | relevance | path

Searched refs:result (Results 1776 – 1800 of 1997) sorted by last modified time

1...<<71727374757677787980

/plugin/pagestat/
H A Dscript.js397 var defs=data.result;
558 var headwords=data.result["headwords"];
559 var rwords=data.result["rwords"];
560 var unwords=data.result["unwords"];
595 var headwords=data.result["headwords"];
596 var rwords=data.result["rwords"];
597 var extwords=data.result["extwords"];
598 var unwords=data.result["unwords"];
728 var wordlisttxt = data.result;
1943 var dst_page=data.result;
[all …]
/plugin/daummovie/
H A Dsyntax.php57 .'&output=json&result=3&q='.urlencode($match);
/plugin/components/lib/
H A Daction_manager.php139 $result = '';
141 $result .= $this->render($act);
142 return $result;
H A Dajax.php53 * @param mixed $result the result to send back to the client
55 protected function respond($result) { argument
58 echo $json->encode($result);
/plugin/yql/
H A Dsyntax.php141 $result = $client->sendRequest($yql_query_url);
143 if ($result === false) {
/plugin/syntaxhighlightjs/static/lib/highlightjs/
H A Dhighlight.min.js2 …p(o.value),e.innerHTML=o.value,e.className=u(e.className,t,o.language),e.result={language:o.langua… class in e
/plugin/npd/
H A Dhelper.php20 $result = array();
21 $result[] = array(
27 return $result;
/plugin/stopforumspam/
H A DResponseChecker.php110 $result = true;
112 if (($result = $this->categoryIsValid($response->username)) === false) {
114 } else if (($result = $this->categoryIsValid($response->email)) === false) {
116 } else if (($result = $this->categoryIsValid($response->ip)) === false) {
120 $this->accepted = $result;
122 return $result;
/plugin/settingstree/
H A Dhelper.php84 $result = array();
85 $result[] = array(
94 $result[] = array(
104 $result[] = array(
113 $result[] = array(
122 $result[] = array(
132 $result[] = array(
141 $result[] = array(
152 $result[] = array(
164 $result[] = array(
[all …]
/plugin/explorertree/
H A Dhelper.php37 $result = array();
38 $result[] = array(
46 $result[] = array(
54 $result[] = array(
62 $result[] = array(
72 return $result;
/plugin/authdrupal7/
H A Dauth.php86 $result = $this->_queryDB($sql);
87 if($result !== false && count($result) == 1) {
88 $rc = $this->_hash_password($pass, $result[0]['pass']) == $result[0]['pass'];
188 $result = $this->_queryDB($sql);
189 if($result !== false && count($result)) {
190 $info = $result[0];
215 if($result !== false && count($result)) {
216 foreach($result as $row) {
239 $rc = $result[0]['num'];
369 if($result) {
[all …]
/plugin/eventum/
H A Dclass.Eventum_RPC.php123 $result = $this->client->send($msg);
125 if ($result === 0) {
128 if (is_object($result) && $result->faultCode()) {
129 throw new Eventum_RPC_Exception($result->faultString());
132 $value = XML_RPC_decode($result->value());
/plugin/memcache/
H A Dhelper.php32 $result = array();
33 $result[] = array(
38 $result[] = array(
43 $result[] = array(
48 $result[] = array(
58 $result[] = array(
68 $result[] = array(
76 $result[] = array(
84 $result[] = array(
93 $result[] = array(
[all …]
/plugin/memcache/classes/
H A Dmemcache_fakecache.class.php47 …if ($result = (!file_exists(static::$cache_dir.static::normalize_key($key)) && @file_put_contents(…
51 return (bool)$result;
56 …if ($result = (@file_put_contents(static::$cache_dir.static::normalize_key($key),gzcompress(serial…
60 return (bool)$result;
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php188 $result = $matches[1];
190 $result = "200";
193 return $result;
H A Dpath.php54 $result = array();
56 $result[] = $point->x;
57 $result[] = $point->y;
59 return $result;
H A Dutils_number.php8 $result = "";
12 $result .= $roman[$i];
17 return $result;
H A DChangeLog22 no more result in notice messages.
211 * Fixed: tables with "fake" cells could result in unexpected page
218 * Fixed: missing TTF files may result in mysterious PHP errors
313 * Fixed: non-ASCII characters in TOC items could result in XML
768 tags could result in notices/warnings; tables were rendered
984 * Fixed: cells having percentage-constrained height could result
1746 * html2ps.php: feature request 1229139 - open result in the
1750 parameter; default script behaviour have changed to display result
H A Dxhtml.utils.inc.php99 $result = "";
111 $result .= $matches[1];
177 return $result;
209 $result = "";
222 return $result.$html;
314 $result = "";
321 return $result.$html;
458 $result = "";
467 return $result.$html;
471 $result = "";
[all …]
H A Dfilter.output.ps2pdf.class.php4 exec($cmd, $output, $result);
6 if ($result) {
H A Dmanager.encoding.php164 $result = array();
171 return $result;
205 $result = "/".$encoding." [ \n";
207 if ($i % 10 == 0) { $result .= "\n"; };
213 $result .= " /.notdef";
216 $result .= " ] readonly def";
218 return $result;
277 $result = array();
283 $result[$code] = ".notdef";
287 $result[$code] = sprintf("u%04X", $ucs2);
[all …]
H A Doutput.pcl.class.php54 $result =
60 $result .= $groups[$i]->getString();
62 $result .= $groups[$size-1]->getStringTerminate();
63 return $result;
H A Dvalue.content.item.php18 $result = call_user_func(array($subclass, 'parse'), $string);
19 $rest = $result['rest'];
20 $item =& $result['item'];
H A Dvalue.content.php34 $result = ValueContentItem::parse($string);
36 $item =& $result['item'];
37 $rest = $result['rest'];
/plugin/html2pdf/snorriheim/
H A Ddesign.css674 /* --------------- search result formating --------------- */

1...<<71727374757677787980