代码搜索:KJS
找到约 326 项符合「KJS」的源代码
代码结果 326
www.eeworm.com/read/452799/1648424
js grid.locale-dk.js
;(function($){
/**
* jqGrid Danish Translation
* Kaare Rasmussen kjs@jasonic.dk
* http://jasonic.dk/blog
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/license
www.eeworm.com/read/202494/15381424
h number_object.lut.h
/* Automatically generated from number_object.cpp using ./create_hash_table. DO NOT EDIT ! */
#include "lookup.h"
namespace KJS {
const struct HashEntry numberTableEntries[] = {
{ "POSITIVE_INFI
www.eeworm.com/read/397764/2399973
js expand.js
//屏蔽鼠标右键
//document.oncontextmenu = contextmenu ;
function contextmenu ()
{
event.returnValue = false ;
return false ;
}
//点击展开
function changebg(aaa){
var str=document.form1.kjs.value;
www.eeworm.com/read/452799/1648412
js grid.locale-dk-min.js
/*
* jqGrid Danish Translation
* Kaare Rasmussen kjs@jasonic.dk
* http://jasonic.dk/blog
*/
;(function(a){a.jgrid={};a.jgrid.defaults={recordtext:"Række(r)",loadtext:"Indlæser...",pgtext:"/"
www.eeworm.com/read/202494/15381463
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(osb-jscore, 0.5.0)
AC_CONFIG_SRCDIR(kjs/internal.cpp)
AM_INIT_AUTOMAKE
AM_CONFIG_HEADER(config.h)
AC_PROG_LIBTOOL
AC_PROG_CC