Searched refs:convert (Results 1 - 25 of 279) sorted by relevance

1234567891011>>

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/string/
H A Dstreval.c35 Old_convert_t convert; member in struct:__anon9106
41 return((*((Handle_t*)handle)->convert)(s, end));
45 streval(const char* s, char** end, Old_convert_t convert) argument
49 return((handle.convert = convert) ? strexpr(s, end, userconv, &handle) : strexpr(s, end, (Convert_t)0, NiL));
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/tests/
H A Did.test36 } 1 {second arg must be one of "convert", "effective", "process", "user", "userid", "group", "groupid", "groups", "groupids", or "host"}
39 Test id-2.1 {id convert arg checking} {
40 id convert x
41 } 1 {wrong # args: id convert type value}
43 Test id-2.2 {id convert arg checking} {
44 id convert x y
47 Test id-3.1 {id convert} {
48 id convert user root
51 Test id-4.2 {id convert} {
52 id convert useri
[all...]
/macosx-10.10.1/text_cmds-88/sort/
H A Dxstrtod.h27 double (*convert) (char const *, char **));
H A Dxstrtod.c44 double (*convert) (char const *, char **))
51 val = convert (str, &terminator);
/macosx-10.10.1/BerkeleyDB-21/db/docs_src/ref/upgrade.2.0/
H A DMakefile3 BUILD= convert.html disk.html intro.html system.html toc.html
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_import_json.tcl33 return [pt::peg::from::json convert $text]
H A Dpt_peg_import_peg.tcl34 return [pt::peg::from::peg convert $text]
H A Dpt_peg_from_json.tcl27 namespace export convert
34 proc ::pt::peg::from::json::convert {text} {
H A Dpt_pgen.tcl46 return [Write {*}$args [pt::peg::from::json convert $input]]
51 return [Write {*}$args [pt::peg::from::peg convert $input]]
65 return [pt::peg::to::json convert [lindex $args end]]
71 return [pt::peg::to::peg convert [lindex $args end]]
77 return [pt::peg::to::container convert [lindex $args end]]
83 return [pt::peg::to::param convert [lindex $args end]]
94 return [pt::peg::to::tclparam convert [lindex $args end]]
105 return [pt::peg::to::tclparam convert [lindex $args end]]
118 return [pt::peg::to::cparam convert [lindex $args end]]
124 return [pt::peg::to::cparam convert [linde
[all...]
H A Dpt_peg_export_container.tcl41 set text [pt::peg::to::container convert $serial]
H A Dpt_peg_export_json.tcl40 set text [pt::peg::to::json convert $serial]
H A Dpt_peg_export_peg.tcl41 set text [pt::peg::to::peg convert $serial]
/macosx-10.10.1/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_to_label.rb74 assert_equal 'bold', @to.convert('<b>bold</b>')
75 assert_equal 'bold', @to.convert('*bold*')
79 assert_equal 'SomeClass', @to.convert('SomeClass')
80 assert_equal 'SomeClass', @to.convert('\\SomeClass')
82 assert_equal 'some_method', @to.convert('some_method')
83 assert_equal 'some_method', @to.convert('\\some_method')
85 assert_equal '%23some_method', @to.convert('#some_method')
86 assert_equal '%23some_method', @to.convert('\\#some_method')
90 assert_equal 'em', @to.convert('<em>em</em>')
91 assert_equal 'em', @to.convert('*e
[all...]
H A Dtest_rdoc_markup_to_html_crossref.rb14 result = @to.convert 'C1'
20 result = @to.convert 'C1@foo'
23 result = @to.convert 'C1#m@foo'
29 result = @to.convert 'C1@foo.'
34 result = @to.convert 'C1@foo+bar'
40 result = @to.convert 'rdoc-ref:C1'
46 result = @to.convert 'rdoc-ref:C1#m'
52 result = @to.convert 'rdoc-ref:C1#m@foo'
62 result = @to.convert 'rdoc-ref:C1#%'
68 result = @to.convert 'rdo
[all...]
H A Dtest_rdoc_markup.rb28 out = m.convert str, tt
54 out = m.convert str, tt
79 out = m.convert doc, tt
/macosx-10.10.1/ruby-106/ruby/sample/rdoc/markup/
H A Drdoc2latex.rb2 # Illustration of a script to convert an RDoc-style file to a LaTeX document
14 puts p.convert(ARGF.read, h)
H A Dsample.rb35 # And convert out comment block to html. Wrap it a body
39 puts markup.convert(input_string, h)
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/tools/
H A Dmake_figures6 tclsh8.5 ../../../apps/dia convert -o . png *.dia
/macosx-10.10.1/ncurses-44/ncurses/ncurses/widechar/
H A Dcharable.c70 wchar_t convert; local
74 if (mbtowc(&convert, temp, 1) >= 0)
75 result = convert;
/macosx-10.10.1/remote_cmds-47/tftp.tproj/
H A Dtftpsubs.c114 readit(file, dpp, amt, convert)
118 int convert; /* if true, convert to ascii */
127 read_ahead(file, amt, convert); /* fill it */
138 read_ahead(file, amt, convert)
141 int convert; /* if true, convert to ascii */
156 if (convert == 0) {
188 writeit(file, dpp, ct, convert)
191 int ct, convert;
[all...]
/macosx-10.10.1/remote_cmds-47/tftpd.tproj/
H A Dtftpsubs.c111 readit(file, dpp, amt, convert)
115 int convert; /* if true, convert to ascii */
124 read_ahead(file, amt, convert); /* fill it */
135 read_ahead(file, amt, convert)
138 int convert; /* if true, convert to ascii */
153 if (convert == 0) {
185 writeit(file, dpp, ct, convert)
188 int ct, convert;
[all...]
/macosx-10.10.1/ruby-106/ruby/test/csv/
H A Dtest_data_converters.rb26 # does convert
31 # does not convert
38 # does convert
43 # does not convert
50 # does convert
56 # does not convert
61 # does convert
65 # does not convert
71 assert(@parser.respond_to?(:convert))
72 assert_nothing_raised(Exception) { @parser.convert(
[all...]
/macosx-10.10.1/bind9-45.101/bind9/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dmake.wnt54 SRCS = printf.c dump.c checkdll.c encoding.c convert.c hook.c
55 OBJS = printf.obj dump.obj checkdll.obj encoding.obj convert.obj hook.obj
95 convert.obj : convert.c $(HDRS)
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/evolve/
H A DConversion.java78 * public Object convert(Object fromValue) {
134 * public Object convert(Object fromValue) {
217 * public Object convert(Object fromValue) {
289 * public Object convert(Object fromValue) {
353 * public Object convert(Object fromValue) {
415 Object convert(Object fromValue); method in interface:Conversion
/macosx-10.10.1/remote_cmds-47/rlogind.tproj/
H A DMakefile17 plutil -convert binary1 "$(DSTROOT)/System/Library/LaunchDaemons/$(LAUNCHD_PLISTS)"

Completed in 281 milliseconds

1234567891011>>