Home
last modified time | relevance | path

Searched full:beta (Results 1 – 25 of 464) sorted by relevance

12345678910>>...19

/plugin/asciidocjs/node_modules/nunjucks/
Dpackage.json13 "@babel/cli": "^7.0.0-beta.38",
14 "@babel/core": "^7.0.0-beta.38",
15 "@babel/preset-env": "^7.0.0-beta.38",
16 "@babel/register": "^7.0.0-beta.38",
17 "babel-loader": "^8.0.0-beta.0",
19 "babel-plugin-module-resolver": "3.0.0-beta.5",
44 "@babel/cli": "^7.0.0-beta.38",
45 "@babel/core": "^7.0.0-beta.38",
46 "@babel/preset-env": "^7.0.0-beta.38",
47 "@babel/register": "^7.0.0-beta.38",
[all …]
/plugin/odtplus2dw/
DREADME.md50 ### v0.12 beta
54 ### v0.11 beta
59 ### v0.10 beta
66 ### v0.09 beta
71 ### v0.08 beta
76 ### v0.07 beta
81 ### v0.06 beta
88 ### v0.05 beta
/plugin/odt2dw/
DREADME17 v0.09 beta
20 v0.08 beta
23 v0.07 beta
26 v0.06 beta
31 v0.05 beta
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dexperimental-beta-apis.asciidoc2 === Experimental and beta APIs
4 The PHP client offers also `experimental` and `beta` APIs for {es}.
11 - **Beta** APIs are on track to become stable and permanent features. Use them
18 All the `experimental` and `beta` APIs are marked with a `@note` tag in the
72 === Beta subsection
74 There are no beta APIs in the current version of `elasticsearch-php`.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DDataFrameTransformDeprecatedNamespace.asciidoc34 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
49 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
67 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
96 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
110 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
125 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
142 *NOTE:* This API is BETA and may change in ways that are not backwards compatible
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
DKoblitzPrime.php66 if (!isset($this->beta)) {
74 $this->beta = $betas[0]->compare($betas[1]) < 0 ? $betas[0] : $betas[1];
75 //echo strtoupper($this->beta->toHex(true)) . "\n"; exit;
93 $rhs = $this->p[0]->multiply($this->beta);
135 $beta = [
136 $p[0]->multiply($this->beta),
142 $beta['naf'] = array_map(function ($p) {
144 $p[0]->multiply($this->beta),
149 $beta['nafwidth'] = $p['nafwidth'];
159 $beta = $this->negatePoint($beta);
[all …]
/plugin/pureldap/_test/
H A DADClientTest.php56 'beta',
100 // User m.albro is member of 'gamma nested', which is in turn part of 'beta'
103 'beta',
125 $this->assertContains('beta', $groups);
165 // User m.albro is member of 'gamma nested', which is in turn part of 'beta'
170 $users = $client->getFilteredUsers(['grps' => 'beta'], ADClient::FILTER_EQUAL);
171 $this->assertArrayHasKey('m.albro', $users, 'user should be in beta');
228 // [['CN=beta,CN=Users,DC=example,DC=local'], 'memberOf']
H A DGroupHierarchyCacheTest.php67 'CN=beta,CN=Users,DC=example,DC=local',
81 $ghc->getChildren('CN=beta,CN=Users,DC=example,DC=local')
/plugin/codebuttonmod2/
DPlugin.txt27 https://github.com/david-it/dokuwiki_plugin_codebutton/archive/v1.2-beta.zip
53 * Plugin "disabled" for any action mode (v1.2.1-beta)
55 * First release (v1.2-beta)
61 * v1.2.1-beta: Conflict with CodeMirror plugin
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
DDataFrameTransformDeprecatedNamespace.php40 * @note This API is BETA and may change in ways that are not backwards compatible
67 * @note This API is BETA and may change in ways that are not backwards compatible
93 * @note This API is BETA and may change in ways that are not backwards compatible
116 * @note This API is BETA and may change in ways that are not backwards compatible
141 * @note This API is BETA and may change in ways that are not backwards compatible
167 * @note This API is BETA and may change in ways that are not backwards compatible
193 * @note This API is BETA and may change in ways that are not backwards compatible
218 * @note This API is BETA and may change in ways that are not backwards compatible
/plugin/authfacebook/lib/
DFacebookClient.php49 * @const string Beta Graph API URL.
51 const BASE_GRAPH_URL_BETA = 'https://graph.beta.facebook.com';
54 * @const string Beta Graph API URL for video uploads.
56 const BASE_GRAPH_VIDEO_URL_BETA = 'https://graph-video.beta.facebook.com';
74 * @var bool Toggle to use Graph beta url.
131 * Toggle beta mode.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VersionHistory/Resource/
DPlatformsChannelsVersions.php44 * by distance from stable. Ex) stable < beta, beta < dev, canary < canary_asan.
48 * comparison. Ex) "...?filter=channel<=beta, version >= 80 Ex)
55 * this order is: stable, beta, dev, canary, and canary_asan. Sorting by name
DPlatformsChannelsVersionsReleases.php46 * valid channel when filtering by channel. Ex) stable < beta, beta < dev,
52 * "...?filter=channel<=beta, version >= 80 Ex) "...?filter=version > 80,
59 * alphabetically). A list of channels sorted in this order is: stable, beta,
/plugin/countdown/
DChangeLog16 * syntax.php: Beta support for business days.
17 * syntax.php: Beta support for notifying the server's wall time.
18 * syntax.php: Beta support for text renderer.
/plugin/pgn4web/pgn4web/libs/garbochess/
Dgarbochess.js202 var beta = maxEval;
216 var tmp = AlphaBeta(i, 0, alpha, beta);
221 if (value > alpha && value < beta) {
223 beta = value + 500;
226 if (beta > maxEval) beta = maxEval;
229 beta = maxEval;
483 function QSearch(alpha, beta, ply) { argument
488 if (realEval >= beta)
542 var value = -QSearch(-beta, -alpha, ply - 1);
547 if (value >= beta)
[all …]
/plugin/fckg/action/entities/utils/
Dentities.txt259 &Beta;
260 Beta
379 &beta;
380 beta
Dentities.pl287 &Beta;
288 Beta
407 &beta;
408 beta
Dfcked-ents.txt127 β beta 914
151 β beta 946
/plugin/ckgdoku/action/entities/utils/
Dentities.txt259 &Beta;
260 Beta
379 &beta;
380 beta
Dentities.pl287 &Beta;
288 Beta
407 &beta;
408 beta
/plugin/ckgedit/action/entities/utils/
Dentities.txt259 &Beta;
260 Beta
379 &beta;
380 beta
Dentities.pl287 &Beta;
288 Beta
407 &beta;
408 beta
/plugin/etherpadlite/externals/etherpad-lite-client/
DREADME.md7 $instance = new EtherpadLiteClient('EtherpadFTW,http://beta.etherpad.org/api');
15 See it live here http://beta.etherpad.org/example_big.php
/plugin/findologicxmlexport/vendor/webmozart/assert/
DCHANGELOG.md74 ## 1.0.0-beta (2015-03-19)
76 * first beta release
/plugin/fckg/action/entities/
Dfcked-ents.data502 beta
598 beta

12345678910>>...19