代码搜索:effect
找到约 4,591 项符合「effect」的源代码
代码结果 4,591
www.eeworm.com/read/458008/1590709
rjs add_to_cart.rjs
page.replace_html("cart", :partial => "cart", :object => @cart)
#START_HIGHLIGHT
page[:cart].visual_effect :blind_down if @cart.total_items == 1
#EN
www.eeworm.com/read/458008/1590770
rjs add_to_cart.rjs
page.replace_html("cart", :partial => "cart", :object => @cart)
#START_HIGHLIGHT
page[:cart].visual_effect :blind_down if @cart.total_items == 1
#EN
www.eeworm.com/read/458008/1590857
rjs add_to_cart.rjs
page.replace_html("cart", :partial => "cart", :object => @cart)
#START_HIGHLIGHT
page[:cart].visual_effect :blind_down if @cart.total_items == 1
#EN
www.eeworm.com/read/458008/1591600
rjs add_to_cart.rjs
page.replace_html("cart", :partial => "cart", :object => @cart)
#START_HIGHLIGHT
page[:cart].visual_effect :blind_down if @cart.total_items == 1
#EN
www.eeworm.com/read/452231/1657623
pas ctrls.pas
unit ctrls;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
te_controls,
te_extended, te_extra_Effect_Controls, Menus;
type
TfrmControls =
www.eeworm.com/read/233448/4683958
c 20020104-1.c
/* Test whether statement with no effect warnings are not given for last
statements inside of statement expression. */
/* { dg-do compile } */
/* { dg-options "-O -Wall" } */
void bar (char *p, c
www.eeworm.com/read/233448/4683973
c local1.c
/* This is allowed, with the effect that the 'extern' declaration at block
scope refers to the same object as the 'static' declaration at file scope.
C90 6.1.2.2 [as corrected by TC1], C99 6
www.eeworm.com/read/190666/5179388
c 20020104-1.c
/* Test whether statement with no effect warnings are not given for last
statements inside of statement expression. */
/* { dg-do compile } */
/* { dg-options "-O -Wall" } */
void bar (char *p, c
www.eeworm.com/read/168239/5447411
java pixelizefilter.java
import java.awt.Color;
/**
* An image filter to create a pixelization effect, like an enlarged
* low-resolution digital image.
*
* @author Michael Kolling and David J Barnes
* @version 1.0
*/
www.eeworm.com/read/168239/5447419
java fisheyefilter.java
import java.awt.Color;
/**
* An image filter to create an effect similar to a fisheye camera lens.
* (Works especially well on portraits.)
*
* @author Michael Kolling and David J Barnes
* @ver