代码搜索:Functions
找到约 10,000 项符合「Functions」的源代码
代码结果 10,000
www.eeworm.com/read/205898/5014186
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/203640/5039894
inl functions.inl
//
// Programmer
//
// Date init 26.04.2005
//
// Reviser $Author:: Dktochpe $
//
// Revision date $Date::
www.eeworm.com/read/202294/5052210
js functions.js
function init() {
tinyMCEPopup.resizeToInnerSize();
}
function isValidUrl( url )
{
var regexp = /(http|https):\/\/(\w+:{0,1}\w*@)?(\S+)(:[0-9]+)?(\/|\/([\w#!:.?+=&%@!\-\/]))?/
return regexp
www.eeworm.com/read/202294/5052213
js functions.js
function init() {
tinyMCEPopup.resizeToInnerSize();
}
function insertEmotion(file_name, title) {
title = tinyMCE.getLang(title);
if (title == null)
title = "";
// XML encode
title
www.eeworm.com/read/196664/5101373
c functions.c
/**********************************************************************
*
* Toby Opferman
*
* Example Video Miniport Driver
*
* This example is for educational purposes only. I licens
www.eeworm.com/read/196664/5101377
c functions.c
/**********************************************************************
*
* Toby Opferman
*
* Example GDI DDI (Device Driver Interface) Driver Entry Point
*
* This example is for educa
www.eeworm.com/read/196142/5103735
js functions.js
/* Functions for the advlink plugin popup */
var templates = {
"window.open" : "window.open('${url}','${target}','${options}')"
};
function preinit() {
// Initialize
tinyMCE.setWindowArg(
www.eeworm.com/read/196142/5103795
js functions.js
function init() {
tinyMCEPopup.resizeToInnerSize();
}
function insertEmotion(file_name, title) {
title = tinyMCE.getLang(title);
if (title == null)
title = "";
// XML encode
title
www.eeworm.com/read/196142/5104089
js functions.js
/* Functions for the advimage plugin popup */
var preloadImg = null;
var orgImageWidth, orgImageHeight;
function preinit() {
// Initialize
tinyMCE.setWindowArg('mce_windowresize', false);