代码搜索结果
找到约 73,884 项符合
Image 的代码
image.js
Class("linb.UI.Image", "linb.UI",{
Instance:{
getRate:function(){
return parseFloat(this.get(0)._rate) || 1;
}
},
Static:{
Templates:{
image.py
"""DOM parser for Image search results
Implement a simple DOM parser for the Yahoo Search Web Services
image search APIs.
"""
__revision__ = "$Id: image.py,v 1.5 2005/10/27 18:07:59 zwoop Exp $"
__
image.py
"""yahoo.search.image - Image Search services module
This module implements the the Image Search web service, to do search
queries on various image formats. There is currently only one class
implemen
image.py
"""Unit tests for all yahoo.search.image classes
"""
import unittest
from searchbase import SearchServiceTest
from yahoo.search.image import *
__revision__ = "$Id: image.py,v 1.2 2007/02/28 05:20