代码搜索:expression
找到约 10,000 项符合「expression」的源代码
代码结果 10,000
www.eeworm.com/read/109011/6179423
java regexpdata.java
/*
* Copyright 1999,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/109011/6179427
java texttag.java
/*
* Copyright 1999,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/109010/6179917
java elmatchsupport.java
/*
* $Header: /home/cvs/jakarta-struts/contrib/struts-el/src/share/org/apache/strutsel/taglib/logic/ELMatchSupport.java,v 1.5 2004/03/14 07:15:05 sraeburn Exp $
* $Revision: 1.5 $
* $Date: 2004/
www.eeworm.com/read/108165/6185272
java expressionevaluationutils.java
/*
* Copyright 2002-2004 the original author or authors.
*
* 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/108102/6186700
java or.java
package com.javapatterns.interpreter;
public class Or extends Expression
{
private Expression left, right;
public Or(Expression left, Expression right)
{
this.left = left
www.eeworm.com/read/103268/6220114
java regexp.java
/*
* RegExp.java
*
* This work is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; eithe
www.eeworm.com/read/103268/6220179
cs regexp.cs
/*
* RegExp.cs
*
* This work is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published
* by the Free Software Foundation; either
www.eeworm.com/read/101594/6236244
java uncheckedre.java
/*
* gnu/regexp/UncheckedRE.java
* Copyright (C) 2001 Wes Biggs
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public
www.eeworm.com/read/101082/6241331
h asexpr.h
/*
* Copyright (c) 1982 Regents of the University of California
* @(#)asexpr.h 4.4 6/9/83
*/
/************************************************************************
* *
* Modificatio
www.eeworm.com/read/101082/6243357
2a l34.2a
#print
You can also specify "all characters except ..."
using an expression of the form
[^ab]
which means "any character except the letters 'a' or 'b'.
This is just like filename patterns again. Doe