代码搜索:Functions
找到约 10,000 项符合「Functions」的源代码
代码结果 10,000
www.eeworm.com/read/231546/4714489
pm functions.pm
package File::Spec::Functions;
use File::Spec;
use strict;
use vars qw(@ISA @EXPORT @EXPORT_OK %EXPORT_TAGS $VERSION);
$VERSION = '1.1';
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(
can
www.eeworm.com/read/231546/4714773
pm functions.pm
package Pod::Functions;
#:vi:set ts=20
require Exporter;
@ISA = qw(Exporter);
@EXPORT = qw(%Kinds %Type %Flavor %Type_Description @Type_Order);
%Type_Description = (
'ARRAY' => 'Functions for
www.eeworm.com/read/227611/4772581
js functions.js
// -----------------------------------------------------------------------
// This file is part of AROUNDMe
//
// Copyright (C) 2003-2007 Barnraiser
// http://www.barnraiser.org/
// info@barnraiser.o
www.eeworm.com/read/225009/4799994
java functions.java
package xyz.frame.view;
import java.util.ArrayList;
import java.util.List;
import java.util.Set;
import org.apache.log4j.Logger;
/**
* Simple functions for complex taglibs
*
* @author Guilherme
www.eeworm.com/read/224875/4801909
c functions.c
/*
* Copyright (c) 1999 - 2003
* NetGroup, Politecnico di Torino (Italy)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are p
www.eeworm.com/read/224875/4801927
h functions.h
/*
* Copyright (c) 1999 - 2003
* NetGroup, Politecnico di Torino (Italy)
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are p
www.eeworm.com/read/223358/4811156
cs functions.cs
using System;
using System.Drawing;
using System.Runtime.InteropServices;
namespace UtilityLibrary.Win32
{
///
/// Windows API Functions
///
public class WindowsAPI