Home
last modified time | relevance | path

Searched full:forms (Results 1 – 25 of 1894) sorted by relevance

12345678910>>...76

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dforms.py10 from django import forms
13 class LoadFileForm(forms.Form):
14 eventlog_file = forms.FileField(widget=forms.FileInput(attrs={'accept': '.json'}))
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DQPL-1.0-INRIA-200444 4. You may distribute machine-executable forms of the Software or
45 machine-executable forms of modified versions of the Software,
51 forms are also able to receive the complete machine-readable
58 machine-executable forms are available under the terms of this
71 forms of these items are also able to receive and use the
77 items in both machine-executable and source code forms. The
H A DQPL-1.021 4. You may distribute machine-executable forms of the Software or machine-executable forms of modif…
24 b. You must ensure that all recipients of the machine-executable forms are also able to receive the…
26 c. You must ensure that all modifications included in the machine-executable forms are available un…
32 a. You must ensure that all recipients of machine-executable forms of these items are also able to …
33 …modified versions of the items in both machine-executable and source code forms. The recipients mu…
H A DNet-SNMP15 …ogy, Inc All rights reserved. Redistribution and use in source and binary forms, with or without m…
25 …and Ltd. All rights reserved. Redistribution and use in source and binary forms, with or without m…
43 Redistribution and use in source and binary forms, with or without modification, are permitted prov…
55 …rta, Inc All rights reserved. Redistribution and use in source and binary forms, with or without m…
65 …cations. All rights reserved. Redistribution and use in source and binary forms, with or without m…
77 Redistribution and use in source and binary forms, with or without modification, are permitted prov…
91 Redistribution and use in source and binary forms, with or without modification, are permitted prov…
101 …gic, LLC All rights reserved. Redistribution and use in source and binary forms, with or without m…
H A DBSD-4.3TAHOE3 Redistribution and use in source and binary forms are permitted provided
5 such forms and that any documentation, advertising materials, and other
H A DSleepycat6 Redistribution and use in source and binary forms, with or without
40 Redistribution and use in source and binary forms, with or without
67 Redistribution and use in source and binary forms, with or without
H A DSendmail7 …luding distribution of any modified or derived work) in source and binary forms is permitted only …
26 …(b) Redistribution and use in source and binary forms, with or without modification, are permitted…
H A DSendmail-8.237 …luding distribution of any modified or derived work) in source and binary forms is permitted only …
26 …(b) Redistribution and use in source and binary forms, with or without modification, are permitted…
H A Dssh-keyscan3 * Modification and redistribution in source and binary forms is
H A DAMDPLPA4 …s material and any product thereof including software in source or binary forms, along with any re…
20 This license forms the entire agreement regarding the subject matter hereof and supersedes all prop…
H A DPADL3 Redistribution and use in source and binary forms, with or without
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libforms/files/
H A D0001-Modify-include-dir.patch7 ../../xforms-1.2.4/lib/fd/cmdbr.h:28:10: fatal error: ../include/forms.h: No such file or directory
9 ../include/forms.h specified in the header file cmdbr.h is not exist.
26 -#include "../include/forms.h"
27 +#include "include/forms.h"
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_tm_builtin.c31 * Forms, informs specifically that ignoring bit 31 is an acceptable way in kvmhv_p9_tm_emulation_early()
32 * to handle TM-related invalid forms that have bit 31 = 0. Moreover, in kvmhv_p9_tm_emulation_early()
33 * for emulation purposes both forms (w/ and wo/ bit 31 set) can in kvmhv_p9_tm_emulation_early()
34 * generate a softpatch interrupt. Hence both forms are handled below in kvmhv_p9_tm_emulation_early()
H A Dbook3s_hv_tm.c62 * 31 = 0 then they are per ISA invalid forms, however P9 UM, in section in kvmhv_p9_tm_emulation()
63 * 4.6.10 Book II Invalid Forms, informs specifically that ignoring bit in kvmhv_p9_tm_emulation()
64 * 31 is an acceptable way to handle these invalid forms that have in kvmhv_p9_tm_emulation()
65 * bit 31 = 0. Moreover, for emulation purposes both forms (w/ and wo/ in kvmhv_p9_tm_emulation()
66 * bit 31 set) can generate a softpatch interrupt. Hence both forms in kvmhv_p9_tm_emulation()
/openbmc/u-boot/common/
H A Dlynxkdi.c5 * Redistribution and use in source and binary forms are freely
8 * such forms.
/openbmc/linux/net/sctp/
H A Ddebug.c28 /* These are printable forms of Chunk ID's from section 3.1. */
82 /* These are printable forms of the states. */
116 /* Printable forms of primitives */
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/
H A Dadmin.py7 from django import forms
18 return forms.fields.CharField()
/openbmc/u-boot/include/bedbug/
H A Dbedbug.h31 * Redistribution and use in source and binary forms are freely
34 * such forms.
/openbmc/webui-vue/src/assets/styles/bootstrap/
H A D_index.scss16 @import "~bootstrap/scss/custom-forms";
18 @import "~bootstrap/scss/forms";
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/lmbench/lmbench/
H A D0001-doc-Fix-typos-in-lat_unix_connect-manual-page.patch22 -has three forms of usage: as a server (-s), as a client (lat_connect),
25 +has three forms of usage: as a server (-s), as a client (lat_unix_connect),
/openbmc/qemu/target/hexagon/
H A Dgen_tcg_hvx.h187 /* Vector add - various forms */
212 /* Vector sub - various forms */
237 /* Vector shift right - various forms */
300 /* Vector shift left - various forms */
347 /* Vector max - various forms */
364 /* Vector min - various forms */
526 /* Vector splat - various forms */
539 /* Vector absolute value - various forms */
/openbmc/webui-vue/docs/guide/quickstart/
H A Dforms.md1 # Forms chapter
3 Forms are created using the
/openbmc/phosphor-webui/app/common/styles/base/
H A Dindex.scss9 @import 'forms';
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pyunormalize_16.0.0.bb1 SUMMARY = "Unicode normalization forms (NFC, NFKC, NFD, NFKD). A library independent from the Pytho…
/openbmc/linux/Documentation/admin-guide/
H A Dunicode.rst73 character, and hence has been coded as U+2500 FORMS LIGHT HORIZONTAL.
107 of the dingbats/symbols/forms type and this is a language, I have
121 Several glyph forms for the Klingon alphabet have been proposed.

12345678910>>...76