代码搜索:Preference
找到约 841 项符合「Preference」的源代码
代码结果 841
www.eeworm.com/read/211385/4943954
rc preference.rc
/*
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/177407/5326002
java preference.java
/******************************************************************************
* The contents of this file are subject to the Compiere License Version 1.1
* ("License"); You may not use this f
www.eeworm.com/read/334661/3363851
java preference.java
package org.dvb.user;
public abstract class Preference extends java.lang.Object {
private java.lang.String[] favourites;
private java.lang.String mostFavourite;
private java.lang.String
www.eeworm.com/read/326201/3473358
sql preference.sql
USE PRRM;
CREATE TABLE IF NOT EXISTS PREFERENCE (
ID INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
NAME VARCHAR (200) NOT NULL UNIQUE,
VERSION INTEGER NOT NULL,
VALUE VARCHAR (255) NOT NULL,
R
www.eeworm.com/read/311073/3688158
java preference.java
package com.north.phonebook.model;
import java.io.*;
public class Preference
{
private boolean autoLogin;
// private int preferenceRecId;
public Preference(boolean _autoLogin)
www.eeworm.com/read/292758/3941505
txt preference.txt
div is 11, parens is 5, subadd is 11 and parens_subadd is 1
www.eeworm.com/read/292758/3941578
pl preference.pl
#!/usr/bin/perl
$div = 40 / 5 + 3;
$parens = 40 / (5 + 3);
$subadd = 9 - 3 + 5;
$parens_subadd = 9 - (3 + 5);
print "Content-type: text/html\n\n";
print "div is $div, parens is $parens, suba
www.eeworm.com/read/290995/3970281
rc preference.rc
/*
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/283915/4073495
txt preference.txt
div is 11, parens is 5, subadd is 11 and parens_subadd is 1