代码搜索:Concise
找到约 39 项符合「Concise」的源代码
代码结果 39
www.eeworm.com/read/367152/9780160
m lans_ppsclean.m
% lans_ppsclean - Clear unnecessary elements for efficient PPS storage
%
% [pps] = lans_ppsclean(pps)
%
% _____OUTPUTS____________________________________________________________
% pps concise and cle
www.eeworm.com/read/171479/5394896
groovy saxtest.groovy
package groovy.xml
/**
* This test uses the concise syntax to test the generation
* of SAX events using GroovyMarkup
*/
class SAXTest extends TestXmlSupport {
void testSmallTree() {
www.eeworm.com/read/275576/4174301
groovy saxtest.groovy
package groovy.xml
/**
* This test uses the concise syntax to test the generation
* of SAX events using GroovyMarkup
*/
class SAXTest extends TestXmlSupport {
void testSmallTree()
www.eeworm.com/read/275576/4174308
groovy markuptest.groovy
package groovy.xml
/**
* This test uses the concise syntax to test the building of
* textual markup (XML or HTML) using GroovyMarkup
*/
class MarkupTest extends TestXmlSupport {
www.eeworm.com/read/100333/15876997
h cmds.h
/*
Little Smalltalk
The following very common commands are given a concise description
in bytecodes.
*/
static char *unspecial[] = {"new", "isNil", "notNil", "size", "class",
"value",
www.eeworm.com/read/261194/11660854
c test.c
/*
warning:
this is not a concise demonstration of the c interface to ming.
this is a shell for new functions so that I can easily load them into gdb
and a quick way to check for linkage error
www.eeworm.com/read/171479/5394902
groovy markuptest.groovy
package groovy.xml
/**
* This test uses the concise syntax to test the building of
* textual markup (XML or HTML) using GroovyMarkup
*/
class MarkupTest extends TestXmlSupport {
void tes
www.eeworm.com/read/171479/5394897
groovy streamingmarkuptest.groovy
package groovy.xml
/**
* This test uses the concise syntax to test the building of
* textual markup (XML or HTML) using GroovyMarkup
*/
class StreamingMarkupTest extends groovy.xml.TestXmlSupport
www.eeworm.com/read/275576/4174302
groovy streamingmarkuptest.groovy
package groovy.xml
/**
* This test uses the concise syntax to test the building of
* textual markup (XML or HTML) using GroovyMarkup
*/
class StreamingMarkupTest extends groovy.xml.TestXmlSupport
www.eeworm.com/read/171479/5394903
groovy domtest.groovy
package groovy.xml
/**
* This test uses the concise syntax to test the building of
* W3C DOM trees using GroovyMarkup
*/
class DOMTest extends TestXmlSupport {
void testSmallTree() {