text
stringlengths
4
6.14k
/**************************************************************************** ** ** Copyright (C) 2017 The Qt Company Ltd. ** Contact: https://www.qt.io/licensing/ ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You may use this file under the terms of the BSD license as follo...
#undef _SPE #undef _MSTR #undef _DORD #undef _CPOL #undef _CPHA #undef _SPIE #undef _SPR #undef _SPI2X /* Register Composition */ #define _SPE (1 << SPE) // Bound checks are done later below #define _MSTR (SPIx_MASTER << MSTR) #define _DORD (SPIx_ORDER << DORD) #define _CPOL (SPIx_P...
#pragma once #include <stdint.h> #include <stdio.h> #include <exception> #include <string> #include <sstream> /*! * @brief Generic AGM exception. * * @ingroup CPPAPI * * */ class AGMModelException : public std::exception { public: /// Constructor AGMModelException(std::string file__, int32_t line__, std::s...
#ifndef PROCESSDATA_H #define PROCESSDATA_H //***************************************************************************** //$Workfile: processdata.h // Authors: Peter Nagy <peter.nagy@perit.hu> // Reviewer: - // Project: Bypass control correction of a Helios ventilation system // Date: 24.08.2017 //***********...
// -*- mode: c++; c-basic-offset: 2; indent-tabs-mode: nil; -*- // Copyright (C) 2013 Henner Zeller <h.zeller@acm.org> // // 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 version 2. // // This ...
#ifndef _ASMPARISC_SIGCONTEXT_H #define _ASMPARISC_SIGCONTEXT_H #define PARISC_SC_FLAG_ONSTACK 1<<0 #define PARISC_SC_FLAG_IN_SYSCALL 1<<1 /* We will add more stuff here as it becomes necessary, until we know it works. */ struct sigcontext { unsigned long sc_flags; unsigned long sc_gr[32]; /* PSW in sc_gr[0] */...
/* * Christian Gaser * $Id: MrfPrior.c 404 2011-04-11 10:03:40Z gaser $ * */ /* This code is a substantially modified version of MrfPrior.C * from Jagath C. Rajapakse * * Original author : Jagath C. Rajapakse * * See: * Statistical approach to single-channel MR brain scans * J. C. Rajapakse, J. N. Giedd,...
/******************************************************************************* * * * F1LT - unofficial Formula 1 live timing application * * Copyright (C) 2012-2013 Mariusz Pilarek (pieczaro@gmail.com) ...
/* * Copyright (c) 2015 kiwixz * * This file is part of spectrum. * * spectrum 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, either version 3 of the License, or * (at your option) any later version....
/*-------------------------------------------------------------------- (C) Copyright 2006-2012 Barcelona Supercomputing Center Centro Nacional de Supercomputacion This file is part of Mercurium C/C++ source-to-source compiler. See AUTHORS file in the top level directory for informa...
/* Formatted output to strings. Copyright (C) 1999, 2002 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1, or (at your option) a...
#include <stdlib.h> #include <inttypes.h> #include <assert.h> #include "carp_registers.h" char carp_reverse_reg[][5] = { "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7", "r8", "r9", "ax", "bx", "cx", "dx", "rx", "ip", "sp", "fp", "gbg", "run", "ext", "undef", }; /* Return...
//=========== (C) Copyright 1999 Valve, L.L.C. All rights reserved. =========== // // The copyright to the contents herein is the property of Valve, L.L.C. // The contents may be used and/or copied only with the written permission of // Valve, L.L.C., or in accordance with the terms and conditions stipulated in // the ...
/* $Id$ */ /* Copyright (c) 2011 Pierre Pronchery <khorben@defora.org> */ /* This file is part of DeforaOS Unix others */ /* 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, version 3 of the Lice...
/* * obldc_can.c * * Created on: 27.04.2015 * Author: joerg */ #include "obldc_can.h" #include "ch.h" #include "hal.h" // Threads // Variable definitions CANRxFrame rxmsg; //static uint8_t can_rx_buffer[256]; static uint8_t can_rx_buffer_last_id; /* * Internal loopback mode, 500KBaud, automatic wakeup,...
#ifdef MDBAS_PARA_MPI #include <mpi.h> #define BUFSIZ 8192 int init_para(int *argc, char ***argv,PARAM *param) { MPI_Errhandler_set(MPI_COMM_WORLD, MPI_ERRORS_RETURN); err=MPI_init(argc,argv); if(err!=MPI_SUCCES) call mpi_error(err,__FILE__,__LINE__); param->nProc=num_proc(); param->nAtProc...
/* * Copyright 2016 Arx Libertatis Team (see the AUTHORS file) * * This file is part of Arx Libertatis. * * Arx Libertatis 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, either version 3 of the License...
#ifndef _C2_se84_ #define _C2_se84_ #ifdef __cplusplus extern "C" { #endif extern EIF_INTEGER_32 F71_1446(EIF_REFERENCE); extern void EIF_Minit84(void); #ifdef __cplusplus } #endif #endif
#include <stdint.h> #include "errors.h" YYSTYPE evalExpr(char* expr, errcode_t* err, char* errStr); void evalDie();
/* * Copyright (C) 2007-2009 Michal Simek <monstr@monstr.eu> * Copyright (C) 2007-2009 PetaLogix * Copyright (C) 2006 Atmark Techno, Inc. * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. */ ...
#include "machdep.h" #include "form.h" int main() { fform(stdout, "'this is a test'\n"); // 'this is a test' fform(stdout, "'()'\n", 100); // '100' fform(stdout, "'()'\n",-100); // '-100' fform(stdout, "'(ub16)'\n",-1); // '-1' ...
/* Functions to manipulate menus. Copyright (C) 2008-2019 Free Software Foundation, Inc. This file is part of GNU Emacs. GNU Emacs 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, either version 3 of the Licen...
/* This file is part of the 'neper' program. */ /* Copyright (C) 2003-2012, Romain Quey. */ /* See the COPYING file in the top-level directory. */ #ifndef NEUT_ELT0_H #define NEUT_ELT0_H extern void neut_elt_name_prop (char *, char *, char *, int *, int *); extern int neut_elt_nodeqty (char *, int, int); extern int n...
#ifndef _ETRT-QUATERNIONFILTERS_H_ #define _ETRT-QUATERNIONFILTERS_H_ #include <Arduino.h> void MadgwickQuaternionUpdate(float ax, float ay, float az, float gx, float gy, float gz, float mx, float my, float mz, float deltat); void MahonyQuaternionUpdate(floa...
/******************************************************************************** * * * S t a t u s L i n e W i d g e t * * ...
/** * This Source Code Form is part of UOP Package library by Nolok and subject to the terms of the * GNU General Public License version 3. More info in the file "uoppackage.h", which is part of this source code package. */ #ifndef UOPERROR_H #define UOPERROR_H #include <string> #include <deque> namespace uopp { c...
// // DPSetupWindowView.h // DPSetupWindow // // Created by Dan Palmer on 05/10/2012. // Copyright (c) 2012 Dan Palmer. All rights reserved. // #import <Cocoa/Cocoa.h> @class DPSetupWindow; @protocol DPSetupWindowStageViewController <NSObject> @optional /* Stage view controllers must implement these as they wi...
/* * image.h * Author: Rushy Panchal * Description: A simple module to manipulate PNG images. * Provides the Image_T ADT for writing and saving PNG images. * Note: assumes using RGB coloring. */ #ifndef IMAGE_INCLUDED #define IMAGE_INCLUDED #include <stdbool.h> #include <stdint.h> typedef struct Image *Image_T; /*...
#ifdef HAVE_CONFIG_H #include <config.h> #endif /* HAVE_CONFIG_H */ #include "utf8_test.h" #include <utf8.h> #include <stdlib.h> #include <errno.h> struct character { uint32_t codepoint; struct character *next; }; struct output { struct character *head; struct character *tail; }; void test_utf8...
/*==================================================================== * Project: Board Support Package (BSP) * Developed using: * Function: TriBoard-TC1920 platform specific setup values * * Copyright HighTec EDV-Systeme GmbH 1982-2008 *====================================================================*/ #...
/** * KQOAuth - An OAuth authentication library for Qt. * * Author: Johan Paul (johan.paul@d-pointer.com) * http://www.d-pointer.com * * KQOAuth is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Fo...
#ifndef APP_HELP_H_ #define APP_HELP_H_ void papp_help_set_header(const char* string); void papp_help_set_footer(const char* string); void papp_help_show(); #endif
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * Copyright by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
/* * This file is part of EasyRPG Player. * * EasyRPG Player 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, either version 3 of the License, or * (at your option) any later version. * * EasyRPG Player...
/** Project: HT3Gateway File: main.c Summary: Implements the main class Copyright (c) 2016 DeepCore Systems Date Developer Change 2016-12-23 Philippe Devaux Created **/ #include <asf.h> int main (void) { system_init(); /* Insert application code here, after the board has been initialized. */ }
/* Copyright (C) 2013 Erik Ogenvik 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; either version 2 of the License, or (at your option) any later version. This program is distributed in the ho...
/* html/utility/piece_grep.c */ /* ------------------------- */ #include <stdio.h> #include <stdlib.h> #include <string.h> #include "timlib.h" #include "piece.h" int main( int argc, char **argv ) { int piece_offset; int delimiter; char *pattern_to_search; char input_buffer[ 65536 ]; boolean grep_exclude = 0; i...
/* Copyright (C) 2010-2020 The RetroArch team * * --------------------------------------------------------------------------------------- * The following license statement only applies to this file (label_sanitization.c). * --------------------------------------------------------------------------------------- * ...
/* * Copyright 2011-2015 Formal Methods and Tools, University of Twente * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless ...
/* * Copyright (c) 2000, 2001, 2003-2005, 2008-2011, 2013, 2015-2017, 2019 Apple Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apple Public Source License * Version 2.0 (the 'Licens...
// // MFStockholmImporter.h // Seqotron // // Created by Mathieu on 3/12/2014. // Copyright (c) 2014 Mathieu Fourment. All rights reserved. // // This file is part of Seqotron. // // Seqotron is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as publis...
/**************************************************************************** ** ** Copyright (C) 2014 Kurt Pattyn <pattyn.kurt@gmail.com>. ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the QtWebSockets module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** License...
/* * Sensore.h * * Created on: 26 apr 2016 * Author: peppe */ #ifndef SENSORE_H_ #define SENSORE_H_ #include "Arduino.h" enum znZone {znTotale, znPerimetrale, znInterno}; enum statoSensore {sensNonAttivo, sensAttivo, sensDisabilitato, sensTempDisabilitato, sensTrigged, sensMalfunzionamento}; enum tipoSenso...
/* This file is part of Darling. Copyright (C) 2019 Lubos Dolezel Darling 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, either version 3 of the License, or (at your option) any later version. Darling i...
/* * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright noti...
/* =========================================================================== ARX FATALIS GPL Source Code Copyright (C) 1999-2010 Arkane Studios SA, a ZeniMax Media company. This file is part of the Arx Fatalis GPL Source Code ('Arx Fatalis Source Code'). Arx Fatalis Source Code is free software: you can red...
/** * \file * * Copyright (c) 2014-2015 Atmel Corporation. All rights reserved. * * \asf_license_start * * \page License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code ...
#include <stdlib.h> #include <stdio.h> #include <string.h> #include <gdbm.h> /* application includes */ #include "storage.h" static const char * db_name = ".footin.db"; #define datum_set(um, buf) { um.dptr = buf; um.dsize = strlen(buf); } char * get_db_path() { int MAX_PATH = 256; char path[MAX_PATH]; snprintf(p...
/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* ft_strtrim_char.c :+: :+: :+: ...
!#define TIMER_CPU_TIME #define TIMER_F90_EPTIME !// if not using openmp, can't use the openmp timer #if !defined(_OPENMP) && defined(TIMER_OMP_GET_WTIME) # undef TIMER_OMP_GET_WTIME !#define TIMER_CPU_TIME # define TIMER_F90_EPTIME #endif #if defined(TIMER_F90_EPTIME) # define TSTART(x) x=epelapsedtime() # defi...
/* * Copyright 2016 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SKSL_GLSLCODEGENERATOR #define SKSL_GLSLCODEGENERATOR #include <stack> #include <tuple> #include <unordered_map> #include "SkSLCodeGenerator.h" #include "ir/SkSLBin...
// This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. // Copyright 2015, Schmidt #include <stdlib.h> #include <stdbool.h> #include <math.h> #include "sumstats.h" #include...
// // ZomSignUpViewController.h // Zom // // Created by RAHUL'S MAC MINI on 01/03/17. // // #import <UIKit/UIKit.h> #import <ACFloatingTextfield_Objc/ACFloatingTextField.h> #import <TPKeyboardAvoiding/TPKeyboardAvoidingScrollView.h> @interface ZomSignUpViewController : UIViewController<UITextFieldDelegate> @proper...
//-------------------------------------------------------------------------------------------------- /** * @file pa_mdmCfg_default.c * * Default implementation of @ref pa_mdmCfg interface * * Copyright (C) Sierra Wireless Inc. */ //----------------------------------------------------------------------------------...
#ifndef COMBINEDMODELTESTS_H #define COMBINEDMODELTESTS_H #include <QObject> #include <QtTest> // IWYU pragma: keep // IWYU pragma: no_include <QString> class CombinedModelTests : public QObject { Q_OBJECT public: CombinedModelTests(QObject *parent = nullptr); private slots: void trivialCombineNoItemsT...
#include <config.h> /* world bank, finance handler */ private object *coins; /* coin handles, too intensive? */ static void create(varargs int clone) { coins = ({ }); } void create_coin(object coin, varargs string creator) { coins += ({ coin }); } void coin_change(object coin, string...
/*=================================================================== APM_PLANNER Open Source Ground Control Station (c) 2017 APM_PLANNER PROJECT <http://www.ardupilot.com> This file is part of the APM_PLANNER project APM_PLANNER is free software: you can redistribute it and/or modify it under the terms of t...
/* * sensor_measurement.h * * */ #ifndef _OpenAPI_sensor_measurement_H_ #define _OpenAPI_sensor_measurement_H_ #include <string.h> #include "../external/cJSON.h" #include "../include/list.h" #include "../include/keyValuePair.h" #include "../include/binary.h" #ifdef __cplusplus extern "C" { #endif typedef enum ...
/** * Schulich Delta Host Telemetry * Copyright (C) 2015 University of Calgary Solar Car Team * * This file is part of the Schulich Delta Host Telemetry * * The Schulich Delta Host Telemetry is free software: * you can redistribute it and/or modify it under the terms * of the GNU Affero General Public L...
/* * point_altitude_uncertainty_all_of.h * * */ #ifndef _OpenAPI_point_altitude_uncertainty_all_of_H_ #define _OpenAPI_point_altitude_uncertainty_all_of_H_ #include <string.h> #include "../external/cJSON.h" #include "../include/list.h" #include "../include/keyValuePair.h" #include "../include/binary.h" #include ...
/*************************************************************************\ * Copyright (C) Michael Kerrisk, 2016. * * * * This program is free software. You may use, modify, and redistribute it * * under the term...
/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "NGAP-PDU-Contents" * found in "../support/ngap-r16.4.0/38413-g40.asn" * `asn1c -pdu=all -fcompound-names -findirect-choice -fno-include-deps -no-gen-BER -no-gen-XER -no-gen-OER -no-gen-UPER` */ #include "NGAP_InitialContextSetupRespo...
/** ****************************************************************************** * @file UART/UART_TwoBoards_ComPolling/Inc/main.h * @author MCD Application Team * @version V1.0.1 * @date 29-January-2016 * @brief Header for main.c module *************************************************...
/* * Generated by asn1c-0.9.28 (http://lionet.info/asn1c) * From ASN.1 module "EUTRA-RRC-Definitions" * found in "36331-ac0.asn" * `asn1c -S /home/nyee/srsLTE/srslte/examples/src/asn1c/skeletons -fcompound-names -fskeletons-copy -gen-PER -pdu=auto` */ #ifndef _IRAT_ParametersUTRA_FDD_H_ #define _IRAT_Parameters...
/* * Copyright (C) 2006-2018 Music Technology Group - Universitat Pompeu Fabra * * This file is part of Essentia * * Essentia is free software: you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License as published by the Free * Software Foundation (FSF), either version...
#ifndef PARAMEDITOR_H #define PARAMEDITOR_H #include <thread> #include <QPlainTextEdit> #include <QWidget> #include "ptextedit.h" #include "../file/sysfilein.h" #include "../file/sysfileout.h" #include "../globals/log.h" #include "../memrep/parsermgr.h" namespace Ui { class ParamEditor; } class P...
/* * (c) Copyright Ascensio System SIA 2010-2019 * * This program is a free software product. You can redistribute it and/or * modify it under the terms of the GNU Affero General Public License (AGPL) * version 3 as published by the Free Software Foundation. In accordance with * Section 7(a) of the GNU AGP...
/* Class that auto configures link-local xmpp account Copyright (C) 2011 Martin Klapetek <martin.klapetek@gmail.com> This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either...
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2008 Texas Instruments - http://www.ti.com/ * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foun...
/* * * SDLP SDK * Cross Platform Application Communication Stack for In-Vehicle Applications * * Copyright (C) 2013, Luxoft Professional Corp., member of IBS group * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as publish...
/* * i6engine * Copyright (2016) Daniel Bonrath, Michael Baer, All rights reserved. * * This file is part of i6engine; i6engine is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2....
/* * 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; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will b...
/* * WebKit2 EFL * * Copyright (c) 2012 Samsung Electronics Co., Ltd. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the * Free Software Foundation; either version 2.1 of the License, or (at your option) * an...
// The libMesh Finite Element Library. // Copyright (C) 2002-2012 Benjamin S. Kirk, John W. Peterson, Roy H. Stogner // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version ...
/* * waysome - wayland based window manager * * Copyright in alphabetical order: * * Copyright (C) 2014-2015 Julian Ganz * Copyright (C) 2014-2015 Manuel Messner * Copyright (C) 2014-2015 Marcel Müller * Copyright (C) 2014-2015 Matthias Beyer * Copyright (C) 2014-2015 Nadja Sommerfeld * * This file is part o...
/* * Copyright (C) 2021 Peter Marheine <pmarheine@chromium.org> * * SPDX-License-Identifier: LGPL-2.1+ */ #pragma once #include <fwupdplugin.h> #define FU_TYPE_REALTEK_MST_DEVICE (fu_realtek_mst_device_get_type()) G_DECLARE_FINAL_TYPE(FuRealtekMstDevice, fu_realtek_mst_device, FU, REALTEK_MST_DEVICE, FuI2cDevice...
/****************************************************************************** * Copyright (c)2012 Jan Rheinlaender <jrheinlaender@users.sourceforge.net> * * * * This file is part of the FreeCAD CAx development system. ...
/* Oscar, a hardware abstraction framework for the LeanXcam and IndXcam. Copyright (C) 2008 Supercomputing Systems AG This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of...
/* * Copyright 2006 Serge van den Boom <svdb@stack.nl> * * 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; either version 2 of the License, or * (at your option) any later version. * ...
/* * src/nl-class-add.c Add/Update/Replace Traffic Class * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation version 2.1 * of the License. * * Copyright (c) 2010 Thomas Graf <tgr...
/*************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (directui@nokia.com) ** ** This file is part of libmeegotouch. ** ** If you have questions regarding the use of this ...
/* Copyright (C) 1995-2001 Activision, Inc. This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. This library is distribu...
/*************************************************************************** * Copyright (C) 2005-2013 by the FIFE team * * http://www.fifengine.net * * This file is part of FIFE. * * ...
//////////////////////////////////////////////////////////////// // // Copyright (C) 2005 Affymetrix, Inc. // // This library is free software; you can redistribute it and/or modify // it under the terms of the GNU Lesser General Public License // (version 2.1) as published by the Free Software Foundation. // // This...
/* * Copyright (C) 2016 Mewiteor <mewiteor@hotmail.com> * * This program is free software: you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation, either * version 3 of the License, or (at your option) any later version....
/******************************************************************************* * File Name: lcd.h *******************************************************************************/ #ifndef __LCD_H #define __LCD_H // display orientation typedef enum {HORZ = 0, VERT = 1} orient; #define FONT_WIDTH 8 #define ...
/* -*-c++-*- IfcPlusPlus - www.ifcplusplus.com - Copyright (C) 2011 Fabian Gerold * * This library is open source and may be redistributed and/or modified under * the terms of the OpenSceneGraph Public License (OSGPL) version 0.0 or * (at your option) any later version. The full license is in LICENSE file * include...
/**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the documentation of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** ...
/***************************************************************************** * __________________ _________ _____ _____ .__ ._. * \______ \______ \ / _____/ / \ / _ \ |__| ____ | | * | | _/| | \ \_____ \ / \ / \ / /_\ \| _/ __ \ | | * | ...
/* * Copyright (C) 2008-2012 The QXmpp developers * * Author: * Olivier Goffart <ogoffart@woboq.com> * * Source: * http://code.google.com/p/qxmpp * * This file is a part of QXmpp library. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Genera...
#ifndef LAPIDUSVISCOSITYCOEFFICIENT_H #define LAPIDUSVISCOSITYCOEFFICIENT_H #include "Material.h" #include "EquationOfState.h" class LapidusViscosityCoefficient; template<> InputParameters validParams<LapidusViscosityCoefficient>(); /** * Computes dissipative fluxes for entropy viscosity method */ class LapidusVi...
// // libavg - Media Playback Engine. // Copyright (C) 2003-2011 Ulrich von Zadow // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 2 of the License, or (at y...
/*** Copyright (C) 2012 Lennart Poettering Copyright (C) 2013 Kay Sievers Copyright (C) 2015 Johannes Löthberg yadu is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the Lic...
/* $Id: mgd_style.h 6491 2001-04-01 00:23:49Z emile $ Copyright (C) 1999 Jukka Zitting <jukka.zitting@iki.fi> Copyright (C) 2000 The Midgard Project ry Copyright (C) 2000 Emile Heyns, Aurora SA <emile@iris-advies.com> This program is free software; you can redistribute it and/or modify it under the terms of the GNU Le...
#ifndef IVE_LOD #define IVE_LOD 1 #include <osg/LOD> #include "ReadWrite.h" namespace ive { class LOD : public osg::LOD, public ReadWrite { public: void write(DataOutputStream *out); void read(DataInputStream *in); }; } #endif
/* Copyright (C) 1997-2005 Luke Howard. This file is part of the nss_ldap library. Contributed by Luke Howard, <lukeh@padl.com>, 1997. The nss_ldap library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Softwa...
/* * * SOCLIB_LGPL_HEADER_BEGIN * * This file is part of SoCLib, GNU LGPLv2.1. * * SoCLib is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published * by the Free Software Foundation; version 2.1 of the License. * * SoCLib is distribu...
/**************************************************************************** ** ** Copyright (C) 2013 Research In Motion ** Contact: http://www.qt.io/licensing/ ** ** This file is part of the QtSensors module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL21$ ** Commercial License Usage ** Licensees holding v...
/****************************************************************************** * SOFA, Simulation Open-Framework Architecture, development version * * (c) 2006-2017 INRIA, USTL, UJF, CNRS, MGH * * * ...
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ #include <stdlib.h> #include <libebook/e-book.h> #include "ebook-test-utils.h" gint main (gint argc, gchar **argv) { EBook *book; const gchar *caps; g_type_init (); /* * Setup */ book = ebook_test_utils_book_new_temp (NULL);...