10+ results for 'restrict' (0 ms)
Not the results you expected?
xmltok_impl.c (https://github.com/albertz/CPython.git) C · 1763 lines
13 Permission is hereby granted, free of charge, to any person obtaining
14 a copy of this software and associated documentation files (the
15 "Software"), to deal in the Software without restriction, including
16 without limitation the rights to use, copy, modify, merge, publish,
17 distribute, sublicense, and/or sell copies of the Software, and to permit
COPYING (https://freespeech.svn.sourceforge.net/svnroot/freespeech) Unknown · 375 lines
11 Permission is hereby granted, free of charge, to any person obtaining
12 a copy of this software and associated documentation files (the
13 "Software"), to deal in the Software without restriction, including
14 without limitation the rights to use, copy, modify, merge, publish,
15 distribute, sublicense, and/or sell copies of the Software, and to
60 in new free programs; and that you know you can do these things.
62 To protect your rights, we need to make restrictions that forbid
63 anyone to deny you these rights or to ask you to surrender the rights.
64 These restrictions translate to certain responsibilities for you if you
106 Activities other than copying, distribution and modification are not
107 covered by this License; they are outside its scope. The act of
108 running the Program is not restricted, and the output from the Program
109 is covered only if its contents constitute a work based on the
110 Program (independent of having been made by running the Program).
uberon-bridge-to-spd.owl (git://github.com/cmungall/uberon.git) Unknown · 242 lines
88 <owl:intersectionOf rdf:parseType="Collection">
89 <rdf:Description rdf:about="http://purl.obolibrary.org/obo/UBERON_0000033"/>
90 <owl:Restriction>
91 <owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
92 <owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/NCBITaxon_6893"/>
93 </owl:Restriction>
94 </owl:intersectionOf>
95 </owl:Class>
108 <owl:intersectionOf rdf:parseType="Collection">
109 <rdf:Description rdf:about="http://purl.obolibrary.org/obo/UBERON_0000917"/>
110 <owl:Restriction>
111 <owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000050"/>
112 <owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/NCBITaxon_6893"/>
actionscript.xml (https://jedit.svn.sourceforge.net/svnroot/jedit) XML · 830 lines
Operand.h
(http://hadesmem.googlecode.com/svn/trunk/)
C Header · 54 lines
✨ Summary
This C header file defines a namespace AsmJit
and includes platform-specific code for x86 and x64 architectures. It provides a basic structure for an AsmJit compiler, with no platform-independent code. The file grants permission to use, modify, and distribute the software under certain conditions, while disclaiming warranties and liability.
This C header file defines a namespace AsmJit
and includes platform-specific code for x86 and x64 architectures. It provides a basic structure for an AsmJit compiler, with no platform-independent code. The file grants permission to use, modify, and distribute the software under certain conditions, while disclaiming warranties and liability.
6 // obtaining a copy of this software and associated documentation
7 // files (the "Software"), to deal in the Software without
8 // restriction, including without limitation the rights to use,
9 // copy, modify, merge, publish, distribute, sublicense, and/or sell
10 // copies of the Software, and to permit persons to whom the
LICENSE (http://enginey.googlecode.com/svn/trunk/) Unknown · 196 lines
fbif.h
(http://omnia2droid.googlecode.com/svn/trunk/)
C++ Header · 144 lines
✨ Summary
This C header file defines a virtual frame buffer (VFB) device for Xen virtualization. It specifies event types and structures for communication between frontend and backend components, including framebuffer updates and resize notifications. It also defines shared pages for input/output operations, with specific sizes and offsets for ring buffers and page directories.
This C header file defines a virtual frame buffer (VFB) device for Xen virtualization. It specifies event types and structures for communication between frontend and backend components, including framebuffer updates and resize notifications. It also defines shared pages for input/output operations, with specific sizes and offsets for ring buffers and page directories.
4 * Permission is hereby granted, free of charge, to any person obtaining a copy
5 * of this software and associated documentation files (the "Software"), to
6 * deal in the Software without restriction, including without limitation the
7 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
8 * sell copies of the Software, and to permit persons to whom the Software is
gnome-gettext.m4
(https://freespeech.svn.sourceforge.net/svnroot/freespeech)
m4 · 337 lines
✨ Summary
This M4 code is a part of the GNU gettext package, which provides internationalization and localization support for software. It generates configuration files for building and installing gettext packages, including setting up locale directories, determining catalog formats, and creating lists of files to be processed by xgettext. The output is used to configure the build process for gettext packages.
This M4 code is a part of the GNU gettext package, which provides internationalization and localization support for software. It generates configuration files for building and installing gettext packages, including setting up locale directories, determining catalog formats, and creating lists of files to be processed by xgettext. The output is used to configure the build process for gettext packages.
freeglut_std.h
(http://angel-engine.googlecode.com/svn/trunk/)
C Header · 0 lines
✨ Summary
This is a C header file that defines the API for the FreeGLUT library, a cross-platform windowing and graphics system. It provides functions and macros for creating windows, handling events, rendering graphics, and more. The code is written in a style consistent with classic GLUT versions, but includes some workarounds for issues on Windows platforms.
This is a C header file that defines the API for the FreeGLUT library, a cross-platform windowing and graphics system. It provides functions and macros for creating windows, handling events, rendering graphics, and more. The code is written in a style consistent with classic GLUT versions, but includes some workarounds for issues on Windows platforms.
13 * Permission is hereby granted, free of charge, to any person obtaining a
14 * copy of this software and associated documentation files (the "Software"),
15 * to deal in the Software without restriction, including without limitation
16 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
17 * and/or sell copies of the Software, and to permit persons to whom the
readpng.h
(http://angel-engine.googlecode.com/svn/trunk/)
C++ Header · 89 lines
✨ Summary
This is a C header file that defines a simple PNG display program. It includes copyright information, licensing terms, and macro definitions for debugging and mathematical operations. The file also declares function prototypes for reading and manipulating PNG images, including initialization, background color retrieval, image data extraction, and cleanup.
This is a C header file that defines a simple PNG display program. It includes copyright information, licensing terms, and macro definitions for debugging and mathematical operations. The file also declares function prototypes for reading and manipulating PNG images, including initialization, background color retrieval, image data extraction, and cleanup.