代码搜索:Preference
找到约 841 项符合「Preference」的源代码
代码结果 841
www.eeworm.com/read/326201/3473380
properties core_preference.properties
# ------------------------------------------- Page Setting ---------------------------------------
# -- preference list page --
preferenceList.title=Preference List
preferenceList.heading=List A
www.eeworm.com/read/326201/3473394
properties core_preference.properties
# ------------------------------------------- Page Setting ---------------------------------------
# -- preference list page --
preferenceList.title=List Preferences
preferenceList.heading=List
www.eeworm.com/read/290995/3970280
h preference_rc.h
/*
this file is part of notepad++
Copyright (C)2003 Don HO ( donho@altern.org )
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
www.eeworm.com/read/276184/4167569
h preference_rc.h
/*
this file is part of notepad++
Copyright (C)2003 Don HO ( donho@altern.org )
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
www.eeworm.com/read/412250/2173601
h preference_rc.h
/*
this file is part of notepad++
Copyright (C)2003 Don HO ( donho@altern.org )
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public
www.eeworm.com/read/373026/2767639
m preference_regions.m
% Example 6.9: Bounding consumer preference
% Section 6.5.5, Figures 6.25-6.26
% Boyd & Vandenberghe "Convex Optimization"
% Original by Lieven Vandenberghe
% Adapted for CVX Argyris Zymnis - 11/30/20
www.eeworm.com/read/367917/2829590
sql add_preference.sql
insert into user_preference_definitions (
preference_id,
preference_name,
preference_description,
preference_valid_for_company,
preference_valid_for_user,
preference_default,
preference_
www.eeworm.com/read/127767/14336216
txt e408. removing a preference from a preference node.txt
// Get the user preference node for java.lang
Preferences prefs = Preferences.userNodeForPackage(String.class);
// Remove a preference in the node
final String PREF_NAME = "name_o
www.eeworm.com/read/127767/14336617
txt e421. listening for changes to preference values in a preference node.txt
A PreferenceChangeEvent is fired when a preference is added, changed, or removed from a preference node. This event is only guaranteed to fire if the listener and modifier are in the same application.