代码搜索:itself
找到约 5,630 项符合「itself」的源代码
代码结果 5,630
www.eeworm.com/read/366702/2867290
c anonunion1.c
// PR c++/5748
// This testcase ICEd because used flag from the anon union variables
// was not propagated back to the anon union itself, causing addressof
// not to be replaced with stack slot.
// {
www.eeworm.com/read/366702/2876187
f recursive_check_1.f
! { dg-do compile }
! PR fortran/26551
SUBROUTINE SUB()
CALL SUB() ! { dg-error "cannot call itself, as it is not RECURSIVE" }
END SUBROUTINE
FUNCTION FUNC() RESULT (FOO)
www.eeworm.com/read/366702/2877381
f90 pr28971.f90
! { dg-do compile }
! This caused an ICE for gfortrans of July 2006 vintage. It was a regression
! that "fixed" itself. The cause and the fix are mysteries. This test is intended
! to signal any fu
www.eeworm.com/read/351777/3099008
readme
This program authenticates users using SASL (specifically the
cyrus-sasl authentication method).
SASL is configurable (somewhat like PAM). Each service authenticating
against SASL identifies itself w
www.eeworm.com/read/262041/4318010
c cstart.c
/* cstart.c:
*
* This is the first 'C' code exececuted by the processor after a reset if
* the monitor is built to boot and copy itself into RAM.
*
* This 2-stage monitor is done with two d
www.eeworm.com/read/474204/6816557
m pport.m
function varargout = PPort(varargin)
% PPORT M-file for PPort.fig
% PPORT, by itself, creates a new PPORT or raises the existing
% singleton*.
%
% H = PPORT returns the handle to a new
www.eeworm.com/read/295246/8178575
py basehtmlprocessor.py
"""Base class for creating HTML processing modules
This class is designed to take HTML as input and spit out equivalent
HTML as output. By itself it's not very interesting; you use it by
subclassing
www.eeworm.com/read/293471/8293766
m yanxing.m
function varargout = yanxing_20042546(varargin)
%YANXING M-file for yanxing.fig
% YANXING, by itself, creates a create YANXING or raises the existing
% singleton*.
%
% H = YANXING retur
www.eeworm.com/read/367736/9735042
py basehtmlprocessor.py
"""Base class for creating HTML processing modules
This class is designed to take HTML as input and spit out equivalent
HTML as output. By itself it's not very interesting; you use it by
subclassing
www.eeworm.com/read/170836/9785554
c proxy.c
/*
* Network proxy abstraction in PuTTY
*
* A proxy layer, if necessary, wedges itself between the network
* code and the higher level backend.
*/
#include
#include