代码搜索:Message
找到约 10,000 项符合「Message」的源代码
代码结果 10,000
www.eeworm.com/read/159876/5579924
properties message.properties
parser.parse.1=Wrong character.
parser.parse.2=Invalid reference number.
parser.next.1=A character is required after \\.
parser.next.2='?' is not expected. '(?:' or '(?=' or '(?!' or '(?
www.eeworm.com/read/159715/5581995
h message.h
/**
* @file rtems/rtems/message.h
*/
/*
* This include file contains all the constants and structures associated
* with the Message Queue Manager. This manager provides a mechanism for
* com
www.eeworm.com/read/159715/5582014
inl message.inl
/**
* @file rtems/rtems/message.inl
*/
/*
* This include file contains the static inline implementation of all
* inlined routines in the Message Manager.
*
* COPYRIGHT (c) 1989-1999.
* On-
www.eeworm.com/read/159496/5583066
c message.c
/*
** $Id: message.c,v 1.21 2004/06/26 07:49:32 weiym Exp $
**
** message.c: The Messaging module.
**
** Copyright (C) 2003 Feynman Software.
** Copyright (C) 2000 ~ 2002 Wei Yongming.
**
** C
www.eeworm.com/read/158411/5597368
java message.java
/**
A message left by the caller.
*/
public class Message
{
/**
Construct a Message object.
@param messageText the message text
*/
public Message(String messageText)
www.eeworm.com/read/158411/5597375
java message.java
/**
A message left by the caller.
*/
public class Message
{
/**
Construct a Message object.
@param messageText the message text
*/
public Message(String messageText)
www.eeworm.com/read/155397/5622383
java message.java
// $Id: Message.java,v 1.4.4.3 2003/08/26 09:08:10 cssharp Exp $
/* tab:4
* "Copyright (c) 2000-2003 The Regents of the University of California.
* All rights reserved.
*
* Permission
www.eeworm.com/read/155392/5623824
cs message.cs
namespace ASPNET.StarterKit.Communities {
using System;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
//*************************************