代码搜索:Functionality
找到约 4,782 项符合「Functionality」的源代码
代码结果 4,782
www.eeworm.com/read/323852/3508884
java insetspanel.java
package at.ac.uni_linz.tk.vchat;
import java.awt.*;
/**
* Extends a normVec Panel's functionality with methods for defining margins.
*
* @author Arno Huetter
* (C)opyright by the
www.eeworm.com/read/321575/3531788
java arrays2.java
//: com:bruceeckel:util:Arrays2.java
// A supplement to java.util.Arrays, to provide additional
// useful functionality when working with arrays. Allows
// any array to be converted to a String, an
www.eeworm.com/read/321483/3535709
2use
Check lexical warnings functionality
TODO
check that the warning hierarchy works.
__END__
# check illegal category is caught
use warnings 'this-should-never-be-a-warning-category' ;
EXPECT
Unkno
www.eeworm.com/read/321483/3535723
1global
Check existing $^W functionality
__END__
# warnable code, warnings disabled
$a =+ 3 ;
EXPECT
########
-w
# warnable code, warnings enabled via command line switch
$a =+ 3 ;
EXPECT
Reversed += oper
www.eeworm.com/read/316020/3613403
java plynotation.java
/*
PlyNotation - This interace defines the functionality to notate a ply.
Copyright (C) 2003 The Java-Chess team
This program is free software; you can redistribute it and
www.eeworm.com/read/316020/3613420
java openingbook.java
/*
OpeningBook - Interface to define the functionality of a opening book.
Copyright (C) 2003 The Java-Chess team
This program is free software; you can redistribute it and
www.eeworm.com/read/315165/3622911
java plynotation.java
/*
PlyNotation - This interace defines the functionality to notate a ply.
Copyright (C) 2003 The Java-Chess team
This program is free software; you can redistribute it and
www.eeworm.com/read/315165/3622928
java openingbook.java
/*
OpeningBook - Interface to define the functionality of a opening book.
Copyright (C) 2003 The Java-Chess team
This program is free software; you can redistribute it and
www.eeworm.com/read/311077/3688021
java insetspanel.java
package at.ac.uni_linz.tk.vchat;
import java.awt.*;
/**
* Extends a normVec Panel's functionality with methods for defining margins.
*
* @author Arno Huetter
* (C)opyright by the
www.eeworm.com/read/305277/3778352
scala tcpoly_overriding.scala
abstract class A[t[x]] {
def b: t[Int]
}
class B extends A[List] {
// underlying functionality being tested is overriding, but bugs manifest itself during erasure
// erasure should generate