代码搜索:Resolution
找到约 5,618 项符合「Resolution」的源代码
代码结果 5,618
www.eeworm.com/read/482889/1282537
hpp time_resolution_traits.hpp
#ifndef DATE_TIME_TIME_RESOLUTION_TRAITS_HPP
#define DATE_TIME_TIME_RESOLUTION_TRAITS_HPP
/* Copyright (c) 2002,2003 CrystalClear Software, Inc.
* Use, modification and distribution is subject t
www.eeworm.com/read/221464/4830625
cpp testtime_resolution_traits.cpp
/* Copyright (c) 2002,2003 CrystalClear Software, Inc.
* Use, modification and distribution is subject to the
* Boost Software License, Version 1.0. (See accompanying
* file LICENSE-1.0 or http
www.eeworm.com/read/202518/5050742
hpp resolution_cc_select.hpp
// FD.Resolution
// Do not include this header directly.
/**
* select() for free function with calling convention.
*/
static FD_DELEGATE_ST UR (FD_DELEGATE_CC *select(FD_DELEGATE_ST U
www.eeworm.com/read/177407/5327282
java x_r_resolution.java
/** Generated Model - DO NOT CHANGE - Copyright (C) 1999-2005 Jorg Janke */
package org.compiere.model;
import java.util.*;
import java.sql.*;
import java.math.*;
import org.compiere.util.*;
/**
www.eeworm.com/read/168845/5433200
cpp testtime_resolution_traits.cpp
/* Copyright (c) 2002,2003 CrystalClear Software, Inc.
* Use, modification and distribution is subject to the
* Boost Software License, Version 1.0. (See accompanying
* file LICENSE-1.0 or http
www.eeworm.com/read/427781/1966165
sql bugnet_resolution_getresolutionbyid.sql
IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[BugNet_Resolution_GetResolutionById]') AND type in (N'P', N'PC'))
DROP PROCEDURE [dbo].[BugNet_Resolution_GetResolutionById]