代码搜索:paste
找到约 6,498 项符合「paste」的源代码
代码结果 6,498
www.eeworm.com/read/346018/3192335
js paste_word.js
function loadText()
{
document.getElementById("txtLang").innerHTML = "Paste Word content here";
document.getElementById("btnCancel").value = "cancel";
document.getElementById("btnO
www.eeworm.com/read/346018/3192373
js paste_word.js
function loadText()
{
document.getElementById("txtLang").innerHTML = "Paste Word content here";
document.getElementById("btnCancel").value = "cancel";
document.getElementById("btnOk")
www.eeworm.com/read/346018/3192411
js paste_word.js
function loadText()
{
document.getElementById("txtLang").innerHTML = "Paste Word content here";
document.getElementById("btnCancel").value = "cancel";
document.getElementById("btnOk")
www.eeworm.com/read/346018/3192449
js paste_word.js
function loadText()
{
document.getElementById("txtLang").innerHTML = "\u5f9e MS Word\u8cbc\u4e0a\u5167\u5bb9 (CTRL-V) ";
document.getElementById("btnCancel").value = "\u53d6\u6d88 ";
www.eeworm.com/read/346018/3192487
js paste_word.js
function loadText()
{
document.getElementById("txtLang").innerHTML = "\u4ece MS Word\u8d34\u4e0a\u5185\u5bb9 (CTRL-V) ";
document.getElementById("btnCancel").value = "\u53d6\u6d88 ";
www.eeworm.com/read/340665/3280687
c paste4.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do compile } */
/* { dg-options -save-temps } */
/* Since 1.0e and + form the pasted token, 1 is a separate token and
so should be
www.eeworm.com/read/340665/3280791
c paste5.c
/* Regression test for bug in convoluted situation involving token paste
plus function-like macros used outside function context. It may be
easier to understand if you mentally replace 'struct'
www.eeworm.com/read/340665/3280795
c paste10.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* { dg-options "" } */
/* This testcase used to produce a bogus "invalid paste" warning, owing
to not clearing
www.eeworm.com/read/340665/3280812
c paste13.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* This used to be recognized as a comment when lexing after pasting
spellings. Neil Booth, 9 Oct 2002. */
#
www.eeworm.com/read/340665/3280829
c paste3.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do compile } */
#define plus +
void foo()
{
int a, b = 1;
/* The correct "a = 1 + ++b" will compile.
The incorrect "a = 1