代码搜索:Functions
找到约 10,000 项符合「Functions」的源代码
代码结果 10,000
www.eeworm.com/read/162614/5538047
h functions.h
// Debugging support implementation -*- C++ -*-
// Copyright (C) 2003, 2005
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; yo
www.eeworm.com/read/161601/5551055
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/161601/5551073
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/161601/5551128
js functions.js
/* Functions for the advimage plugin popup */
var preloadImg = null;
var orgImageWidth, orgImageHeight;
function preinit() {
// Initialize
tinyMCE.setWindowArg('mce_windowresize', false);
www.eeworm.com/read/160962/5564526
java functions.java
/*
* Copyright 2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may
www.eeworm.com/read/160303/5574928
sh functions.sh
#!/bin/sh
#
# $Id: functions.sh,v 1.124.2.2 2005/11/17 03:43:46 ken Exp $
#
preptest() {
local testdir="$1"
local testtype="$2"
if [ ! -r "$testdir/testparams.sh" ]
then
echo '