code
stringlengths
4
1.01M
language
stringclasses
2 values
/******************************************************************************/ /* */ /* X r d C m s L o g i n . c c */ /* ...
Java
/* RetroArch - A frontend for libretro. * Copyright (C) 2010-2014 - Hans-Kristian Arntzen * * RetroArch 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 Found- * ation, either version 3 of the License, or (at your...
Java
// // Author : Toru Shiozaki // Date : May 2009 // #define NGRID 12 #define MAXT 64 #define NBOX 32 #define NBOXL 0 #define T_INFTY 11 #include <sstream> #include <iostream> #include <iomanip> #include <vector> #include "mpreal.h" #include <map> #include <cmath> #include <string> #include <cassert> #include <fstream...
Java
/// \file container.h /// \brief simple array in STL style, level-based array /// \author LNM RWTH Aachen: Joerg Grande, Volker Reichelt; SC RWTH Aachen: Oliver Fortmeier /* * This file is part of DROPS. * * DROPS is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser Genera...
Java
<!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=UTF-8"> <title>The transformDistance purpose</title> </head> <body><div class="manualnavbar" style="text-align: center;"> <div class="...
Java
// Copyright CERN and copyright holders of ALICE O2. This software is // distributed under the terms of the GNU General Public License v3 (GPL // Version 3), copied verbatim in the file "COPYING". // // See http://alice-o2.web.cern.ch/license for full licensing information. // // In applying this license CERN does not ...
Java
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Serialization; using System.IO; using System.Configuration; using System.Security.Cryptography; using System.Xml; using Nesoft.Utility.DataAccess.Database.Config; using Nesoft.Utility.DataAccess.Database; using Syste...
Java
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="robots" content="index, follow, all" /> <title>Symfony\Bridge\Doctrine\Form\ChoiceList\EntityChoiceList | </title> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css"> ...
Java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!--Converted with LaTeX2HTML 2008 (1.71) original version by: Nikos Drakos, CBLU, University of Leeds * revised and updated by: Marcus Hennecke, Ross Moore, Herb Swan * with significant contributions from: Jens Lippmann, Marek Rouchal, Martin Wilck an...
Java
/** * The MIT License * Copyright (c) 2012 Graylog, Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, ...
Java
<?php /** * LICENSE: The MIT License (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * https://github.com/azure/azure-storage-php/LICENSE * * Unless required by applicable law or agreed to in writing, software * distributed under the L...
Java
var assert = require('assert'), path = require('path'), exec = require('child_process').exec, tmp = require('../lib/tmp'); // make sure that we do not test spam the global tmp tmp.TMP_DIR = './tmp'; function _spawnTestWithError(testFile, params, cb) { _spawnTest(true, testFile, params, cb...
Java
// Copyright Aaron Smith 2009 // // This file is part of Gity. // // Gity 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. // // G...
Java
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head><!-- XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX ...
Java
var searchData= [ ['gestionnaire_2ehpp',['Gestionnaire.hpp',['../Gestionnaire_8hpp.html',1,'']]], ['gestionnairemutex',['GestionnaireMutex',['../classGestionnaireMutex.html',1,'GestionnaireMutex'],['../classGestionnaireMutex.html#a16e149bb5c836f1ea2e7d6758422aca9',1,'GestionnaireMutex::GestionnaireMutex()']]], ['...
Java
#!/bin/sh if [ $# -lt 4 ]; then cat <<EOF Usage: test_smbclient_basic.sh SERVER SERVER_IP DOMAIN USERNAME PASSWORD EOF exit 1; fi SERVER="$1" SERVER_IP="$2" USERNAME="$3" PASSWORD="$4" TARGET_ENV="$5" shift 5 ADDARGS="$@" incdir=`dirname $0`/../../../testprogs/blackbox . $incdir/subunit.sh . $incdir/common_test_fns....
Java
#! /bin/sh # A simple utility script which reads the SBD configuration file and loops # through all SBD block devices, clearing message slots for all nodes. This # effectively unfences any nodes. SBD_CONFIG="/etc/sysconfig/sbd" # Read the SBD config file and loop over all devices while read -r device; do while r...
Java
/* *\class PASER_Neighbor_Table *@brief Class represents an entry in the neighbor table * *\authors Eugen.Paul | Mohamad.Sbeiti \@paser.info * *\copyright (C) 2012 Communication Networks Institute (CNI - Prof. Dr.-Ing. Christian Wietfeld) * at Technische Universitaet Dortmund, ...
Java
<!-- START doctoc generated TOC please keep comment here to allow auto update --> <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --> **Table of contents** - [symbol-tree](#symbol-tree) - [Example](#example) - [Testing](#testing) - [API Documentation](#api-documentation) - [symbol-tree](#symbol-t...
Java
/** * This file is part of Hercules. * http://herc.ws - http://github.com/HerculesWS/Hercules * * Copyright (C) 2012-2015 Hercules Dev Team * Copyright (C) Athena Dev Teams * * Hercules is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published ...
Java
<?php /** * Copyright © 2016 Magento. All rights reserved. * See COPYING.txt for license details. */ namespace Magento\PageCache\Test\Unit\Model; use Magento\PageCache\Model\Config; class ConfigTest extends \PHPUnit_Framework_TestCase { /** * @var \Magento\PageCache\Model\Config */ protected $_mo...
Java
#ifndef _INTERNAL_H #define _INTERNAL_H #include "pluginmain.h" //menu identifiers #define MENU_ANALYSIS 0 //functions void internalInit(PLUG_INITSTRUCT* initStruct); void internalStop(); void internalSetup(); #endif // _TEST_H
Java
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Tue Jan 16 16:58:40 CET 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.openb...
Java
<a href="http://wikipedia.org">Wikipedia</a>
Java
/* dev: Mickeymouse, Moutarde and Nepta manager: Word Copyright © 2011 You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "bullet.h" /** * \fn Bullet* createBullet(Tower *tower) * \brief create a new bullet * a n...
Java
<?php /** * Nooku Platform - http://www.nooku.org/platform * * @copyright Copyright (C) 2007 - 2014 Johan Janssens and Timble CVBA. (http://www.timble.net) * @license GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> * @link https://github.com/nooku/nooku-platform for the canonical source repository *...
Java
require 'nokogiri' require 'digest' class XMLReader # uses nokogiri to extract all system information from scenario.xml # This includes module filters, which are module objects that contain filters for selecting # from the actual modules that are available # @return [Array] Array containing Systems objects ...
Java
<?php // Heading $_['heading_title'] = 'Blog Viewed Report'; // Text $_['text_success'] = 'Success: You have modified the blog viewed report!'; // Column $_['column_article_name'] = 'Article Name'; $_['column_author_name'] = 'Author Name'; $_['column_viewed'] = 'Viewed'; $_['column_percent'] = 'Percent'; ...
Java
// // Copyright (c) 2017 Open Whisper Systems. All rights reserved. // #import "OWSViewController.h" @class TSThread; NS_ASSUME_NONNULL_BEGIN @protocol SelectThreadViewControllerDelegate <NSObject> - (void)threadWasSelected:(TSThread *)thread; - (BOOL)canSelectBlockedContact; - (nullable UIView *)createHeaderWi...
Java
<?php namespace App\itnovum\openITCOCKPIT\Core\AngularJS; class PdfAssets { /** * @return array */ static public function getCssFiles() { return [ '/node_modules/bootstrap/dist/css/bootstrap.css', '/smartadmin4/dist/css/vendors.bundle.css', '/smartadmin...
Java
#!/usr/bin/perl package Koha::Reporting::Report::Grouping::DateLastLoaned; use Modern::Perl; use Moose; use Data::Dumper; use C4::Context; extends 'Koha::Reporting::Report::Grouping::Abstract'; sub BUILD { my $self = shift; $self->setName('datelastborrowed'); $self->setAlias('Date last borrowed'); $s...
Java
using LeagueSharp.Common; using SharpDX; using EloBuddy; using LeagueSharp.Common; namespace e.Motion_Katarina { public class Dagger { private static readonly int DELAY = 0; private static readonly int MAXACTIVETIME = 4000; private bool Destructable; private Vector3 Position; ...
Java
package org.obiba.mica.search.aggregations; import org.obiba.mica.micaConfig.service.helper.AggregationMetaDataProvider; import org.obiba.mica.micaConfig.service.helper.PopulationIdAggregationMetaDataHelper; import org.springframework.stereotype.Component; import javax.inject.Inject; import java.util.Map; @Component...
Java
<p style="text-align:justify">word0<strong> short term debt securities</strong> word1 word2 word3 <strong>december 21, 2010.</strong></p><p><br /></p>
Java
/** * This file is part of d:swarm graph extension. * * d:swarm graph extension 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. ...
Java
#region License // Copyright (c) 2013, ClearCanvas Inc. // All rights reserved. // http://www.ClearCanvas.ca // // This file is part of the ClearCanvas RIS/PACS open source project. // // The ClearCanvas RIS/PACS open source project is free software: you can // redistribute it and/or modify it under the terms of the G...
Java
#region License // Copyright (c) 2013, ClearCanvas Inc. // All rights reserved. // http://www.ClearCanvas.ca // // This file is part of the ClearCanvas RIS/PACS open source project. // // The ClearCanvas RIS/PACS open source project is free software: you can // redistribute it and/or modify it under the terms of the G...
Java
function assign(taskID, assignedTo) { $('.assign').width(150); $('.assign').height(40); $('.assign').load(createLink('user', 'ajaxGetUser', 'taskID=' + taskID + '&assignedTo=' + assignedTo)); } function setComment() { $('#comment').toggle(); }
Java
(function() { 'use strict'; angular .module('editor.database', []) .config(function($indexedDBProvider) { $indexedDBProvider .connection('otus-studio') .upgradeDatabase(1, function(event, db, tx) { var store = db.createObjectStore(...
Java
/* Image.js * * copyright (c) 2010-2017, Christian Mayer and the CometVisu contributers. * * 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 3 of the License, or (at your o...
Java
/* devanagari */ @font-face { font-family: 'Hind'; font-style: normal; font-weight: 400; src: local('Hind'), local('Hind-Regular'), url(https://fonts.gstatic.com/s/hind/v6/Vb88BBmXXgbpZxolKzz6dw.woff2) format('woff2'); unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, ...
Java
<?php echo("Discovery protocols:"); global $link_exists; $community = $device['community']; if ($device['os'] == "ironware") { echo(" Brocade FDP: "); $fdp_array = snmpwalk_cache_twopart_oid($device, "snFdpCacheEntry", array(), "FOUNDRY-SN-SWITCH-GROUP-MIB"); if ($fdp_array) { unset($fdp_links); for...
Java
/****************************************************************\ * * * Library for HSP sets (high-scoring segment pairs) * * * * Guy St.C. Slater.. mailto:guy@ebi.ac.uk ...
Java
/* Copyright 2014 Red Hat, Inc. and/or its affiliates. This file is part of lightblue. 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 3 of the License, or (at your option) any ...
Java
#include "intfile.hh" dcmplx Pf8(const double x[], double es[], double esx[], double em[], double lambda, double lrs[], double bi) { double x0=x[0]; double x1=x[1]; double x2=x[2]; dcmplx y[149]; dcmplx FOUT; dcmplx MYI(0.,1.); y[1]=1./bi; y[2]=em[0]; y[3]=x0*x0; y[4]=em[3]; y[5]=em[1]; y[6]=em[2]; y[7]=esx[0]; y[8]=y...
Java
/* * Syncany, www.syncany.org * Copyright (C) 2011 Philipp C. Heckel <philipp.heckel@gmail.com> * * 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 3 of the License, or * (a...
Java
/* ============================================================================== This file is part of the JUCE library. Copyright (c) 2017 - ROLI Ltd. JUCE is an open source library subject to commercial or open-source licensing. By using JUCE, you agree to the terms of both the JUCE 5 End-User Lic...
Java
<?php /* ************************************************************************************************************************** ** CORAL Resources Module v. 1.2 ** ** Copyright (c) 2010 University of Notre Dame ** ** This file is part of CORAL. ** ** CORAL is free software: you can redistribute it and/or modify it...
Java
<roundcube:include file="includes/layout.html" /> <div class="content frame-content"> <roundcube:object name="dialogcontent" /> </div> <roundcube:include file="includes/footer.html" />
Java
/* * Meran - MERAN UNLP is a ILS (Integrated Library System) wich provides Catalog, * Circulation and User's Management. It's written in Perl, and uses Apache2 * Web-Server, MySQL database and Sphinx 2 indexing. * Copyright (C) 2009-2013 Grupo de desarrollo de Meran CeSPI-UNLP * * This file is part of Meran. * ...
Java
echo off rem Parameters set postgresbindir=C:\Program Files (x86)\PostgreSQL\9.5\bin set postgresport=5433 set postgresusername=postgres rem List all sql files in the dir dir *.sql rem Prompt user to give filename to restore set /p filename="SQL filename to restore? " call "%postgresbindir%\psql.exe" --host localh...
Java
import logging from borgmatic.borg.flags import make_flags, make_flags_from_arguments from borgmatic.execute import execute_command logger = logging.getLogger(__name__) # A hack to convince Borg to exclude archives ending in ".checkpoint". This assumes that a # non-checkpoint archive name ends in a digit (e.g. from...
Java
// Copyright 2017 Jon Skeet. All rights reserved. Use of this source code is governed by the Apache License 2.0, as found in the LICENSE.txt file. using System; namespace NullConditional { class LoggingDemo { static void Main() { int x = 10; Logger logger = new Logger()...
Java
// -------------------------------------------------------------------------------------------------------------------- // <copyright file="AssociationContains.cs" company="Allors bvba"> // Copyright 2002-2017 Allors bvba. // // Dual Licensed under // a) the Lesser General Public Licence v3 (LGPL) // b) the Allo...
Java
using System; using System.Web; using System.Web.Mvc; using SmartStore.Core; using SmartStore.Core.Domain.Catalog; using SmartStore.Core.Domain.Customers; using SmartStore.Core.Domain.Media; using SmartStore.Core.Html; using SmartStore.Services.Catalog; using SmartStore.Services.Media; using SmartStore.Services.Orders...
Java
<? function auth_check_login() { ob_start(); session_start(); if ( $_SESSION["auth_id"] != "BVS@BIREME" ) { ob_end_clean(); header("Location: /admin/index.php?error=TIMEOUT"); exit; } ob_end_clean(); } ?>
Java
/* Copyright © 2014-2015 by The qTox Project Contributors This file is part of qTox, a Qt-based graphical interface for Tox. qTox is libre 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 versi...
Java
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Example Mathematical Olympiad: XMO 2014 in Example Host Country Name</title> <link rel="stylesheet" href="https://www.example.org/subdir/xmo.css" type="text/css"> </head> <body> <h1>XMO: XMO 2014 in <a href="/subdir/countries/count...
Java
/*! @file @verbatim $Id: AVIStructures.h 52604 2008-04-23 05:33:29Z jbraness $ Copyright (c) 2007 DivX, Inc. All rights reserved. This software is the confidential and proprietary information of DivX, Inc. and may be used only in accordance with the terms of your license from DivX, Inc. @endverbatim */...
Java
<!DOCTYPE html> <html> <head> <meta charset = "utf-8"> <title>Ghidra Java Coding Standards</title> <style media="screen" type="text/css"> li { margin-left: 90px; font-family:times new roman; font-size:14pt; } h1 { color:#000080; font-family:times new roman; font-size:36pt; font-style:italic; font-weight:bo...
Java
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Example - example-example33-production</title> <script src="//ajax.googleapis.com/ajax/libs/angularjs/1.3.0-beta.7/angular.min.js"></script> </head> <body ng-app=""> <input ng-keyup="count = count + 1" ng-init="count=0"> key up c...
Java
/* This source file is part of Rigs of Rods Copyright 2005-2012 Pierre-Michel Ricordel Copyright 2007-2012 Thomas Fischer Copyright 2013-2014 Petr Ohlidal For more information, see http://www.rigsofrods.com/ Rigs of Rods is free software: you can redistribute it and/or modify it under the terms of the GNU Gene...
Java
/* Copyright (C) 2011 Andrew Cotter 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 3 of the License, or (at your option) any later version. This program is distributed in the ...
Java
/** * This file is part of a demo that shows how to use RT2D, a 2D OpenGL framework. * * - Copyright 2015 Rik Teerling <rik@onandoffables.com> * - Initial commit * - Copyright 2015 Your Name <you@yourhost.com> * - What you did */ #include "scene01.h" Scene01::Scene01() : SuperScene() { // Start Timer ...
Java
using UnityEngine; using UnityEditor; using System.Collections; using System.Collections.Generic; using Frontiers.World; [CustomEditor(typeof(BannerEditor))] public class BannerEditorEditor : Editor { protected BannerEditor be; public void Awake() { be = (BannerEditor)target; } public override void OnIn...
Java
<?php // Heading $_['heading_title'] = 'Cliente'; // Text $_['text_login'] = 'Login'; $_['text_success'] = 'Hai modificato con successo i clienti!'; $_['text_approved'] = 'Hai attivato %s account!'; $_['text_wait'] = 'Attendi!'; $_['text_balance'] ...
Java
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle 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. // // Moodle ...
Java
<?php class OperationData { public static $tablename = "operation"; public function OperationData(){ $this->name = ""; $this->product_id = ""; $this->q = ""; $this->cut_id = ""; $this->operation_type_id = ""; $this->is_oficial = "0"; $this->created_at = "NOW()"; } public function add(){ $sql = "in...
Java
/**************************************************************************** Copyright (c) 2011-2012 cocos2d-x.org Copyright (c) 2013-2014 Chukong Technologies Inc. http://www.cocos2d-x.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation...
Java
#!/bin/sh groff -t -e -mandoc -Tlatin1 man/fucheck.1 > MANUAL
Java
#include "jednostki.h" #include "generatormt.h" #include "nucleus_data.h" #include "calg5.h" #include "util2.h" using namespace std; template < class T > static inline T pow2 (T x) { return x * x; } static inline double bessj0(double x) { if(fabs(x)<0.000001) return cos(x); else return sin(x)/x; } static...
Java
package org.gnubridge.presentation.gui; import java.awt.Point; import org.gnubridge.core.Card; import org.gnubridge.core.Direction; import org.gnubridge.core.East; import org.gnubridge.core.Deal; import org.gnubridge.core.Hand; import org.gnubridge.core.North; import org.gnubridge.core.South; import org.gnubridge.cor...
Java
/* * Copyright (c) 2000-2005, 2008-2011 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 'License'). You may not use this file exc...
Java
### Berry Berry is multiplatform and modern image viewer, focused on better user interface... ### How to Compile #### Install dependencies Install gcc, g++, libexiv2, Qt5Core, Qt5DBus, Qt5Gui, Qt5Multimedia, Qt5MultimediaQuick_p, Qt5Network, Qt5PrintSupport, Qt5Qml, Qt5Quick, Qt5Sql, Qt5Svg, and Qt5Widgets. on Ubunt...
Java
#Region "Microsoft.VisualBasic::1832a06e22224b31f8fa10e2ca2102b9, ..\sciBASIC#\mime\text%html\HTML\CSS\Parser\enums.vb" ' Author: ' ' asuka (amethyst.asuka@gcmodeller.org) ' xieguigang (xie.guigang@live.com) ' xie (genetics@smrucc.org) ' ' Copyright (c) 2016 GPL3 Licens...
Java
// Copyright CERN and copyright holders of ALICE O2. This software is // distributed under the terms of the GNU General Public License v3 (GPL // Version 3), copied verbatim in the file "COPYING". // // See http://alice-o2.web.cern.ch/license for full licensing information. // // In applying this license CERN does not ...
Java
<b>Users Currently Logged In</b> <ul> <?php if (!empty($currentUsers)):foreach($currentUsers as $u):?> <li> <?php echo $u->getFullName();?> </li> <?php endforeach;endif;?> </ul>
Java
<?php /******* Biblioteka implementująca BotAPI GG http://boty.gg.pl/ Copyright (C) 2013 GG Network S.A. Marcin Bagiński <marcin.baginski@firma.gg.pl> 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 Found...
Java
<?php /* Gibbon, Flexible & Open School System Copyright (C) 2010, Ross Parker 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 3 of the License, or (at your option) any later version. ...
Java
# 操作系统安装与配置 ### Kali1.1a 操作系统配置 #### Contents - [Install Kali](Kali1.1a/Install-kali.md) - 安装Kali系统 - [Configure Kali Apt Sources](Kali1.1a/Configure-Apt-sources.md) - 配置Kali Apt源 - [Install mate desktop to kali](Kali1.1a/Install-Mate-disktop.md) - 安装mate桌面系统 - [Install Mint Themes to Kali](Kali1.1a/Install-Mint-The...
Java
// uScript Action Node // (C) 2011 Detox Studios LLC using UnityEngine; using System.Collections; [NodePath("Actions/Assets")] [NodeCopyright("Copyright 2011 by Detox Studios LLC")] [NodeToolTip("Loads a PhysicMaterial")] [NodeAuthor("Detox Studios LLC", "http://www.detoxstudios.com")] [NodeHelp("http://docs.uscript...
Java
/*global define*/ /*global test*/ /*global equal*/ define(['models/config'], function (Model) { 'use strict'; module('Config model'); test('Can be created with default values', function() { var note = new Model(); equal(note.get('name'), '', 'For default config name is empty'); equ...
Java
//#line 2 "/opt/ros/indigo/share/dynamic_reconfigure/cmake/../templates/ConfigType.h.template" // ********************************************************* // // File autogenerated for the dwa_local_planner package // by the dynamic_reconfigure package. // Please do not edit. // // **********************************...
Java
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle 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. // // Moodle ...
Java
/* * Copyright (C) 2013 The Android Open Source Project * * 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 required by app...
Java
/* pybind11/attr.h: Infrastructure for processing custom type and function attributes Copyright (c) 2016 Wenzel Jakob <wenzel.jakob@epfl.ch> All rights reserved. Use of this source code is governed by a BSD-style license that can be found in the LICENSE file. */ #pragma once #include "cast.h" N...
Java
var searchData= [ ['operator_2a',['operator*',['../class_complex.html#a789de21d72aa21414c26e0dd0966313a',1,'Complex']]], ['operator_2b',['operator+',['../class_complex.html#a5a7bc077499ace978055b0e6b9072ee9',1,'Complex']]], ['operator_5e',['operator^',['../class_complex.html#a952d42791b6b729c16406e21f9615f9f',1,'...
Java
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle 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. // // Moodle ...
Java
/* Moonshine - a Lua-based chat client * * Copyright (C) 2010 Dylan William Hardison * * This file is part of Moonshine. * * Moonshine 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 o...
Java
/* * linux/kernel/math/div.c * * (C) 1991 Linus Torvalds */ /* * temporary real division routine. */ #include <linux/math_emu.h> static void shift_left(int * c) { __asm__ __volatile__("movl (%0),%%eax ; addl %%eax,(%0)\n\t" "movl 4(%0),%%eax ; adcl %%eax,4(%0)\n\t" "movl 8(%0),%%eax ; adcl %%eax,8(%0)\n\t...
Java
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <title>ublas: Member List</title> <link href="tabs.css" rel="stylesheet" ...
Java
#ifndef _UI_UTILS_H #define _UI_UTILS_H namespace QSanUiUtils { // This is in no way a generic diation fuction. It is some dirty trick that // produces a shadow image for a pixmap whose foreground mask is binaryImage QImage produceShadow(const QImage &image, QColor shadowColor, int radius, double decade); ...
Java
# import re, os # from jandy.profiler import Profiler # # # class Base: # def __init__(self): # print('init call') # # def compile(self, str): # re.compile(str) # # # # p = Profiler("12K", "localhost:3000", 1) # try: # p.start() # b = Base() # b.compile("foo|bar") # print("Hello ...
Java
# Copyright (C) 1998-2014 by the Free Software Foundation, Inc. # # This file is part of GNU Mailman. # # GNU Mailman 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 you...
Java
# encoding: utf-8 import datetime from south.db import db from south.v2 import SchemaMigration from django.db import models class Migration(SchemaMigration): def forwards(self, orm): # Adding field 'InstanceApplication.network' db.add_column('apply_instanceapplication', 'network', sel...
Java
#pragma once /* * Nanoflann helper classes * Copyright (C) 2019 Wayne Mogg * * 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 3 of the License, or * (at...
Java
require 'uuid' class CompassAeInstance < ActiveRecord::Base attr_protected :created_at, :updated_at has_tracked_status has_many :parties, :through => :compass_ae_instance_party_roles has_many :compass_ae_instance_party_roles, :dependent => :destroy do def owners where('role_type_id = ?', RoleType.com...
Java
<?php /** * LnmsCommand.php * * Convenience class for common command code * * 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 3 of the License, or * (at your option) any lat...
Java
package com.example.mathsolver; import android.annotation.TargetApi; import android.app.Fragment; import android.os.Build; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; @TargetApi(Build.VERSION_CODES.HONEYCOMB) public class AreaFragmentRight ext...
Java
# coding=utf-8 # This file is part of SickChill. # # URL: https://sickchill.github.io # Git: https://github.com/SickChill/SickChill.git # # SickChill 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 vers...
Java