代码搜索:adding
找到约 4,236 项符合「adding」的源代码
代码结果 4,236
www.eeworm.com/read/275831/10793773
rb 01 - adding text to an image.rb
require 'rubygems'
require 'RMagick'
img = Magick::Image.read('canyon.png').first
my_text = "\251 NPS"
copyright = Magick::Draw.new
copyright.annotate(img, 0, 0, 3, 18, my_text) do
self.font = 'Hel
www.eeworm.com/read/417019/11006921
js 9.02 - adding operations to formitem.js
var FormItem = new Interface('FormItem', ['save', 'restore']);
Field.prototype.restore = function() {
this.element.value = getCookie(this.id);
};
CompositeForm.prototype.restore = function() {
f
www.eeworm.com/read/417019/11006924
js 9.03 - adding classes to the hierarchy.js
/* CompositeFieldset class. */
var CompositeFieldset = function(id, legendText) { // implements Composite, FormItem
this.components = {};
this.element = document.createElement('fieldset');
thi
www.eeworm.com/read/315311/13546157
html adding-dev-indepedent-spaces.html
Xlib Programming Manual: Adding Device-Independent Color Spaces
6.12.2 Adding Device-Independent Color Spaces
To add a device-indepe
www.eeworm.com/read/136989/5836473
h ifr_adding_visitor_exception.h
// ifr_adding_visitor_exception.h,v 1.10 2003/03/01 18:28:37 ossama Exp
/* -*- c++ -*- */
// ============================================================================
//
// = LIBRARY
// T
www.eeworm.com/read/136989/5836474
cpp ifr_adding_visitor_union.cpp
/* -*- c++ -*- */
// ifr_adding_visitor_union.cpp,v 1.17 2003/10/28 18:34:03 bala Exp
#include "ast_enum.h"
#include "ast_expression.h"
#include "ast_union.h"
#include "ast_union_branch.h"
#in