Home
last modified time | relevance | path

Searched refs:eligible (Results 76 – 100 of 5659) sorted by relevance

12345678910>>...227

/dports/databases/percona57-client/percona-server-5.7.36-39/mysql-test/suite/innodb/r/
H A Dpercona_fast_prefix_index_fetch.result45 # Not eligible for optimization, access via fake_id of big row.
49 include/assert.inc [Not eligible for optimization, access via fake_id of big row.: 1 innodb_seconda…
50 include/assert.inc [Not eligible for optimization, access via fake_id of big row.: 0 innodb_seconda…
51 # Not eligible for optimization.
55 include/assert.inc [Not eligible for optimization.: 1 innodb_secondary_index_triggered_cluster_read…
56 include/assert.inc [Not eligible for optimization.: 0 innodb_secondary_index_triggered_cluster_read…
57 # Not eligible for optimization.
61 include/assert.inc [Not eligible for optimization.: 1 innodb_secondary_index_triggered_cluster_read…
62 include/assert.inc [Not eligible for optimization.: 0 innodb_secondary_index_triggered_cluster_read…
/dports/lang/parrot/parrot-8.1.0/tools/dev/
H A Dshow_deprecated.nqp27 my $eligible := %e<eligible> // 'NONE';
32 say( "$ticket\t$eligible\t$title" ) if any( -> $_ { $_ eq 'deprecated' }, @tags);
/dports/games/wesnoth/wesnoth-1.14.17/data/tools/
H A Dwmlindent210 eligible = re.split("\s#", transformed)[0]
212 eligible = transformed
213 if dostrip and "<<" in eligible and not ">>" in eligible.split("<<", 1)[1]:
217 if ">>" in eligible and not "<<" in eligible.split(">>", 1)[1]:
220 elif eligible.count('"') % 2:
/dports/science/sparta/sparta-20Oct2021/src/
H A Dfix_balance.cpp78 strcpy(eligible,"xyz"); in FixBalance()
86 strcpy(eligible,arg[iarg+1]); in FixBalance()
90 if (strchr(eligible,'x')) xdim = 1; in FixBalance()
91 if (strchr(eligible,'y')) ydim = 1; in FixBalance()
92 if (strchr(eligible,'z')) zdim = 1; in FixBalance()
95 if (xdim+ydim+zdim != strlen(eligible)) in FixBalance()
237 rcb->compute(nbalance,x,wt,eligible,rcbflip); in end_of_step()
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongocrypt/src/
H A Dmongocrypt-ctx-encrypt.c641 bool eligible = false; in _check_cmd_for_auto_encrypt() local
688 eligible = true; in _check_cmd_for_auto_encrypt()
690 eligible = true; in _check_cmd_for_auto_encrypt()
692 eligible = true; in _check_cmd_for_auto_encrypt()
694 eligible = true; in _check_cmd_for_auto_encrypt()
696 eligible = true; in _check_cmd_for_auto_encrypt()
698 eligible = true; in _check_cmd_for_auto_encrypt()
702 eligible = true; in _check_cmd_for_auto_encrypt()
704 eligible = true; in _check_cmd_for_auto_encrypt()
744 eligible = true; in _check_cmd_for_auto_encrypt()
[all …]
/dports/math/R-cran-spData/spData/man/
H A Delect80.Rd17 \item{pc_turnout} {Votes cast as proportion of population over age 19 eligible to vote}
18 …college} {Population with college degrees as proportion of population over age 19 eligible to vote}
19 … \item{pc_homeownership} {Homeownership as proportion of population over age 19 eligible to vote}
20 \item{pc_income} {Income per capita of population over age 19 eligible to vote}
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/user/project/merge_requests/approvals/
H A Drules.md38 … [eligible to approve](#eligible-approvers), and select **Add**. GitLab suggests approvers based on
68 1. Add or remove eligible approvers, as needed:
70 [eligible to approve](#eligible-approvers), and select **Add**.
94 When an [eligible approver](#eligible-approvers) approves a merge request, it
101 …://gitlab.com/gitlab-org/gitlab/-/issues/10294) in GitLab 13.3, when an eligible approver comments…
103 To be eligible as an approver for a project, a user must be a member of one or
115 - Users who are [Code owners](#code-owners-as-eligible-approvers) of the files
119 a merge request displays a **Commented by** column. This column lists eligible approvers
139 - Merge request authors do not count as eligible approvers on their own merge requests by default.
147 ### Code owners as eligible approvers **(PREMIUM)**
[all …]
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/lmkd/
H A DREADME.md37 ro.lmk.low: min oom_adj score for processes eligible to be
41 ro.lmk.medium: min oom_adj score for processes eligible to be
45 ro.lmk.critical: min oom_adj score for processes eligible to be
59 ro.lmk.kill_heaviest_task: kill heaviest eligible task (best decision) vs.
60 any eligible task (fast decision). Default = false
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/geolocation/
H A Domnibox_geolocation_config.mm26 // List of domains eligible for Omnibox geolocation.
52 // Here we iterate through the eligible domains and check url.DomainIs() for
72 // simply return early, since no domains are eligible for geolocation.
87 // Make sure that if a plist exists, it contains at least one eligible domain.
/dports/math/vampire/vampire-4.5.1/Kernel/
H A DSpassLiteralSelector.hpp58 void doSelection(Clause* c, unsigned eligible) override;
61 LiteralList* getMaximalsInOrder(Clause* c, unsigned eligible);
H A DELiteralSelector.hpp65 void doSelection(Clause* c, unsigned eligible) override;
68 LiteralList* getMaximalsInOrder(Clause* c, unsigned eligible);
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/background_migration/
H A Dbackfill_draft_status_on_merge_requests.rb15 def self.eligible singletonMethod in Gitlab.BackgroundMigration.BackfillDraftStatusOnMergeRequests.MergeRequest
23 eligible_mrs = MergeRequest.eligible.where(id: start_id..end_id).pluck(:id)
/dports/www/tikiwiki/tiki-21.2/templates/goal/
H A Dedit_eligible.tpl20 <label for="eligible" class="col-form-label col-md-3">
28 <select name="eligible[]" class="form-control" multiple>
30 …<option value="{$groupName|escape}" {if in_array($groupName, $goal.eligible)} selected {/if}>{$gro…
/dports/audio/ampache/ampache-php74-5.0.0/vendor/cboden/ratchet/src/Ratchet/Wamp/
H A DWampServerInterface.php40 …* @param array $eligible A list of session Ids the message should be send t…
42 function onPublish(ConnectionInterface $conn, $topic, $event, array $exclude, array $eligible); argument
/dports/audio/ampache/ampache-php74-5.0.0/vendor/nikic/Ratchet/Wamp/
H A DWampServerInterface.php40 …* @param array $eligible A list of session Ids the message should be send t…
42 function onPublish(ConnectionInterface $conn, $topic, $event, array $exclude, array $eligible); argument
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/main/
H A Dfast_prefix_index_fetch_innodb.test99 --echo # Not eligible for optimization.
116 --echo # Not eligible for optimization.
233 --echo # Not eligible - record length longer than prefix length
267 --echo # Not eligible - record length longer than prefix length
285 --echo # Not eligible - record length longer than prefix length
303 --echo # Not eligible - record length longer than prefix length
321 --echo # Not eligible - record length longer than prefix length
375 --echo # Not eligible - record length longer than prefix length
393 --echo # Not eligible - record length longer than prefix length
440 --echo # Not eligible - record length longer than prefix length
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Dfast_prefix_index_fetch_innodb.test99 --echo # Not eligible for optimization.
116 --echo # Not eligible for optimization.
233 --echo # Not eligible - record length longer than prefix length
267 --echo # Not eligible - record length longer than prefix length
285 --echo # Not eligible - record length longer than prefix length
303 --echo # Not eligible - record length longer than prefix length
321 --echo # Not eligible - record length longer than prefix length
375 --echo # Not eligible - record length longer than prefix length
393 --echo # Not eligible - record length longer than prefix length
440 --echo # Not eligible - record length longer than prefix length
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/main/
H A Dfast_prefix_index_fetch_innodb.test99 --echo # Not eligible for optimization.
116 --echo # Not eligible for optimization.
233 --echo # Not eligible - record length longer than prefix length
267 --echo # Not eligible - record length longer than prefix length
285 --echo # Not eligible - record length longer than prefix length
303 --echo # Not eligible - record length longer than prefix length
321 --echo # Not eligible - record length longer than prefix length
375 --echo # Not eligible - record length longer than prefix length
393 --echo # Not eligible - record length longer than prefix length
440 --echo # Not eligible - record length longer than prefix length
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/mysql-test/main/
H A Dfast_prefix_index_fetch_innodb.test99 --echo # Not eligible for optimization.
116 --echo # Not eligible for optimization.
233 --echo # Not eligible - record length longer than prefix length
267 --echo # Not eligible - record length longer than prefix length
285 --echo # Not eligible - record length longer than prefix length
303 --echo # Not eligible - record length longer than prefix length
321 --echo # Not eligible - record length longer than prefix length
375 --echo # Not eligible - record length longer than prefix length
393 --echo # Not eligible - record length longer than prefix length
440 --echo # Not eligible - record length longer than prefix length
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/main/
H A Dfast_prefix_index_fetch_innodb.test99 --echo # Not eligible for optimization.
116 --echo # Not eligible for optimization.
233 --echo # Not eligible - record length longer than prefix length
267 --echo # Not eligible - record length longer than prefix length
285 --echo # Not eligible - record length longer than prefix length
303 --echo # Not eligible - record length longer than prefix length
321 --echo # Not eligible - record length longer than prefix length
375 --echo # Not eligible - record length longer than prefix length
393 --echo # Not eligible - record length longer than prefix length
440 --echo # Not eligible - record length longer than prefix length
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/main/
H A Dfast_prefix_index_fetch_innodb.test99 --echo # Not eligible for optimization.
116 --echo # Not eligible for optimization.
233 --echo # Not eligible - record length longer than prefix length
267 --echo # Not eligible - record length longer than prefix length
285 --echo # Not eligible - record length longer than prefix length
303 --echo # Not eligible - record length longer than prefix length
321 --echo # Not eligible - record length longer than prefix length
375 --echo # Not eligible - record length longer than prefix length
393 --echo # Not eligible - record length longer than prefix length
440 --echo # Not eligible - record length longer than prefix length
[all …]
/dports/games/poker-eval/poker-eval-138.0/include/inlines/
H A Deval_omaha.h57 int eligible = 0; in StdDeck_OmahaHiLow8_EVAL() local
90 eligible = (allval != LowHandVal_NOTHING); in StdDeck_OmahaHiLow8_EVAL()
115 if (loval != NULL && eligible) { in StdDeck_OmahaHiLow8_EVAL()
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/meta/preload/
H A Dsubresource-integrity.html.ini5 [<crossorigin='use-credentials'> style with incorrect hash CORS-eligible]
11 [<crossorigin='use-credentials'> script with incorrect hash CORS-eligible]
56 [<crossorigin='use-credentials'> image with incorrect hash CORS-eligible]
/dports/www/firefox/firefox-99.0/testing/web-platform/meta/preload/
H A Dsubresource-integrity.html.ini5 [<crossorigin='use-credentials'> style with incorrect hash CORS-eligible]
11 [<crossorigin='use-credentials'> script with incorrect hash CORS-eligible]
56 [<crossorigin='use-credentials'> image with incorrect hash CORS-eligible]
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/preload/
H A Dsubresource-integrity.html.ini5 [<crossorigin='use-credentials'> style with incorrect hash CORS-eligible]
11 [<crossorigin='use-credentials'> script with incorrect hash CORS-eligible]
56 [<crossorigin='use-credentials'> image with incorrect hash CORS-eligible]

12345678910>>...227