Searched +refs:regexp +refs:opt +refs:depth (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/
H A Dtk.rb82 # GET_CONFIGINFO_AS_ARRAY = false => returns a Hash { opt =>val, ... }
83 # true => returns an Array [[opt,val], ... ]
88 # for configinfo without resource info; list of [opt, value] pair
89 # false => returns a Hash { opt=>val, ... }
90 # true => returns an Array [[opt,val], ... ]
311 def tk_split_sublist(str, depth=-1, src_enc=true, dst_enc=true)
316 if depth == 0
327 list.collect{|token| tk_split_sublist(token, depth - 1, false, dst_enc)}
331 def tk_split_list(str, depth=0, src_enc=true, dst_enc=true)
335 tk_split_sublist(token, depth
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/textmodes/
H A Dorg.el708 (defcustom org-table-number-regexp
936 will be \"to NAME\". See also the variable `org-from-is-user-regexp'.
947 (defcustom org-from-is-user-regexp
950 (setq r1 (concat "\\<" (regexp-quote user-mail-address) "\\>")))
952 (setq r2 (concat "\\<" (regexp-quote user-full-name) "\\>")))
957 :type 'regexp)
1308 (repeat :tag "By file name regexp"
1309 (cons regexp boolean))))
2403 (defcustom org-match-sexp-depth 3
2671 (defvar org-emphasis-regexp
[all...]
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim1032 \ 'aggregate_methods_by_regexp(': 'object object, string class_name, string regexp [, bool exclude] | void',
1035 \ 'aggregate_properties_by_regexp(': 'object object, string class_name, string regexp [, bool exclude] | void',
1337 \ 'curl_getinfo(': 'resource ch [, int opt] | mixed',
1626 \ 'fam_monitor_collection(': 'resource fam, string dirname, int depth, string mask | resource',
4376 \ 'swf_addbuttonrecord(': 'int states, int shapeid, int depth | void',
4405 \ 'swfdisplayitem-&#62;setdepth(': 'float depth | void',
4434 \ 'swf_modifyobject(': 'int depth, int how | void',
4456 \ 'swf_placeobject(': 'int objid, int depth | void',
4462 \ 'swf_removeobject(': 'int depth | void',

Completed in 113 milliseconds