代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/358128/3001572
pod script.pod
=head1 NAME
Locale::Script - ISO codes for script identification (ISO 15924)
=head1 SYNOPSIS
use Locale::Script;
use Locale::Constants;
$script = code2script('ph');
www.eeworm.com/read/358128/3001573
pm script.pm
#
# Locale::Script - ISO codes for script identification (ISO 15924)
#
# $Id: Script.pm,v 2.7 2004/06/10 21:19:34 neilb Exp $
#
package Locale::Script;
use strict;
require 5.002;
require Exporter;
u
www.eeworm.com/read/357319/3017285
dof script.dof
[Compiler]
UnsafeType=0
UnsafeCode=0
UnsafeCast=0
[Directories]
OutputDir=..\..\..\..\bin
UnitOutputDir=..\..\..\..\dcu
SearchPath=..\..\..\..\run;..\..\..\..\common
www.eeworm.com/read/357319/3017287
dpr script.dpr
program Script;
uses
Forms,
main in 'main.pas' {MainForm};
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TMainForm, MainForm);
Application.Run;
end.