代码搜索:remove
找到约 10,000 项符合「remove」的源代码
代码结果 10,000
www.eeworm.com/read/38039/1101175
mnu rv_layout.mnu
LIGHT_LAYOUT LIGHT_LAYOUT
# remove the # sign and enter foreign help string in this line
Export 蹲
www.eeworm.com/read/38039/1101378
txt animcmdremove.txt
# {100} (100) [0] command.HelpText
Remove selected entities in the animation time line
眖笆礶
www.eeworm.com/read/461881/1549424
java intset.java
public interface IntSet{
public boolean add(int a);
public boolean remove(int a);
}
/****************************************************
* 作者:孙卫琴 *
www.eeworm.com/read/188217/5214170
cs removeformat.cs
namespace FreeTextBoxControls
{
using System;
public class RemoveFormat : ToolbarButton
{
public RemoveFormat() : base("Remove All Formatting", "removeformat")
{
www.eeworm.com/read/182365/5264162
dectest trim.dectest
------------------------------------------------------------------------
-- trim.decTest -- remove insignificant trailing zeros --
-- Copyright (c) IBM Corporation, 2002. All rights
www.eeworm.com/read/293917/3927378
cpp fig06_12.cpp
code{text}
/**
* Remove the minimum item.
* Throws UnderflowException if empty.
*/
void deleteMin( )
{
if( isEmpty( ) )
throw UnderflowException(
www.eeworm.com/read/293917/3927402
cpp fig06_56.cpp
/**
* Remove the minimum item and place it in minItem.
* Throws UnderflowException if empty.
*/
void deleteMin( Comparable & minItem )
{
if( isEmpty( ) )
www.eeworm.com/read/276787/4163382
postrm avahi-daemon.postrm
deluser avahi || true
delgroup avahi || true
update-rc.d $D avahi-daemon remove
www.eeworm.com/read/276787/4163747
postrm matchbox-common.postrm
#!/bin/sh
update-alternatives --remove x-window-manager /usr/bin/matchbox-session
www.eeworm.com/read/425423/2007623
svn-base clean.svn-base
#!/bin/sh
# remove previous working files
rm -vrf *.tr
rm -vrf *.out
rm -vrf *.png