Home
last modified time | relevance | path

Searched refs:result (Results 1326 – 1350 of 1997) sorted by relevance

1...<<51525354555657585960>>...80

/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php553 $result = $this->server->xml->expect(
560 $lockInfo->owner = $result->owner;
562 $lockInfo->scope = $result->scope;
/plugin/publish/
H A Dhelper.php257 $result = array();
259 $result[] = editorinfo($this->getApproverName($approver));
261 return $result;
/plugin/dev/
H A Dcli.php248 $result = 0;
251 $last = exec($cmd, $output, $result);
252 if ($last === false || $result !== 0) {
470 $result = 0;
471 passthru($cmd, $result);
472 return $result;
498 $result = 0;
499 passthru($cmd, $result);
500 return $result;
528 $result
[all...]
/plugin/geophp/vendor/funiq/geophp/
H A DREADME.md104 $result = pg_fetch_all(pg_query($connection, "SELECT asBinary($column) as geom FROM $table"));
105 foreach ($result as $item) {
115 $result = pg_fetch_all(pg_query($connection, "SELECT $column as geom FROM $table"));
116 foreach ($result as $item) {
/plugin/submgr/
H A Daction.php57 if (!$event->result) return;
/plugin/struct/meta/
H A DAggregationEditorTable.php59 * Renders the first result row and returns it
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dcache-api-1.1.1.jar ... boolean isSynchronous public int hashCode () int prime int result public boolean equals (java.lang.Object) ...
H A Dcommons-logging-1.2.jar ... getLogger () org.apache.log4j.Logger result public boolean isDebugEnabled () public boolean isErrorEnabled () ...
/plugin/twitter/
H A Daction.php49 $event->result = false;
/plugin/fetchmedia/
H A Dstyle.less38 span.result {
/plugin/pagequery/
H A Daction.php67 $event->result = false;
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php1347 static $result;
1349 if (null !== $result) {
1350 return $result;
1354 return $result = false;
1357 … return $result = (bool) @proc_open('echo 1 >/dev/null', [['pty'], ['pty'], ['pty']], $pipes);
1509 $result = $this->processPipes->readAndWrite($blocking, $close);
1512 foreach ($result as $type => $data) {
/plugin/combo/vendor/symfony/process/
H A DProcess.php1273 static $result;
1275 if (null !== $result) {
1276 return $result;
1280 return $result = false;
1283 return $result = (bool) @proc_open('echo 1 >/dev/null', [['pty'], ['pty'], ['pty']], $pipes);
1425 $result = $this->processPipes->readAndWrite($blocking, $close);
1428 foreach ($result as $type => $data) {
/plugin/diagramsnet/lib/math/
H A DMathJax.js19result=BASE.__result;delete BASE.__result;delete BASE.__code;if(result instanceof Error){throw res…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php186 $result = $runner->doRun($suite, $this->arguments, $exit);
193 if (isset($result) && $result->wasSuccessful(false)) {
195 } elseif (!isset($result) || $result->errorCount() > 0) {
/plugin/statistics/inc/
H A DBrowscap.php126 * Flag to enable only lowercase indexes in the result.
699 $result = substr(str_replace($search, $replace, $pattern), 2, -2);
705 $num_pos = strpos($result, '(\d)');
706 $result = substr_replace($result, $one_match, $num_pos, 4);
710 return $result;
916 // Caches the result
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php398 $result = self::$bypassAltsAtnCache[$serializedAtn] ?? null;
400 if ($result === null) {
403 $result = (new ATNDeserializer($deserializationOptions))->deserialize($serializedAtn);
404 self::$bypassAltsAtnCache[$serializedAtn] = $result;
407 return $result;
/plugin/git/action/
H A Dcommit.php57 $result = $repo->commit($commit_message);
H A Dpush.php62 $result = $repo->push();
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php188 $result = $matches[1];
190 $result = "200";
193 return $result;
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php249 $result = $this->executor->execute(DriverCommand::EXECUTE_SCRIPT, [
253 $location = ['x' => $result['x'], 'y' => $result['y']];
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap80.php54 function mb_parse_str(?string $string, &$result = []): bool { parse_str((string) $string, $result); return (bool) $result; } argument
/plugin/sqlcomp/
H A DREADME.md3 Dokuwiki plugin to query SQL databases and show result as tables.
/plugin/zenlogin/
H A Daction.php97 $result = mysql_query($query, $con);
98 $row = mysql_fetch_object($result);

1...<<51525354555657585960>>...80