代码搜索:wrapper

找到约 10,000 项符合「wrapper」的源代码

代码结果 10,000
www.eeworm.com/read/168845/5432189

hpp class_wrapper.hpp

// Copyright David Abrahams 2001. // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifnde
www.eeworm.com/read/167825/5452111

php wrapper.class.php

www.eeworm.com/read/167825/5452113

php wrapper.menu.php

www.eeworm.com/read/350097/3130225

h emu_wrapper.h

#ifndef __EMU_WRAPPER_H #define __EMU_WRAPPER_H #define vma_get_pgoff(v) ((v)->vm_pgoff) #define PCI_SET_DMA_MASK(pdev,mask) (((pdev)->dma_mask) = (mask)) #endif
www.eeworm.com/read/345939/3195065

sh tool-wrapper.sh

#!/bin/sh # ----------------------------------------------------------------------------- # Wrapper script for command line tools # # Environment Variable Prequisites # # CATALINA_HOME May point at
www.eeworm.com/read/345939/3195070

bat tool-wrapper.bat

@echo off if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- rem Wrapper script for command line tools rem rem Environment Variable
www.eeworm.com/read/342639/3230731

php mod_wrapper.php

www.eeworm.com/read/342039/3240446

sh tool-wrapper.sh

#!/bin/sh # ----------------------------------------------------------------------------- # Wrapper script for command line tools # # Environment Variable Prequisites # # CATALINA_HOME May point at
www.eeworm.com/read/342039/3240451

bat tool-wrapper.bat

@echo off if "%OS%" == "Windows_NT" setlocal rem --------------------------------------------------------------------------- rem Wrapper script for command line tools rem rem Environment Variable
www.eeworm.com/read/341356/3252561

wrapper tomcat4.wrapper

#!/bin/bash # # Wrapper script for Tomcat 4.0, to be sure it will allways # be run with correct user profile (tomcat4 by default) # # derived from stuff in tomcat4.init # # Gomez Henri