代码搜索:Setting
找到约 10,000 项符合「Setting」的源代码
代码结果 10,000
www.eeworm.com/read/384879/2596490
c utime.c
#include
#include
void main(int argc, char **argv)
{
if (utime(argv[1], (struct utimbuf *) NULL))
printf("Error setting date and time\n");
else
printf("Da
www.eeworm.com/read/377685/2697864
properties applicationmessages-admin.properties
#label
label.admin.systemSetting = System Setting
label.admin.searchCondition = Search Condition
label.admin.status = Status
label.admin.employee.name = Employee
label.admin.employee.userManage
www.eeworm.com/read/372858/2768886
h bitops.h
#ifndef _ASM_BITOPS_H
#define _ASM_BITOPS_H
/*
* Copyright 1992, Linus Torvalds.
*/
#ifdef i386
/*
* These have to be done with inline assembly: that way the bit-setting
* is guaranteed to be ato
www.eeworm.com/read/368758/2808172
h bitops.h
#ifndef _I386_BITOPS_H
#define _I386_BITOPS_H
/*
* Copyright 1992, Linus Torvalds.
*/
/*
* These have to be done with inline assembly: that way the bit-setting
* is guaranteed to be atomic. All
www.eeworm.com/read/368386/2820248
c ipt_tcpmss.c
/*
* This is a module which is used for setting the MSS option in TCP packets.
*
* Copyright (c) 2000 Marc Boucher
*/
#include
#include
#include
#in
www.eeworm.com/read/366702/2876086
f90 c_by_val_5.f90
! { dg-do run }
! Overwrite -pedantic setting:
! { dg-options "-Wall" }
!
! Tests the fix for PR31668, in which %VAL was rejected for
! module and internal procedures.
!
subroutine bmp_write(nx)
i
www.eeworm.com/read/366702/2876097
f90 use_allocated_1.f90
! { dg-do run }
! PR17678
! We were incorrectly setting use-associated variables to unallocated
! on procedure entry.
module foo
integer, dimension(:), allocatable :: bar
end module
program main
www.eeworm.com/read/355768/3047834
c utime.c
#include
#include
void main(int argc, char **argv)
{
if (utime(argv[1], (struct utimbuf *) NULL))
printf("Error setting date and time\n");
else
printf("Da
www.eeworm.com/read/351636/3100427
py itktesting.py
import itkbase
import sys
import os
import stat
import itkdata
# Put the ITK_TEST_ROOT setting in the global namespace. This
# package is only used for testing, so this is okay.
ITK_TE
www.eeworm.com/read/351636/3101327
py itktesting.py
import itkbase
import sys
import os
import stat
import itkdata
# Put the ITK_TEST_ROOT setting in the global namespace. This
# package is only used for testing, so this is okay.
ITK_TE