Searched +refs:global +refs:map (Results 1 - 25 of 74) sorted by relevance

123

/macosx-10.10.1/tcl-105/tcl_ext/memchan/memchan/tools/
H A Dsetversion7 global trouble
11 # Generate the substitution map.
14 global map
15 set map(@${k}@) $v
19 proc map {} {
20 global map
22 foreach k [lsort [array names map]] {
23 lappend res $k $map(
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/tools/
H A Dsetversion7 global trouble
11 # Generate the substitution map.
14 global map
15 set map(@${k}@) $v
19 proc map {} {
20 global map
22 foreach k [lsort [array names map]] {
23 lappend res $k $map(
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/apps/
H A Dnnslog56 global argv
101 global argv0 ; append argv0 $sfx
107 global argv0
149 variable map
150 array set map {
157 variable map
167 log::info "$map($type) : [list $name = $value]"
H A Dtcldocstrip89 # command line. Options specified before the output are global
92 # taken from the global settings. As in (1) "-" as output causes
113 # List of global options and their arguments found in the command
159 # They are processed as global options, as part of argv.
178 global argv
322 global argv0
329 global argv0
456 # Merge defaults, global and local options, then filch the
484 append text $c $c " " [join [split [string map $pmap $pre] \n] "\n$c$c "]
490 append text $c $c " " [join [split [string map
[all...]
H A Dpage174 global argv
224 global argv
293 set msg [string map {
377 global argv0
410 global argv0
434 set msg [string map {
465 set msg [string map {
496 set msg [string map {
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/term/
H A Dmenu220 global at
27 global at max
43 global at menu
62 B map [ctrl::cu] Up
63 B map [ctrl::cd] Down
64 B map \r Do
65 B map \n Do
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/examples/csv/
H A Dcsvdiff89 global keySpec
101 array set map {}
111 if {[info exist map($key)]} {
112 puts stderr "warning: $key occurs multiple times in $fileB (lines $linenum and $map($key))"
114 set map($key) $linenum
135 if {[info exists map($key)]} {
136 if {$map($key) < 0} {
138 in $fileA (lines $linenum and [expr {-$map($key)}]"
140 set map($key) [expr {-$linenum}]
155 if {$map(
[all...]
/macosx-10.10.1/vim-55/runtime/macros/life/
H A Dlife.vim30 " inside global/macro". Still doesn't work for all versions of vi.
77 map g IR
81 map R CV
83 map V R
87 map I G)0)0)0)0)1)0)0)2)0)0)0)0,ok,-11k,-,R,IIN
91 map C T>>>>>>>>B&
95 map + <1C<2
100 map z ,^,&,*,&<1,*<2
106 map ,- :s/./-/g
107 map ,
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Ddired.el476 (defmacro dired-map-over-marks (body arg &optional show-progress
561 (dired-map-over-marks
592 ;;;###autoload (define-key ctl-x-map "d" 'dired)
602 \\<dired-mode-map>\
613 ;;;###autoload (define-key ctl-x-4-map "d" 'dired-other-window)
620 ;;;###autoload (define-key ctl-x-5-map "d" 'dired-other-frame)
1142 (defvar dired-mode-map
1144 ;; (define-key dired-mode-map "\C-d" 'dired-flag-file-deletion)
1145 (let ((map (make-keymap)))
1146 (suppress-keymap map)
[all...]
H A Dterminal.el93 (defvar terminal-meta-map nil)
94 (if terminal-meta-map
96 (let ((map (make-sparse-keymap)))
97 (define-key map [t] 'te-pass-through)
98 (setq terminal-meta-map map)))
100 (defvar terminal-map nil)
101 (if terminal-map
103 (let ((map (make-sparse-keymap)))
105 ;; so we allow the global men
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/apps/
H A Dbitmap-editor36 # Data Structures :: 3 global arrays.
165 set a2 [string map {" " ""} [string tolower $a]]
185 global S BM
208 global BM
223 global BM
245 global BM UNDO
281 global UNDO BM
316 global BM bits
351 global S
379 global
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt24 global argv argv0 errorInfo
63 global argv0
74 puts stderr \t[join [split [string map [list @ $argv0] [string trim [::pt::app::${topic}Help]]] \n] \n\t]
/macosx-10.10.1/swig-12/Lib/python/
H A Dpythonkw.swg28 PYTHONKW(global);
87 PYTHONBN(map);
/macosx-10.10.1/vim-55/runtime/autoload/
H A Djavascriptcomplete.vim54 call map(arraymeth, 'v:val."("')
74 call map(datemeth, 'v:val."("')
81 call map(funcmeth, 'v:val."("')
89 call map(mathmeth, 'v:val."("')
97 call map(numbmeth, 'v:val."("')
103 call map(objemeth, 'v:val."("')
107 let regeprop = ['constructor', 'global', 'ignoreCase', 'lastIndex', 'multiline', 'source', 'prototype']
109 call map(regemeth, 'v:val."("')
119 call map(strimeth, 'v:val."("')
127 call map(user_props
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tk/
H A Dvariable.rb38 global errorInfo
311 # teach Tk-ip that @id is global var
312 INTERP._invoke_without_enc('global', @id)
313 #INTERP._invoke('global', @id)
325 # INTERP._eval(format('global %s; set %s(0) 0; unset %s(0)',
334 INTERP._eval(format('global %s; array set %s %s', @id, @id, s))
340 INTERP._eval(format('global %s; array set %s %s', @id, @id, s))
344 INTERP._eval(format('global %s; set %s %s', @id, @id, s))
353 INTERP._eval(Kernel.format('global %s; array set %s %s', @id, @id, s))
357 INTERP._eval(Kernel.format('global
[all...]
/macosx-10.10.1/emacs-93/emacs/src/
H A Dkeymap.c46 Lisp_Object current_global_map; /* Current global keymap */
48 Lisp_Object global_map; /* default global key bindings */
122 /* Hash table used to cache a reverse-map to speed up calls to where-is. */
227 (map) variable
228 Lisp_Object map;
230 map = get_keymap (map, 0, 0);
231 while (CONSP (map))
233 Lisp_Object tem = XCAR (map);
236 map
862 Lisp_Object map; local
1731 Lisp_Object pos, map; variable
1812 register Lisp_Object map; variable
1893 Lisp_Object map; variable
2625 register Lisp_Object this, map, tem; local
3444 prefix, Qnil, elt_describer, partial, shadow, map, local
[all...]
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Doc/sphinx_build/html/_static/
H A Dunderscore.js9 a[e],e,a);else{var g=b.keys(a);f=g.length;for(e=0;e<f;e++)c.call(d,a[g[e]],g[e],a)}}catch(h){if(h!=m)throw h;}return a};b.map=function(a,c,d){if(a&&b.isFunction(a.map))return a.map(c,d);var e=[];b.each(a,function(f,g,h){e.push(c.call(d,f,g,h))});return e};b.reduce=function(a,c,d,e){if(a&&b.isFunction(a.reduce))return a.reduce(b.bind(d,e),c);b.each(a,function(f,g,h){c=d.call(e,c,f,g,h)});return c};b.reduceRight=function(a,c,d,e){if(a&&b.isFunction(a.reduceRight))return a.reduceRight(b.bind(d,e),c);
11 d);var e=true;b.each(a,function(f,g,h){(e=e&&c.call(d,f,g,h))||b.breakLoop()});return e};b.any=function(a,c,d){c=c||b.identity;if(a&&b.isFunction(a.some))return a.some(c,d);var e=false;b.each(a,function(f,g,h){if(e=c.call(d,f,g,h))b.breakLoop()});return e};b.include=function(a,c){if(b.isArray(a))return b.indexOf(a,c)!=-1;var d=false;b.each(a,function(e){if(d=e===c)b.breakLoop()});return d};b.invoke=function(a,c){var d=b.rest(arguments,2);return b.map(a,function(e){return(c?e[c]:e).apply(e,d)})};b.pluck=
12 function(a,c){return b.map(a,function(d){return d[c]})};b.max=function(a,c,d){if(!c&&b.isArray(a))return Math.max.apply(Math,a);var e={computed:-Infinity};b.each(a,function(f,g,h){g=c?c.call(d,f,g,h):f;g>=e.computed&&(e={value:f,computed:g})});return e.value};b.min=function(a,c,d){if(!c&&b.isArray(a))return Math.min.apply(Math,a);var e={computed:Infinity};b.each(a,function(f,g,h){g=c?c.call(d,f,g,h):f;g<e.computed&&(e={value:f,computed:g})});return e.value};b.sortBy=function(a,c,d){return b.pluck(b.map(a,
18 var c=[];for(var d in a)q.call(a,d)&&c.push(d);return c};b.values=function(a){return b.map(a,b.identity)};b.functions=function(a){return b.select(b.keys(a),function(c){return b.isFunction(a[c])}).sort()};b.extend=function(a,c){for(var d in c)a[d]=c[d];return a};b.clone=function(a){if(b.isArray(a))return a.slice(0);return b.extend({},a)};b.tap=function(a,c){c(a);return a};b.isEqual=function(a,c){if(a===c)return true;var d=typeof a;if(d!=typeof c)return false;if(a==c)return true;if(!a&&c||a&&!c)return false;
19 if(a.isEqual)return a.isEqual(c);if(b.isDate(a)&&b.isDate(c))return a.getTime()===c.getTime();if(b.isNaN(a)&&b.isNaN(c))return true;if(b.isRegExp(a)&&b.isRegExp(c))return a.source===c.source&&a.global===c.global&&a.ignoreCase===c.ignoreCase&&a.multiline===c.multiline;if(d!=="object")return false;if(a.length&&a.length!==c.length)return false;d=b.keys(a);var e=b.keys(c);if(d.length!=e.length)return false;for(var f in a)if(!b.isEqual(a[f],c[f]))return false;return true};b.isEmpty=function(a){return b.keys(a).length==
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dasiohiper.cpp55 * using global variables for simplicity
59 std::map<curl_socket_t, boost::asio::ip::tcp::socket *> socket_map;
73 GlobalInfo *global; member in struct:_ConnInfo
207 std::map<curl_socket_t, boost::asio::ip::tcp::socket *>::iterator it = socket_map.find(s);
373 std::map<curl_socket_t, boost::asio::ip::tcp::socket *>::iterator it = socket_map.find(item);
384 /* Create a new easy handle, and add it to the global curl_multi */
401 conn->global = g;
/macosx-10.10.1/cxxfilt-11/cxxfilt/texinfo/
H A Dtexinfo.tex178 Flor-i-da Ghost-script Ghost-view Mac-OS ap-pen-dix bit-map bit-maps
633 \global\let\tiepenalty = \@M
703 \global\dimen1 = \prevdepth
1007 \global\everypar = {%
1014 \global \let \indent = \ptexindent
1015 \global \let \noindent = \ptexnoindent
1016 \global \everypar = {}%
1352 \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks}
1370 {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0}
1374 \def\done{\edef\st{\global\noexpan
[all...]
/macosx-10.10.1/gnutar-453/gnutar/doc/
H A Dtexinfo.tex180 ap-pen-dix bit-map bit-maps
636 \global\let\tiepenalty = \@M
706 \global\dimen1 = \prevdepth
1010 \global\everypar = {%
1017 \global \let \indent = \ptexindent
1018 \global \let \noindent = \ptexnoindent
1019 \global \everypar = {}%
1360 \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks}
1378 {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0}
1382 \def\done{\edef\st{\global\noexpan
[all...]
/macosx-10.10.1/groff-38/groff/doc/
H A Dtexinfo.tex180 ap-pen-dix bit-map bit-maps
636 \global\let\tiepenalty = \@M
706 \global\dimen1 = \prevdepth
1010 \global\everypar = {%
1017 \global \let \indent = \ptexindent
1018 \global \let \noindent = \ptexnoindent
1019 \global \everypar = {}%
1360 \def\adn#1{\addtokens{\toksC}{#1}\global\countA=1\let\next=\maketoks}
1378 {\noexpand\pdflink{\the\toksC}}\toksC={}\global\countA=0}
1382 \def\done{\edef\st{\global\noexpan
[all...]
/macosx-10.10.1/tcl-105/tk/tk/tests/ttk/
H A Dentry.test11 global scrollInfo
190 global x
223 ttk::style map TEntry -foreground {readonly AnotherBadColor}
224 ttk::style map TEntry -font {readonly ABadFont}
225 ttk::style map TEntry \
/macosx-10.10.1/JavaScriptCore-7600.1.17/offlineasm/
H A Dast.rb879 Instruction.new(codeOrigin, @opcode, @operands.map(&proc), @annotation)
940 @global = false
958 raise "Label: #{name} declared global multiple times" unless not label.global?
987 @global = true
990 def global?
991 @global
1154 Sequence.new(codeOrigin, @list.map(&proc))
1354 Macro.new(codeOrigin, @name, @variables.map{|v| yield v}, (yield @body))
1379 MacroCall.new(codeOrigin, @name, @operands.map(
[all...]
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dvipcard.tex160 \if \maxcolumn\abc \multicolumnformat \global\def\abc{a}
162 \global\setbox\columna\columnbox \global\def\abc{b}
164 \global\setbox\columnb\hbox to -\intercolumnskip{}
166 \global\setbox\columnb\columnbox \global\def\abc{c}\fi\fi}
222 {\obeyspaces\global\let =\ }
594 (define-key vip-mode-map "\\C-g" 'vip-info-on-file)
595 (define-key vip-mode-map "\\C-h" 'vip-backward-char)
596 (define-key vip-mode-map "\\
[all...]
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/bin/
H A Dtpage50 map { my $v = $ttopts{ $_ }; defined $v ? (uc $_, $v) : () }
66 map {
237 The purpose of this file is to set any I<global> configuration options

Completed in 399 milliseconds

123