代码搜索:Contained

找到约 5,885 项符合「Contained」的源代码

代码结果 5,885
www.eeworm.com/read/110972/6162364

cpp atom_url.cpp

/* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy o
www.eeworm.com/read/492058/6423729

h format.h

/* Legal Notice: Some portions of the source code contained in this file were derived from the source code of Encryption for the Masses 2.02a, which is Copyright (c) 1998-2000 Paul Le Roux and w
www.eeworm.com/read/250058/12438107

js quirksmode.js

// Please note: this file contains snippets for comparison // it is not self-contained or ready-to-use code as such function detectQuirksMode() { if (typeof document.compatMode != "undefined"
www.eeworm.com/read/250058/12438110

js feature-detection.js

// Please note: this file contains snippets for comparison // it is not self-contained or ready-to-use code as such var xmlHttpExists = typeof XMLHttpRequest; var byIdExists = typeof document.g
www.eeworm.com/read/250058/12438114

js identify-os.js

// Please note: this file contains snippets for comparison // it is not self-contained or ready-to-use code as such function identifyOS() { var agent = navigator.userAgent.toLowerCase();
www.eeworm.com/read/250058/12438309

js strict-warnings.js

// Please note: this file contains snippets for comparison // it is not self-contained or ready-to-use code as such var fruit = 'mango'; if (basket.indexOf('apple') != -1) { var fruit = 'ap
www.eeworm.com/read/250058/12438317

js obfuscate-code.js

// Please note: this file contains snippets for comparison // it is not self-contained or ready-to-use code as such var oldfn = window.onload; if (typeof window.onload != 'function') { window
www.eeworm.com/read/250058/12438324

js separate-content-behaviors.js

// Please note: this file contains snippets for comparison // it is not self-contained or ready-to-use code as such function changeBorder(element, to) { element.style.borderColor = to; } v
www.eeworm.com/read/250058/12438329

js debugging-dialogs.js

// Please note: this file contains snippets for comparison // it is not self-contained or ready-to-use code as such function checkAge(years) { if (years < 13) { alert('less than 13');
www.eeworm.com/read/250058/12438332

js what-is-javascript.js

// Please note: this file contains snippets for comparison // it is not self-contained or ready-to-use code as such function saySomething(message) { alert(message); } saySomething('Hello w