Home
last modified time | relevance | path

Searched refs:Result (Results 1 – 25 of 52) sorted by last modified time

123

/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/xlsx2dw/
H A DREADME.md39 ![Alt text](./screenshots/preview_table.png?raw=true "Result")
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js41556 var Result = function (stopped, result) {
41576 if (result && result instanceof Result) return result;
41577 } return new Result(false);
41585 if (typeof result == 'object' && result && result instanceof Result) return result;
41586 } return new Result(false);
41590 return new Result(true, result);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResult.php12 class Result class
66 * @return mixed Result data
94 * @return string Result type
134 * @return float Result score
195 * @return array Result data array
H A DResultSet.php11 * Result set implements iterator
41 * @var Result[] Results
46 * @param Result[] $results
58 * @return Result[]
234 * @return Result Set object
236 public function current(): Result
298 public function offsetGet($offset): Result
313 * @param Result $value
319 if (!($value instanceof Result)) {
320 throw new InvalidException('ResultSet is a collection of Result onl
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/ResultSet/
H A DDefaultBuilder.php7 use Elastica\Result; alias
25 * @return Result[]
37 $results[] = new Result($hit);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md113 * Triggered deprecation in `Elastica\Result::getType()` method by @deguif [#2016](https://github.com/ruflin/Elastica/pull/2016)
146 * Added `Elastica\Result::getSort()` fetching the "sort" property of results [#1979](https://github.com/ruflin/Elastica/pull/1979)
427 * `\Elastica\ResultSet::next` returns `void` instead of `\Elastica\Result|false`
813 - Added the concept of ResultSet Transformers. The Transformer adds more information to a Result, for example the original object or data that created the Result. [#1066](https://github.com/ruflin/Elastica/pull/1066)
861 - `Elastica\Result->getDocument` and `Elastica\ResultSet->getDocuments` for return `\Elastica\Document`. https://github.com/ruflin/Elastica/issues/960
1497 - Added Result::hasFields() and Result::hasParam() methods for consistency with Document
1579 - Support isset() calls on Result objects
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DResult.php20 class Result extends \Google\Model class
78 class_alias(Result::class, 'Google_Service_CloudHealthcare_Result');
H A DEvaluateUserConsentsResponse.php27 protected $resultsType = Result::class;
45 * @param Result[]
52 * @return Result[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearch.php27 protected $itemsType = Result::class;
59 * @param Result[]
66 * @return Result[]
H A DResult.php20 class Result extends \Google\Collection class
293 class_alias(Result::class, 'Google_Service_CustomSearchAPI_Result');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DResult.php20 class Result extends \Google\Model class
78 class_alias(Result::class, 'Google_Service_Vision_Result');
H A DGroupedResult.php27 protected $resultsType = Result::class;
59 * @param Result[]
66 * @return Result[]
H A DProductSearchResults.php29 protected $resultsType = Result::class;
61 * @param Result[]
68 * @return Result[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DResult.php20 class Result extends \Google\Model class
60 class_alias(Result::class, 'Google_Service_FirebaseRules_Result');
H A DFunctionMock.php29 protected $resultType = Result::class;
61 * @param Result
63 public function setResult(Result $result)
68 * @return Result
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1743 …placement");if(this._regex==null)throw new System.NotSupportedException("Result cannot be called o…
H A Dorgchart.min.js8 …placement");if(this._regex==null)throw new System.NotSupportedException("Result cannot be called o…
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8 …placement");if(this._regex==null)throw new System.NotSupportedException("Result cannot be called o…
/plugin/symbols4odt/
H A Ddokuwiki_plugin_page.wiki40 ^ Syntax ^ Result ^ Alternative Syntax ^
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1Result is not-null when there was enough memory to compute the changes while\n // searc…
H A Deditor.worker.js.map1 …ied = midModifiedArr[0];\n if (result !== null) {\n // Result is not-null when t…
H A Djson.worker.js.map1 …ied = midModifiedArr[0];\n if (result !== null) {\n // Result is not-null when t…

123