代码搜索结果

找到约 3,568 项符合 Strip 的代码

rules.make

# # This file contains rules which are shared between multiple Makefiles. # # # False targets. # .PHONY: dummy # # Special variables which should not be exported # unexport EXTRA_ASFLAGS unexport EX

cinepak.c

/* * Cinepak Video Decoder * Copyright (C) 2003 the ffmpeg project * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public

rules.make

# # This file contains rules which are shared between multiple Makefiles. # # # False targets. # .PHONY: dummy # # Special variables which should not be exported # unexport EXTRA_ASFLAGS unexport EX

rules.make

# # This file contains rules which are shared between multiple Makefiles. # # # False targets. # .PHONY: dummy # # Special variables which should not be exported # unexport EXTRA_ASFLAGS unexport EX

cinepak.c

/* * Cinepak Video Decoder * Copyright (C) 2003 the ffmpeg project * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public

ipk_dec.cpp

/* Cock's Identity Based Encryption Decryption phase Decrypts a file .ipk Finds the session key by ID-PKC decrypting the file .key Uses this session key to

makefile

# # Makefile for Atheros AR531X watchdog. # # Note! Dependencies are done automagically by 'make dep', which also # removes any old dependencies. DON'T put your own dependencies here # unless it's som

makefile

################################################################################ # # This file is subject to the terms and conditions of the GNU General Public # License. See the file "COPYING" in th

htmldocument.cpp

// replace_all and strip_tags are taken from the book // "thinking in c++ volume 2" (bruce eckel) #include #include #include #include #include "HTMLDocument.h"