Searched refs:fr (Results 1 - 25 of 225) sorted by relevance

123456789

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/sfio/
H A Dsfmove.c34 Sfoff_t sfmove(Sfio_t* fr, Sfio_t* fw, Sfoff_t n, reg int rc) argument
36 Sfoff_t sfmove(fr,fw,n,rc)
37 Sfio_t* fr; /* moving data from this stream */
50 SFMTXDECL(fr); /* declare a shadow stream variable for from stream */
53 SFMTXENTER(fr, (Sfoff_t)0);
60 { if(!(cp = (uchar*)sfgetr(fr,rc,0)) )
63 { r = sfvalue(fr);
65 { if(fr->extent >= 0 )
66 (void)SFSEEK(fr,(Sfoff_t)(-r),SEEK_CUR);
81 if(fr
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2toc/
H A Dmsgcat_fr.tcl8 mcset fr doctoc/char/syntax {Bad character in string}
9 mcset fr doctoc/cmd/illegal {Illegal command "%1$s", not a doctoc command} ; # Details: cmdname
10 mcset fr doctoc/cmd/nested {Illegal use of "%1$s" as argument of other command} ; # Details: cmdname
11 mcset fr doctoc/cmd/toomanyargs {Too many args for "%1$s", at most %2$d allowed} ; # Details: cmdname, max#args
12 mcset fr doctoc/cmd/wrongargs {Wrong#args for "%1$s", need at least %2$d} ; # Details: cmdname, min#args
13 mcset fr doctoc/eof/syntax {Bad <eof>}
14 mcset fr doctoc/include/path/notfound {Include file "%1$s" not found} ; # Details: file name
15 mcset fr doctoc/include/read-failed {Unable to read include file "%1$s", %2$s} ; # Details: file name and error msg
16 mcset fr doctoc/include/syntax {Errors in include file "%1$s"}
17 mcset fr docto
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/doctools2idx/
H A Dmsgcat_fr.tcl8 mcset fr docidx/char/syntax {Bad character in string}
9 mcset fr docidx/cmd/illegal {Illegal command "%1$s", not a docidx command} ; # Details: cmdname
10 mcset fr docidx/cmd/nested {Illegal use of "%1$s" as argument of other command} ; # Details: cmdname
11 mcset fr docidx/cmd/toomanyargs {Too many args for "%1$s", at most %2$d allowed} ; # Details: cmdname, max#args
12 mcset fr docidx/cmd/wrongargs {Wrong#args for "%1$s", need at least %2$d} ; # Details: cmdname, min#args
13 mcset fr docidx/eof/syntax {Bad <eof>}
14 mcset fr docidx/include/path/notfound {Include file "%1$s" not found} ; # Details: file name
15 mcset fr docidx/include/read-failed {Unable to read include file "%1$s", %2$s} ; # Details: file name and error msg
16 mcset fr docidx/include/syntax {Errors in include file "%1$s"}
17 mcset fr docid
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DMatsTV.tcl13 pack [frame .fr] -expand true -fill both
14 button .fr.bt1 -text { Zoom In } -command [list $w configure -zoom 2.0]
15 button .fr.bt2 -text {Zoom Out} -command [list $w configure -zoom 1.0]
16 grid .fr.bt1 .fr.bt2 -sticky ew -padx 10 -pady
H A DConstrainedLoop.tcl58 pack [frame .fr -bg $bgCol] -side top -fill x
59 pack [button .fr.start -text { Start Loop } -command StartConstrainedLoop] \
61 pack [button .fr.stop -text { Stop Loop } -command StopConstrainedLoop] \
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtsdcfmsy.cpp34 DecimalFormatSymbols fr(Locale::getFrench(), status);
47 if(en == fr || ! (en != fr) ) {
54 fr.setSymbol(DecimalFormatSymbols::kZeroDigitSymbol, zero);
55 if(fr.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol) != en.getSymbol(DecimalFormatSymbols::kZeroDigitSymbol)) {
60 fr.setSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol, group);
61 if(fr.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol) != en.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol)) {
66 fr.setSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol, decimal);
67 if(fr.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol) != en.getSymbol(DecimalFormatSymbols::kDecimalSeparatorSymbol)) {
72 fr
[all...]
H A Dtsdtfmsy.cpp172 DateFormatSymbols fr(Locale::getFrench(), status);
192 if(en == fr || ! (en != fr) ) {
221 fr.setEras(eras, count);
222 if( *en.getEras(count) != *fr.getEras(count)) {
227 fr.setMonths(months, count);
228 if( *en.getMonths(count) != *fr.getMonths(count)) {
233 fr.setShortMonths(shortMonths, count);
234 if( *en.getShortMonths(count) != *fr.getShortMonths(count)) {
253 fr
[all...]
H A Dnmfmapts.cpp75 NumberFormat *fr = NumberFormat::createInstance(Locale::getFrench(), status); local
153 if (fr != NULL)
161 fr->parseObject(text, result1, pos);
167 fr->parse(text, result2, pos01);
174 fr->parse(text, result3, status);
185 if (fr != NULL && def != NULL)
197 fr->setParseIntegerOnly( def->isParseIntegerOnly() );
198 if(fr->isParseIntegerOnly() != def->isParseIntegerOnly() ) {
202 fr->setGroupingUsed( def->isGroupingUsed() );
203 if(fr
[all...]
H A Ddtfmapts.cpp138 DateFormat *fr = DateFormat::createTimeInstance(DateFormat::FULL, Locale::getFrench()); local
142 if (def == NULL || fr == NULL || it == NULL || de == NULL){
147 if (fr != NULL && def != NULL)
151 if( *fr == *it ) {
157 if (fr != NULL && it != NULL && de != NULL)
168 res1 = fr->format(d, res1, pos1, status);
209 if (fr != NULL && it != NULL && de != NULL)
222 fr->setLenient(it->isLenient());
223 if(fr->isLenient() != it->isLenient()) {
267 delete fr;
[all...]
/macosx-10.10.1/apache-793/httpd/docs/conf/extra/
H A Dhttpd-manual.conf.in11 AliasMatch ^/manual(?:/(?:da|de|en|es|fr|ja|ko|pt-br|ru|tr|zh-cn))?(/.*)?$ "@exp_manualdir@$1"
28 SetEnvIf Request_URI ^/manual/(da|de|en|es|fr|ja|ko|pt-br|ru|tr|zh-cn)/ prefer-language=$1
29 RedirectMatch 301 ^/manual(?:/(da|de|en|es|fr|ja|ko|pt-br|ru|tr|zh-cn)){2,}(/.*)?$ /manual/$1$2
31 LanguagePriority en da de es fr ja ko pt-br ru tr
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nstextattachment.py6 def drawWithFrame_inView_(self, fr, vi): pass
8 def highlight_withFrame_inView_(self, fl, fr, vi): pass
9 def trackMouse_inRect_ofView_untilMouseUp_(self, ev, fr, vi, fl): pass
12 def drawWithFrame_inView_characterIndex_(self, fr, vi, i): pass
13 def drawWithFrame_inView_characterIndex_layoutManager_(self, fr, vi, i, lm): pass
14 def wantsToTrackMouseForEvent_inRect_ofView_atCharacterIndex_(self, ev, fr, vi, i): return 1
15 def trackMouse_inRect_ofView_atCharacterIndex_untilMouseUp_(self, ev, fr, vi, i, fl): return 1
16 def cellFrameForTextContainer_proposedLineFragment_glyphPosition_characterIndex_(self, tc, fr, po, i): return 1
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nstextattachment.py6 def drawWithFrame_inView_(self, fr, vi): pass
8 def highlight_withFrame_inView_(self, fl, fr, vi): pass
9 def trackMouse_inRect_ofView_untilMouseUp_(self, ev, fr, vi, fl): pass
12 def drawWithFrame_inView_characterIndex_(self, fr, vi, i): pass
13 def drawWithFrame_inView_characterIndex_layoutManager_(self, fr, vi, i, lm): pass
14 def wantsToTrackMouseForEvent_inRect_ofView_atCharacterIndex_(self, ev, fr, vi, i): return 1
15 def trackMouse_inRect_ofView_atCharacterIndex_untilMouseUp_(self, ev, fr, vi, i, fl): return 1
16 def cellFrameForTextContainer_proposedLineFragment_glyphPosition_characterIndex_(self, tc, fr, po, i): return 1
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nstextattachment.py11 def drawWithFrame_inView_(self, fr, vi): pass
13 def highlight_withFrame_inView_(self, fl, fr, vi): pass
14 def trackMouse_inRect_ofView_untilMouseUp_(self, ev, fr, vi, fl): pass
17 def drawWithFrame_inView_characterIndex_(self, fr, vi, i): pass
18 def drawWithFrame_inView_characterIndex_layoutManager_(self, fr, vi, i, lm): pass
19 def wantsToTrackMouseForEvent_inRect_ofView_atCharacterIndex_(self, ev, fr, vi, i): return 1
20 def trackMouse_inRect_ofView_atCharacterIndex_untilMouseUp_(self, ev, fr, vi, i, fl): return 1
21 def cellFrameForTextContainer_proposedLineFragment_glyphPosition_characterIndex_(self, tc, fr, po, i): return 1
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dtestca17 /bin/rm -fr demoCA
49 /bin/rm -fr demoCA newcert.pem newreq.pem
/macosx-10.10.1/dtrace-147/DTTk/Bin/
H A Dvmstat.d23 * fr pages freed Kbytes
65 pi = 0; po = 0; re = 0; sr = 0; mf = 0; fr = 0;
78 "w", "swap", "free", "re", "mf", "pi", "po", "fr", "sr",
91 vminfo:::dfree { fr += arg0; }
125 fr *= `_pagesize / 1024;
131 this->w, this->swap, this->free, re, mf, pi, po, fr, sr,
135 pi = 0; po = 0; re = 0; sr = 0; mf = 0; fr = 0;
/macosx-10.10.1/dtrace-147/DTTk/Mem/
H A Dvmstat.d23 * fr pages freed Kbytes
65 pi = 0; po = 0; re = 0; sr = 0; mf = 0; fr = 0;
78 "w", "swap", "free", "re", "mf", "pi", "po", "fr", "sr",
91 vminfo:::dfree { fr += arg0; }
125 fr *= `_pagesize / 1024;
131 this->w, this->swap, this->free, re, mf, pi, po, fr, sr,
135 pi = 0; po = 0; re = 0; sr = 0; mf = 0; fr = 0;
/macosx-10.10.1/ICU-531.30/icuSources/layoutex/
H A Dplruns.cpp35 FontRuns *fr = (FontRuns *) fontRuns; local
37 delete fr;
43 const FontRuns *fr = (const FontRuns *) fontRuns; local
45 if (fr == NULL) {
49 return fr->getCount();
55 FontRuns *fr = (FontRuns *) fontRuns; local
57 if (fr != NULL) {
58 fr->reset();
65 const FontRuns *fr = (const FontRuns *) fontRuns; local
67 if (fr
78 const FontRuns *fr = (const FontRuns *) fontRuns; local
91 const FontRuns *fr = (const FontRuns *) fontRuns; local
105 FontRuns *fr = (FontRuns *) fontRuns; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSynthesis.c320 int i, i0, i1, ii, fr, wi; local
344 for (fr = 0; fr < *outFrames; fr++) {
345 frac = fr*z;
355 for (fr = 0; fr < *outFrames; fr++) {
356 frac = fr*z;
367 for (fr
[all...]
/macosx-10.10.1/vim-55/src/
H A Dwindow.c62 static void last_status_rec __ARGS((frame_T *fr, int statusline));
64 static void make_snapshot_rec __ARGS((frame_T *fr, frame_T **frp));
66 static void clear_snapshot_rec __ARGS((frame_T *fr));
67 static int check_snapshot_rec __ARGS((frame_T *sn, frame_T *fr));
68 static win_T *restore_snapshot_rec __ARGS((frame_T *sn, frame_T *fr));
1701 frame_T *fr; local
1761 for (fr = topfr->fr_child; fr != NULL; fr = fr
3945 frame_T *fr; local
4008 frame_T *fr; local
5232 frame_T *fr; local
5364 frame_T *fr; local
6409 frame_T *fr; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/tests/visualtests/utils/
H A DtestGUI.tcl236 set fr $ui_top.menufr
237 ui_button $fr.first [bmpFirst] show_first "Show first image"
238 ui_button $fr.prev [bmpLeft] show_prev "Show previous image (<-)"
239 ui_button $fr.next [bmpRight] show_next "Show next image (->)"
240 ui_button $fr.last [bmpLast] show_last "Show last image"
241 ui_button $fr.play [bmpPlay] show_play "Play image sequence (p)"
242 pack $fr.first $fr.prev $fr.next $fr
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dlog-view.el230 (fr (log-view-current-tag beg))
232 (when (string-equal fr to)
241 (cons (log-view-current-file) fr)
274 (let ((fr (log-view-current-tag beg))
276 (when (string-equal fr to)
281 (vc-version-diff (log-view-current-file) to fr)))
/macosx-10.10.1/less-25/less/
H A Dfilename.c318 register char *fr, *to; local
332 for (fr = s; *fr != '\0'; fr++)
334 switch (*fr)
338 if (fr > s && fr[-1] == *fr)
345 } else if (fr[1] != *fr)
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/extra/uconv/
H A Dresfiles.mk9 RESSRC = $(RESOURCESDIR)$(FILESEPCHAR)root.txt $(RESOURCESDIR)$(FILESEPCHAR)fr.txt
/macosx-10.10.1/apache-793/httpd/modules/core/test/conf/
H A Dtest14.conf21 Use MyVirtualHost www.ensmp.fr 1234 /projects/mines/web
/macosx-10.10.1/awk-20/src/
H A Dlib.c261 char *r, *fr, sep; local
277 fr = fields;
292 fldtab[i]->sval = fr;
295 *fr++ = *r++;
297 *fr++ = 0;
299 *fr = 0;
313 *fr = 0;
328 fldtab[i]->sval = fr;
331 *fr++ = *r++;
332 *fr
413 char *fr; local
[all...]

Completed in 310 milliseconds

123456789