代码搜索:Functions
找到约 10,000 项符合「Functions」的源代码
代码结果 10,000
www.eeworm.com/read/462743/1543270
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 copy
www.eeworm.com/read/460691/1558334
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' => 'Func
www.eeworm.com/read/456462/1605625
java functions.java
package com.sunwah.baseapp.system.model;
import java.util.Date;
import java.util.Set;
import com.sunwah.baseapp.system.dao.FunctionDao;
import com.sunwah.baseapp.system.dao.UserDao;
/**
*
www.eeworm.com/read/455325/1619593
js functions.js
/* Functions for the advimage plugin popup */
var preloadImg = null;
var orgImageWidth, orgImageHeight;
function preinit() {
// Initialize
tinyMCE.setWindowArg('mce_windowresize', false);
// Imp
www.eeworm.com/read/455325/1620453
js functions.js
/** highlight/unset the row of a table **/
function set_row(idx) {
var table = document.getElementById('user-grades');
var rowsize = table.rows[idx].cells.length;
for (var i = 1; i < rowsi
www.eeworm.com/read/454776/1627471
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);