text
stringlengths
0
14.1k
---
incudine plate-rev.cudo -v -s plate-rev-test.rego
</pre>
<hr>
<table class=""navtutor"">
<tr>
<td style=""width: 20%"" class=""left"">
<a href=""tutorial_01.html"">Getting Started with Incudine</a>
</td>
<td style=""width: 60%"" class=""center""><a href=""index.html"">Home</a></td>
<td style=""width: 20%"" class=""right""></td>
</tr>
</table>
</div>
<div id=""postamble"">
<a href=""http://sourceforge.net/projects/incudine"">Sourceforge project page</a>
</div>
</body>
</html>
" gpl-2.0
oat-sa/extension-tao-delivery-rdf test/unit/model/Delivery/DataAccess/DeliveryNamespaceRegistryTest.php 2194 "<?php
/**
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; under version 2
* of the License (non-upgradable).
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*
* Copyright (c) 2021 (original work) Open Assessment Technologies SA;
*
* @author Sergei Mikhailov <[email protected]>
*/
declare(strict_types=1);
namespace oat\taoDeliveryRdf\test\unit\model\Delivery\DataAccess;
use InvalidArgumentException;
use oat\generis\test\TestCase;
use oat\taoDeliveryRdf\model\Delivery\Business\Domain\DeliveryNamespace;
use oat\taoDeliveryRdf\model\Delivery\DataAccess\DeliveryNamespaceRegistry;
class DeliveryNamespaceRegistryTest extends TestCase
{
public function testDifferentDeliveryNamespace(): void
{
$deliveryNamespace = new DeliveryNamespace('https://taotesting.com');
$sut = new DeliveryNamespaceRegistry(
new DeliveryNamespace('https://hub.taotesting.com'),
$deliveryNamespace
);
static::assertSame(
$deliveryNamespace,
$sut->get()
);
}
public function testNullDeliveryNamespace(): void
{
$sut = new DeliveryNamespaceRegistry(
new DeliveryNamespace('https://hub.taotesting.com')
);
static::assertNull(
$sut->get()
);
}
public function testSameDeliveryNamespace(): void
{
$this->expectException(InvalidArgumentException::class);
$deliveryNamespace = new DeliveryNamespace('https://taotesting.com');
new DeliveryNamespaceRegistry(
clone $deliveryNamespace,
$deliveryNamespace
);
}
}
" gpl-2.0
FFMG/myoddweb.piger myodd/boost/doc/html/boost/units/us/yard_base_unit.html 6120 "<!DOCTYPE html PUBLIC ""-//W3C//DTD HTML 4.01 Transitional//EN"" ""http://www.w3.org/TR/html4/loose.dtd"">
<html>
<head>
<meta http-equiv=""Content-Type"" content=""text/html; charset=US-ASCII"">
<title>Struct yard_base_unit</title>
<link rel=""stylesheet"" href=""../../../../../doc/src/boostbook.css"" type=""text/css"">