Searched refs:insert (Results 1 - 25 of 2163) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dstyle.rb138 insert('end', 'Text widgets like this one allow you to display information in a
141 insert('end', 'tags', style_tag_big)
142 insert('end', '. Tags are just textual names that you can apply to one
148 insert('end', "\n1. Font.", style_tag_big)
149 insert('end', " You can choose any X font, ")
150 insert('end', "large", style_tag_verybig)
151 insert('end', " or ")
152 insert('end', "small", style_tag_small)
153 insert('end', ".\n")
154 insert('en
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dstyle.rb138 insert('end', '��������������������������� widget ������������������������������������������������������
140 insert('end', '������', style_tag_big)
141 insert('end', '������������������������������������������������������������
147 insert('end', '
149 insert('end', ' ��������� X ������������������������������������')
150 insert('end', 'large', style_tag_verybig)
151 insert('end', '
153 # insert('end', '���������', style_tag_small)
154 insert('end', 'small', style_tag_small)
155 insert('en
[all...]
H A Dwidget281 txt.insert('end', 'Ruby/Tk : Widget', tag_title)
282 #txt.insert('end', " ������������������������������\n", tag_middle)
283 txt.insert('end', " ������������������������������\n", tag_kanji_title)
284 txt.insert('end', <<"EOT")
323 #txt.insert('end',"���������, ���������, ���������������������, ������������������\n",tag_middle)
324 txt.insert('end', "���������, ���������, ���������������������, ������������������\n",
326 txt.insert('end', " \n ", tag_demospace)
327 txt.insert('end', "1. ��������� (������������, ������������������)\n",
329 txt.insert('end', " \n ", tag_demospace)
330 txt.insert('en
[all...]
/macosx-10.9.5/swig-10/Lib/tcl/
H A Dtclruntime.swg2 %insert(runtime) %{
11 %insert(runtime) "swigrun.swg"; /* Common C API type-checking code */
12 %insert(runtime) "swigerrors.swg" /* SWIG errors */
13 %insert(runtime) "tclerrors.swg"; /* Tcl Errors */
14 %insert(runtime) "tclapi.swg"; /* Tcl API */
15 %insert(runtime) "tclrun.swg"; /* Tcl run-time code */
/macosx-10.9.5/dyld-239.4/unit-tests/test-cases/insert-libraries-with-initializer/
H A Dinsert.c29 static __attribute__((constructor)) void insert() function
31 //fprintf(stderr, "insert()\n");
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dstyle.tcl67 $w.text insert end {Text widgets like this one allow you to display information in a
70 $w.text insert end tags bold
71 $w.text insert end {. Tags are just textual names that you can apply to one
77 $w.text insert end "\n1. Font." big
78 $w.text insert end " You can choose any system font, "
79 $w.text insert end large verybig
80 $w.text insert end " or "
81 $w.text insert end "small" tiny ".\n"
82 $w.text insert end "\n2. Color." big
83 $w.text insert en
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dstyle.tcl62 $w.text insert end {Text widgets like this one allow you to display information in a
65 $w.text insert end tags bold
66 $w.text insert end {. Tags are just textual names that you can apply to one
72 $w.text insert end "\n1. Font." big
73 $w.text insert end " You can choose any X font, "
74 $w.text insert end large verybig
75 $w.text insert end " or "
76 $w.text insert end "small.\n"
77 $w.text insert end "\n2. Color." big
78 $w.text insert en
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/obsolete/
H A Diso-insert.el1 ;;; iso-insert.el --- insert functions for ISO 8859/1 -*- coding: iso-8859-1;-*-
34 (defun insert-no-break-space ()
36 (insert ?\�)
39 (defun insert-inverted-exclamation-mark ()
41 (insert ?\�)
44 (defun insert-cent-sign ()
46 (insert ?\�)
49 (defun insert-pound-sign ()
51 (insert
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/emulation/
H A Dtpu-mapper.el119 (insert "\
129 (insert "
188 (insert (format"(global-set-key %s %s)\n" tpu-key func))
190 (insert (format "(define-key GOLD-map %s %s)\n" tpu-key gold-func))
205 (insert (format"(global-set-key %s %s)\n" tpu-key func))
207 (insert (format "(define-key GOLD-map %s %s)\n" tpu-key gold-func))
219 (insert "
224 (insert "
237 (insert "
242 (insert "
[all...]
/macosx-10.9.5/tcl-102/tk/tk/tests/
H A Dbevel.tcl39 .t.t insert end {This display contains a bunch of raised and sunken
59 .t.t insert end ****
60 .t.t insert end rrrrrrr r1
61 .t.t insert end uuuu r2
62 .t.t insert end ************
63 .t.t insert end ssssssssssssssssss s1
64 .t.t insert end \n\n****************
65 .t.t insert end rrrrrrrrrrrrrrn\n r1
67 .t.t insert end "\nPass 2 (top bevels):\n\n"
68 .t.t insert en
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/tests/
H A Dbevel.tcl39 .t.t insert end {This display contains a bunch of raised and sunken
59 .t.t insert end ****
60 .t.t insert end rrrrrrr r1
61 .t.t insert end uuuu r2
62 .t.t insert end ************
63 .t.t insert end ssssssssssssssssss s1
64 .t.t insert end \n\n****************
65 .t.t insert end rrrrrrrrrrrrrrn\n r1
67 .t.t insert end "\nPass 2 (top bevels):\n\n"
68 .t.t insert en
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ADT/
H A DDenseSetTest.cpp24 set.insert(0);
25 set.insert(1);
/macosx-10.9.5/swig-10/Lib/ocaml/
H A Docaml.i15 %insert(runtime) "swigrun.swg"
18 %insert(runtime) "ocamldec.swg"
21 %insert(init) "swiginit.swg"
22 %insert(init) "typeregister.swg"
24 %insert(mlitail) %{
28 %insert(mltail) %{
38 %insert(runtime) "ocaml.swg"
41 %insert(classtemplate) "class.swg"
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/python/test/
H A Dtest_inttypes.py10 v.insert(intf=0, longf=0)
13 v.insert(intf=1, longf=0)
14 v.insert(intf=-5, longf=0)
15 v.insert(intf=MAXINT, longf=0)
16 v.insert(intf=MININT, longf=0)
24 v.insert(intf=0, longf=-1L)
25 v.insert(intf=0, longf=5L)
26 v.insert(intf=0, longf=MAXLONGLONG)
27 v.insert(intf=0, longf=MINLONGLONG)
34 v.insert(int
[all...]
H A Dtest_stringtype.py10 v.insert(a='', b='')
13 v.insert(a='asdasdfasdfasdfsa', b='!@*%$#@#$%^&*()')
23 v.insert(a=unicode('hi there', 'utf-8'), b='hi')
24 v.insert(a=unicode('\xe2\x82\xac', 'utf-8'), b='hi')
25 v.insert(a=unicode('Sample\xe2\x82\xacTesting', 'utf-8'), b='')
29 v.insert(a='', b='\xe2\x82\xacHi there')
/macosx-10.9.5/emacs-92/emacs/lisp/mail/
H A Dblessmail.el50 (insert "#!/bin/sh\n")
53 (insert (format "echo %s is not a directory\n" rmail-spool-directory))
59 (insert "chgrp " (number-to-string (nth 3 attr))
62 (insert "chown " (number-to-string (nth 2 attr))
65 (insert "chown root $* && chmod u+s $*\n"))))
66 (insert "echo mail directory = " dirname "\n"))
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/
H A Dencstr_usage.rb16 t1.insert('end',
18 t1.insert('end', src_str)
21 t2.insert('end',
23 t2.insert('end', enc_str)
26 t3.insert('end', "use Tk.encoding = 'iso2022-kr' (Tk.force_default_encoding? == #{Tk.force_default_encoding?})\n\n")
28 t3.insert('end', src_str)
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-dep.el58 (insert-file-contents file)
83 (insert ";;; " (file-name-nondirectory generated-custom-dependencies-file)
100 (insert "(put '" (symbol-name symbol)
103 (insert ")\n"))))))
104 (insert "\
146 (insert "(custom-put-if-not '" (symbol-name symbol)
149 (insert ")\n")
150 (insert "(custom-put-if-not '" (symbol-name symbol))
151 (insert " 'group-documentation ")
153 (insert ")\
[all...]
H A Dmacros.el29 ;; a name to the last-defined keyboard macro, expand and insert the
54 (defun insert-kbd-macro (macroname &optional keys)
80 (insert "(setq "))
82 (insert "(fset '"))
84 (insert "\n ")
94 (insert "\\C-@"))
97 (insert "\\C-" (+ 96 char)))
100 (insert "\\C-\\\\"))
103 (insert "\\C-" (+ 64 char)))
108 (insert "\\
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/progmodes/
H A Dmodula2.el279 (insert "BEGIN")
287 (insert "CASE " name " OF")
290 (insert "END (* case " name " *);"))
297 (insert "DEFINITION MODULE ")
299 (insert name ";\n\n\n\nEND " name ".\n"))
307 (insert "ELSE")
314 (insert "FOR ")
316 (insert name " TO ")
318 (insert limit)
321 (insert " B
[all...]
/macosx-10.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/SQLAHacks/
H A DMySQL.pm11 sub insert { subroutine
21 return $self->SUPER::insert (@_);
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dtramp-uu.el67 (progn (insert "`") (setq len (1- len)))
68 (insert (tramp-uu-byte-to-uu-char (tramp-uu-b64-char-to-byte c)))
71 ;; length byte) and insert a newline.
75 (insert (char-to-string (+ 32 (/ (* 3 60) 4)))))
76 (insert "\n")))
78 ;; for that stuff and insert it and a trailing newline.
82 (insert (char-to-string (+ 32 (% (- end beg) 45)))))
83 (insert "\n"))
85 (insert "`\nend\n")
87 (insert "begi
[all...]
/macosx-10.9.5/swig-10/Lib/octave/
H A Dexception.i4 %insert("runtime") {
/macosx-10.9.5/swig-10/Lib/perl5/
H A Dexception.i3 %insert("runtime") {
/macosx-10.9.5/swig-10/Lib/python/
H A Dexception.i4 %insert("runtime") {

Completed in 504 milliseconds

1234567891011>>