Home
last modified time | relevance | path

Searched refs:ATTRIB (Results 1 – 25 of 847) sorted by relevance

12345678910>>...34

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_rayo/
H A Drayo_elements.c35 ATTRIB(xmlns,, any)
55 ATTRIB(xmlns,, any)
66 ATTRIB(xmlns,, any)
73 ATTRIB(voice,, any)
81 ATTRIB(xmlns,, any)
90 ATTRIB(xmlns,, any)
98 ATTRIB(xmlns,, any)
105 ATTRIB(xmlns,, any)
121 ATTRIB(xmlns,, any)
128 ATTRIB(xmlns,, any)
[all …]
/dports/games/xonotic/Xonotic/source/qcsrc/menu/xonotic/
H A Ddialog_multiplayer_join_serverinfo.qh10 ATTRIB(XonoticServerInfoDialog, rows, float, 18);
11 ATTRIB(XonoticServerInfoDialog, columns, float, 6.2);
28 ATTRIB(XonoticServerInfoDialog, nameLabel, entity);
29 ATTRIB(XonoticServerInfoDialog, cnameLabel, entity);
30 ATTRIB(XonoticServerInfoDialog, typeLabel, entity);
31 ATTRIB(XonoticServerInfoDialog, mapLabel, entity);
34 ATTRIB(XonoticServerInfoDialog, numBotsLabel, entity);
36 ATTRIB(XonoticServerInfoDialog, modLabel, entity);
38 ATTRIB(XonoticServerInfoDialog, keyLabel, entity);
39 ATTRIB(XonoticServerInfoDialog, idLabel, entity);
[all …]
H A Ddialog.qh7 ATTRIB(XonoticDialog, closable, float, 1);
8 ATTRIB(XonoticDialog, title, string, _("Form1")); // ;);
9 ATTRIB(XonoticDialog, color, vector, '1 0.5 1');
10 ATTRIB(XonoticDialog, intendedWidth, float, 0);
11 ATTRIB(XonoticDialog, rows, float, 3);
12 ATTRIB(XonoticDialog, columns, float, 2);
24 ATTRIB(XonoticDialog, backgroundImage, string, SKINGFX_DIALOGBORDER);
25 ATTRIB(XonoticDialog, borderLines, float, SKINHEIGHT_DIALOGBORDER);
26 ATTRIB(XonoticDialog, closeButtonImage, string, SKINGFX_CLOSEBUTTON);
28 ATTRIB(XonoticDialog, zoomedOutTitleBar, float, SKINHEIGHT_ZOOMEDTITLE != 0);
[all …]
H A Dmainwindow.qh8 ATTRIB(MainWindow, firstRunDialog, entity);
9 ATTRIB(MainWindow, advancedDialog, entity);
10 ATTRIB(MainWindow, mutatorsDialog, entity);
11 ATTRIB(MainWindow, mapInfoDialog, entity);
13 ATTRIB(MainWindow, winnerDialog, entity);
14 ATTRIB(MainWindow, serverInfoDialog, entity);
15 ATTRIB(MainWindow, cvarsDialog, entity);
17 ATTRIB(MainWindow, viewDialog, entity);
20 ATTRIB(MainWindow, mainNexposee, entity);
22 ATTRIB(MainWindow, dialogToShow, entity);
[all …]
H A Dcampaign.qh6 ATTRIB(XonoticCampaignList, rowsPerItem, float, 10);
16 ATTRIB(XonoticCampaignList, campaignGlob, float, 0);
19 ATTRIB(XonoticCampaignList, columnPreviewSize, float, 0);
20 ATTRIB(XonoticCampaignList, columnNameOrigin, float, 0);
21 ATTRIB(XonoticCampaignList, columnNameSize, float, 0);
29 ATTRIB(XonoticCampaignList, origin, vector, '0 0 0');
33 ATTRIB(XonoticCampaignList, campaignIndex, float, 0);
34 ATTRIB(XonoticCampaignList, cvarName, string);
38 ATTRIB(XonoticCampaignList, buttonNext, entity);
39 ATTRIB(XonoticCampaignList, buttonPrev, entity);
[all …]
H A Ddialog_multiplayer_create_mapinfo.qh9 ATTRIB(XonoticMapInfoDialog, intendedWidth, float, 1.0);
10 ATTRIB(XonoticMapInfoDialog, rows, float, 11);
11 ATTRIB(XonoticMapInfoDialog, columns, float, 10);
13 ATTRIB(XonoticMapInfoDialog, previewImage, entity);
14 ATTRIB(XonoticMapInfoDialog, titleLabel, entity);
15 ATTRIB(XonoticMapInfoDialog, authorLabel, entity);
16 ATTRIB(XonoticMapInfoDialog, descriptionLabel, entity);
17 ATTRIB(XonoticMapInfoDialog, featuresLabel, entity);
21 ATTRIB(XonoticMapInfoDialog, currentMapIndex, float, 0);
23 ATTRIB(XonoticMapInfoDialog, currentMapTitle, string);
[all …]
H A Dinputbox.qh9 ATTRIB(XonoticInputBox, fontSize, float, SKINFONTSIZE_NORMAL);
10 ATTRIB(XonoticInputBox, image, string, SKINGFX_INPUTBOX);
11 ATTRIB(XonoticInputBox, onChange, void(entity, entity));
12 ATTRIB(XonoticInputBox, onChangeEntity, entity);
13 ATTRIB(XonoticInputBox, onEnter, void(entity, entity));
14 ATTRIB(XonoticInputBox, onEnterEntity, entity);
17 ATTRIB(XonoticInputBox, color, vector, SKINCOLOR_INPUTBOX_N);
20 ATTRIB(XonoticInputBox, alpha, float, SKINALPHA_TEXT);
29 ATTRIB(XonoticInputBox, cvarName, string);
32 ATTRIB(XonoticInputBox, sendCvars, float, 0);
[all …]
/dports/games/xonotic/Xonotic/source/qcsrc/menu/item/
H A Dbutton.qh17 ATTRIB(Button, onClickEntity, entity);
18 ATTRIB(Button, src, string);
19 ATTRIB(Button, srcSuffix, string);
21 ATTRIB(Button, src2scale, float, 1);
24 ATTRIB(Button, focusable, float, 1);
26 ATTRIB(Button, pressed, float, 0);
27 ATTRIB(Button, clickTime, float, 0);
28 ATTRIB(Button, applyButton, entity);
30 ATTRIB(Button, disabled, float, 0);
38 ATTRIB(Button, alpha2, float, 1);
[all …]
H A Dlabel.qh11 ATTRIB(Label, isBold, float, 0);
12 ATTRIB(Label, text, string);
13 ATTRIB(Label, currentText, string);
14 ATTRIB(Label, fontSize, float, 8);
15 ATTRIB(Label, align, float, 0.5);
16 ATTRIB(Label, allowCut, float, 0);
17 ATTRIB(Label, allowColors, float, 0);
24 ATTRIB(Label, alpha, float, 0.7);
26 ATTRIB(Label, disabled, float, 0);
28 ATTRIB(Label, textEntity, entity);
[all …]
H A Dslider.qh23 ATTRIB(Slider, src, string);
24 ATTRIB(Slider, focusable, float, 1);
26 ATTRIB(Slider, value, float, 0);
27 ATTRIB(Slider, animated, float, 1);
29 ATTRIB(Slider, sliderAnim, entity);
30 ATTRIB(Slider, valueMin, float, 0);
31 ATTRIB(Slider, valueMax, float, 0);
32 ATTRIB(Slider, valueStep, float, 0);
37 ATTRIB(Slider, textSpace, float, 0);
39 ATTRIB(Slider, pressed, float, 0);
[all …]
H A Dinputbox.qh17 ATTRIB(InputBox, src, string);
22 ATTRIB(InputBox, focusable, float, 1);
24 ATTRIB(InputBox, disabled, float, 0);
28 ATTRIB(InputBox, pressed, float, 0);
31 ATTRIB(InputBox, color, vector, '1 1 1');
32 ATTRIB(InputBox, colorF, vector, '1 1 1');
34 ATTRIB(InputBox, applyButton, entity);
37 ATTRIB(InputBox, clearButton, entity);
38 ATTRIB(InputBox, cb_width, float, 0);
39 ATTRIB(InputBox, cb_pressed, float, 0);
[all …]
H A Ddialog.qh33 ATTRIB(Dialog, isTabRoot, float, 1);
34 ATTRIB(Dialog, closeButton, entity);
39 ATTRIB(Dialog, currentRow, float, 0);
40 ATTRIB(Dialog, currentColumn, float, 0);
41 ATTRIB(Dialog, firstColumn, float, 0);
44 ATTRIB(Dialog, closable, float, 1);
45 ATTRIB(Dialog, title, string, "Form1");
48 ATTRIB(Dialog, rows, float, 3);
49 ATTRIB(Dialog, columns, float, 2);
66 ATTRIB(Dialog, borderLines, float, 1);
[all …]
H A Dtab.qh5 ATTRIB(Tab, isTabRoot, float, 0);
6 ATTRIB(Tab, closable, float, 0);
7 ATTRIB(Tab, rootDialog, float, 0);
8 ATTRIB(Tab, title, string);
9 ATTRIB(Tab, titleFontSize, float, 0); // pixels
12 ATTRIB(Tab, intendedWidth, float, 0);
13 ATTRIB(Tab, rows, float, 3);
14 ATTRIB(Tab, columns, float, 2);
16 ATTRIB(Tab, marginTop, float, 0); // pixels
17 ATTRIB(Tab, marginBottom, float, 0); // pixels
[all …]
H A Dlistbox.qh14 ATTRIB(ListBox, focusable, float, 1);
15 ATTRIB(ListBox, focusedItem, int, -1);
20 ATTRIB(ListBox, selectedItem, int, 0);
21 ATTRIB(ListBox, size, vector, '0 0 0');
22 ATTRIB(ListBox, origin, vector, '0 0 0');
30 ATTRIB(ListBox, pressOffset, float, 0);
33 ATTRIB(ListBox, controlTop, float, 0);
35 ATTRIB(ListBox, controlWidth, float, 0);
40 ATTRIB(ListBox, color, vector, '1 1 1');
47 ATTRIB(ListBox, itemHeight, float, 0);
[all …]
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c96 #define ATTRIB(NAME, SZ, SRCTYPE, DSTTYPE, TO) \ macro
205 ATTRIB(R8G8B8A8_SNORM, 4, float, char, TO_8_SNORM)
206 ATTRIB(R8G8B8_SNORM, 3, float, char, TO_8_SNORM)
225 ATTRIB(R32G32B32A32_SINT, 4, int32_t, int, TO_INT)
226 ATTRIB(R32G32B32_SINT, 3, int32_t, int, TO_INT)
227 ATTRIB(R32G32_SINT, 2, int32_t, int, TO_INT)
228 ATTRIB(R32_SINT, 1, int32_t, int, TO_INT)
235 ATTRIB(R8G8B8A8_SINT, 4, int32_t, char, TO_INT)
236 ATTRIB(R8G8B8_SINT, 3, int32_t, char, TO_INT)
237 ATTRIB(R8G8_SINT, 2, int32_t, char, TO_INT)
[all …]
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c96 #define ATTRIB(NAME, SZ, SRCTYPE, DSTTYPE, TO) \ macro
205 ATTRIB(R8G8B8A8_SNORM, 4, float, char, TO_8_SNORM)
206 ATTRIB(R8G8B8_SNORM, 3, float, char, TO_8_SNORM)
225 ATTRIB(R32G32B32A32_SINT, 4, int32_t, int, TO_INT)
226 ATTRIB(R32G32B32_SINT, 3, int32_t, int, TO_INT)
227 ATTRIB(R32G32_SINT, 2, int32_t, int, TO_INT)
228 ATTRIB(R32_SINT, 1, int32_t, int, TO_INT)
235 ATTRIB(R8G8B8A8_SINT, 4, int32_t, char, TO_INT)
236 ATTRIB(R8G8B8_SINT, 3, int32_t, char, TO_INT)
237 ATTRIB(R8G8_SINT, 2, int32_t, char, TO_INT)
[all …]
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c96 #define ATTRIB(NAME, SZ, SRCTYPE, DSTTYPE, TO) \ macro
205 ATTRIB(R8G8B8A8_SNORM, 4, float, char, TO_8_SNORM)
206 ATTRIB(R8G8B8_SNORM, 3, float, char, TO_8_SNORM)
225 ATTRIB(R32G32B32A32_SINT, 4, int32_t, int, TO_INT)
226 ATTRIB(R32G32B32_SINT, 3, int32_t, int, TO_INT)
227 ATTRIB(R32G32_SINT, 2, int32_t, int, TO_INT)
228 ATTRIB(R32_SINT, 1, int32_t, int, TO_INT)
235 ATTRIB(R8G8B8A8_SINT, 4, int32_t, char, TO_INT)
236 ATTRIB(R8G8B8_SINT, 3, int32_t, char, TO_INT)
237 ATTRIB(R8G8_SINT, 2, int32_t, char, TO_INT)
[all …]
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c96 #define ATTRIB(NAME, SZ, SRCTYPE, DSTTYPE, TO) \ macro
205 ATTRIB(R8G8B8A8_SNORM, 4, float, char, TO_8_SNORM)
206 ATTRIB(R8G8B8_SNORM, 3, float, char, TO_8_SNORM)
225 ATTRIB(R32G32B32A32_SINT, 4, int32_t, int, TO_INT)
226 ATTRIB(R32G32B32_SINT, 3, int32_t, int, TO_INT)
227 ATTRIB(R32G32_SINT, 2, int32_t, int, TO_INT)
228 ATTRIB(R32_SINT, 1, int32_t, int, TO_INT)
235 ATTRIB(R8G8B8A8_SINT, 4, int32_t, char, TO_INT)
236 ATTRIB(R8G8B8_SINT, 3, int32_t, char, TO_INT)
237 ATTRIB(R8G8_SINT, 2, int32_t, char, TO_INT)
[all …]
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c98 #define ATTRIB(NAME, SZ, SRCTYPE, DSTTYPE, TO) \ macro
207 ATTRIB(R8G8B8A8_SNORM, 4, float, char, TO_8_SNORM)
208 ATTRIB(R8G8B8_SNORM, 3, float, char, TO_8_SNORM)
227 ATTRIB(R32G32B32A32_SINT, 4, int32_t, int, TO_INT)
228 ATTRIB(R32G32B32_SINT, 3, int32_t, int, TO_INT)
229 ATTRIB(R32G32_SINT, 2, int32_t, int, TO_INT)
230 ATTRIB(R32_SINT, 1, int32_t, int, TO_INT)
237 ATTRIB(R8G8B8A8_SINT, 4, int32_t, char, TO_INT)
238 ATTRIB(R8G8B8_SINT, 3, int32_t, char, TO_INT)
239 ATTRIB(R8G8_SINT, 2, int32_t, char, TO_INT)
[all …]
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c96 #define ATTRIB(NAME, SZ, SRCTYPE, DSTTYPE, TO) \ macro
205 ATTRIB(R8G8B8A8_SNORM, 4, float, char, TO_8_SNORM)
206 ATTRIB(R8G8B8_SNORM, 3, float, char, TO_8_SNORM)
225 ATTRIB(R32G32B32A32_SINT, 4, int32_t, int, TO_INT)
226 ATTRIB(R32G32B32_SINT, 3, int32_t, int, TO_INT)
227 ATTRIB(R32G32_SINT, 2, int32_t, int, TO_INT)
228 ATTRIB(R32_SINT, 1, int32_t, int, TO_INT)
235 ATTRIB(R8G8B8A8_SINT, 4, int32_t, char, TO_INT)
236 ATTRIB(R8G8B8_SINT, 3, int32_t, char, TO_INT)
237 ATTRIB(R8G8_SINT, 2, int32_t, char, TO_INT)
[all …]
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c96 #define ATTRIB(NAME, SZ, SRCTYPE, DSTTYPE, TO) \ macro
205 ATTRIB(R8G8B8A8_SNORM, 4, float, char, TO_8_SNORM)
206 ATTRIB(R8G8B8_SNORM, 3, float, char, TO_8_SNORM)
225 ATTRIB(R32G32B32A32_SINT, 4, int32_t, int, TO_INT)
226 ATTRIB(R32G32B32_SINT, 3, int32_t, int, TO_INT)
227 ATTRIB(R32G32_SINT, 2, int32_t, int, TO_INT)
228 ATTRIB(R32_SINT, 1, int32_t, int, TO_INT)
235 ATTRIB(R8G8B8A8_SINT, 4, int32_t, char, TO_INT)
236 ATTRIB(R8G8B8_SINT, 3, int32_t, char, TO_INT)
237 ATTRIB(R8G8_SINT, 2, int32_t, char, TO_INT)
[all …]
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c96 #define ATTRIB(NAME, SZ, SRCTYPE, DSTTYPE, TO) \ macro
205 ATTRIB(R8G8B8A8_SNORM, 4, float, char, TO_8_SNORM)
206 ATTRIB(R8G8B8_SNORM, 3, float, char, TO_8_SNORM)
225 ATTRIB(R32G32B32A32_SINT, 4, int32_t, int, TO_INT)
226 ATTRIB(R32G32B32_SINT, 3, int32_t, int, TO_INT)
227 ATTRIB(R32G32_SINT, 2, int32_t, int, TO_INT)
228 ATTRIB(R32_SINT, 1, int32_t, int, TO_INT)
235 ATTRIB(R8G8B8A8_SINT, 4, int32_t, char, TO_INT)
236 ATTRIB(R8G8B8_SINT, 3, int32_t, char, TO_INT)
237 ATTRIB(R8G8_SINT, 2, int32_t, char, TO_INT)
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c96 #define ATTRIB(NAME, SZ, SRCTYPE, DSTTYPE, TO) \ macro
205 ATTRIB(R8G8B8A8_SNORM, 4, float, char, TO_8_SNORM)
206 ATTRIB(R8G8B8_SNORM, 3, float, char, TO_8_SNORM)
225 ATTRIB(R32G32B32A32_SINT, 4, int32_t, int, TO_INT)
226 ATTRIB(R32G32B32_SINT, 3, int32_t, int, TO_INT)
227 ATTRIB(R32G32_SINT, 2, int32_t, int, TO_INT)
228 ATTRIB(R32_SINT, 1, int32_t, int, TO_INT)
235 ATTRIB(R8G8B8A8_SINT, 4, int32_t, char, TO_INT)
236 ATTRIB(R8G8B8_SINT, 3, int32_t, char, TO_INT)
237 ATTRIB(R8G8_SINT, 2, int32_t, char, TO_INT)
[all …]
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c96 #define ATTRIB(NAME, SZ, SRCTYPE, DSTTYPE, TO) \ macro
205 ATTRIB(R8G8B8A8_SNORM, 4, float, char, TO_8_SNORM)
206 ATTRIB(R8G8B8_SNORM, 3, float, char, TO_8_SNORM)
225 ATTRIB(R32G32B32A32_SINT, 4, int32_t, int, TO_INT)
226 ATTRIB(R32G32B32_SINT, 3, int32_t, int, TO_INT)
227 ATTRIB(R32G32_SINT, 2, int32_t, int, TO_INT)
228 ATTRIB(R32_SINT, 1, int32_t, int, TO_INT)
235 ATTRIB(R8G8B8A8_SINT, 4, int32_t, char, TO_INT)
236 ATTRIB(R8G8B8_SINT, 3, int32_t, char, TO_INT)
237 ATTRIB(R8G8_SINT, 2, int32_t, char, TO_INT)
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/auxiliary/translate/
H A Dtranslate_generic.c96 #define ATTRIB(NAME, SZ, SRCTYPE, DSTTYPE, TO) \ macro
205 ATTRIB(R8G8B8A8_SNORM, 4, float, char, TO_8_SNORM)
206 ATTRIB(R8G8B8_SNORM, 3, float, char, TO_8_SNORM)
225 ATTRIB(R32G32B32A32_SINT, 4, int32_t, int, TO_INT)
226 ATTRIB(R32G32B32_SINT, 3, int32_t, int, TO_INT)
227 ATTRIB(R32G32_SINT, 2, int32_t, int, TO_INT)
228 ATTRIB(R32_SINT, 1, int32_t, int, TO_INT)
235 ATTRIB(R8G8B8A8_SINT, 4, int32_t, char, TO_INT)
236 ATTRIB(R8G8B8_SINT, 3, int32_t, char, TO_INT)
237 ATTRIB(R8G8_SINT, 2, int32_t, char, TO_INT)
[all …]

12345678910>>...34