代码搜索:Local
找到约 10,000 项符合「Local」的源代码
代码结果 10,000
www.eeworm.com/read/479931/1328939
exp local.exp
# Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2007, 2008
# Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GN
www.eeworm.com/read/477919/1355813
h local.h
/*
* (C) Copyright 2003
* Ingo Assmus
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribut
www.eeworm.com/read/477613/1359542
h local.h
/*
* (C) Copyright 2003
* Ingo Assmus
*
* See file CREDITS for list of people who contributed to this
* project.
*
* This program is free software; you can redistribut
www.eeworm.com/read/476502/1370629
js local.js
function showBacktrace(el){if(el.nextSibling.style.display=='none'){el.nextSibling.style.display="";}else{el.nextSibling.style.display="none";}
}
www.eeworm.com/read/474814/1388734
test local.test
#
# Tests for "local" command for creating objects local to a proc
# ----------------------------------------------------------------------
# AUTHOR: Michael J. McLennan
# Bell Labs Inno
www.eeworm.com/read/474814/1388766
n local.n
'\"
'\" Copyright (c) 1993-1998 Lucent Technologies, Inc.
'\"
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\
www.eeworm.com/read/474341/1394394
py local.py
"""DOM parser for Local search results
Implement a simple DOM parser for the Yahoo Search Web Services
local search APIs.
"""
__revision__ = "$Id: local.py,v 1.7 2007/02/28 05:20:11 zwoop Exp $"
__
www.eeworm.com/read/474341/1394404
py local.py
"""yahoo.search.local - Local Search services module
This module implements the the Local Search web service, to do search
queries on various local formats. There is currently only one class
implemen
www.eeworm.com/read/474341/1394413
py local.py
"""Unit tests for all yahoo.search.local classes
"""
import unittest
from searchbase import SearchServiceTest
from yahoo.search.local import *
__revision__ = "$Id: local.py,v 1.2 2007/02/28 05:20