Home
last modified time | relevance | path

Searched refs:result (Results 1726 – 1750 of 1997) sorted by last modified time

1...<<61626364656667686970>>...80

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php565 $result = PHPUnit::run($this->suite);
573 $this->_updateProgress($result->runCount(),
574 $result->errorCount(),
575 $result->failureCount()
579 $this->_showFailures($result->errors(), $this->dumpArea);
584 $this->_showAll($result, $this->reportArea);
587 $this->_showFailures($result->failures(), $this->reportArea);
695 function _showAll(&$result) argument
699 $this->reportArea->insert_text($result->toString(), 0);
712 foreach (array_reverse($results, true) as $result) {
[all …]
H A DHTML.php120 $result = PHPUnit::run($aSuite);
122 $aSuiteResult['counts']['run'] = $result->runCount();
123 $aSuiteResult['counts']['error'] = $result->errorCount();
124 $aSuiteResult['counts']['failure'] = $result->failureCount();
126 $aSuiteResult['results'] = $this->_prepareResult($result,$showPassed);
128 $per = 100/$result->runCount();
129 $failed = ($per*$result->errorCount())+($per*$result->failureCount());
168 function _prepareResult($result,$showPassed) argument
171 $failures = $result->failures();
177 $errors = $result->errors();
[all …]
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DRepeatedTest.php140 function run(&$result) { argument
142 $this->_test->run($result);
H A DTestCase.php168 function run(&$result) { argument
169 $this->_result = &$result;
H A DTestDecorator.php103 function basicRun(&$result) { argument
104 $this->_test->run($result);
136 function run(&$result) { /* abstract */ } argument
H A DTestResult.php307 $result = '';
310 $result .= sprintf(
319 $result .= $failedTest->toString();
322 return $result;
H A DTestSuite.php182 function run(&$result) { argument
183 for ($i = 0; $i < sizeof($this->_tests) && !$result->shouldStop(); $i++) {
184 $this->_tests[$i]->run($result);
195 function runTest(&$test, &$result) { argument
196 $test->run($result);
/plugin/freechat/phpfreechat/lib/pear/
H A DPHPUnit.php118 $result = new PHPUnit_TestResult();
119 $suite->run($result);
121 return $result;
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php273 $result = array();
287 $result['cmdstr'] = $cmd_str;
288 $result['cmdname'] = $cmd;
289 $result['params'] = array($clientid, $recipientid, $params_str);
290 return $result;
318 $result['cmdstr'] = $cmd_str;
319 $result['cmdname'] = $cmd;
320 $result['params'] = $params;
322 return $result;
H A Dpfcglobalconfig.class.php1010 $result = array();
1024 $result[$smiley_file][] = htmlspecialchars(addslashes($str));
1027 $this->smileys =& $result;
H A Dpfctools.php119 $result = array();
122 $result[] = '';
125 if (end($result) == '..') {
126 $result[] = '..';
127 } elseif (!array_pop($result)) {
128 $result[] = '..';
131 $result[] = $dir;
135 $result[] = '';
136 return implode('/', $result);
H A Dpfccontainer.class.php488 $result = array();
491 $result[$k] = $this->getUserMeta($nickid, $k);
494 return $result;
523 $result = array();
526 $result[$k] = $this->getChanMeta($chan, $k);
527 return $result;
H A Dpfctemplate.class.php54 $result = ob_get_contents();
56 return $result;
/plugin/freechat/phpfreechat/src/containers/
H A Dmysql.class.php115 $result = mysql_query($query, $db);
116 if ($result === FALSE)
134 $result = mysql_query($query, $db);
135 if ($result === FALSE)
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js348 return result;
615 result = result && !!iterator(value, index);
618 return result;
628 return result;
642 var result;
715 var result;
718 if (result == null || value >= result)
726 var result;
729 if (result == null || value < result)
2478 return result;
[all …]
/plugin/glossary/
H A Dscript.js111 var result = new Array ();
115 result.push (this);
117 return result;
/plugin/plantuml/res/file-broken/
H A DLICENSE586 author or copyright holder as a result of your choosing to follow a
/plugin/indexnumber/
H A Dscript.js10 result;
11 while ((result = rx.exec(editor.value)) !== null) {
12 maxnumber = Math.max(maxnumber, result[1]);
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php157 $result = $db->store_result ();
158 if ($result instanceof mysqli_result) {
160 $rows = $this->fetch_all( $result);
170 $result->free ();
172 } else if (is_bool ( $result )) {
176 var_dump ( $result );
199 private function fetch_all($result) argument
202 $res = mysqli_fetch_all ( $result, MYSQLI_ASSOC );
204 for ($res = array(); $tmp = mysqli_fetch_array($result, MYSQLI_ASSOC);) $res[] = $tmp;
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt346 or a game with an unknown or otherwise unavailable result. It is self
464 7) Result (the result of the game)
606 The Result field value is the result of the game. It is always exactly the
610 result otherwise unknown). Note that the digit zero is used in both of the
885 (Black wins), "1/2-1/2" (drawn game), and "*" (game in progress, result
1143 While the Result tag gives the result of the game, it does not provide any
1150 * "adjudication": result due to third party adjudication process.
1207 nature; they are likely to be changed as a result of reviewer feedback.
2388 evaluation from the value -32767 and then negating the result. Thus, a losing
/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js24 var result = "";
49 result += " ";
51 result += "-";
64 result += " ";
67 result += '-';
73 return result;
119 result += "x";
137 return result;
153 return result;
336 var result = 0;
[all …]
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js237 var result = '';
238 if(this.scheme !== null) { result = result + this.scheme + ':'; }
239 if(this.authority !== null) { result = result + '//' + this.authority; }
240 if(this.path !== null) { result = result + this.path; }
241 if(this.query !== null) { result = result + '?' + this.query; }
242 if(this.fragment !== null) { result = result + '#' + this.fragment; }
243 return result;
/plugin/gitlog/
H A Dsyntax.php159 $result = array();
177 $result[] = $row;
180 return $result;
/plugin/alphaindex/
H A Dsyntax.php230 if(eregi($pattern, $pageName, $result)) {
232 $pageNameArticle = ucfirst(trim($result[0]));
/plugin/upload/
H A Daction.php43 $event->result = false;

1...<<61626364656667686970>>...80