Home
last modified time | relevance | path

Searched refs:result (Results 926 – 950 of 1997) sorted by relevance

1...<<31323334353637383940>>...80

/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/
H A DIn.php56 ->when($result = new \Mock\Hoa\Stream\IStream\In())
58 ->object($result)
/plugin/autolink2/
H A Dhelper.php55 $result = array();
56 $result[] = array(
61 return $result;
66 $result = array(); // array of line numbers in the page index
68 $result = $this->autolink_idx;
69 $res=$this->_numToID($result);
/plugin/move/_test/
H A Dpagemove.test.php189 $result = $MoveOp->movePage($ID, $this->movedToId);
190 $this->assertTrue($result);
305 $result = $MoveOp->movePage($ID, $newId);
306 $this->assertTrue($result);
422 $result = $MoveOp->movePage($ID, $newId); //parent_ns:current_ns:test_page -> parent_ns:new_page
423 $this->assertTrue($result);
/plugin/syntaxhighlighter3/sxh3/tests/
H A Dcommonjs_tests.js49 var result = brush.getHtml(code); variable
51 sys.puts(name + (result != null ? ': ok' : ': NOT OK'));
/plugin/autoincludeindex/
H A DremoveBox.php30 $result = ereg_replace('(\<box.*\>[^.*]*.*\</box\>)','', $fileContent);
37 fwrite($handle, $result);
/plugin/zip/pear/File/Archive/Predicate/
H A DExtension.php65 $result = in_array($extension, $this->extensions);
67 return $result;
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DInfinite.php60 ->when($result = iterator_to_array($limit, false))
62 ->array($result)
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/src/
H A DFqsen.php41 $result = preg_match(
47 if ($result === 0) {
/plugin/twofactoryubiauth/
H A DYubiAuthenticator.php25 $result = curl_exec($curl);
28 $results = explode(PHP_EOL, $result);
/plugin/combo/ComboStrap/
H A DPipelineUtility.php251 $result = "";
254 if (!empty($result)) {
255 $result .= $pattern;
257 $result .= $words[$i];
260 return $result;
/plugin/struct/meta/
H A DAssignments.php261 $result = [];
265 if (!isset($result[$pid])) $result[$pid] = [];
266 $result[$pid][$tbl] = (bool)$row['assigned'];
269 return $result;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/
H A Dmocked_method.tpl.dist15 $result = $this->__phpunit_getInvocationMocker()->invoke(
21 return $result;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.flv.php848 …$result = (getid3_lib::BigEndian2Int(substr($this->sps, $this->currentBytes, 1)) >> (7 - $this->cu…
850 return $result;
859 $result = 0;
861 $result = ($result << 1) + $this->getBit();
863 return $result;
888 $result = $this->expGolombUe();
889 if (($result & 0x01) == 0) {
890 return -($result >> 1);
892 return ($result + 1) >> 1;
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php892 $result = array_intersect($byMonthDayResults, $byDayResults);
894 $result = $byMonthDayResults;
896 $result = $byDayResults;
898 $result = array_unique($result);
899 sort($result, SORT_NUMERIC);
904 return $result;
910 $setPos = count($result) + ($setPos + 1);
912 if (isset($result[$setPos - 1])) {
913 $filteredResult[] = $result[$setPos - 1];
/plugin/refnotes/
H A Dscope.php170 $result = NULL;
182 $result = $note;
188 return $result;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php254 $result = [];
261 $result[] = $object['uri'];
264 return $result;
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DBaseFutureTrait.php26 private $result; variable
69 return $this->result;
106 // Get the result and error when the promise is resolved. Note that
111 $this->result = $value;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DPumpStream.php130 $result = '';
132 $result .= $this->read(1000000);
135 return $result;
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php147 $result = $pdo->query('SELECT id, calendardata FROM calendarobjects'); variable
150 echo "Total records found: " . $result->rowCount() . "\n";
152 $total = $result->rowCount();
153 while($row = $result->fetch()) {
/plugin/sql/
H A Dsyntax.php132 $result =& $db->getAll($query);
146 foreach (array_keys($result[0]) as $header) {
156 foreach ($result as $row) {
172 foreach ($result as $row) {
/plugin/projects/lib/
H A Dmaker.php279 $pid = pcntl_wait($result);
281 $result = current($this->pid);
282 $pid = $result;
291 if ($result != 0) {
292 $this->add_error($name, array("failure" => $result));
313 $result = $file->make($this->project->path());
314 if ($this->parallel) exit($result);
315 return $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/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/IWrapper/
H A DIWrapper.php56 ->when($result = new \Mock\Hoa\Stream\Wrapper\IWrapper\IWrapper())
58 ->object($result)
/plugin/googleads/
H A Dadmin.php80 $result = false;
83 $result = $map[$key] == 1 || $map[$key] === 'on' || $map[$key] === 'checked';
86 return $result;
/plugin/fckg/
H A Dhelper.php15 $result = array();
16 $result[] = array(
22 return $result;

1...<<31323334353637383940>>...80