代码搜索:Functions
找到约 10,000 项符合「Functions」的源代码
代码结果 10,000
www.eeworm.com/read/191956/5160740
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/191217/5167090
java functions.java
/*
* Copyright 1999-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.
www.eeworm.com/read/187395/5221085
java functions.java
package myFunction;
import java.util.Calendar;
public class Functions {
public static String sayHello() {
Calendar rightNow = Calendar.getInstance();
int hour = rightNow.get(Calendar.HOUR);
www.eeworm.com/read/187332/5224804
h functions.h
/* $Id: functions.h,v 1.4 2004/11/09 15:15:11 andrei Exp $
*
* Copyright (C) 2004 Dan Pascu
* Copyright (C) 2003 Porta Software Ltd
*
* This file is part of ser, a free SIP server.
*
* ser is f
www.eeworm.com/read/186901/5229333
js functions.js
/* $Id: functions.js,v 1.30 2003/01/14 15:24:27 nijel Exp $ */
/**
* Displays an confirmation box beforme to submit a "DROP/DELETE/ALTER" query.
* This function is called while clicking links
*
www.eeworm.com/read/185923/5234926
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/185923/5234931
js functions.js
function init() {
tinyMCEPopup.resizeToInnerSize();
}
function insertEmotion(file_name) {
var html = '
www.eeworm.com/read/185923/5234966
js functions.js
/* Functions for the advimage plugin popup */
var preloadImg = null;
var orgImageWidth, orgImageHeight;
function preinit() {
// Initialize
tinyMCE.setWindowArg('mce_windowresize', false);