Searched refs:variable (Results 176 - 200 of 769) sorted by relevance

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/expect/expect/example/
H A Dtkpasswd23 radiobutton .passwd -text passwd -variable passwd_cmd \
29 radiobutton .yppasswd -text yppasswd -variable passwd_cmd \
36 radiobutton .nispasswd -text nispasswd -variable passwd_cmd \
44 radiobutton .unsorted -text unsorted -variable sort_cmd -value " " \
46 radiobutton .name -text name -variable sort_cmd -value "| sort" \
48 radiobutton .uid -text uid -variable sort_cmd -value "| sort -t: -n +2" \
93 checkbutton .dict -text "test dictionary" -variable dict_check \
450 -relief flat -variable distribute
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/unix/tools/
H A Dtclmanpages109 {variable.n tcl/variables/variable}
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dexpect.vim14 " Reserved Expect variable prefixes.
23 " Expect variable arrays.
H A Dcheetah.vim7 " match invalid syntax, like bad variable ref. or unmatched closing tag
H A Dreva.vim68 syn keyword revadefine constant constant, variable create variable,
93 Builtin 'create 'defer 'does 'forth 'inline 'macro 'macront 'notail 'value 'variable
96 Builtin .rs .x 00; 0do 0if 1, 2, 3, 2* 2/ 2constant 2variable 3dup 4dup ;then >base >defer
/macosx-10.9.5/vim-53/runtime/tools/
H A Dshtags.pl18 -v Include variable definitions.
76 # variable definition at the start of a line
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-edit.el84 ;; variable that has one value when Emacs is running under a window
86 ;; when the variable is first initialized, this is only relevant for the
123 ;; There is no standard value. This means that the variable was
158 (custom-add-to-group 'customize 'custom-define-hook 'custom-variable)
517 (defun custom-variable-prompt ()
518 "Prompt for a custom variable, defaulting to the variable at point.
520 (let* ((v (variable-at-point))
521 (default (and (symbolp v) (custom-variable-p v) (symbol-name v)))
525 (if default (format "Customize variable (defaul
[all...]
H A Dautorevert.el122 Never set this variable directly, use the command `auto-revert-mode' instead.")
127 Never set this variable directly, use the command
140 this variable through Custom or you can call the command
141 `auto-revert-set-timer' after setting the variable. Otherwise,
147 :set (lambda (variable value)
148 (set-default variable value)
237 needs reverting, regardless of the value of this variable.
244 are worried about this, set this variable to a non-nil value.
258 This variable becomes buffer local when set in any fashion.")
259 (make-variable
[all...]
H A Dsavehist.el92 :type '(repeat variable)
97 :type '(repeat variable)
168 The contents of this variable is built while Emacs is running, and saved
241 ;; savehist-minibuffer-history-variables. If that variable is nil
381 (unless (or (eq minibuffer-history-variable t)
382 ;; XEmacs sets minibuffer-history-variable to t to mean "no
384 (memq minibuffer-history-variable savehist-ignored-variables))
386 minibuffer-history-variable)))
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Stash/
H A DXS.pm60 Template::Stash::XS - High-speed variable stash written in C
100 variable like so:
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Stash/
H A DXS.pm60 Template::Stash::XS - High-speed variable stash written in C
100 variable like so:
/macosx-10.9.5/CPANInternal-140/XML-Parser/
H A DMakefile.PL61 variable at run time for perl to find the library.
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DOptions.cpp80 void overrideOptionWithHeuristic(T& variable, const char* name) argument
87 if (parse(stringValue, variable))
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp416 static NPError NPN_GetValue(NPP npp, NPNVariable variable, void *value) argument
418 switch (static_cast<unsigned>(variable)) {
546 static NPError NPN_SetValue(NPP npp, NPPVariable variable, void *value) argument
548 switch (variable) {
822 static NPError NPN_GetValueForURL(NPP npp, NPNURLVariable variable, const char* url, char** value, uint32_t* len) argument
827 switch (variable) {
855 static NPError NPN_SetValueForURL(NPP npp, NPNURLVariable variable, const char* url, const char* value, uint32_t len) argument
857 switch (variable) {
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_writeout.c64 struct variable { struct
70 static const struct variable replacements[]={
118 /* this is meant as a variable to output */
289 fprintf(stderr, "curl: unknown --write-out variable: '%s'\n", ptr);
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Deldoc.el1 ;;; eldoc.el --- show function arglist or variable docstring in echo area
35 ;; calls it. Also, if point is over a documented variable, it will print
36 ;; the one-line documentation for that variable instead, to remind you of
37 ;; that variable's meaning.
55 "Show function arglist or variable docstring in echo area."
64 If this variable is set to 0, no idle time is required."
87 and function arglist or 1-line variable documentation will be displayed
96 display in the echo area. Function or variable symbol name may be
121 This variable contains an obarray of symbols; do not manipulate it
129 2 - 'function if function args, 'variable i
[all...]
H A Dtcover-unsafep.el59 . (global-variable y))
65 . (risky-local-variable unsafep-vars))
67 . (risky-local-variable format-alist))
69 . (risky-local-variable format-alist))
75 . (risky-local-variable post-command-hook))
81 . (global-variable z))
89 . (global-variable y))
99 . (risky-local-variable format-alist))
101 . (risky-local-variable format-alist))
108 . (variable (
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-en/
H A Dcheck2.rb25 text "Four checkbuttons are displayed below. If you click on a button, it will toggle the button's selection state and set a Tcl variable to a value indicating the state of the checkbutton. The first button also follows the state of the other three. If only some of the three are checked, the first button will display the tri-state mode. Click the \"See Variables\" button to see the current values of the variables."
29 # variable
64 TkCheckButton.new(base_frame, :text=>'Safety Check', :variable=>safety,
70 [ TkCheckButton.new(base_frame, 'text'=>'Wipers OK', 'variable'=>wipers),
71 TkCheckButton.new(base_frame, 'text'=>'Brakes OK', 'variable'=>brakes),
72 TkCheckButton.new(base_frame, 'text'=>'Driver Sober', 'variable'=>sober)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/demos-jp/
H A Dcheck2.rb65 TkCheckButton.new(base_frame, :text=>'���������������', :variable=>safety,
71 [ TkCheckButton.new(base_frame, 'text'=>'������������ OK', 'variable'=>wipers),
72 TkCheckButton.new(base_frame, 'text'=>'������������ OK', 'variable'=>brakes),
73 TkCheckButton.new(base_frame, 'text'=>'��������� ������', 'variable'=>sober)
/macosx-10.9.5/ruby-104/ruby/ext/tk/sample/tkextlib/tktable/
H A Ddebug.rb17 # fill table variable
26 table = Tk::TkTable.new(:rows=>rows, :cols=>cols, :variable=>ary,
97 puts "Table is #{table.path} with array #{(table['variable'])}"
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dinterp.test47 variable obj ""
/macosx-10.9.5/tcl-102/tcl_ext/tktable/tktable/unix/
H A Dtktable.spec23 multi-line cells, embedded windows, variable width columns/height rows
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dperl6.vim36 " The following line changes a global variable but is necessary to make
/macosx-10.9.5/vim-53/src/GvimExt/
H A DMake_ming.mak14 # set the following variable to yes and check if the executables are
/macosx-10.9.5/Heimdal-323.92.1/appl/telnet/telnet/
H A Dcommands.c152 * was to assign "c" to an unsigned int variable...
577 int *variable;
771 if (c->variable) {
772 *c->variable = !*c->variable; /* invert it */
774 printf("%s %s.\r\n", *c->variable? "Will" : "Won't",
881 if (c->variable) {
883 *c->variable = 1;
885 *c->variable = 0;
891 printf("%s %s.\r\n", *c->variable
575 int *variable; member in struct:togglelist
[all...]

Completed in 586 milliseconds

1234567891011>>