代码搜索:Functions
找到约 10,000 项符合「Functions」的源代码
代码结果 10,000
www.eeworm.com/read/424983/2010783
js functions.js
/* $Id: functions.js 8985 2006-04-27 11:35:54Z nijel $ */
/**
* @var sql_box_locked lock for the sqlbox textarea in the querybox/querywindow
*/
var sql_box_locked = false;
/**
* @var array holds
www.eeworm.com/read/423989/2020700
java functions.java
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyrig
www.eeworm.com/read/422845/2030879
js functions.js
//操作确认
function ConfirmOption(op){
if(confirm('您确定要进行“' + op + '”操作吗?该操作可能无法恢复。')){
return true;
}else{
return false;
}
}
//弹出窗口
function PopWin(WinURL,WinName,WinWidth,WinHeight){
v
www.eeworm.com/read/422730/2034397
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/422730/2034414
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/422730/2034502
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/421985/2046983
js functions.js
/* Functions for the advlink plugin popup */
var templates = {
"window.open" : "window.open('${url}','${target}','${options}')"
};
function preinit() {
// Initialize
tinyMCE.setWindowArg(