代码搜索:Language
找到约 10,000 项符合「Language」的源代码
代码结果 10,000
www.eeworm.com/read/394996/2451586
cs language.cs
using System;
using System.Collections.Generic;
using System.Text;
namespace test
{
public class Language
{
public String languageType;
public Language(){ }
}
}
www.eeworm.com/read/392525/2496079
java language.java
/*
*
* Language.java - To get text from differents languages
* Copyright (C) 2003 Alexandre THOMAS
* alexthomas@free.fr
* http://helpgui.sourceforge.net
*
* This program is free software; you
www.eeworm.com/read/391220/2521548
properties language.properties
OFFLINE_MOTOROLA=You are working offline. You should be prompted to reconnect the next time you access the network. Select Yes to reconnect. If you're not prompted to access the network, confirm th
www.eeworm.com/read/390812/2524500
java language.java
package org.xbrlapi;
import org.xbrlapi.utilities.XBRLException;
/**
* @author Geoffrey Shuetrim (geoff@galexy.net)
*/
public interface Language extends Fragment {
/**
* @return th
www.eeworm.com/read/390812/2524722
java language.java
package org.xbrlapi;
import org.xbrlapi.utilities.XBRLException;
/**
* @author Geoffrey Shuetrim (geoff@galexy.net)
*/
public interface Language extends Fragment {
/**
* @return th
www.eeworm.com/read/383473/2616796
java language.java
/*
*
* Language.java - To get text from differents languages
* Copyright (C) 2003 Alexandre THOMAS
* alexthomas@free.fr
* http://helpgui.sourceforge.net
*
* This program is free software; you
www.eeworm.com/read/379174/2675371
java language.java
/*
* Copyright 2001-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
www.eeworm.com/read/376395/2711133
java language.java
package untitled5;
import java.io.*;
import java.net.*;
import java.sql.*;
import java.lang.*;
import javax.sql.*;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import com.borland