代码搜索:visual basic

找到约 10,000 项符合「visual basic」的源代码

代码结果 10,000
www.eeworm.com/read/432906/1886535

py 01_restore_basic_pos.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2005 # Author: Dan Smith # Save a domain and attempt to restore it # # Since we don't want to depend on th
www.eeworm.com/read/432906/1886555

py 02_domid_basic_neg.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2005 # Author: Dan Smith import re from XmTestLib import * status, output = traceCommand("xm domid non_e
www.eeworm.com/read/432906/1886556

py 01_domid_basic_pos.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2005 # Author: Dan Smith import re from XmTestLib import * status, output = traceCommand("xm domid Domai
www.eeworm.com/read/432906/1886559

py 01_save_basic_pos.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2005 # Author: Dan Smith import time from XmTestLib import * if ENABLE_HVM_SUPPORT: SKIP("Save curre
www.eeworm.com/read/432906/1886564

py 01_pause_basic_pos.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2005 # Author: Paul Larson # Description: # Positive Tests: # Tests for xm pause # 1) Create domain, verify
www.eeworm.com/read/432906/1886568

py 01_dmesg_basic_pos.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2005 # Author: Woody Marvel import re from XmTestLib import * status, output = traceCommand("xm dmesg")
www.eeworm.com/read/432906/1886570

py 02_dmesg_basic_neg.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2005 # Author: Woody Marvel import re from XmTestLib import * status, output = traceCommand("xm dmesg -
www.eeworm.com/read/432906/1886587

py 01_help_basic_pos.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2005 # Author: Woody Marvel import re from XmTestLib import * status, output = traceCommand("xm help")
www.eeworm.com/read/432906/1886588

py 02_help_basic_neg.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2005 # Author: Woody Marvel import re from XmTestLib import * status, output = traceCommand("xm") eyeca
www.eeworm.com/read/432906/1886593

py 01_list_basic_pos.py

#!/usr/bin/python # Copyright (C) International Business Machines Corp., 2005 # Author: Woody Marvel import re from XmTestLib import * status, output = traceCommand("xm list")