代码搜索:syntax
找到约 10,000 项符合「syntax」的源代码
代码结果 10,000
www.eeworm.com/read/460242/1561791
cs formatrangecollection.cs
using System;
using System.Drawing;
//using Puzzle.Collections;
using System.Collections;
namespace Fireball.Syntax
{
public class FormatRangeCollection : BaseCollection
{
#region PUB
www.eeworm.com/read/460242/1561807
cs textstyledesignerdialog.cs
using System;
using System.ComponentModel;
using System.Drawing;
using System.Windows.Forms;
namespace Fireball.Syntax
{
///
/// Summary description for TextStyleDesignerDialog.
www.eeworm.com/read/460242/1561810
cs textstyle.cs
using System;
using System.ComponentModel;
using System.Drawing;
using System.Drawing.Design;
namespace Fireball.Syntax
{
///
/// TextStyles are used to describe the apperance of
www.eeworm.com/read/460242/1561811
cs sourcecodeprintdocument.cs
using System.ComponentModel;
using System.Drawing;
using System.Drawing.Printing;
namespace Fireball.Syntax
{
///
/// Printer document class.
///
///
//
www.eeworm.com/read/459034/1575095
m char.m
function x=char(y)
x=_char(y);
endfunction
/*
@GROUP
char
@SYNTAX
char(number)
@DOC
external function for changing numbers into strings
@NOTES
@EXAMPLES
@SEE
blanks, deblank
*/
www.eeworm.com/read/459034/1575121
int left.int
@GROUP
char
@SYNTAX
left(string, no. of characters)
@DOC
Returns the left most characters from string.
@EXAMPLES
lerft("Hello world", 5) = world
@SEE
mid, right
www.eeworm.com/read/459034/1575123
int right.int
@GROUP
char
@SYNTAX
right(string, no. of characters)
@DOC
Returns the right most characters from string.
@EXAMPLES
right("Hello world", 5) = world
@SEE
left, mid
www.eeworm.com/read/459034/1575431
m true.m
function y = true(varargin)
y = logical( ones(varargin{:}) )
endfunction
/*
@GROUP
general
@SYNTAX
true(x)
@DOC
.
@EXAMPLES
true(2) -> [true, true; true true]
www.eeworm.com/read/459034/1575628
m char.m
function x=char(y)
x=_char(y);
endfunction
/*
@GROUP
char
@SYNTAX
char(number)
@DOC
external function for changing numbers into strings
@NOTES
@EXAMPLES
@SEE
blanks, deblank
*/
www.eeworm.com/read/459034/1575649
int left.int
@GROUP
char
@SYNTAX
left(string, no. of characters)
@DOC
Returns the left most characters from string.
@EXAMPLES
lerft("Hello world", 5) = world
@SEE
mid, right