Searched refs:load (Results 1 - 25 of 1080) sorted by relevance

1234567891011>>

/macosx-10.9.5/emacs-92/emacs/lisp/term/
H A Dapollo.el4 (load "term/vt100" nil t))
H A Dvt102.el5 (load "term/vt100" nil t))
H A Dvt125.el5 (load "term/vt100" nil t))
H A Dvt200.el7 (load "term/vt100" nil t)
H A Dvt201.el6 (load "term/vt100" nil t)
H A Dvt220.el6 (load "term/vt100" nil t)
H A Dvt240.el6 (load "term/vt100" nil t)
H A Dvt300.el4 (load "term/vt100" nil t)
H A Dvt320.el4 (load "term/vt100" nil t)
H A Dvt400.el4 (load "term/vt100" nil t)
H A Dvt420.el4 (load "term/vt100" nil t)
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dloadup.el1 ;;; loadup.el --- load up standardly loaded Lisp files for Emacs
32 ;; add subdirectories to the load-path for files that might
38 (let ((dir (car load-path)))
41 (setq load-path (list dir
47 (message "Using load-path %s" load-path)
53 (load "emacs-lisp/byte-run")
54 (load "emacs-lisp/backquote")
55 (load "subr")
58 (load "versio
[all...]
/macosx-10.9.5/emacs-92/emacs/leim/quail/
H A Dpypunct-b5.el35 (load "quail/PY-b5")
36 (load "quail/Punct-b5")
H A Dpy-punct.el37 (load "quail/PY")
38 (load "quail/Punct")
58 (load "quail/TONEPY")
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dedt-vt100.el38 (load "edt-lk201" nil t)
/macosx-10.9.5/ruby-104/ruby/test/psych/
H A Dtest_boolean.rb10 assert_equal true, Psych.load("--- #{truth}")
16 assert_equal false, Psych.load("--- #{truth}")
24 assert_equal "y", Psych.load("--- y")
25 assert_equal "Y", Psych.load("--- Y")
32 assert_equal "n", Psych.load("--- n")
33 assert_equal "N", Psych.load("--- N")
H A Dtest_scalar.rb8 assert_equal "���������", Psych.load("--- ���������")
H A Dtest_numeric.rb20 assert_equal 1.0, Psych.load('--- 1.')
24 str = Psych.load('--- 090')
39 str = Psych.load('--- 4 roses')
41 str = Psych.load('--- 1.1.1')
/macosx-10.9.5/bc-21/patches/
H A Dpatch-bc__load.c1 --- bc/load.c~ 2000-09-13 11:22:38.000000000 -0700
2 +++ bc/load.c 2005-08-02 11:06:00.000000000 -0700
/macosx-10.9.5/ruby-104/ruby/bootstraptest/
H A Dtest_marshal.rb3 Marshal.load(Marshal.dump({"k"=>"v"}), lambda {|v| v})
/macosx-10.9.5/CPANInternal-140/YAML-Syck/lib/YAML/Loader/
H A DSyck.pm5 sub load { shift; YAML::Syck::Load($_[0]) } subroutine
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itk/tests/
H A Dinterp.test28 load "" Itcl slave
29 load "" Tk slave
30 load "" Itk slave
34 test interp-1.2 {can load [incr Tk] into a safe interp} {
37 load "" Itcl slave
38 set result [list [catch {load "" Itk slave} msg] $msg]
45 load "" Itcl slave
46 load "" Tk slave
47 load "" Itk slave
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/unix/
H A DpkgIndex.tcl.dll7 package ifneeded snack 2.2 "[list load [file join $dir libsnack.dll]];[list source [file join $dir snack.tcl]]"
9 package ifneeded sound 2.2 [list load [file join $dir libsound.dll]]
11 package ifneeded snacksphere 1.2 [list load [file join $dir libsnacksphere.dll]]
13 package ifneeded snackogg 1.3 [list load [file join $dir libsnackogg.dll]]
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginPackageNone.cpp40 bool PluginPackage::load() function in class:WebCore::PluginPackage
/macosx-10.9.5/ruby-104/ruby/lib/rake/
H A Ddefault_loader.rb5 def load(fn) method in class:Rake.DefaultLoader

Completed in 529 milliseconds

1234567891011>>