代码搜索:Built-In
找到约 2,787 项符合「Built-In」的源代码
代码结果 2,787
www.eeworm.com/read/324136/3506103
test fcmd.test
# This file tests the tclFCmd.c file.
#
# This file contains a collection of tests for one or more of the Tcl
# built-in commands. Sourcing this file into Tcl runs the tests and
# generates output fo
www.eeworm.com/read/291565/3963626
axd webresource(1).axd
// Anthem.js
// Updated Mar 30, 2007
// Anthem.Manager.GetScripts: false
function Anthem_Encode(s){
if (typeof encodeURIComponent == "function") {
// Use JavaScript built-in function
// I
www.eeworm.com/read/290500/3974212
axd webresource(1).axd
// Anthem.js
// Updated Mar 30, 2007
// Anthem.Manager.GetScripts: false
function Anthem_Encode(s){
if (typeof encodeURIComponent == "function") {
// Use JavaScript built-in function
// I
www.eeworm.com/read/438718/1822741
py panel.py
# Module 'panel'
#
# Support for the Panel library.
# Uses built-in module 'pnl'.
# Applciations should use 'panel.function' instead of 'pnl.function';
# most 'pnl' functions are transparently exporte
www.eeworm.com/read/438718/1822774
py panel.py
# Module 'panel'
#
# Support for the Panel library.
# Uses built-in module 'pnl'.
# Applciations should use 'panel.function' instead of 'pnl.function';
# most 'pnl' functions are transparently exporte
www.eeworm.com/read/396844/2407606
m mysymsetdiff.m
function C = mysymsetdiff(A,B)
% MYSYMSETDIFF Symmetric set difference of two sets of positive integers (much faster than built-in setdiff)
% C = mysetdiff(A,B)
% C = (A\B) union (B\A) = { things that
www.eeworm.com/read/383413/2617029
axd webresource.axd
// Anthem.js
// Updated Mar 30, 2007
// Anthem.Manager.GetScripts: false
function Anthem_Encode(s){
if (typeof encodeURIComponent == "function") {
// Use JavaScript built-in function
// I
www.eeworm.com/read/383413/2617078
axd webresource.axd
// Anthem.js
// Updated Mar 30, 2007
// Anthem.Manager.GetScripts: false
function Anthem_Encode(s){
if (typeof encodeURIComponent == "function") {
// Use JavaScript built-in function
// I
www.eeworm.com/read/368662/2812461
m fairmax.m
function [val, idx] = fairmax(x)
%FAIRMAX Same as built-in max(), except breaks ties randomly.
% [val, idx] = fairmax(x) takes a vector as an argument and returns
% the same output as the built
www.eeworm.com/read/366702/2881232
c builtins-30.c
/* { dg-do compile } */
/* { dg-options "-Wall -Wshadow" } */
extern double strtod (const char *, char **);
#define UNUSED __attribute__ ((unused))
/* A built-in function may be overridden by an old