code stringlengths 3 1.01M | repo_name stringlengths 5 116 | path stringlengths 3 311 | language stringclasses 30
values | license stringclasses 15
values | size int64 3 1.01M |
|---|---|---|---|---|---|
module Laser
# Class that's just a name. Substitute for symbols, which can overlap
# with user-code values.
class PlaceholderObject
def initialize(name)
@name = name
end
def inspect
@name
end
alias_method :to_s, :inspect
end
end
| michaeledgar/laser | lib/laser/support/placeholder_object.rb | Ruby | agpl-3.0 | 269 |
/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "S1AP-IEs"
* found in "../support/s1ap-r16.4.0/36413-g40.asn"
* `asn1c -pdu=all -fcompound-names -findirect-choice -fno-include-deps -no-gen-BER -no-gen-XER -no-gen-OER -no-gen-UPER`
*/
#ifndef _S1AP_LastVisitedGERANCellInformation_H_... | acetcom/nextepc | lib/asn1c/s1ap/S1AP_LastVisitedGERANCellInformation.h | C | agpl-3.0 | 1,694 |
/**
* Copyright (c) 2002-2011 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This file is part of Neo4j.
*
* Neo4j 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 F... | neo4j-attic/graphdb | kernel/src/main/java/org/neo4j/graphdb/index/IndexHits.java | Java | agpl-3.0 | 4,080 |
import { createSlice, createEntityAdapter, Reducer, AnyAction, PayloadAction } from '@reduxjs/toolkit';
import { fetchAll, fetchDetails, install, uninstall, loadPluginDashboards, panelPluginLoaded } from './actions';
import { CatalogPlugin, PluginListDisplayMode, ReducerState, RequestStatus } from '../types';
import { ... | grafana/grafana | public/app/features/plugins/admin/state/reducer.ts | TypeScript | agpl-3.0 | 4,001 |
# -*- coding: utf-8 -*-
#
# SPDX-FileCopyrightText: 2013-2021 Agora Voting SL <contact@nvotes.com>
#
# SPDX-License-Identifier: AGPL-3.0-only
#
import pickle
import base64
import json
import re
from datetime import datetime
from flask import Blueprint, request, make_response, abort
from frestq.utils import loads, du... | agoravoting/election-orchestra | public_api.py | Python | agpl-3.0 | 8,209 |
class ReportsController < ApplicationController
skip_load_and_authorize_resource
def expenses
@filter = params[:filter]
if (@type = params[:by_type]) && (@group = params[:by_group])
@expenses = ExpenseReport.by(@type, @group).accessible_by(current_ability)
if @filter
@filter.each { |k,v... | karthiksenthil/travel-support-program | app/controllers/reports_controller.rb | Ruby | agpl-3.0 | 1,429 |
Network Firewall Setup Guide
============================
<!-- 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** *generated with [DocToc](http://doctoc.herokuapp.com/)*
- [Before you begin](#before-you-... | GabeIsman/securedrop | docs/network_firewall.md | Markdown | agpl-3.0 | 13,237 |
/*
* Claudia Project
* http://claudia.morfeo-project.org
*
* (C) Copyright 2010 Telefonica Investigacion y Desarrollo
* S.A.Unipersonal (Telefonica I+D)
*
* See CREDITS file for info about members and contributors.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the Affe... | StratusLab/claudia | tcloud-server/src/main/java/com/telefonica/claudia/smi/deployment/ServiceItemResource.java | Java | agpl-3.0 | 6,138 |
---
layout: post
title: "All Star Wars, all the time"
date: 2013-04-15 00:00:00 +0900
categories: linux-foundation comics
---

This comic originally appeared on [linux.com](https://www.linux.com) and was sponsored by [The Linux Foundation](h... | danayel/danayel.github.io | _posts/2013-04-15-all-star-wars-all-the-time.markdown | Markdown | agpl-3.0 | 760 |
DELETE FROM `weenie` WHERE `class_Id` = 14289;
INSERT INTO `weenie` (`class_Id`, `class_Name`, `type`, `last_Modified`)
VALUES (14289, 'portalvillalabar', 7, '2019-02-10 00:00:00') /* Portal */;
INSERT INTO `weenie_properties_int` (`object_Id`, `type`, `value`)
VALUES (14289, 1, 65536) /* ItemType - Portal */
... | ACEmulator/ACE-World | Database/3-Core/9 WeenieDefaults/SQL/Portal/Portal/14289 Villalabar Portal.sql | SQL | agpl-3.0 | 2,123 |
// Copyright 2014 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.
package v4_test
import (
"encoding/json"
"net/http"
"time"
jc "github.com/juju/testing/checkers"
"github.com/juju/testing/httptesting"
"github.com/juju/utils/debugstatus"
gc "gopkg.in/check.v1"
"gopkg.in/juju/charm.v... | urosj/charmstore-1 | internal/v4/status_test.go | GO | agpl-3.0 | 8,337 |
// Copyright (c) 2012-present The upper.io/db authors. All rights reserved.
//
// 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... | admpub/nging | vendor/github.com/webx-top/db/comparison.go | GO | agpl-3.0 | 8,541 |
<?php
/**
* plentymarkets shopware connector
* Copyright © 2013-2014 plentymarkets GmbH
*
* According to our dual licensing model, this program can be used either
* under the terms of the GNU Affero General Public License, version 3,
* or under a proprietary license.
*
* The texts of the GNU Affero General Publ... | naturdrogerie/plentymarkets-shopware-connector | Components/Soap/Models/PlentySoapObject/DeliveryRow.php | PHP | agpl-3.0 | 1,450 |
# -*- coding: 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 'UserProject.drive_auth'
db.add_column(u'user_project', 'drive_auth',
s... | taikoa/wevolver-server | wevolve/projects/migrations/0006_auto__add_field_userproject_drive_auth.py | Python | agpl-3.0 | 8,173 |
ace.define("ace/mode/jsx", ["require", "exports", "module", "ace/lib/oop", "ace/mode/text", "ace/tokenizer", "ace/mode/jsx_highlight_rules", "ace/mode/matching_brace_outdent", "ace/mode/behaviour/cstyle", "ace/mode/folding/cstyle"], function (e, t, n) {
function l() {
this.HighlightRules = o, this.$outdent ... | ahammer/MySaasa | server/src/main/webapp/ace/src-min-noconflict/mode-jsx.js | JavaScript | agpl-3.0 | 17,411 |
<?php
class TreeNode {
public $text = "";
public $id = "";
public $iconCls = "";
public $leaf = true;
public $draggable = false;
public $href = "#";
public $hrefTarget = "";
function __construct($id,$text,$iconCls,$leaf,$draggable,$href,$hrefTarget) {
$this->id = $id;
... | carbonadona/pm | workflow/engine/methods/cases/casesToReviseTreeContent.php | PHP | agpl-3.0 | 2,947 |
# Northerner Cyril #
Welcome to the Northerner!
This is the reference implementation for a server-client, token-based online architecture of the game Carcassonne.
You may want to look into our [Wiki][] or jump to the [Protocol][]
[Wiki]: https://github.com/BenWiederhake/northerner-cyril/wiki
[Protocol]: https://gi... | BenWiederhake/northerner-cyril | README.md | Markdown | agpl-3.0 | 374 |
<?php
namespace CloudDataService\NHSNumberValidation\Test;
use CloudDataService\NHSNumberValidation\Test\TestCase;
use CloudDataService\NHSNumberValidation\Validator;
class ValidatorTest extends TestCase
{
public function testInit()
{
$validator = new Validator;
$this->assertTrue(is_object($v... | CloudDataService/nhs-number-validation | tests/ValidatorTest.php | PHP | agpl-3.0 | 3,767 |
# Copyright (C) 2021 OpenMotics BV
#
# This program 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, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distribu... | openmotics/gateway | src/gateway/apartment_controller.py | Python | agpl-3.0 | 9,287 |
<?php
/**
* BaseContact class
*
* @author Carlos Palma <chonwil@gmail.com>
*/
abstract class BaseContact extends ContentDataObject {
// -------------------------------------------------------
// Access methods
// -------------------------------------------------------
... | fengoffice/fengoffice | application/models/contacts/base/BaseContact.class.php | PHP | agpl-3.0 | 15,547 |
<?php
/*********************************************************************************
* SugarCRM Community Edition is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2011 SugarCRM Inc.
*
* This program is free software; you can redistribute it and/or modify it under
... | firstmoversadvantage/sugarcrm | tests/include/SubPanel/Bug41738Test.php | PHP | agpl-3.0 | 6,370 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="es">
<head>
<!-- Generated by javadoc (1.8.0_122-ea) on Thu Jan 19 17:37:21 CET 2017 -->
<title>Uses of Class me.Bn32w.Bn32wEngine.entity.collision.CollisionBox</title>
<meta name="date" c... | Bn32w/Bn32wEngine | doc/me/Bn32w/Bn32wEngine/entity/collision/class-use/CollisionBox.html | HTML | agpl-3.0 | 7,104 |
<div class="split-content">
<div class="header">
<h2 translate>Templates</h2>
<div class="pull-right">
<div class="sortbar pull-left">
<span class="lab" translate>Filter:</span>
<div class="dropdown" dropdown sd-dropdown-position>
<button id="order_button" class="dro... | vladnicoara/superdesk-client-core | scripts/superdesk-templates/views/templates.html | HTML | agpl-3.0 | 8,009 |
<?php
class MetadataPlugin extends KalturaPlugin
{
const PLUGIN_NAME = 'metadata';
const METADATA_FLOW_MANAGER_CLASS = 'kMetadataFlowManager';
const METADATA_COPY_HANDLER_CLASS = 'kMetadataObjectCopiedHandler';
const METADATA_DELETE_HANDLER_CLASS = 'kMetadataObjectDeletedHandler';
const BULK_UPLOAD_COLUM... | MimocomMedia/kaltura | package/app/app/plugins/metadata/MetadataPlugin.php | PHP | agpl-3.0 | 10,744 |
import React from 'react';
import PropTypes from 'prop-types';
import ManaUsageGraph from './ManaUsageGraph';
class HealingDoneGraph extends React.PureComponent {
static propTypes = {
start: PropTypes.number.isRequired,
end: PropTypes.number.isRequired,
offset: PropTypes.number.isRequired,
healingBy... | yajinni/WoWAnalyzer | src/parser/shared/modules/resources/mana/ManaUsageChartComponent.js | JavaScript | agpl-3.0 | 3,101 |
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="shortcut icon" href="../../../../assets/images/dasch-favicon.ico">
<meta name="generator" content="mkdoc... | dhlab-basel/Knora | 05-internals/design/api-v2/overview/index.html | HTML | agpl-3.0 | 61,615 |
/*
* Copyright (c) 2015 - 2016 Memorial Sloan-Kettering Cancer Center.
*
* This library 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. The software and documentation provided hereunder
* is ... | bihealth/cbioportal | core/src/main/java/org/mskcc/cbio/portal/util/GeneticProfileUtil.java | Java | agpl-3.0 | 3,897 |
odoo.define('web_editor.field_html_tests', function (require) {
"use strict";
var ajax = require('web.ajax');
var FormView = require('web.FormView');
var testUtils = require('web.test_utils');
var weTestUtils = require('web_editor.test_utils');
var core = require('web.core');
var Wysiwyg = require('web_editor.wysiwyg'... | rven/odoo | addons/web_editor/static/tests/field_html_tests.js | JavaScript | agpl-3.0 | 20,217 |
"use strict";
require("./setup");
var exchange = require("../src/exchange"),
assert = require("assert"),
config = require("config"),
async = require("async");
describe("Exchange", function () {
describe("rounding", function () {
it("should round as expected", function() {
assert.equal( excha... | OpenBookPrices/openbookprices-api | test/exchange.js | JavaScript | agpl-3.0 | 2,486 |
<?php
require_once __BASE__.'/model/Storable.php';
class AccountSMTP extends Storable
{
public $id = MYSQL_PRIMARY_KEY;
public $code = '';
public $created = MYSQL_DATETIME;
public $last_edit = MYSQL_DATETIME;
public $name = '';
public $host = '';
public $port = '';
public $connection... | ctlr/MailCtlr | module/config/model/AccountSMTP.php | PHP | agpl-3.0 | 2,329 |
# frozen_string_literal: true
require "spec_helper"
describe "Edit initiative", type: :system do
let(:organization) { create(:organization) }
let(:user) { create(:user, :confirmed, organization: organization) }
let(:initiative_title) { translated(initiative.title) }
let(:new_title) { "This is my initiative ne... | decidim/decidim | decidim-initiatives/spec/system/edit_initiative_spec.rb | Ruby | agpl-3.0 | 2,976 |
from odoo import fields, models
class Job(models.Model):
_inherit = "crm.team"
survey_id = fields.Many2one(
'survey.survey', "Interview Form",
help="Choose an interview form")
def action_print_survey(self):
return self.survey_id.action_print_survey()
| ingadhoc/sale | crm_survey/models/crm_job.py | Python | agpl-3.0 | 291 |
package com.alessiodp.parties.bukkit.addons.external.skript.expressions;
import ch.njol.skript.classes.Changer;
import ch.njol.skript.doc.Description;
import ch.njol.skript.doc.Examples;
import ch.njol.skript.doc.Name;
import ch.njol.skript.doc.Since;
import ch.njol.skript.expressions.base.SimplePropertyExpression;
im... | AlessioDP/Parties | bukkit/src/main/java/com/alessiodp/parties/bukkit/addons/external/skript/expressions/ExprPartyName.java | Java | agpl-3.0 | 1,576 |
//Copyright (c) 2018 Ultimaker B.V.
//CuraEngine is released under the terms of the AGPLv3 or higher.
#ifndef INFILL_SUBDIVCUBE_H
#define INFILL_SUBDIVCUBE_H
#include "../settings/types/Ratio.h"
#include "../utils/IntPoint.h"
#include "../utils/Point3.h"
namespace cura
{
struct LayerIndex;
class Polygons;
class Sli... | Ultimaker/CuraEngine | src/infill/SubDivCube.h | C | agpl-3.0 | 5,355 |
class CreateColorMappings < ActiveRecord::Migration
def self.up
create_table :color_mappings do |t|
t.references :collage
t.references :tag
t.string :hex
t.timestamps
end
end
def self.down
drop_table :color_mappings
end
end
| emmalemma/h2o | db/migrate/20121005144035_create_color_mappings.rb | Ruby | agpl-3.0 | 269 |
##############################################################################
# For copyright and license notices, see __manifest__.py file in module root
# directory
##############################################################################
from . import account_move
from . import account_move_line
from . import ... | ingadhoc/multi-company | account_multic_fix/models/__init__.py | Python | agpl-3.0 | 340 |
/**
* Copyright (C) 2001-2020 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify it under the terms of the
* GNU Affero General Public License as published by ... | rapidminer/rapidminer-studio | src/main/java/com/rapidminer/gui/new_plotter/configuration/LineFormat.java | Java | agpl-3.0 | 6,597 |
package com.nexusplay.containers;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileNotFoundException;
import java.io.FileOutputStream;
import java.io.IOException;
import java.math.BigInteger;
import java.sql.SQLException;
import org.apache.commons.io.IOUtils;
import com.nexusplay.db.SubtitlesD... | AlexCristian/NexusPlay | src/com/nexusplay/containers/Change.java | Java | agpl-3.0 | 4,573 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_20) on Tue May 04 10:00:19 CEST 2010 -->
<TITLE>
Uses of Class mx.database.table.Query
</TITLE>
<META NAME="date" CONTENT="2010-05-04">
... | TecaDigitale/Gestione-Connessioni-DataBase | Gestione Connessioni DataBase/doc/mx/database/table/class-use/Query.html | HTML | agpl-3.0 | 9,871 |
from ctypes import *
import ctypes.util
import threading
import os
import sys
from warnings import warn
from functools import partial
import collections
import re
import traceback
# vim: ts=4 sw=4 et
if os.name == 'nt':
backend = CDLL('mpv-1.dll')
fs_enc = 'utf-8'
else:
import locale
lc, enc = locale... | Frechdachs/python-mpv | mpv.py | Python | agpl-3.0 | 42,232 |
/*
* The Kuali Financial System, a comprehensive financial management system for higher education.
*
* Copyright 2005-2017 Kuali, Inc.
*
* This program 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 Foundat... | quikkian-ua-devops/will-financials | kfs-purap/src/main/java/org/kuali/kfs/module/purap/document/validation/impl/RequisitionNewIndividualItemValidation.java | Java | agpl-3.0 | 2,205 |
// License: MIT
#pragma once
//\brief: TypeFlags, mostly used to define updatePackets.
//\note: check out class inheritance. it is not true that every unit is "just" a creature.
/*
object
- unit
- - player
- - creature
- - - pet <- probably wrong inheritance from summon not from creature
- - - totem <- probably ... | master312/AscEmu | src/world/Objects/ObjectDefines.h | C | agpl-3.0 | 2,026 |
<?php
declare(strict_types=1);
/**
* @copyright Copyright (c) 2020, Morris Jobke <hey@morrisjobke.de>
*
* @author Morris Jobke <hey@morrisjobke.de>
*
* @license GNU AGPL version 3 or any later version
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affe... | andreas-p/nextcloud-server | lib/private/Files/Mount/ObjectStorePreviewCacheMountProvider.php | PHP | agpl-3.0 | 4,483 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../../../aui/css/aui.mi... | cm-is-dog/rapidminer-studio-core | report/html/com/rapidminer/tools/expression/internal/function/bitwise/top-risks.html | HTML | agpl-3.0 | 8,599 |
# --
# Kernel/GenericInterface/Operation/Session/SessionCreate.pm - GenericInterface SessionCreate operation backend
# Copyright (C) 2001-2014 OTRS AG, http://otrs.com/
# --
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (AGPL). If you
# did not r... | rahulvador/CoreHD | Kernel/GenericInterface/Operation/Session/SessionCreate.pm | Perl | agpl-3.0 | 3,682 |
<?php
/**
* plentymarkets shopware connector
* Copyright © 2013 plentymarkets GmbH
*
* According to our dual licensing model, this program can be used either
* under the terms of the GNU Affero General Public License, version 3,
* or under a proprietary license.
*
* The texts of the GNU Affero General Public Li... | k-30/plentymarkets-shopware-connector | Components/Soap/Models/PlentySoapObject/ItemBase.php | PHP | agpl-3.0 | 3,646 |
<div id="detail_{{ object.id }}" class="detail box ui-draggable ui-droppable expanded expanded-padding">
<div class="box-header">
<div class="box-name ui-draggable-handle">
<i class="fa fa-fw fa-search"></i>
<span>Details of subscription {{ object.name }}</span>
</div>
... | inspyration/django-gluon | gluon/saas/templates/subscription.html | HTML | agpl-3.0 | 9,056 |
/*********************************************************************
* Portions COPYRIGHT 2016 STMicroelectronics *
* Portions SEGGER Microcontroller GmbH & Co. KG *
* Solutions for real time microcontroller applications *
********************************... | mariobarbareschi/stm32-compiler-docker | STM32Cube_FW_F4_V1.11.0/Projects/STM32446E_EVAL/Applications/STemWin/STemWin_SampleDemo/Demo/GUIDEMO_Resource.c | C | agpl-3.0 | 405,068 |
# -*- coding: utf-8 -*-
"""
2020-09-07 Cornelius Kölbel <cornelius.koelbel@netknights.it>
Add exception
2017-04-26 Friedrich Weber <friedrich.weber@netknights.it>
Make it possible to check for correct LDAPS/STARTTLS settings
2017-01-08 Cornelius Kölbel <cornelius.koelbel@netknights.it>
... | privacyidea/privacyidea | tests/ldap3mock.py | Python | agpl-3.0 | 28,972 |
package storage
import (
"fmt"
"strings"
"time"
mgo "github.com/ilius/mgo"
"github.com/ilius/mgo/bson"
)
func ModifyIndexTTL(db mgo.Database, collection string, index mgo.Index) error {
keyInfo, err := mgo.ParseIndexKey(index.Key)
if err != nil {
return err
}
expireAfterSeconds := int(index.ExpireAfter / ... | ilius/starcal-server | pkg/scal/storage/index_ttl.go | GO | agpl-3.0 | 1,140 |
/**
* Copyright (C) 2000 - 2012 Silverpeas
*
* This program 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, either version 3 of the
* License, or (at your option) any later version.
*
* As a spe... | NicolasEYSSERIC/Silverpeas-Core | web-core/src/main/java/com/stratelia/silverpeas/peasCore/SilverpeasWebUtil.java | Java | agpl-3.0 | 5,021 |
/*
* Copyright (c) 2012 - 2020 Splice Machine, Inc.
*
* This file is part of Splice Machine.
* Splice Machine 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, either
* version 3, or (at your option) ... | splicemachine/spliceengine | splice_si_api/src/main/java/com/splicemachine/si/impl/Tracer.java | Java | agpl-3.0 | 4,164 |
window.WebServiceClientTest = new Class( {
Implements : [Events, JsTestClass, Options],
Binds : ['onDocumentReady', 'onDocumentError'],
options : {
testMethods : [
{ method : 'initialize_', isAsynchron : false }]
},
constants : {
},
initialize : function( options )... | ZsZs/ProcessPuzzleUI | Implementation/WebTier/WebContent/JavaScript/ObjectTests/WebServiceClient/WebServiceClientTest.js | JavaScript | agpl-3.0 | 736 |
/*
* JBILLING CONFIDENTIAL
* _____________________
*
* [2003] - [2012] Enterprise jBilling Software Ltd.
* All Rights Reserved.
*
* NOTICE: All information contained herein is, and remains
* the property of Enterprise jBilling Software.
* The intellectual and technical concepts contained
* herein are proprie... | rahith/ComtalkA-S | src/java/com/sapienter/jbilling/server/user/CompanyWS.java | Java | agpl-3.0 | 3,574 |
.wm_language_place {
display:none;
}
#demo_info .sprite {
display:-moz-inline-box;
display:inline-block;
margin-right:6px;
background-image:url(http://afterlogic.com/img/flags/langs.png);
background-repeat:no-repeat;
padding:1px 6px 1px 28px;
}
#demo_info a.sprite {
color:#555;
text-decoration:none;
-moz-bord... | eliasrosa/webmail | pub/skins/login.css | CSS | agpl-3.0 | 2,736 |
/*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* This program 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, either version 3 of... | phenotips/variant-store | integration/api/src/main/java/org/phenotips/variantStoreIntegration/VariantStoreVariant.java | Java | agpl-3.0 | 3,411 |
/*
* Created on 20/giu/2010
*
* Copyright 2010 by Andrea Vacondio (andrea.vacondio@gmail.com).
*
* This file is part of the Sejda source code
*
* This program 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 Softwa... | torakiki/sejda | sejda-model/src/main/java/org/sejda/model/exception/TaskWrongPasswordException.java | Java | agpl-3.0 | 1,584 |
import { module, test } from 'qunit';
import { setupTest } from 'ember-qunit';
module('Unit | Model | partner partnerclient plan', function(hooks) {
setupTest(hooks);
// Replace this with your real tests.
test('it exists', function(assert) {
let store = this.owner.lookup('service:store');
let model = st... | appknox/irene | tests/unit/models/partner/partnerclient-plan-test.js | JavaScript | agpl-3.0 | 404 |
eqauctions-trending
===============
Early stages...let's see what becomes of this.
## What is it?
This will be a place to read about trending items
that are sold/located on http://ahungry.com/eqauctions/
for buying/selling on the http://project1999.org
EverQuest classic emulation server.
Don't forget to
```shell
git... | ahungry/eqauctions-trending | README.md | Markdown | agpl-3.0 | 470 |
/*
* Copyright (C) 2000 - 2016 Silverpeas
*
* This program 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, either version 3 of the
* License, or (at your option) any later version.
*
* As a spec... | auroreallibe/Silverpeas-Core | core-services/personalOrganizer/src/main/java/org/silverpeas/core/personalorganizer/service/JournalDAO.java | Java | agpl-3.0 | 30,469 |
/**
* Copyright (C) 2000 - 2013 Silverpeas
*
* This program 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, either version 3
* of the License, or (at your option) any later version.
*
* As a specia... | CecileBONIN/Silverpeas-Core | lib-core/src/main/java/com/stratelia/webactiv/beans/admin/SpaceProfileInstManager.java | Java | agpl-3.0 | 14,175 |
package org.bimserver.database.query.literals;
/******************************************************************************
* Copyright (C) 2009-2019 BIMserver.org
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* publi... | opensourceBIM/BIMserver | BimServer/src/org/bimserver/database/query/literals/StringLiteral.java | Java | agpl-3.0 | 1,207 |
<?php
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Master Subscription
* Agreement ("License") which can be viewed at
* http://www.sugarcrm.com/crm/en/msa/master_subscription_agreement_11_April_2011.pdf
* By installing or... | harish-patel/ecrm | modules/Roles/language/nb_NO.lang.php | PHP | agpl-3.0 | 2,968 |
<?php
/**
* Manager for Plus
*
* !! Most of Plus is handled via Discovery or Wire\Paywall !!
*/
namespace Minds\Core\Plus;
use Minds\Core\Di\Di;
use Minds\Core\Config;
use Minds\Core\Data\ElasticSearch;
use Minds\Core\Data\Cassandra;
use Minds\Core\Wire\Paywall\PaywallEntityInterface;
use Minds\Core\Rewards\Contri... | Minds/engine | Core/Plus/Manager.php | PHP | agpl-3.0 | 8,138 |
# -*- coding: utf-8 -*-
"""
Models for Student Identity Verification
This is where we put any models relating to establishing the real-life identity
of a student over a period of time. Right now, the only models are the abstract
`PhotoVerification`, and its one concrete implementation
`SoftwareSecurePhotoVerification`... | jolyonb/edx-platform | lms/djangoapps/verify_student/models.py | Python | agpl-3.0 | 40,982 |
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU... | alanjw/GreenOpenERP-Win-X86 | openerp/addons/stock/stock.py | Python | agpl-3.0 | 163,768 |
OC.L10N.register(
"files_external",
{
"Fetching request tokens failed. Verify that your app key and secret are correct." : "Ошибка получения токенов запроса. Проверьте корректность ключа и секрета приложения.",
"Fetching access tokens failed. Verify that your app key and secret are correct." : "Ошибка п... | IljaN/core | apps/files_external/l10n/ru.js | JavaScript | agpl-3.0 | 10,010 |
<?xml version="1.0" encoding="iso-8859-1"?>
<!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>
<!-- template designed by Marco Von Ballmoos -->
<title>Docs For Class Zend_Uri</title>
<... | MarStan/sugar_work | include/ZendGdata/documentation/api/core/Zend_Uri/Zend_Uri.html | HTML | agpl-3.0 | 17,772 |
/*
* This file is part of Kotaka, a mud library for DGD
* http://github.com/shentino/kotaka
*
* Copyright (C) 2018, 2021 Raymond Jennings
*
* This program 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 Fo... | shentino/kotaka | mud/home/Verb/sys/verb/ooc/wiz/sitebans.c | C | agpl-3.0 | 2,528 |
/********
* This file is part of Ext.NET.
*
* Ext.NET 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, either version 3 of the
* License, or (at your option) any later version.
*
... | codeyu/Ext.NET.Community | Ext.Net/Factory/Config/RadialAxisConfig.cs | C# | agpl-3.0 | 3,283 |
package uploads
import (
"context"
"errors"
"fmt"
"io/ioutil"
"os"
"path/filepath"
"regexp"
"sync"
"time"
"github.com/go-kit/log/level"
"github.com/prometheus/client_golang/prometheus"
"github.com/grafana/loki/pkg/storage/chunk"
"github.com/grafana/loki/pkg/storage/chunk/local"
chunk_util "github.com/g... | grafana/loki | pkg/storage/stores/shipper/uploads/table_manager.go | GO | agpl-3.0 | 7,136 |
/*
* SessionShiny.cpp
*
* Copyright (C) 2009-12 by RStudio, Inc.
*
* Unless you have received this program directly from RStudio pursuant
* to the terms of a commercial license agreement with RStudio, then
* this program is licensed to you under the terms of version 3 of the
* GNU Affero General Public License.... | nvoron23/rstudio | src/cpp/session/modules/shiny/SessionShiny.cpp | C++ | agpl-3.0 | 3,808 |
from django import forms
# future use | DemocracyFoundation/Epitome | Agora/forms.py | Python | agpl-3.0 | 40 |
/**
* Copyright (C) 2009-2014 BIMserver.org
*
* This program 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, either version 3 of the
* License, or (at your option) any later version.
*
* This ... | shenan4321/BIMplatform | generated/cn/dlb/bim/models/ifc4/IfcSubContractResourceTypeEnum.java | Java | agpl-3.0 | 7,689 |
# frozen_string_literal: true
require 'rails_helper'
describe Api::LessonsController, type: :request do
include RequestSpecUserSetup
context 'is not logged in' do
it 'can not create' do
post '/api/lessons', {}
expect(response.status).to eq 401
end
context 'data exists' do
let(:less... | NullVoxPopuli/aeonvera | app/resources/api/lessons/request_spec.rb | Ruby | agpl-3.0 | 4,322 |
DELETE FROM database_variables WHERE name = 'database-schema-version'; | berkmancenter/mediacloud | apps/postgresql-server/pgmigrate/migrations/V0002__drop_db_version_var.sql | SQL | agpl-3.0 | 70 |
<?php
if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point');
global $mod_strings;
$module_menu = Array(
Array("index.php?module=Teams&action=EditView&return_module=Teams&return_action=DetailView", $mod_strings['LNK_NEW_TEAM'], "CreateTeams"),
Array("index.php?module=Teams&action=index", $mod_strin... | harish-patel/ecrm | modules/Teams/Menu.php | PHP | agpl-3.0 | 565 |
<?php
/**
* sfGuardGroupUtf8 form.
*
* @package rrr
* @subpackage form
* @author Your name here
* @version SVN: $Id: sfDoctrineFormTemplate.php 23810 2009-11-12 11:07:44Z Kris.Wallsmith $
*/
class sfGuardGroupUtf8Form extends BasesfGuardGroupUtf8Form
{
/**
* @see sfGuardGroupForm
*/
public f... | simonoche/wterritoires | lib/form/doctrine/sfGuardGroupUtf8Form.class.php | PHP | agpl-3.0 | 375 |
///*
// * Tanaguru - Automated webpage assessment
// * Copyright (C) 2008-2017 Tanaguru.org
// *
// * This program 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, either version 3 of the
// * Lic... | Tanaguru/Tanaguru | rules/rgaa3-2017/src/test/java/org/tanaguru/rules/rgaa32017/Rgaa32017Rule100901Test.java | Java | agpl-3.0 | 5,642 |
import { NPS } from './NPS'
export default NPS
| botpress/botpress | packages/ui-admin/src/app/NetPromoterScore/NetPromotingScore/index.tsx | TypeScript | agpl-3.0 | 47 |
<?php
/**
* Zend Framework
*
* LICENSE
*
* This source file is subject to the new BSD license that is bundled
* with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://framework.zend.com/license/new-bsd
* If you did not receive a copy of the license an... | renderpci/dedalo-4 | lib/Zend/Media/Id3/Frame/Tpos.php | PHP | agpl-3.0 | 3,380 |
<?php
/* @var $this AenderungsantraegeController */
/* @var $model Aenderungsantrag */
$this->breadcrumbs = array(
Yii::t('app', 'Administration') => $this->createUrl('/admin/index'),
$model->label(2) => array('index'),
Yii::t('app', 'Create'),
);
$this->menu = array(
array('label' => $model->label... | joriki/antragsgruen | protected/views/admin/aenderungsantraege/create.php | PHP | agpl-3.0 | 639 |
'use strict';
/**
* @ngdoc directive
* @name GO.Core.CustomFields.goCustomFieldsEdit
*
* @description
* Prints custom fields form fieldsets.
*
*
* @param {string} ngModel The customFields model property of the model the customFields belong to
* @param {string} serverModel The custom fields server model.
*... | Intermesh/groupoffice-webclient | app/core/directives/custom-fields/custom-fields-edit-directive.js | JavaScript | agpl-3.0 | 5,358 |
/*
Copyright (C) 2017 Cloudbase Solutions SRL
This program 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, either version 3 of the
License, or (at your option) any later version.
This program is distribute... | aznashwan/coriolis-web | src/components/molecules/DropdownFilter/DropdownFilter.tsx | TypeScript | agpl-3.0 | 4,086 |
"""
Block Depth Transformer
"""
from __future__ import absolute_import
from openedx.core.djangoapps.content.block_structure.transformer import BlockStructureTransformer
class BlockDepthTransformer(BlockStructureTransformer):
"""
Keep track of the depth of each block within the block structure. In case
o... | ESOedX/edx-platform | lms/djangoapps/course_api/blocks/transformers/block_depth.py | Python | agpl-3.0 | 2,059 |
#!/usr/bin/env ruby
# Exit codes:
# 0 Test run successful (even with reruns)
# 1 Unspecified error
# 2 Linting failed
# 4 No profile given
# 8 Gettext isn't installed
# 16 Gettext files did not validate
# 32 Cucumber failed
# 64 Rspec failed
# TODO: Use Open4 to continuously flush STDOUT output from the ... | psy-q/vinylla | bin/run_tests.rb | Ruby | agpl-3.0 | 2,817 |
# Copyright 2018 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
import ast
from odoo import api, exceptions, models, _
class MailComposeMessage(models.TransientModel):
_inherit = 'mail.compose.message'
@api.model
def _get_priorities(self):
"""
Load priorities... | mozaik-association/mozaik | mail_job_priority/wizards/mail_compose_message.py | Python | agpl-3.0 | 1,920 |
<?php
/**
* @package Billing
* @copyright Copyright (C) 2012-2016 BillRun Technologies Ltd. All rights reserved.
* @license GNU Affero General Public License Version 3; see LICENSE.txt
*/
/**
* This is a prototype for a services action.
*
*/
abstract class Billrun_ActionManagers_Services_... | BillRun/system | library/Billrun/ActionManagers/Services/Action.php | PHP | agpl-3.0 | 905 |
#feedbackForm { width: 100%; }
#feedbackForm label { width: 250px; }
#feedbackForm label.error, #commentForm input.submit { margin-left: 253px; }
input[type=text], input[type=password], select, textarea, .inputbox { padding: 3px 5px; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 100%; border: 1px solid... | eoconsulting/django-zoook | django_zoook/static/css/default/form.css | CSS | agpl-3.0 | 2,233 |
<table mat-table
*ngIf="dataSource"
[dataSource]="dataSource"
[trackBy]="tableTrackerFn"
class="ya-data-table">
<ng-container matColumnDef="order">
<th mat-header-cell *matHeaderCellDef style="width: 1px">#</th>
<td mat-cell *matCellDef="let queue">
{{ queue.order }}
</t... | m-sc/yamcs | yamcs-web/src/main/webapp/src/app/commanding/queues/QueuesTable.html | HTML | agpl-3.0 | 3,243 |
DELETE FROM `landblock_instance` WHERE `landblock` = 0xA8E0;
INSERT INTO `landblock_instance` (`guid`, `weenie_Class_Id`, `obj_Cell_Id`, `origin_X`, `origin_Y`, `origin_Z`, `angles_W`, `angles_X`, `angles_Y`, `angles_Z`, `is_Link_Child`, `last_Modified`)
VALUES (0x7A8E0026, 30749, 0xA8E00108, 82.301, 85.604, 23.137, 0... | ACEmulator/ACE-World | Database/3-Core/6 LandBlockExtendedData/SQL/A8E0.sql | SQL | agpl-3.0 | 1,809 |
'use strict'
var config = {}
config.facebook = {
'appID': '261938654297222',
'appSecret': 'cd8d0bf4ce75ae5e24be29970b79876f',
'callbackUrl': '/login/facebook/callback/'
}
config.server = {
'port': process.env.PORT || 3000,
'env': process.env.NODE_ENV || 'dev',
'dbUrl': process.env.MONGODB_URI || 'mongodb... | damirkotoric/minihero.org | config.js | JavaScript | agpl-3.0 | 640 |
/*
* _ _ _
* | | | | | |
* | | __ _| |__ ___ ___ __ _| |_ Labcoat (R)
* | |/ _` | '_ \ / __/ _ \ / _` | __| Powerful development environment for Quirrel.
* | | (_| | |_) | (_| (_) | (_| | |_ Copyright (C) 2010 - 2013... | precog/labcoat-legacy | js/ace/mode/csharp.js | JavaScript | agpl-3.0 | 2,838 |
/*
* Copyright 2013 Anton Tananaev (anton.tananaev@gmail.com)
*
* 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 b... | datamatica-pl/traccar-orm | src/main/java/pl/datamatica/traccar/model/Device.java | Java | agpl-3.0 | 23,210 |
<?php
include_once("bqf_strings.php");
class bqf_unescape_stringTest extends PHPUnit_Framework_TestCase {
public function testUnescape() {
$tests = array(
array("one", "one"),
array('<a href="test">test</a>', '<a href="test">test</a>'),
array(' with spaces ', ' with spaces '),
array(' "quoted"', '... | electricbookworks/betterquiz | public/lib/betterquiz/func.bqf_unescape_string.test.php | PHP | agpl-3.0 | 662 |
\hypertarget{structParticleSystem_1_1GravObj}{\section{Particle\-System\-:\-:Grav\-Obj Strukturreferenz}
\label{structParticleSystem_1_1GravObj}\index{Particle\-System\-::\-Grav\-Obj@{Particle\-System\-::\-Grav\-Obj}}
}
{\ttfamily \#include $<$Particle\-System.\-h$>$}
\subsection*{Öffentliche Attribute}
\begin{DoxyC... | vroland/SimpleAnalyzer | doc/latex/structParticleSystem_1_1GravObj.tex | TeX | agpl-3.0 | 3,081 |
<!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>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Rgaa32016 Test.11.01.2 NA 03</title>
... | dzc34/Asqatasun | rules/rules-rgaa3.2016/src/test/resources/testcases/rgaa32016/Rgaa32016Rule110102/Rgaa32016.Test.11.01.02-4NA-03.html | HTML | agpl-3.0 | 2,057 |
# -*- encoding: utf-8 -*-
##############################################################################
#
# res_partner
# Copyright (c) 2013 Codeback Software S.L. (http://codeback.es)
# @author: Miguel García <miguel@codeback.es>
# @author: Javier Fuentes <javier@codeback.es>
#
# This program is fr... | codeback/openerp-cbk_company_web_discount | res_company.py | Python | agpl-3.0 | 1,385 |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (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.mozilla.org/MPL/
*
... | reidab/icecondor-server-rails | public/javascripts/ace/ace/search.js | JavaScript | agpl-3.0 | 9,844 |
/**
* Copyright (C) 2000 - 2013 Silverpeas
*
* This program 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, either version 3
* of the License, or (at your option) any later version.
*
* As a specia... | CecileBONIN/Silverpeas-Core | ejb-core/node/src/main/java/com/stratelia/webactiv/util/node/model/NodeSelection.java | Java | agpl-3.0 | 3,220 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.