Home
last modified time | relevance | path

Searched refs:result (Results 1376 – 1400 of 1997) sorted by relevance

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

/plugin/userhomepage/
H A Dhelper.php122 …$result = '<a href="'.wl($publicID).'" '.$classes.' rel="nofollow" title="'.$this->publicString().…
123 return $result;
/plugin/sqlite/_test/
H A DHelperTest.php252 $result = 5;
255 $this->assertEquals($result, $SqliteHelper->res2count($this->res));
262 $this->assertSame(0, $SqliteHelper->countChanges(false), 'Empty result');
263 $this->assertEquals(1, $SqliteHelper->countChanges($this->res), 'Insert result');
/plugin/autotranslation/
H A Dhelper.php232 $result = array();
241 $result[$name] = $link;
245 return $result;
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php389 $result = @fopen($filename, 'x');
391 if ($result === false) {
394 fclose($result);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php449 $result = ['hex' => $this->toHex(true)];
451 $result['precision'] = $this->getPrecision();
453 return $result;
/plugin/diagramsnet/lib/plugins/
H A Danimation.js320 var result = false;
329 result = true;
333 return result;
/plugin/xlsx2dw/
H A Dscript.js31 formattedTable = await getFormattedTableFromXLSX(e.target.result);
34 formattedTable = await getFormattedTableFromXLS(e.target.result);
37 formattedTable = await getFormattedTableFromODS(e.target.result);
/plugin/struct/meta/
H A DAccessTable.php424 $result = '';
431 $result .= sprintf("% -20s : %s\n", $key, $value);
433 return $result;
449 * Creates a proper result array from the database data
/plugin/jsonrpc/
H A Djsonrpc.php245 $result = array();
257 $result[] = $id;
265 $result[] = $id;
268 return $result;
/plugin/epub/scripts/
H A Depub_utils.php515 $result = $z->get_file();
516 file_put_contents($epub_file,$result);
584 function epub_check_for_mathjax(&$result) { argument
594 $result .= <<<MATHJAX
/plugin/edittable/lib/
H A Dhandsontable.full.js1718 result = result[name];
5414 result = shiftSeparators(result, separator);
5441 result = shiftSeparators(result, separator);
5442 result = popSeparators(result, separator);
5443 result = removeDuplicatedSeparators(result);
13842 if (result === BREAK || result === RETURN) return result;
13845 if (result === BREAK || result === RETURN) return result;
21905 if (unhandled && result.e) throw result.v;
22066 if (result.e) reject(result.v);
22079 if (result.e) reject(result.v);
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.AggressivelyFixLt.txt
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dendless_loop_bug.md9 execution. Actions are grouped by [controllers](structure-controllers.md). The execution result of
/plugin/ckgdoku/ckeditor/plugins/pastebase64/
H A Dplugin.js57 src: evt.target.result
/plugin/wrap/
H A Daction.php142 $event->result = '';
/plugin/ckgedit/ckeditor/plugins/pastebase64/
H A Dplugin.js57 src: evt.target.result
/plugin/odtsupport/
H A DREADME.md2 …odt plugin. For example, the plugin can pipe wiki page metadata into a field within the ODT result.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js.map1result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n…
/plugin/blogtng/helper/
H A Dentry.php79 $result = $this->sqlitehelper->getDB()->res2arr($resid);
80 $this->entry = $result[0];
213 $result = $this->sqlitehelper->getDB()->query(
227 if(!$result) {
933 $result = $this->sqlitehelper->getDB()->res2arr($res);
934 $related[$type] = $result[0];
/plugin/odt/ODT/css/
H A Dcssimportnew.php434 $result = strpos ($separators, $sign);
438 if ($result === false || $in_brackets == true) {
792 $result = $this->selector->matches($element, $specificity);
794 return $result;
987 … $result = $this->importFromStringInternal ($contents_in_media, $at_rule_name, $nested_processed);
988 if ( $result !== true ) {
/plugin/snow/
H A DCONTRIBUTING.md12 Removing the copyright notice will result in your pull request being rejected.
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js87 var result = /^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(hex);
88 return result ? {
89 r: parseInt(result[1], 16),
90 g: parseInt(result[2], 16),
91 b: parseInt(result[3], 16)
/plugin/combo/vendor/symfony/yaml/
H A DInline.php81 $result = self::parseSequence($value, $flags, $i, $references);
85 $result = self::parseMapping($value, $flags, $i, $references);
89 $result = self::parseScalar($value, $flags, null, $i, true, $references);
98 return new TaggedValue($tag, $result);
101 return $result;
174 // Preserve float data type since storing a whole number will result in integer value.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReporting.php160 …$result = $reportClass->generateFileReport($reportData, $phpcsFile, $cliValues['showSources'], $cl…
161 if ($result === true) {
/plugin/sphinxsearch-was/
H A Daction.php138 $result = $search->search($start, $this->getConf('maxresults'));
146 if (!$result) {

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