Searched refs:im (Results 1 - 25 of 107) sorted by relevance

12345

/macosx-10.10/misc_cmds-33/calendar/calendars/de_DE.ISO8859-1/
H A Dcalendar.wissenschaft12 04/12 Erster Mann im All, Juri Gagarin, 1961
15 10/04 Sputnik 1, erster Satellit im Weltraum, 1957
H A Dcalendar.literatur48 Tageszeitung im WWW, 1995, Betatest, vollst�ndige Ausgabe
49 05/05 Schweriner Volkszeitung als erste deutsche Tageszeitung im WWW, 1995
50 05/12 "die tageszeitung" offiziell im WWW, 1995
H A Dcalendar.geschichte8 * 1800 bis zur Gegenwart; historische Ausstellung im Reichstagsgeb�ude
56 08/04 Bewilligung der Kriegskredite im Reichstag, 1914
80 01/13 Volksabstimmung im Saargebiet �ber die R�ckf�hrung
104 10/01 Verk�ndigung der Urteile im N�rnberger Hauptkriegsverbrecherproze�, 1946
108 04/19 Aufstand im Warschauer Ghetto, 1943
135 10/23 Volksabstimmung im Saargebiet, 1955
192 09/09 Mao Tse-Tung gestorben im Alter von 82 Jahren, 1976
/macosx-10.10/swig-12/Lib/ruby/
H A Drubycomplex.swg65 double im = 0;
66 SWIG_AsVal_double( imag, &im );
67 *val = Constructor(re, im);
97 double im = 0;
98 SWIG_AsVal_double( imag, &im );
100 (-FLT_MAX <= im && im <= FLT_MAX)) {
102 %numeric_cast(im, float));
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Drobohunt14 global ia ic im jran
16 set jran [expr ($jran*$ia + $ic) % $im]
22 set im 259200
/macosx-10.10/swig-12/Lib/octave/
H A Doctcomplex.swg62 double im = c.imag();
63 if ((-FLT_MAX <= re && re <= FLT_MAX) && (-FLT_MAX <= im && im <= FLT_MAX)) {
66 %numeric_cast(im, float));
/macosx-10.10/swig-12/Lib/python/
H A Dpycomplex.swg56 double im = PyComplex_ImagAsDouble(o);
57 if ((-FLT_MAX <= re && re <= FLT_MAX) && (-FLT_MAX <= im && im <= FLT_MAX)) {
59 %numeric_cast(im, float));
/macosx-10.10/ruby-106/ruby/lib/
H A Dcomplex.rb26 def im() Complex(0, self) end method in class:Numeric
/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_so_fasta.rb6 def gen_random (max,im=139968,ia=3877,ic=29573)
7 (max * ($last = ($last * ia + ic) % im)) / im
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-perl/
H A DSampleLDAP.pm85 if ( $this->{$dn} =~ /$avaStr/im ) {
107 $this->{$dn} =~ s/^$key:\s*$value\n//im;
111 $this->{$dn} =~ s/$key: .*$/$key: $value/im;
/macosx-10.10/screen-22/screen/etc/
H A Detcscreenrc55 #xterm understands both im/ic and doesn't have a status line.
56 #Note: Do not specify im and ic in the real termcap/info file as
58 termcap xterm|fptwist hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
59 terminfo xterm|fptwist hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
H A Dscreenrc46 #xterm understands both im/ic and doesn't have a status line.
47 #Note: Do not specify im and ic in the real termcap/info file as
49 termcap xterm hs@:cs=\E[%i%d;%dr:im=\E[4h:ei=\E[4l
50 terminfo xterm hs@:cs=\E[%i%p1%d;%p2%dr:im=\E[4h:ei=\E[4l
/macosx-10.10/ruby-106/ruby/tool/
H A Dupdate-deps97 im = "$(#{k})"
100 im0 = im
101 im = nil
/macosx-10.10/dcerpc-61/www/content/css/blueprint/plugins/link-icons/
H A Dscreen.css40 a[href^="aim:"] { background-image: url(icons/im.png); }
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/RegExp/
H A Dproperties-001.js25 AddRegExpCases( /\u0051/im, "\\u0051", false, true, true, 0 );
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dmisc.c581 _rl_set_insert_mode (im, force)
582 int im, force;
585 _rl_set_cursor (im, force);
588 rl_insert_mode = im;
H A Dterminal.c381 { "im", &_rl_term_im },
525 `im', `ic' or `ip' is provided." But we can't do anything if
718 _rl_set_cursor (im, force)
719 int im, force;
723 if (force || im != rl_insert_mode)
725 if (im == RL_IM_OVERWRITE)
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A Dsigproc2.c1259 int np, lmx, lo, lixnp, lm, j, nv2, k, im, jm; local
1295 im = i-1;
1298 x[jm] = x[im];
1299 y[jm] = y[im];
1300 x[im] = t1;
1301 y[im] = t2;
1324 int np, lmx, lo, lixnp, lm, j, nv2, k, im, jm; local
1360 im = i-1;
1363 x[jm] = x[im];
1364 y[jm] = y[im];
1390 int np, lmx, lo, lixnp, lm, j, nv2, k, im, jm; local
1455 int np, lmx, lo, lixnp, lm, j, nv2, k, im, jm; local
[all...]
/macosx-10.10/ntp-92/ntpd/
H A Dntp_request.c1914 register struct info_monitor *im; local
1927 im = (struct info_monitor *)prepare_pkt(srcadr, inter, inpkt,
1929 for (md = mon_mru_list.mru_next; md != &mon_mru_list && im != 0;
1931 im->lasttime = htonl((u_int32)((current_time -
1933 im->firsttime = htonl((u_int32)(current_time - md->lasttime));
1934 im->restr = htonl((u_int32)md->flags);
1935 im->count = htonl((u_int32)(md->count));
1939 im->addr6 = SOCK_ADDR6(&md->rmtadr);
1940 im->v6_flag = 1;
1942 im
1964 register struct info_monitor_1 *im; local
[all...]
/macosx-10.10/ruby-106/ruby/ext/tk/sample/tkextlib/tkimg/
H A Ddemo.rb40 im = TkPhotoImage.new
41 im.copy(@imgPriv[w][num])
44 im.configure(@imgPriv[w][:args].merge(:format=>[:gif, {:index=>num}]))
45 im.configure(:data=>'', :file=>'') #free storage
46 @imgPriv[w][num] = im
51 im = @imgPriv[w][num]
61 im = @imgPriv[w][num]
64 w.__send__(method, im)
69 @imgPriv[w].each{|im|
70 @im
[all...]
/macosx-10.10/vim-55/runtime/
H A Dtermcap16 :al=\E[L:dl=\E[M:im=:ei=:ic=\E[@:dc=\E[P:\
23 :ic@:im@:ei@:tc=sun:
39 :dl=\ER:do=^V:ei=:ic=\EQ:if=/usr/share/lib/tabset/std:im=:kb=^H:kd=^V:\
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dmsgcat_de.tcl5 mcset de docidx/char/syntax {Unerwartetes Zeichen im String}
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dmsgcat_de.tcl5 mcset de doctoc/char/syntax {Unerwartetes Zeichen im String}
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_vi.c72 startvichange(int im) argument
74 if (im != -1) {
75 insmode = im;
95 startvitext(int im) argument
97 startvichange(im);
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dproto.c2853 char* im; local
2977 im = proto->tp;
2980 n = ip - im;
2989 im -= c;
3169 op = strcopy(op, im);
3181 op = strcopy(op, im);
3184 ip = im;
3412 im = ip - 1;
3432 for (m = ip - 2; m > im && (*m == ' ' || *m == '\t'); m--);
3433 if (m != im
[all...]

Completed in 388 milliseconds

12345