代码搜索:util
找到约 10,000 项符合「util」的源代码
代码结果 10,000
www.eeworm.com/read/386037/8770352
js util.js
// from http://blog.reindel.com/2007/03/14/the-truncate-plugin-for-jquery/
jQuery.fn.truncate = function(max,settings) {
settings = jQuery.extend({
chars: /\s/,
trail: "..."
},
www.eeworm.com/read/385830/8787529
java util.java
package merchant;
import java.text.*;
public class Util {
private static DecimalFormat formatTool=new DecimalFormat("#,###.00");
public static String dollar(double num){
return "$"+formatTool
www.eeworm.com/read/385830/8787537
class util.class
www.eeworm.com/read/429795/8788521
py util.py
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Urwid utility functions
# Copyright (C) 2004-2006 Ian Ward
#
# This library is free software; you can redistribute it and/or
# modify it under t
www.eeworm.com/read/286090/8790223
c util.c
/* Support routines for GNU DIFF.
Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1998, 2001, 2002,
2004 Free Software Foundation, Inc.
This file is part of GNU DIFF.
GNU DIFF is free
www.eeworm.com/read/286087/8790600
h util.h
/* utility functions for `patch' */
/* $Id: util.h,v 1.20 2003/05/20 13:56:48 eggert Exp $ */
/* Copyright (C) 1986 Larry Wall
Copyright (C) 1992, 1993, 1997, 1998, 1999, 2001, 2002, 2003 Free
www.eeworm.com/read/286087/8790763
c util.c
/* utility functions for `patch' */
/* $Id: util.c,v 1.36 2003/05/20 14:04:53 eggert Exp $ */
/* Copyright (C) 1986 Larry Wall
Copyright (C) 1992, 1993, 1997, 1998, 1999, 2001, 2002, 2003 Free
www.eeworm.com/read/385758/8790812
cpp util.cpp
#include "util.h"
#include
using namespace std;
char intToHexChar(int x) {
static const char HEX[16] = {
'0', '1', '2', '3',
'4', '5', '6', '7',
'8', '9', 'A', 'B',
www.eeworm.com/read/385758/8790813
h util.h
#ifndef UTIL_H
#define UTIL_H
#include
#include
#include
typedef unsigned char byte;
typedef unsigned long ulong;
inline double logbase(double base, double x)