Searched refs:selected (Results 51 - 63 of 63) sorted by relevance

123

/freebsd-11-stable/gnu/usr.bin/rcs/
H A Drcstest440 total revisions: 13; selected revisions: 1
/freebsd-11-stable/lib/libradius/
H A Dradlib.c662 rad_continue_send_request(struct rad_handle *h, int selected, int *fd, argument
673 if (selected) {
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.js1425 // Make sure that a selected-by-default option has a working selected property.
1427 optSelected: opt.selected,
2212 rboolean = /^(?:autofocus|autoplay|async|checked|controls|defer|disabled|hidden|loop|multiple|open|readonly|required|scoped|selected)$/i,
2440 // Nothing was selected
2445 // Loop through all the selected options
2452 if ( option.selected && (jQuery.support.optDisabled ? !option.disabled : option.getAttribute("disabled") === null) &&
2480 this.selected = jQuery.inArray( jQuery(this).val(), values ) >= 0;
2806 // Safari mis-reports the default selected property of an option
2809 jQuery.propHooks.selected
[all...]
/freebsd-11-stable/stand/lua/
H A Dcore.lua283 -- Currently selected bootenv is always first/default
H A Dmenu.lua65 -- Menu handlers take the current menu and selected entry as parameters,
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant_i.h1449 struct wpa_bss *selected,
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c159 struct iv_cand *selected; member in struct:iv_use
160 /* The selected candidate. */
5227 greedy heuristic -- we try to replace at most one candidate in the selected
5267 use->selected = iv_ca_cand_for_use (set, use)->cand;
5302 find_interesting_uses_op (data, cand->var_after)->selected = cand;
5675 /* Rewrite the uses using the selected induction variables. */
5687 cand = use->selected;
/freebsd-11-stable/crypto/openssl/util/
H A Dpod2man.pl78 unless the file ends in F<.pm> in which case section 3 will be selected.
/freebsd-11-stable/usr.sbin/bsdinstall/scripts/
H A Dzfsboot255 msg_geli_setup="Initializing encryption on selected disks,\n this will take several seconds per disk"
272 msg_no_disks_selected="No disks selected."
273 msg_not_enough_disks_selected="Not enough disks selected. (%u < %u minimum)"
277 msg_odd_disk_selected="An even number of disks must be selected to create a RAID 1+0. (%u selected)"
307 msg_swap_invalid="The selected swap size (%s) is invalid. Enter a number optionally followed by units. Example: 2G"
311 msg_swap_size_help="Customize how much swap space is allocated to each selected disk"
312 msg_swap_toosmall="The selected swap size (%s) is to small. Please enter a value greater than 100MB or enter 0 for no swap"
313 msg_these_disks_are_too_small="These disks are smaller than the amount of requested\nswap (%s) and/or geli(8) (%s) partitions, which would\ntake 100%% or more of each of the following selected disks:\n\n %s\n\nRecommend changing partition size(s) and/or selecting a\ndifferent set of disks."
548 # disks are selected t
[all...]
/freebsd-11-stable/contrib/gcc/config/arm/
H A Darm.c895 /* Set up the flags based on the cpu/architecture selected by the user. */
7920 rtx selected = NULL;
7955 && (!selected || new_cost <= selected_cost))
7957 selected = tmp;
7970 && (!selected || new_cost <= selected_cost))
7972 selected = from;
7981 gcc_assert (selected);
7984 from = emit_jump_insn_after (gen_jump (label), selected);
7906 rtx selected = NULL; local
/freebsd-11-stable/contrib/wpa/hs20/client/
H A Dosu_client.c2333 wpa_printf(MSG_INFO, "OSU Provider selected based on requested operator friendly name '%s'",
2335 write_summary(ctx, "OSU Provider selected based on requested operator friendly name '%s'",
2338 goto selected;
2411 selected:
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.c2470 if there is no such symbol or none is selected. NAME is used
2588 /* necessary), returning the number selected, and setting the first */
2589 /* elements of SYMS and BLOCKS to the selected symbols and */
2590 /* corresponding blocks. Error if no symbols selected. BLOCKS may */
3519 * selected frame, add symbols matching identifier NAME in DOMAIN
4268 struct symtabs_and_lines selected;
4372 selected.sals = (struct symtab_and_line *)
4374 selected.sals[0] = val;
4375 selected.nelts = 1;
4376 return selected;
4258 struct symtabs_and_lines selected; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c2991 ** previously selected at compile-time or start-time.
5594 ** in other words, the same BLOB that would be selected by:
5827 ** is selected automatically at compile-time. ^(The following
9133 ** a random byte is selected for a shared lock. The pool of bytes for
9146 ** the pages involved in locking therefore. SHARED_SIZE is selected so
10126 unsigned *aiRowEst; /* Result of ANALYZE: Est. rows selected by each column */
[all...]

Completed in 403 milliseconds

123