Home
last modified time | relevance | path

Searched refs:Information (Results 1 – 25 of 9386) sorted by relevance

12345678910>>...376

/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Test/Microsoft.VisualBasic/
H A DInformationTests.cs180 i = Information.RGB(50,12,-1); in RGB_2()
188 i = Information.RGB(50,-1,1); in RGB_3()
195 i = Information.RGB(-1,122,11); in RGB_4()
224 resA1 = Information.RGB(255, 0, 0); in RGB_6()
225 resA2 = Information.RGB(256, 0, 0); in RGB_6()
227 resB1 = Information.RGB(0, 255, 0); in RGB_6()
228 resB2 = Information.RGB(0, 256, 0); in RGB_6()
230 resC1 = Information.RGB(0, 0, 255); in RGB_6()
736 d = d + Information.QBColor(i); in QBColor_1()
748 i = Information.QBColor(17); in QBColor_2()
[all …]
H A DInformationTests.vb63 Assert.AreEqual(False, Information.IsNothing(oDT1))
64 Assert.AreEqual(False, Information.IsNothing(oDT2))
65 Assert.AreEqual(False, Information.IsNothing(oDT3))
66 Assert.AreEqual(False, Information.IsNothing(oDT4))
67 Assert.AreEqual(False, Information.IsNothing(oDT5))
68 Assert.AreEqual(False, Information.IsNothing(oDT6))
69 Assert.AreEqual(False, Information.IsNothing(oDT7))
70 Assert.AreEqual(True, Information.IsNothing(oDT8))
71 Assert.AreEqual(True, Information.IsNothing(oDT9))
72 Assert.AreEqual(False, Information.IsNothing(oDT10))
[all …]
/dports/math/zegrapher/ZeGrapher-6832bd61291b3e82bc05233ae74e8d7556abe910/
H A Dinformation.cpp23 Information::Information() in Information() function in Information
28 void Information::emitDataUpdate() in emitDataUpdate()
33 void Information::addDataList() in addDataList()
41 void Information::removeDataList(int index) in removeDataList()
60 int Information::getDataListsCount() in getDataListsCount()
70 DataStyle Information::getDataStyle(int index) in getDataStyle()
97 int Information::getRegressionsCount() in getRegressionsCount()
112 void Information::emitAnimationUpdate() in emitAnimationUpdate()
282 void Information::emitUpdateSignal() in emitUpdateSignal()
287 void Information::emitDrawStateUpdate() in emitDrawStateUpdate()
[all …]
/dports/astro/kstars/kstars-3.5.6/po/fr/data/kstars/
H A Dinfo_url.dat1 M 1:SEDS Information Page:http://www.obspm.fr/messier/f/m001.html
2 M 2:SEDS Information Page:http://www.obspm.fr/messier/f/m002.html
3 M 3:SEDS Information Page:http://www.obspm.fr/messier/f/m003.html
4 M 4:SEDS Information Page:http://www.obspm.fr/messier/f/m004.html
5 M 5:SEDS Information Page:http://www.obspm.fr/messier/f/m005.html
6 M 6:SEDS Information Page:http://www.obspm.fr/messier/f/m006.html
7 M 7:SEDS Information Page:http://www.obspm.fr/messier/f/m007.html
8 M 8:SEDS Information Page:http://www.obspm.fr/messier/f/m008.html
9 M 9:SEDS Information Page:http://www.obspm.fr/messier/f/m009.html
10 M 10:SEDS Information Page:http://www.obspm.fr/messier/f/m010.html
[all …]
/dports/astro/kstars/kstars-3.5.6/po/nds/data/kstars/
H A Dinfo_url.dat1 M 1:SEDS Information Page:http://www.maa.clell.de/Messier/D/m001.html
2 M 2:SEDS Information Page:http://www.maa.clell.de/Messier/D/m002.html
3 M 3:SEDS Information Page:http://www.maa.clell.de/Messier/D/m003.html
4 M 4:SEDS Information Page:http://www.maa.clell.de/Messier/D/m004.html
5 M 5:SEDS Information Page:http://www.maa.clell.de/Messier/D/m005.html
6 M 6:SEDS Information Page:http://www.maa.clell.de/Messier/D/m006.html
7 M 7:SEDS Information Page:http://www.maa.clell.de/Messier/D/m007.html
8 M 8:SEDS Information Page:http://www.maa.clell.de/Messier/D/m008.html
9 M 9:SEDS Information Page:http://www.maa.clell.de/Messier/D/m009.html
10 M 10:SEDS Information Page:http://www.maa.clell.de/Messier/D/m010.html
[all …]
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkInformationIterator.cxx34 this->Information = 0; in vtkInformationIterator()
43 this->Information = 0; in ~vtkInformationIterator()
45 if (this->Information) in ~vtkInformationIterator()
47 this->Information->Delete(); in ~vtkInformationIterator()
57 this->Information = 0; in SetInformation()
73 if (this->Information != inf) in SetInformationWeak()
75 this->Information = inf; in SetInformationWeak()
84 if (!this->Information) in GoToFirstItem()
95 if (!this->Information) in GoToNextItem()
107 if (!this->Information) in IsDoneWithTraversal()
[all …]
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkInformationIterator.cxx34 this->Information = nullptr; in vtkInformationIterator()
43 this->Information = nullptr; in ~vtkInformationIterator()
45 if (this->Information) in ~vtkInformationIterator()
47 this->Information->Delete(); in ~vtkInformationIterator()
57 this->Information = nullptr; in SetInformation()
73 if (this->Information != inf) in SetInformationWeak()
75 this->Information = inf; in SetInformationWeak()
84 if (!this->Information) in GoToFirstItem()
95 if (!this->Information) in GoToNextItem()
107 if (!this->Information) in IsDoneWithTraversal()
[all …]
/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkInformationIterator.cxx34 this->Information = nullptr; in vtkInformationIterator()
43 this->Information = nullptr; in ~vtkInformationIterator()
45 if (this->Information) in ~vtkInformationIterator()
47 this->Information->Delete(); in ~vtkInformationIterator()
57 this->Information = nullptr; in SetInformation()
73 if (this->Information != inf) in SetInformationWeak()
75 this->Information = inf; in SetInformationWeak()
83 if (!this->Information) in GoToFirstItem()
94 if (!this->Information) in GoToNextItem()
106 if (!this->Information) in IsDoneWithTraversal()
[all …]
/dports/net/tcpdump/tcpdump-4.99.1/tests/
H A Dlacp-ev.out2 Actor Information TLV (0x01), length 20
5 Partner Information TLV (0x02), length 20
8 Collector Information TLV (0x03), length 16
12 Actor Information TLV (0x01), length 20
15 Partner Information TLV (0x02), length 20
22 Actor Information TLV (0x01), length 20
25 Partner Information TLV (0x02), length 20
32 Actor Information TLV (0x01), length 20
42 Actor Information TLV (0x01), length 20
52 Actor Information TLV (0x01), length 20
[all …]
/dports/www/gitea/gitea-1.16.5/options/license/
H A DOGL-UK-3.05 Using Information under this licence
13 copy, publish, distribute and transmit the Information;
14 adapt the Information;
15 exploit the Information commercially and non-commercially for example, by combining it with other I…
29 personal data in the Information;
30 Information that has not been accessed by way of publication or disclosure under information access…
33 third party rights the Information Provider is not authorised to license;
37 …he Information in a way that suggests any official status or that the Information Provider and/or …
40Information is licensed 'as is' and the Information Provider and/or Licensor excludes all represen…
42Information Provider and/or Licensor are not liable for any errors or omissions in the Information
[all …]
H A DOGL-UK-1.013 copy, publish, distribute and transmit the Information;
14 adapt the Information;
15 …exploit the Information commercially for example, by combining it with other Information, or by in…
18 …acknowledge the source of the Information by including any attribution statement specified by the
20 …ot use the Information in a way that suggests any official status or that the Information Provider…
29 - personal data in the Information;
30Information that has neither been published nor disclosed under information access legislation (in…
33 - third party rights the Information Provider is not authorised to license;
39Information is licensed ‘as is’ and the Information Provider excludes all representations, warrant…
41Information Provider is not liable for any errors or omissions in the Information and shall not be…
[all …]
H A DNCGL-UK-2.015 copy, publish, distribute and transmit the Information;
16 adapt the Information;
23 …acknowledge the source of the Information by including any attribution statement specified by the
36 • personal data in the Information;
37Information that has not been accessed by way of publication or disclosure under information acces…
40 • third party rights the Information Provider is not authorised to license;
45 …he Information in a way that suggests any official status or that the Information Provider and/or …
48Information is licensed ‘as is’ and the Information Provider excludes all representations, warrant…
49Information Provider is not liable for any errors or omissions in the Information and shall not be…
59Information Provider’ means the person or organisation providing the Information under this licenc…
[all …]
H A DOGL-UK-2.05 Using Information under this licence
13 copy, publish, distribute and transmit the Information;
14 adapt the Information;
15 exploit the Information commercially and non-commercially for example, by combining it with other I…
18 …If the Information Provider does not provide a specific attribution statement, or if you are using…
27 personal data in the Information;
35 …to use the Information in a way that suggests any official status or that the Information Provider…
38Information is licensed ‘as is’ and the Information Provider excludes all representations, warrant…
40Information Provider is not liable for any errors or omissions in the Information and shall not be…
48Information
[all …]
H A DOGL-Canada-2.03 You are encouraged to use the Information that is available under this licence with only a few cond…
5 Using Information under this licence
6 * Use of any Information indicates your acceptance of the terms below.
7 * The Information Provider grants you a worldwide, royalty-free, perpetual, non-exclusive licence t…
13 * Acknowledge the source of the Information by including any attribution statement specified by the…
21 * Personal Information;
22 * third party rights the Information Provider is not authorized to license;
23 * the names, crests, logos, or other official symbols of the Information Provider; and
27 …to use the Information in a way that suggests any official status or that the Information Provider…
30 The Information is licensed “as is”, and the Information Provider excludes all representations, war…
[all …]
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DInformation.cpp30 const Sprite *Information::GetSprite(const string &name) const in GetSprite()
40 const Point &Information::GetSpriteUnit(const string &name) const in GetSpriteUnit()
50 float Information::GetSpriteFrame(const string &name) const in GetSpriteFrame()
58 void Information::SetString(const string &name, const string &value) in SetString()
65 const string &Information::GetString(const string &name) const in GetString()
83 double Information::BarValue(const string &name) const in BarValue()
92 double Information::BarSegments(const string &name) const in BarSegments()
101 void Information::SetCondition(const string &condition) in SetCondition()
108 bool Information::HasCondition(const string &condition) const in HasCondition()
121 void Information::SetOutlineColor(const Color &color) in SetOutlineColor()
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/MainMenu/classes/Storage/Information/Repository/
H A DInformationRepository.php3 namespace ILIAS\MainMenu\Storage\Information\Repository;
5 use ILIAS\MainMenu\Storage\Information\Information; alias
23 * @param Information $information
26 public function store(Information $information, Revision $revision) : void;
32 * @return Information
34 public function get(Revision $revision) : Information;
38 * @param Information $information
41 public function delete(Information $information, Revision $revision) : void;
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/Game/
H A DRouteInfoOverlay.cs91 xPos = mapSize.X * (trainX - Program.CurrentRoute.Information.RouteMinX) / in Show()
92 …(Program.CurrentRoute.Information.RouteMaxX - Program.CurrentRoute.Information.RouteMinX) - trainD… in Show()
93 zPos = mapSize.Y - mapSize.Y * (trainZ - Program.CurrentRoute.Information.RouteMinZ) / in Show()
94 …(Program.CurrentRoute.Information.RouteMaxZ - Program.CurrentRoute.Information.RouteMinZ) - trainD… in Show()
106 xPos = gradientSize.Y * (trackPos - Program.CurrentRoute.Information.GradientMinTrack) / in Show()
107 …(Program.CurrentRoute.Information.GradientMaxTrack - Program.CurrentRoute.Information.GradientMinT… in Show()
136 mapImage = new Texture(Program.CurrentRoute.Information.RouteMap); in setState()
137 …mapSize = new Vector2(Program.CurrentRoute.Information.RouteMap.Width, Program.CurrentRoute.Infor… in setState()
143 gradientImage = new Texture(Program.CurrentRoute.Information.GradientProfile); in setState()
144 …entSize = new Vector2(Program.CurrentRoute.Information.GradientProfile.Width, Program.CurrentRoute… in setState()
/dports/devel/boost-docs/boost_1_72_0/libs/graph/example/
H A Dboost_web.dat3 www.boost.org|More|More Information
6 More Information|More|More Information
7 More Information|Header Dependencies|Boost Header Dependencies
8 More Information|Compiler Status|Compiler Status
9 More Information|Library Formal Review Process|Formal Review Process
10 More Information|Home|www.boost.org
11 More Information|FAQ|Frequently Asked Questions
12 More Information|People|Boost People
13 More Information|Libraries|Boost Libraries
19 Frequently Asked Questions|More|More Information
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/graph/example/
H A Dboost_web.dat3 www.boost.org|More|More Information
6 More Information|More|More Information
7 More Information|Header Dependencies|Boost Header Dependencies
8 More Information|Compiler Status|Compiler Status
9 More Information|Library Formal Review Process|Formal Review Process
10 More Information|Home|www.boost.org
11 More Information|FAQ|Frequently Asked Questions
12 More Information|People|Boost People
13 More Information|Libraries|Boost Libraries
19 Frequently Asked Questions|More|More Information
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/graph/example/
H A Dboost_web.dat3 www.boost.org|More|More Information
6 More Information|More|More Information
7 More Information|Header Dependencies|Boost Header Dependencies
8 More Information|Compiler Status|Compiler Status
9 More Information|Library Formal Review Process|Formal Review Process
10 More Information|Home|www.boost.org
11 More Information|FAQ|Frequently Asked Questions
12 More Information|People|Boost People
13 More Information|Libraries|Boost Libraries
19 Frequently Asked Questions|More|More Information
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/graph/example/
H A Dboost_web.dat3 www.boost.org|More|More Information
6 More Information|More|More Information
7 More Information|Header Dependencies|Boost Header Dependencies
8 More Information|Compiler Status|Compiler Status
9 More Information|Library Formal Review Process|Formal Review Process
10 More Information|Home|www.boost.org
11 More Information|FAQ|Frequently Asked Questions
12 More Information|People|Boost People
13 More Information|Libraries|Boost Libraries
19 Frequently Asked Questions|More|More Information
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/graph/example/
H A Dboost_web.dat3 www.boost.org|More|More Information
6 More Information|More|More Information
7 More Information|Header Dependencies|Boost Header Dependencies
8 More Information|Compiler Status|Compiler Status
9 More Information|Library Formal Review Process|Formal Review Process
10 More Information|Home|www.boost.org
11 More Information|FAQ|Frequently Asked Questions
12 More Information|People|Boost People
13 More Information|Libraries|Boost Libraries
19 Frequently Asked Questions|More|More Information
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/graph/example/
H A Dboost_web.dat3 www.boost.org|More|More Information
6 More Information|More|More Information
7 More Information|Header Dependencies|Boost Header Dependencies
8 More Information|Compiler Status|Compiler Status
9 More Information|Library Formal Review Process|Formal Review Process
10 More Information|Home|www.boost.org
11 More Information|FAQ|Frequently Asked Questions
12 More Information|People|Boost People
13 More Information|Libraries|Boost Libraries
19 Frequently Asked Questions|More|More Information
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/graph/example/
H A Dboost_web.dat3 www.boost.org|More|More Information
6 More Information|More|More Information
7 More Information|Header Dependencies|Boost Header Dependencies
8 More Information|Compiler Status|Compiler Status
9 More Information|Library Formal Review Process|Formal Review Process
10 More Information|Home|www.boost.org
11 More Information|FAQ|Frequently Asked Questions
12 More Information|People|Boost People
13 More Information|Libraries|Boost Libraries
19 Frequently Asked Questions|More|More Information
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/graph/example/
H A Dboost_web.dat3 www.boost.org|More|More Information
6 More Information|More|More Information
7 More Information|Header Dependencies|Boost Header Dependencies
8 More Information|Compiler Status|Compiler Status
9 More Information|Library Formal Review Process|Formal Review Process
10 More Information|Home|www.boost.org
11 More Information|FAQ|Frequently Asked Questions
12 More Information|People|Boost People
13 More Information|Libraries|Boost Libraries
19 Frequently Asked Questions|More|More Information
[all …]

12345678910>>...376