Home
last modified time | relevance | path

Searched refs:wr (Results 1 – 25 of 7599) sorted by relevance

12345678910>>...304

/dports/textproc/sablotron/Sablot-1.0.3/src/engine/
H A Dutf8.cpp296wr(0x0030,0x0039) || wr(0x0660,0x0669) || wr(0x06F0,0x06F9) || wr(0x0966,0x096F) || wr(0x09E6,0x09… in utf8IsDigit()
303wr(0x0041,0x005A) || wr(0x0061,0x007A) || wr(0x00C0,0x00D6) || wr(0x00D8,0x00F6) || wr(0x00F8,0x00… in utf8IsBaseChar()
305wr(0x03E2,0x03F3) || wr(0x0401,0x040C) || wr(0x040E,0x044F) || wr(0x0451,0x045C) || wr(0x045E,0x04… in utf8IsBaseChar()
306wr(0x04F8,0x04F9) || wr(0x0531,0x0556) || c == 0x0559 || wr(0x0561,0x0586) || wr(0x05D0,0x05EA) ||… in utf8IsBaseChar()
308wr(0x09DC,0x09DD) || wr(0x09DF,0x09E1) || wr(0x09F0,0x09F1) || wr(0x0A05,0x0A0A) || wr(0x0A0F,0x0A… in utf8IsBaseChar()
310wr(0x0B05,0x0B0C) || wr(0x0B0F,0x0B10) || wr(0x0B13,0x0B28) || wr(0x0B2A,0x0B30) || wr(0x0B32,0x0B… in utf8IsBaseChar()
311wr(0x0B92,0x0B95) || wr(0x0B99,0x0B9A) || c == 0x0B9C || wr(0x0B9E,0x0B9F) || wr(0x0BA3,0x0BA4) ||… in utf8IsBaseChar()
312wr(0x0C2A,0x0C33) || wr(0x0C35,0x0C39) || wr(0x0C60,0x0C61) || wr(0x0C85,0x0C8C) || wr(0x0C8E,0x0C… in utf8IsBaseChar()
319wr(0x1FE0,0x1FEC) || wr(0x1FF2,0x1FF4) || wr(0x1FF6,0x1FFC) || c == 0x2126 || wr(0x212A,0x212B) ||… in utf8IsBaseChar()
340wr(0x0A70,0x0A71) || wr(0x0A81,0x0A83) || c == 0x0ABC || wr(0x0ABE,0x0AC5) || wr(0x0AC7,0x0AC9) ||… in utf8IsCombiningChar()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/ohler55/ojg/oj/
H A Dcolor.go18 wr.buf = append(wr.buf, wr.NullColor...)
22 wr.buf = append(wr.buf, wr.BoolColor...)
30 wr.buf = append(wr.buf, wr.NumberColor...)
33 wr.buf = append(wr.buf, wr.NumberColor...)
36 wr.buf = append(wr.buf, wr.NumberColor...)
39 wr.buf = append(wr.buf, wr.NumberColor...)
42 wr.buf = append(wr.buf, wr.NumberColor...)
45 wr.buf = append(wr.buf, wr.NumberColor...)
48 wr.buf = append(wr.buf, wr.NumberColor...)
99 wr.buf = append(wr.buf, wr.NoColor...)
[all …]
H A Dwriter.go44 wr.buf = wr.buf[:0]
60 wr.buf = wr.buf[:0]
93 wr.buf = wr.buf[:0]
114 wr.buf = wr.buf[:0]
201 wr.buf = wr.appendString(wr.buf, td, !wr.HTMLUnsafe)
204 wr.buf = wr.AppendTime(wr.buf, td, false)
233 wr.buf = wr.appendString(wr.buf, string(out), !wr.HTMLUnsafe)
242 wr.buf = wr.buf[:0]
354 wr.buf = wr.appendString(wr.buf, k, !wr.HTMLUnsafe)
408 wr.buf = wr.appendString(wr.buf, k, !wr.HTMLUnsafe)
[all …]
H A Dtight.go49 wr.buf = append(wr.buf, '[')
54 wr.buf[len(wr.buf)-1] = ']'
62 wr.buf = append(wr.buf, '{')
67 wr.buf = ojg.AppendJSONString(wr.buf, k, !wr.HTMLUnsafe)
74 wr.buf[len(wr.buf)-1] = '}'
82 wr.buf = append(wr.buf, '{')
93 wr.buf = ojg.AppendJSONString(wr.buf, k, !wr.HTMLUnsafe)
115 wr.buf = wr.appendString(wr.buf, wr.CreateKey, !wr.HTMLUnsafe)
147 wr.buf = wr.buf[:len(wr.buf)-fi.keyLen()]
167 wr.buf = wr.buf[:len(wr.buf)-fi.keyLen()]
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/ohler55/ojg/sen/
H A Dcolor.go17 wr.buf = append(wr.buf, wr.NullColor...)
21 wr.buf = append(wr.buf, wr.BoolColor...)
29 wr.buf = append(wr.buf, wr.NumberColor...)
32 wr.buf = append(wr.buf, wr.NumberColor...)
35 wr.buf = append(wr.buf, wr.NumberColor...)
38 wr.buf = append(wr.buf, wr.NumberColor...)
41 wr.buf = append(wr.buf, wr.NumberColor...)
44 wr.buf = append(wr.buf, wr.NumberColor...)
47 wr.buf = append(wr.buf, wr.NumberColor...)
97 wr.buf = append(wr.buf, wr.NoColor...)
[all …]
H A Dwriter.go44 wr.buf = wr.buf[:0]
60 wr.buf = wr.buf[:0]
93 wr.buf = wr.buf[:0]
114 wr.buf = wr.buf[:0]
202 wr.buf = wr.appendString(wr.buf, td, !wr.HTMLUnsafe)
205 wr.buf = wr.AppendTime(wr.buf, td, true)
230 wr.buf = wr.appendString(wr.buf, string(out), !wr.HTMLUnsafe)
246 wr.buf = wr.buf[:0]
350 wr.buf = wr.appendString(wr.buf, k, !wr.HTMLUnsafe)
397 wr.buf = wr.appendString(wr.buf, k, !wr.HTMLUnsafe)
[all …]
H A Dtight.go46 wr.buf = append(wr.buf, '[')
57 wr.buf[len(wr.buf)-1] = ']'
68 wr.buf = append(wr.buf, '{')
73 wr.buf = ojg.AppendSENString(wr.buf, k, !wr.HTMLUnsafe)
80 wr.buf[len(wr.buf)-1] = '}'
99 wr.buf = ojg.AppendSENString(wr.buf, k, !wr.HTMLUnsafe)
121 wr.buf = wr.appendString(wr.buf, wr.CreateKey, !wr.HTMLUnsafe)
130 wr.buf = wr.appendString(wr.buf, si.rt.Name(), !wr.HTMLUnsafe)
155 wr.buf = wr.buf[:len(wr.buf)-fi.keyLen()]
175 wr.buf = wr.buf[:len(wr.buf)-fi.keyLen()]
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/webrender_bindings/
H A DWebRenderAPI.h37 namespace wr {
49 wr::ColorF color;
50 wr::LineStyle style;
119 void AddFontDescriptor(wr::FontKey aKey, wr::Vec<uint8_t>& aBytes,
124 void AddFontInstance(wr::FontInstanceKey aKey, wr::FontKey aFontKey,
185 WebRenderAPI(wr::DocumentHandle* aHandle, wr::WindowId aId, in WebRenderAPI()
199 wr::WindowId mId;
320 const wr::LayoutRect& aBounds, const wr::LayoutRect& aClip,
322 wr::ImageKey aImageChannel1, wr::ImageKey aImageChannel2,
323 wr::WrYuvColorSpace aColorSpace, wr::ImageRendering aFilter);
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/webrender_bindings/
H A DWebRenderAPI.h53 namespace wr {
65 wr::ColorF color;
179 void AddFontDescriptor(wr::FontKey aKey, wr::Vec<uint8_t>& aBytes,
300 WebRenderAPI(wr::DocumentHandle* aHandle, wr::WindowId aId,
376 wr::LayoutRect mBounds = wr::ToLayoutRect(LayoutDeviceRect());
426 wr::WrClipId DefineImageMaskClip(const wr::ImageMask& aMask);
428 wr::WrClipId DefineRectClip(wr::LayoutRect aClipRect);
510 wr::ImageKey aImageChannel1, wr::ImageKey aImageChannel2,
512 wr::WrColorRange aColorRange, wr::ImageRendering aFilter,
526 wr::WrColorRange aColorRange, wr::ImageRendering aFilter,
[all …]
/dports/www/firefox/firefox-99.0/gfx/webrender_bindings/
H A DWebRenderAPI.h62 namespace wr {
75 wr::ColorF color;
181 void AddFontDescriptor(wr::FontKey aKey, wr::Vec<uint8_t>& aBytes,
320 WebRenderAPI(wr::DocumentHandle* aHandle, wr::WindowId aId,
412 wr::LayoutRect mBounds = wr::ToLayoutRect(LayoutDeviceRect());
457 wr::WrClipId DefineImageMaskClip(const wr::ImageMask& aMask,
462 wr::WrClipId DefineRectClip(Maybe<wr::WrSpatialId> aSpace,
548 wr::ImageKey aImageChannel1, wr::ImageKey aImageChannel2,
550 wr::WrColorRange aColorRange, wr::ImageRendering aFilter,
574 wr::WrColorRange aColorRange, wr::ImageRendering aFilter,
[all …]
/dports/multimedia/handbrake/fdk-aac-2.0.1/
H A Dwavreader.c75 memset(wr, 0, sizeof(*wr)); in wav_read_open()
121 wr->format = read_int16(wr); in wav_read_open()
122 wr->channels = read_int16(wr); in wav_read_open()
123 wr->sample_rate = read_int32(wr); in wav_read_open()
124 wr->byte_rate = read_int32(wr); in wav_read_open()
125 wr->block_align = read_int16(wr); in wav_read_open()
126 wr->bits_per_sample = read_int16(wr); in wav_read_open()
133 wr->format = read_int32(wr); in wav_read_open()
141 if (!wr->data_length || wr->streamed) { in wav_read_open()
179 return wr->format && wr->sample_rate; in wav_get_header()
[all …]
/dports/audio/fdk-aac/fdk-aac-2.0.2/
H A Dwavreader.c75 memset(wr, 0, sizeof(*wr)); in wav_read_open()
121 wr->format = read_int16(wr); in wav_read_open()
122 wr->channels = read_int16(wr); in wav_read_open()
123 wr->sample_rate = read_int32(wr); in wav_read_open()
124 wr->byte_rate = read_int32(wr); in wav_read_open()
125 wr->block_align = read_int16(wr); in wav_read_open()
126 wr->bits_per_sample = read_int16(wr); in wav_read_open()
133 wr->format = read_int32(wr); in wav_read_open()
141 if (!wr->data_length || wr->streamed) { in wav_read_open()
179 return wr->format && wr->sample_rate; in wav_get_header()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/webrender_bindings/
H A DWebRenderAPI.h58 namespace wr {
71 wr::ColorF color;
185 void AddFontDescriptor(wr::FontKey aKey, wr::Vec<uint8_t>& aBytes,
323 WebRenderAPI(wr::DocumentHandle* aHandle, wr::WindowId aId,
412 wr::LayoutRect mBounds = wr::ToLayoutRect(LayoutDeviceRect());
458 wr::WrClipId DefineImageMaskClip(const wr::ImageMask& aMask,
463 wr::WrClipId DefineRectClip(Maybe<wr::WrSpatialId> aSpace,
547 wr::ImageKey aImageChannel1, wr::ImageKey aImageChannel2,
549 wr::WrColorRange aColorRange, wr::ImageRendering aFilter,
565 wr::WrColorRange aColorRange, wr::ImageRendering aFilter,
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/webrender_bindings/
H A DWebRenderAPI.h58 namespace wr {
71 wr::ColorF color;
185 void AddFontDescriptor(wr::FontKey aKey, wr::Vec<uint8_t>& aBytes,
323 WebRenderAPI(wr::DocumentHandle* aHandle, wr::WindowId aId,
412 wr::LayoutRect mBounds = wr::ToLayoutRect(LayoutDeviceRect());
458 wr::WrClipId DefineImageMaskClip(const wr::ImageMask& aMask,
463 wr::WrClipId DefineRectClip(Maybe<wr::WrSpatialId> aSpace,
547 wr::ImageKey aImageChannel1, wr::ImageKey aImageChannel2,
549 wr::WrColorRange aColorRange, wr::ImageRendering aFilter,
565 wr::WrColorRange aColorRange, wr::ImageRendering aFilter,
[all …]
/dports/audio/opencore-amr/opencore-amr-0.1.5/test/
H A Dwavreader.c67 memset(wr, 0, sizeof(*wr)); in wav_read_open()
71 free(wr); in wav_read_open()
106 wr->format = read_int16(wr); in wav_read_open()
107 wr->channels = read_int16(wr); in wav_read_open()
108 wr->sample_rate = read_int32(wr); in wav_read_open()
109 wr->byte_rate = read_int32(wr); in wav_read_open()
110 wr->block_align = read_int16(wr); in wav_read_open()
111 wr->bits_per_sample = read_int16(wr); in wav_read_open()
128 return wr; in wav_read_open()
134 free(wr); in wav_read_close()
[all …]
/dports/audio/vo-amrwbenc/vo-amrwbenc-0.1.3/
H A Dwavreader.c67 memset(wr, 0, sizeof(*wr)); in wav_read_open()
71 free(wr); in wav_read_open()
106 wr->format = read_int16(wr); in wav_read_open()
107 wr->channels = read_int16(wr); in wav_read_open()
108 wr->sample_rate = read_int32(wr); in wav_read_open()
109 wr->byte_rate = read_int32(wr); in wav_read_open()
110 wr->block_align = read_int16(wr); in wav_read_open()
111 wr->bits_per_sample = read_int16(wr); in wav_read_open()
128 return wr; in wav_read_open()
134 free(wr); in wav_read_close()
[all …]
/dports/audio/vo-aacenc/vo-aacenc-0.1.3/
H A Dwavreader.c67 memset(wr, 0, sizeof(*wr)); in wav_read_open()
71 free(wr); in wav_read_open()
106 wr->format = read_int16(wr); in wav_read_open()
107 wr->channels = read_int16(wr); in wav_read_open()
108 wr->sample_rate = read_int32(wr); in wav_read_open()
109 wr->byte_rate = read_int32(wr); in wav_read_open()
110 wr->block_align = read_int16(wr); in wav_read_open()
111 wr->bits_per_sample = read_int16(wr); in wav_read_open()
128 return wr; in wav_read_open()
134 free(wr); in wav_read_close()
[all …]
/dports/graphics/tinyows/tinyows-1.1.0/src/wfs/
H A Dwfs_request.c63 return wr; in wfs_request_init()
165 if (wr->typename) list_free(wr->typename); in wfs_request_free()
167 if (wr->bbox) ows_bbox_free(wr->bbox); in wfs_request_free()
168 if (wr->srs) ows_srs_free(wr->srs); in wfs_request_free()
170 if (wr->filter) list_free(wr->filter); in wfs_request_free()
172 if (wr->handle) list_free(wr->handle); in wfs_request_free()
174 if (wr->sortby) buffer_free(wr->sortby); in wfs_request_free()
175 if (wr->sections) list_free(wr->sections); in wfs_request_free()
392 if ((wr->format == WFS_GML311 || wr->format == WFS_GML321) && wr->srs->is_degree) { in wfs_request_check_srs()
423 assert(o && wr && layer_name && wr->srs); in wfs_request_check_bbox()
[all …]
/dports/games/atris/atris-1.0.7/
H A Dmenu.c139 wr->bitmap0 = malloc(sizeof(SDL_Surface *) * wr->n); Assert(wr->bitmap0); in setup_radio()
140 wr->bitmap1 = malloc(sizeof(SDL_Surface *) * wr->n); Assert(wr->bitmap1); in setup_radio()
157 if (wr->bitmap0[i]->h > wr->h) wr->h = wr->bitmap0[i]->h; in setup_radio()
161 wr->area.w = wr->w + BORDER_X; in setup_radio()
180 x <= wr->area.x + wr->area.w && in check_radio()
182 y <= wr->area.y + wr->area.h ) { in check_radio()
198 c = (y - wr->area.y) / wr->h; in check_radio()
201 if (c >= wr->n) c = wr->n - 1; in check_radio()
237 wr->area.x = wr->x; in draw_radio()
238 wr->area.y = wr->y; in draw_radio()
[all …]
H A Dgamemenu.c64 wrg->wr[MainMenu].label[whichSubMenu] = wrg->wr[whichSubMenu].label[choice]; in updateMenu()
67 wrg->wr[MainMenu].x = (screen->w/3 - wrg->wr[MainMenu].area.w)/2; in updateMenu()
68 wrg->wr[MainMenu].y = (screen->h - wrg->wr[MainMenu].area.h)/2; in updateMenu()
170 wrg->wr[wr->defaultchoice].inactive = FALSE; in MainMenu_action()
296 Calloc(wrg->wr, WalkRadio *, wrg->n * sizeof(*wrg->wr)); in choose_gametype()
345 wrg->wr[MainMenu].label[0] = wrg->wr[ColorStyleMenu].label[wrg->wr[ColorStyleMenu].defaultchoice]; in choose_gametype()
346 wrg->wr[MainMenu].label[1] = wrg->wr[SoundStyleMenu].label[wrg->wr[SoundStyleMenu].defaultchoice]; in choose_gametype()
347 wrg->wr[MainMenu].label[2] = wrg->wr[PieceStyleMenu].label[wrg->wr[PieceStyleMenu].defaultchoice]; in choose_gametype()
385 wrg->wr[GameMenu].y = in choose_gametype()
389 wrg->wr[MainMenu].x = (screen->w/3 - wrg->wr[MainMenu].area.w)/2; in choose_gametype()
[all …]
/dports/audio/id3lib/id3lib-3.8.3/src/
H A Dtag_parse.cpp146 if (!hdr.Parse(wr) || wr.getCur() == beg) in parse()
160 wr.setWindow(wr.getCur(), dataSize); in parse()
225 wr.setBeg(wr.getCur()); in ParseReader()
251 if (!wr.atEnd() && wr.peekChar() == '\0') in ParseReader()
260 } while (!wr.atEnd() && cur > last && wr.peekChar() == '\0'); in ParseReader()
265 if (wr.readChar() == '\0' && wr.readChar() == '\0' && wr.peekChar() == '\0') in ParseReader()
299 if (!wr.atEnd() && wr.peekChar() != 0xFF) in ParseReader()
354 wr.setEnd(wr.getCur()); in ParseReader()
361 wr.setEnd(wr.getCur()); in ParseReader()
369 wr.setCur(wr.getEnd());//set to end to seek id3v1 tag in ParseReader()
[all …]
/dports/textproc/p5-Pod-WSDL/Pod-WSDL-0.063/t/
H A D03Writer01basic.t21 $wr->startTag('bla');
22 $wr->wrNewLine();
23 $wr->endTag('bla');
33 $wr = new Pod::WSDL::Writer();
41 $wr = new Pod::WSDL::Writer();
54 $wr->wrDoc('This is my documentation.');
64 $wr->wrDoc('This is my documentation.');
75 $wr->withDocumentation(0);
77 $wr->wrDoc('This is my documentation.');
86 $wr->withDocumentation(1);
[all …]
/dports/devel/z80ex/z80ex-1.1.21/opcodes/
H A Dopcodes_ddfdcb.dat4 0x00="LD B,RLC (REGISTER+$)" t="23" rd="16" wr="20"
5 0x01="LD C,RLC (REGISTER+$)" t="23" rd="16" wr="20"
6 0x02="LD D,RLC (REGISTER+$)" t="23" rd="16" wr="20"
7 0x03="LD E,RLC (REGISTER+$)" t="23" rd="16" wr="20"
8 0x04="LD H,RLC (REGISTER+$)" t="23" rd="16" wr="20"
9 0x05="LD L,RLC (REGISTER+$)" t="23" rd="16" wr="20"
10 0x06="RLC (REGISTER+$)" t="23" rd="16" wr="20"
11 0x07="LD A,RLC (REGISTER+$)" t="23" rd="16" wr="20"
12 0x08="LD B,RRC (REGISTER+$)" t="23" rd="16" wr="20"
13 0x09="LD C,RRC (REGISTER+$)" t="23" rd="16" wr="20"
[all …]
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/sparc/
H A Dwrasr.s3 wr %g1, %g2, %pcr
4 wr %g1, 666, %pcr
5 wr 666, %g1, %pcr
6 wr %g1, %g2, %pic
7 wr %g1, 666, %pic
8 wr 666, %g1, %pic
9 wr %g1, %g2, %dcr
10 wr %g1, 666, %dcr
11 wr 666, %g1, %dcr
12 wr %g1, %g2, %gsr
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/sparc/
H A Dwrasr.s3 wr %g1, %g2, %pcr
4 wr %g1, 666, %pcr
5 wr 666, %g1, %pcr
6 wr %g1, %g2, %pic
7 wr %g1, 666, %pic
8 wr 666, %g1, %pic
9 wr %g1, %g2, %dcr
10 wr %g1, 666, %dcr
11 wr 666, %g1, %dcr
12 wr %g1, %g2, %gsr
[all …]

12345678910>>...304