id stringlengths 64 64 | content stringlengths 500 100k | language stringclasses 29
values | path stringlengths 4 333 | repo stringlengths 5 116 | license stringclasses 15
values | size int64 500 100k | lines int64 26 8.06k | source stringclasses 1
value |
|---|---|---|---|---|---|---|---|---|
5cd8507976427018181c833df41a9a32f7c6f3db7d0447ecd064c69f0550a4b4 | <!DOCTYPE html>
<html dir="ltr" lang="pl">
<head>
<title>Zmienne globalne - Rubinius</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta content='pl' http-equiv='content-language'>
<meta content='Rubinius is an implementation of the Ruby programming ... | HTML | web/_site/doc/pl/ruby/global-variables/index.html | whiteley/rbx-deb | bsd-3-clause | 8,095 | 264 | codeparrot/github-code |
5e608e6d0a082a250bf793ff9205ca22fe55f7fbedee1b532321eef13503b86d | /**CHeaderFile***************************************************************
FileName [cuddObj.hh]
PackageName [cudd]
Synopsis [Class definitions for C++ object-oriented encapsulation of
CUDD.]
Description [Class definitions for C++ object-oriented encapsulation of
CUDD.]
SeeAlso []
Aut... | C++ | src/cudd/cuddObj.hh | mgudemann/iimc | bsd-3-clause | 29,938 | 782 | codeparrot/github-code |
4d279e4547c39c08df84c8abb71b8939893cacfd673c4c343fb6531f22a6f028 | /*
* Copyright 2018 The WebRTC Project Authors. All rights reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing ... | C++ | third_party/webrtc/p2p/base/mdns_message.cc | endlessm/chromium-browser | bsd-3-clause | 10,727 | 397 | codeparrot/github-code |
e5539274caad53b8da862256a4e2ced8ebd5ef120d9c96e8b0e6adaeb61a37a3 | /*
* Copyright (c) 2014, Furore (info@furore.com) and contributors
* See the file CONTRIBUTORS for details.
*
* This file is licensed under the BSD 3-Clause license
* available at https://raw.githubusercontent.com/ewoutkramer/fhir-net-api/master/LICENSE
*/
using Spark.Search.Support;
using Hl7.Fhir.Serializat... | C# | src/Spark.Engine/Search/ValueExpressionTypes/QuantityValue.cs | Illivion/spark | bsd-3-clause | 2,060 | 67 | codeparrot/github-code |
f11a7c4c1b8c4805108c582edaa3244da0292b6985b3624ad3e89546beaa4b75 | // Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BASE_PICKLE_H_
#define BASE_PICKLE_H_
#include <string>
#include "base/base_export.h"
#include "base/basictypes.h"
#include "base/compiler_s... | C | base/pickle.h | Chilledheart/chromium | bsd-3-clause | 12,231 | 309 | codeparrot/github-code |
9ba7b9d762a20524ab7a58618a443d7a834377699eceb542dcff46bdaee09c7f | # Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import unittest
from telemetry import decorators
from telemetry.core import util
util.AddDirToPythonPath(util.GetTelemetryDir(), 'third_party', 'mock')
imp... | Python | tools/telemetry/telemetry/decorators_unittest.py | Just-D/chromium-1 | bsd-3-clause | 5,452 | 172 | codeparrot/github-code |
2480c8b1907d714c66a6c11d072c3bcd6f4a35915805c484e216abe7f6a06664 | "use strict";
angular.module('arethusa.core').service('arethusaGrid', [
'gridsterConfig',
'$window',
'plugins',
'$rootScope',
'notifier',
'globalSettings',
function(gridsterConfig, $window, plugins, $rootScope, notifier, globalSettings) {
var self = this;
var win = angular.element($window);
... | JavaScript | app/js/arethusa.core/services/arethusa_grid.js | fbaumgardt/arethusa | mit | 3,848 | 140 | codeparrot/github-code |
bdae2a1ff34a1ceace775aa42be4e03642a958f2f9f9daf6722e19c241e2c33b | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Core\Template\Smarty\Plugins\TheliaLoop | </title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css">
... | HTML | api/2.0.2/Thelia/Core/Template/Smarty/Plugins/TheliaLoop.html | Mertiozys/thelia.github.io | mit | 22,759 | 664 | codeparrot/github-code |
c9b01d63f2dcf50f824d2189bf74bda617249d3f61e2bcca8feb0352fe8b9691 | <!DOCTYPE html>
<!--[if IE 8 ]><html lang="en" class="ie8"><![endif]-->
<!--[if IE 9 ]><html lang="en" class="ie9"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>jQuery thumbnail/image scroll... | HTML | www/resource/module/thumbnail.scroller/examples/scrollTo_demo.html | cdll/tjzyo | mit | 6,202 | 170 | codeparrot/github-code |
c78736392384df36987d9c948f3b16f14c78eb67ae8c0ec50b2f16b393406a8c | package com.etsy.conjecture.data;
import java.io.ByteArrayInputStream;
import java.io.ByteArrayOutputStream;
import java.io.ObjectInputStream;
import java.io.ObjectOutputStream;
import com.esotericsoftware.kryo.Kryo;
import com.esotericsoftware.kryo.io.Input;
import com.esotericsoftware.kryo.io.Output;
import com.go... | Java | src/test/java/com/etsy/conjecture/data/StringKeyedVectorTest.java | mathkann/Conjecture | mit | 5,212 | 158 | codeparrot/github-code |
9731c94a1920fa09bf798df82020f3b62037c52082e99dc8cc91783ee215f771 | """
Support for Vera cover - curtains, rollershutters etc.
For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/cover.vera/
"""
import logging
from homeassistant.components.cover import CoverDevice
from homeassistant.components.vera import (
VeraDevice, V... | Python | homeassistant/components/cover/vera.py | Smart-Torvy/torvy-home-assistant | mit | 1,970 | 71 | codeparrot/github-code |
e9384f57a70d1b1ab32f0126815aa30370c565c1bf45fa389836fdbd124548ce | /* ========================================================================
* Bootstrap: tooltip.js v3.0.3
* http://getbootstrap.com/javascript/#tooltip
* Inspired by the original jQuery.tipsy by Jason Frame
* ========================================================================
* Copyright 2013 Twitter, I... | JavaScript | web/js/bootstrap_tooltip_8.js | Aoshido/TestSymfony | mit | 12,294 | 387 | codeparrot/github-code |
4258392a860ab2063b762e22b573cf0a901456f13cf637fd73f529fb81a8a4ab | <?php
require 'exception.php';
class IncompleteMessageException extends CustomException
{
private $input;
public function __construct($message = null, $code = 0)
{
parent::__construct($message, $code);
}
public function setInput($input)
{
$this->input = $input;
}
publ... | PHP | src/protocol.class.php | jiep/WhatsAPI-Official | mit | 18,411 | 727 | codeparrot/github-code |
cf9a05fadeb3ff0c840abfaf49be06c978dab80767e933557d502521c115f3c7 | // Type definitions for non-npm package w3c-web-hid 1.0
// Project: https://wicg.github.io/webhid
// Definitions by: Kouhei Kiyama <https://github.com/kkiyama117>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 3.7
/*~ https://wicg.github.io/webhid/#enumeration */
inte... | TypeScript | types/w3c-web-hid/index.d.ts | georgemarshall/DefinitelyTyped | mit | 5,208 | 179 | codeparrot/github-code |
3db3fd989d6adb81e4b4574788420b13f93fb73c28e67242995bcc3e85217254 | // RUN: %clang_cc1 -std=c++11 -fsyntax-only -verify %s
struct NonTrivial {
NonTrivial(const NonTrivial&);
};
// A defaulted copy constructor for a class X is defined as deleted if X has:
// -- a variant member with a non-trivial corresponding constructor
union DeletedNTVariant {
NonTrivial NT; // expected-note{{... | C++ | extern/llvm/tools/clang/test/CXX/special/class.copy/p11.0x.copy.cpp | abduld/clreflect | mit | 4,669 | 122 | codeparrot/github-code |
7c19c4a585578d11bb9a0c8566db839b1d84d8c1a52fac134090003c475e6e88 | <?php
/**
* PHPExcel
*
* Copyright (c) 2006 - 2015 PHPExcel
*
* 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 ve... | PHP | application/third_party/PHPExcel/Writer/Excel2007/Rels.php | sisinduku/StarTrek | mit | 13,461 | 438 | codeparrot/github-code |
de87e90c305050b7c9deb65c5e05fbe7a54c2d43a44750c4fdd13cd131c7403c | /********************************************************************++
Copyright (c) Microsoft Corporation. All rights reserved.
--********************************************************************/
using System;
using System.Collections;
using System.Management.Automation;
using System.Management.Automation.Hos... | C# | src/Microsoft.PowerShell.ConsoleHost/host/msh/PendingProgress.cs | KarolKaczmarek/PowerShell | mit | 37,803 | 1,215 | codeparrot/github-code |
44e243f3dab9c5614a12331ae920b917f6d35c2e69d736d963c5a17669f15fee | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class org.apache.commons.math3.analysis.interpolation.BicubicSplineInterpolatingFunction (Commons Math 3... | HTML | power-log-it/commons-math3-3.2/docs/apidocs/org/apache/commons/math3/analysis/interpolation/class-use/BicubicSplineInterpolatingFunction.html | tektyte/Log4-Desktop-PC | mit | 10,041 | 192 | codeparrot/github-code |
d52da3855aea9b04af4ce76071f8a4e87f3536745a0a9c6ff177762fe719d263 | /*
* Copyright (c) 2015 Andrew Kelley
*
* This file is part of libsoundio, which is MIT licensed.
* See http://opensource.org/licenses/MIT
*/
#ifndef SOUNDIO_DUMMY_H
#define SOUNDIO_DUMMY_H
#include "soundio_internal.h"
#include "os.h"
#include "ring_buffer.h"
#include "atomics.h"
struct SoundIoPrivate;
int sou... | C | src/dummy.h | andrewrk/libsoundio | mit | 1,421 | 56 | codeparrot/github-code |
702aba7a4694338855f7b4a41c7520e7a15e7f2508ef1785831ee9ad14f0f95b | package org.spongycastle.pqc.math.linearalgebra;
import java.util.Random;
import java.util.Vector;
/**
* This class implements the abstract class <tt>GF2nField</tt> for polynomial
* representation. It computes the field polynomial and the squaring matrix.
* GF2nField is used by GF2nPolynomialElement which implem... | Java | core/src/main/java/org/spongycastle/pqc/math/linearalgebra/GF2nPolynomialField.java | iseki-masaya/spongycastle | mit | 16,114 | 554 | codeparrot/github-code |
5488a5912e575c4630034daa572fe385482f5610c361fabb7040aaa45752d805 | # Copyright 2014 Amazon.com, Inc. or its affiliates. All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"). You
# may not use this file except in compliance with the License. A copy of
# the License is located at
#
# http://aws.amazon.com/apache2.0/
#
# or in the "license" file accompa... | Python | flask-aws/lib/python2.7/site-packages/ebcli/operations/scaleops.py | AccelAI/accel.ai | mit | 2,296 | 64 | codeparrot/github-code |
c7ec038430d041143f382cf2c91c930329f96bc1a35c63e4a8e371144906f59f | /*
* Copyright © 2008 Red Hat, 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,
* modify, merge, publ... | C | third_party/cairo/test/a1-clip.c | graphstorm/graphstorm | mit | 4,823 | 176 | codeparrot/github-code |
f6845be75dee2fc00359396eedfb4a3139f9b8aa6db47b8cf9c6976d3d5d30d2 | package classes.test;
public class FloatMath {
public static void main(String[] args) {
float a = 1f;
float b = 0f;
float c;
try {
c = a / b;
}
catch (ArithmeticException e) {
System.out.println("Caught ArithmeticException as expected: " + e.getMessage());
}
try {
c... | Java | classes/test/FloatMath.java | bpowers/doppio | mit | 4,354 | 128 | codeparrot/github-code |
656237fc070570da0795286b68554d4f09adf1c860eed73d6c64a1d810ff38a9 | "use strict";
angular.module('arethusa.core').service('sidepanel', [
'globalSettings',
'$rootScope',
'$timeout',
function(globalSettings, $rootScope, $timeout) {
var self = this;
var main, panel;
function get(id) {
return angular.element(document.getElementById(id));
}
function show... | JavaScript | app/js/arethusa.core/sidepanel.js | Masoumeh/arethusa | mit | 2,626 | 81 | codeparrot/github-code |
95b36490f9643073434645818c2afd07d5820f1ddf34048332e6c34c27ae3be8 | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System.Diagnostics;
using Internal.Text;
using Internal.TypeSystem;
using Internal.TypeSystem.Interop;
names... | C# | src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/MethodCodeNode.cs | gregkalapos/corert | mit | 6,700 | 179 | codeparrot/github-code |
6b30201ab3c2928f078e88bae88404f9ead44774bfb6d931da54983a44544d89 | // Cordova specific code for the OAuth package.
// Open a popup window, centered on the screen, and call a callback when it
// closes.
//
// @param url {String} url to show
// @param callback {Function} Callback function to call on completion. Takes no
// arguments.
// @param dimensions {optional Object(width, heigh... | JavaScript | packages/oauth/oauth_cordova.js | Hansoft/meteor | mit | 2,401 | 69 | codeparrot/github-code |
d0e826583a8ad5814753c0ce2e23690d1b7234b652b7cec2aafafcd7f3879bd7 | import * as React from 'react';
import * as toastr from 'toastr';
import {hashHistory} from 'react-router';
import {routeConstants} from '../../common/constants/routeConstants';
import {loginAPI} from '../../rest-api/login/loginAPI';
import {LoginCredentials} from '../../models/loginCredentials';
import {UserProfile} f... | TypeScript | 02 Sample App/06 Validations/src/pages/login/pageContainer.tsx | Lemoncode/react-training-ts | mit | 1,934 | 65 | codeparrot/github-code |
f216e8cf7bc4dbf4c041cd9a99bc8e9431b770e2a07fc81e8a979710addd8ebf | using System;
public class HandStrength
{
static void Main()
{
byte c1 = 0; // Aces
byte c2 = 0, c3 = 0, c4 = 0, c5 = 0, c6 = 0, c7 = 0, c8 = 0, c9 = 0, c10 = 0; // 2 - 10
byte c11 = 0; // Jacks
byte c12 = 0; // Queens
byte c13 = 0; // Kings
for (int j = 1; j <= ... | C# | Programming with C#/0. Exams/Telerik 2012-2013 - C# Exam 1/Telerik Academy Exam 1 @ 29 Dec 2012/Solutions/3. Poker (author).cs | Psykepro/Telerik-Academy | mit | 3,586 | 96 | codeparrot/github-code |
3cca4675a64c1aa8139cb2dd595917184bbdf31f6914fb57597906c1e0fd41de | using System;
using System.Collections.Generic;
using System.Linq;
using Avalonia.Controls.Generators;
using Avalonia.Controls.Platform;
using Avalonia.Controls.Primitives;
using Avalonia.Input;
using Avalonia.Interactivity;
using Avalonia.LogicalTree;
#nullable enable
namespace Avalonia.Controls
{
/// <summary>
... | C# | src/Avalonia.Controls/MenuBase.cs | wieslawsoltes/Perspex | mit | 6,071 | 189 | codeparrot/github-code |
008114290b35e4b7cc6e3618919f9249f969f4dc7fd5fba3d6a51ef4b4b6847f | 'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var react = require('react');
function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
throw new TypeError("Cannot call a class as a function");
}
}
function _setPrototypeOf(o, p) {
_setPrototyp... | JavaScript | ajax/libs/primereact/7.1.0/column/column.cjs.js | cdnjs/cdnjs | mit | 5,010 | 184 | codeparrot/github-code |
fbf1dae919d7d4385ed06e455926f990fe9e927557ca4deea5e2eda444152d70 | /*******************************************************************************
* Copyright (c) 2014 Salesforce.com, inc..
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availab... | Java | com.salesforce.ide/src/com/salesforce/ide/ForceIdePlugin.java | PatrickSHYee/idecore | epl-1.0 | 1,475 | 55 | codeparrot/github-code |
8e7fbf05113da46f725bb80519b4c464154b20c03a9b67e21fb91b546b0196e2 | /*******************************************************************************
* Copyright (C) 2011, 2013 Jonah Graham and others
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... | Java | tests_dltk_console/org/python/pydev/dltk/console/codegen/GetGeneratorTestWorkbench.java | siddhika1889/Pydev-Editor | epl-1.0 | 4,810 | 128 | codeparrot/github-code |
55addcda95f25050d6c1a4a6289138c451bf14fce20b7da76e4544d23b1ddb47 | /*******************************************************************************
* Copyright (c) 2012-2015 Codenvy, S.A.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available ... | Java | platform-api/che-core-api-vfs/src/test/java/org/eclipse/che/api/vfs/server/impl/memory/UpdateACLTest.java | Ori-Libhaber/che-core | epl-1.0 | 8,974 | 163 | codeparrot/github-code |
a4b9b8e2a72c771227c3bee0da7f1c85ebb218a5348c98e7e08b3cf3ab99df7f | /*****************************************************************************/
/* */
/* Copyright (c) 1989-2008 Morgan Stanley All rights reserved.*/
/* See .../src/LICENSE for terms of distribution. */
/* ... | C | src/dap/connclose.c | rdm/aplus-fsf | gpl-2.0 | 2,000 | 69 | codeparrot/github-code |
b06d79db96c54cc5dc19ab2a460a0a62bfa4480d9e6c1e69aace096c5a37a40c | /*
* QEMU JAZZ LED emulator.
*
* Copyright (c) 2007 Hervé Poussineau
*
* 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
* t... | C | hw/jazz_led.c | awilliam/qemu-kvm | gpl-2.0 | 9,966 | 324 | codeparrot/github-code |
69f0476960a6b7ba48dd36342dc7f5ccccfb0ccf0aadf8bd875e5abce38da8d6 | /*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | Java | opennlp/tools/formats/convert/POSToSentenceSampleStream.java | manjeetk09/GoogleScrapper | gpl-2.0 | 1,420 | 39 | codeparrot/github-code |
504c38534384f69b24a3252b2c20390fa1c93a78acd20618fe0b60a121fe1cba | /*
* Copyright (C) 2008-2010 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
*
* 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 ... | C++ | src/server/scripts/Kalimdor/WailingCaverns/wailing_caverns.cpp | Archives/ro_core | gpl-2.0 | 17,806 | 399 | codeparrot/github-code |
23fa66a3c343cc1bf90bdf2237c26fcada99632b771783285552c9f14953b7b6 | package org.numixproject.hermes;
import android.app.ActionBar;
import android.app.AlertDialog;
import android.content.ComponentName;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.ServiceConnection;
impo... | Java | hermes/src/main/java/org/numixproject/hermes/MainActivity.java | ranjitzade/org.numixproject.hermes | gpl-2.0 | 18,408 | 491 | codeparrot/github-code |
a58d858767ffc546a6b29b1efdaae9dbad140ffd424b91e3d9a3bfa4959ee45f | /* sun3x_esp.c: EnhancedScsiProcessor Sun3x SCSI driver code.
*
* (C) 1999 Thomas Bogendoerfer (tsbogend@alpha.franken.de)
*
* Based on David S. Miller's esp driver
*/
#include <linux/kernel.h>
#include <linux/types.h>
#include <linux/string.h>
#include <linux/slab.h>
#include <linux/blkdev.h>
#include <linux/pr... | C | kernel/linux/drivers/scsi/sun3x_esp.c | z3bu/AH4222 | gpl-2.0 | 10,506 | 395 | codeparrot/github-code |
32e452b92444af11824e27f07f8d8ba74dbd5a3dedbe5561f0d5d6f426d95d00 | /*
* Copyright (c) by Jaroslav Kysela <perex@perex.cz>
* Routines for control of YMF724/740/744/754 chips
*
* 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 ... | C | sound/pci/ymfpci/ymfpci_main.c | jkoelndorfer/android-kernel-msm | gpl-2.0 | 73,447 | 2,467 | codeparrot/github-code |
52495a680f6ee9ba5e8bee0e436b4d04c0ce084f5bff8a90fee2a300a530b6b3 | <?php
require_once( dirname( __FILE__ ) . '/admin-notices/class-itsec-admin-notice-context.php' );
require_once( dirname( __FILE__ ) . '/admin-notices/interface-itsec-admin-notice.php' );
require_once( dirname( __FILE__ ) . '/admin-notices/class-itsec-admin-notice-callback.php' );
require_once( dirname( __FILE__ ) . '... | PHP | wp-content/plugins/better-wp-security/core/lib/class-itsec-lib-admin-notices.php | fyberoptik/gd_p_wp | gpl-2.0 | 2,918 | 86 | codeparrot/github-code |
d2ec5780adf2fae38aa00b46077e2005f22aacff39addb62db83be02059b3635 | /* Copyright (C) 1992-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C 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 ... | C | sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h | vvavrychuk/glibc | gpl-2.0 | 11,216 | 309 | codeparrot/github-code |
ed9b63fcd967fd4db34a1adc93259e5dd96bf9660c91be216e9d84e2394897c2 | /***************************************************************************
qgsmeasure.h
------------------
begin : March 2005
copyright : (C) 2005 by Radim Blazek
email : blazek@itc.it
****... | C | src/app/qgsmeasuredialog.h | dwadler/QGIS | gpl-2.0 | 3,684 | 129 | codeparrot/github-code |
86a4146b369ec48bbad3c3b8b8bb653c8e2fe530fee653bba6f239ab294a1997 | /* 1-D Lowrank Finite-difference wave extrapolation */
/*
Copyright (C) 2008 University of Texas at Austin
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, o... | C | user/fangg/Msglfd1pml.c | zxtstarry/src | gpl-2.0 | 10,038 | 381 | codeparrot/github-code |
dd39927804441b5edf1297d99258f94a3eb61df3e84cc73b41107e8dee886a46 | /* (C) 1999-2001 Paul `Rusty' Russell
* (C) 2002-2006 Netfilter Core Team <coreteam@netfilter.org>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
* published by the Free Software Foundation.
*/
#include <linux/types.h>
#... | C | net/ipv4/netfilter/nf_nat_standalone.c | existz/htc-kernel-msm7x30 | gpl-2.0 | 8,564 | 332 | codeparrot/github-code |
9490d2851b9c1a7c2cd37f8e354999275171a6f3bd9442d41a544718e6ad9226 | /*
* Copyright (C) 2012-2013 Team XBMC
* http://xbmc.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; either version 2, or (at your option)
* any later version.
*
* ... | C++ | xbmc/addons/AddonCallbacksPVR.cpp | mk01/xbmc | gpl-2.0 | 10,560 | 325 | codeparrot/github-code |
c2d643e0fef060d5c825ac11821bf5d4907b708462c33498e9f42a6eee1fe1ea | /*
* Copyright (c) 1998-2012 Caucho Technology -- all rights reserved
*
* This file is part of Resin(R) Open Source
*
* Each copy or derived work must preserve the copyright notice and this
* notice unmodified.
*
* Resin Open Source is free software; you can redistribute it and/or modify
* it under th... | Java | modules/ejb/src/javax/ejb/ScheduleExpression.java | WelcomeHUME/svn-caucho-com-resin | gpl-2.0 | 8,918 | 410 | codeparrot/github-code |
5b5926fce4c7fcc3c7b9b2c8b9c18cda8708e35914e5b557f104d1a09d1d285a | /*
* Copyright (C) 2008-2011 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2006-2009 ScriptDev2 <https://scriptdev2.svn.sourceforge.net/>
*
* 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 Sof... | C++ | src/server/scripts/Kalimdor/TempleOfAhnQiraj/mob_anubisath_sentinel.cpp | alideny/TaoxiaCore | gpl-2.0 | 8,245 | 265 | codeparrot/github-code |
1a4689cdb24cd4ada74c9dd968d1ad4a63a1751fd1bb1a4a2cb2eacf369d1df0 | /* packet-zrtp.c
* Routines for zrtp packet dissection
* IETF draft draft-zimmermann-avt-zrtp-22
* Copyright 2007, Sagar Pai <sagar@gmail.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* Copied from packet-pop.c
*
* This program is free ... | C | epan/dissectors/packet-zrtp.c | kynesim/wireshark | gpl-2.0 | 35,830 | 1,186 | codeparrot/github-code |
d61b81e06ada9c52b6d26b74a8a9051933718984d728712df408c9f3d7312dee | /*
* Copyright (c) 1998-2012 Caucho Technology -- all rights reserved
*
* This file is part of Resin(R) Open Source
*
* Each copy or derived work must preserve the copyright notice and this
* notice unmodified.
*
* Resin Open Source is free software; you can redistribute it and/or modify
* it under the terms o... | Java | modules/resin/src/com/caucho/ejb/cfg/StatelessBeanConfig.java | mdaniel/svn-caucho-com-resin | gpl-2.0 | 2,447 | 89 | codeparrot/github-code |
c2ad992c7bf10f4bc7a799ae66e67f61866adba5b9c4e9e5da3f2bbbcba4faab | //===-------- LegalizeTypesGeneric.cpp - Generic type legalization --------===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===-------------------------------------------------------... | C++ | tdebug-llvm/llvm/lib/CodeGen/SelectionDAG/LegalizeTypesGeneric.cpp | rutgers-apl/Atomicity-Violation-Detector | gpl-2.0 | 22,201 | 558 | codeparrot/github-code |
12919a329671a0578514ca91929ccb007848440d37ccbe8163132ffc7fe550fa | /*
* Copyright (C) 2008-2017 TrinityCore <http://www.trinitycore.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; either version 2 of the License, or (at your
* option) any later ve... | C++ | src/server/game/Server/Packets/CombatPackets.cpp | Vafanopoli/TrinityCore | gpl-2.0 | 3,910 | 160 | codeparrot/github-code |
04749c906225dbe0a178b3b25cd30ba6c44cb84109331665232b28021d60cf46 | <?php defined( '_JEXEC') or die( 'Restricted Access' );
/**
* 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
... | PHP | plugins/system/zend/Zend/View/Helper/HtmlList.php | kiennd146/nhazz.com | gpl-2.0 | 2,926 | 91 | codeparrot/github-code |
ce8ba83b28e0ab5caa1bfcdb0e33c9f9d2f4bebde16892ebf2baf773833c25cf | /***************************************************************************
zbl.cpp
-------------------
Trung Dac Nguyen
Class for acceleration of the zbl pair style.
____________________________________________________... | C++ | lib/gpu/lal_zbl.cpp | Pakketeretet2/lammps | gpl-2.0 | 5,393 | 161 | codeparrot/github-code |
c99e87c2aaf4c0deab88a333b203a123ffc032ac365f4ece4888fc7a96f94263 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="search.css"/>
<script type="text/javascript" src="search... | HTML | trip/rvl/rvl/doc/html/search/related_6f.html | zxtstarry/src | gpl-2.0 | 7,207 | 66 | codeparrot/github-code |
b8e0674f5c1e5963d74647371b643f8eecc703f64d5e5746858a62ef139d91c4 | --双龍降臨
function c13166648.initial_effect(c)
--Activate
local e1=Effect.CreateEffect(c)
e1:SetCategory(CATEGORY_SPECIAL_SUMMON)
e1:SetType(EFFECT_TYPE_ACTIVATE)
e1:SetCode(EVENT_ATTACK_ANNOUNCE)
e1:SetCountLimit(1,13166648+EFFECT_COUNT_CODE_OATH)
e1:SetCondition(c13166648.condition)
e1:SetTarget(c13166648.target... | Lua | c13166648.lua | SalvationDevelopment/Salvation-Scripts-TCG | gpl-2.0 | 2,060 | 55 | codeparrot/github-code |
dad7175aa8a0e329fd4485b75a1ebee9484f801ba377ca842155b066a5202c04 | package org.wordpress.android.ui.reader.utils;
import android.content.ActivityNotFoundException;
import android.support.annotation.NonNull;
import android.text.Layout;
import android.text.Spannable;
import android.text.method.LinkMovementMethod;
import android.text.style.ImageSpan;
import android.view.MotionEvent;
imp... | Java | WordPress/src/main/java/org/wordpress/android/ui/reader/utils/ReaderLinkMovementMethod.java | rishabh7m/WordPress-Android | gpl-2.0 | 3,251 | 96 | codeparrot/github-code |
54392c2bd960d2b3ccec3931d877d46afe06e3340b40e0b01c1fc96bc8eed4a9 | /* Copyright (C) 2006 - 2013 ScriptDev2 <http://www.scriptdev2.com/>
* This program is free software licensed under GPL version 2
* Please see the included DOCS/LICENSE.TXT for more information */
#ifndef DEF_SETHEKK_HALLS_H
#define DEF_SETHEKK_HALLS_H
enum
{
MAX_ENCOUNTER = 3,
TYPE_SYTH ... | C | src/bindings/ScriptDev2/scripts/outland/auchindoun/sethekk_halls/sethekk_halls.h | borgotech/Infinity_MaNGOS | gpl-2.0 | 1,918 | 63 | codeparrot/github-code |
2780346a0955865bc39698b483bfbc059dfdd216bd0319e639fad12b0c20b638 | /*
* Copyright 2007-8 Advanced Micro Devices, Inc.
* Copyright 2008 Red Hat 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
* t... | C | drivers/gpu/drm/radeon/atombios_crtc.c | philippedeswert/kernel-adaptation-n950-n9 | gpl-2.0 | 55,936 | 1,743 | codeparrot/github-code |
4b5c3943c9bf42f44c1fe063cb74c4bf30f1c0dff414c567f2f7f540f3ff8ecb | <?php defined( '_JEXEC') or die( 'Restricted Access' );
/**
* 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
... | PHP | plugins/system/zend/Zend/Dom/Query/Css2Xpath.php | kiennd146/nhazz.com | gpl-2.0 | 5,386 | 170 | codeparrot/github-code |
3e896c293daaa95af4c4ead4aae8f380b9bee9b54c550ac37f1865e2c2dc7392 | <?php
class GFEntryDetail{
public static function lead_detail_page(){
global $wpdb;
global $current_user;
if(!GFCommon::ensure_wp_version())
return;
echo GFCommon::get_remote_message();
$form = RGFormsModel::get_form_meta($_GET["id"]);
$form_id = $form... | PHP | wp-content/plugins/gravityforms/entry_detail.php | myrandomthoughts/brownlee-dev | gpl-2.0 | 55,789 | 1,004 | codeparrot/github-code |
0b221c7b529ca42b1f8f7a4f0153be50fdb52660fa90b11a777b7289d3ba442f | <?php
/**
* @file
* Contains \Drupal\responsive_image\Entity\ResponsiveImageMapping.
*/
namespace Drupal\responsive_image\Entity;
use Drupal\Core\Config\Entity\ConfigEntityBase;
use Drupal\responsive_image\ResponsiveImageMappingInterface;
/**
* Defines the responsive image mapping entity.
*
* @ConfigEntityTyp... | PHP | core/modules/responsive_image/lib/Drupal/responsive_image/Entity/ResponsiveImageMapping.php | targoo/mariquecalcus_drupal | gpl-2.0 | 6,654 | 237 | codeparrot/github-code |
7bdf2fe31b6c68fc2f93e1cde667ca1a040b6be3a40efa21a702a0e1c49f10bc | /*
* This file is part of the coreboot project.
*
* Copyright (C) 2005 Digital Design Corporation
* Copyright (C) 2008-2009 coresystems GmbH
*
* 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 Foundat... | C | src/superio/smsc/lpc47n227/superio.c | lkundrak/coreboot | gpl-2.0 | 7,911 | 288 | codeparrot/github-code |
2fb752b0f669909f72a99ead47ee35d12f06bdc96948f9a8848f4403a9f1f992 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>Check cacti's poller</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="The Cacti Manual"
HREF="index.html"><LINK
REL="UP"
TITLE="Debugging"
HREF="de... | HTML | docs/html/check_cacti_poller.html | canghai908/cactifans | gpl-2.0 | 4,061 | 221 | codeparrot/github-code |
dc86c1878baf6bda04b4a0fa241a9dbf43fc96b4a9bde3373ea0abe6fc790325 | <?php
class Search
{
var $search = null;
var $replace = null;
var $search_params = null;
var $save = false;
var $source = null;
var $error = null;
var $regex_options = null;
var $regex_error = null;
var $regex = false;
function set_regex_options( $dotall, $cas... | PHP | wp-content/plugins/search-regex/models/search.php | 2960/creators | gpl-2.0 | 6,538 | 237 | codeparrot/github-code |
755336af908af62a5ed4c86ed03a908b680572f618225bafea1cba950be79546 | <?php
declare(strict_types=1);
/*
* This file is part of the TYPO3 CMS project.
*
* It is free software; you can redistribute it and/or modify it under
* the terms of the GNU General Public License, either version 2
* of the License, or any later version.
*
* For the full copyright and license information, ple... | PHP | typo3/sysext/rte_ckeditor/Classes/Form/Element/Event/BeforePrepareConfigurationForEditorEvent.php | stweil/TYPO3.CMS | gpl-2.0 | 1,224 | 56 | codeparrot/github-code |
8b80dabc4a71c47882b5e9d2ccc2196e0059e11c055ac77171e86650f07a3fc2 | // SPDX-License-Identifier: GPL-2.0+
//
// em28xx-core.c - driver for Empia EM2800/EM2820/2840 USB video capture devices
//
// Copyright (C) 2005 Ludovico Cavedon <cavedon@sssup.it>
// Markus Rechberger <mrechberger@gmail.com>
// Mauro Carvalho Chehab <mchehab@kernel.org>
// Sascha Sommer <saschaso... | C | drivers/media/usb/em28xx/em28xx-core.c | Fe-Pi/linux | gpl-2.0 | 29,361 | 1,183 | codeparrot/github-code |
567de1f95639285577d61c97a1008871b4e1cd9c95aa853375cafe319e6444b7 | /* $Id$ */
/*
* This file is part of OpenTTD.
* OpenTTD 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.
* OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without... | C | src/train.h | andythenorth/NotRoadTypes | gpl-2.0 | 11,825 | 342 | codeparrot/github-code |
ad8e23e273a56516ca3797199bca442286b5a49a26dfdeab900342599873b330 | /******************************************************
XtraBackup: hot backup tool for InnoDB
(c) 2009-2013 Percona LLC and/or its affiliates.
Originally Created 3/3/2009 Yasufumi Kinoshita
Written by Alexey Kopytov, Aleksandr Kuzminsky, Stewart Smith, Vadim Tkachenko,
Yasufumi Kinoshita, Ignacio Nin and Baron Schwart... | C | extra/mariabackup/write_filt.h | MariaDB/server | gpl-2.0 | 1,969 | 59 | codeparrot/github-code |
542c401279d2fadac737f21fc6b6061e9683688c736e0a1b6cd96b1bb3bcec0f | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.apache.commons.math3.optimization.BaseMultivariateVectorMultiStartOptimizer (Apach... | HTML | lib/commons-math3-3.3/docs/apidocs/org/apache/commons/math3/optimization/class-use/BaseMultivariateVectorMultiStartOptimizer.html | aryantaheri/openstack-benchmarking | gpl-2.0 | 8,105 | 172 | codeparrot/github-code |
2e75cb1d64f0d7c22e86d80b7525d3135473616a5d5649ad72d3f6ab2ccce521 | /* motionsearch.c, block motion estimation for mpeg2enc */
/* (C) 2000/2001 Andrew Stevens */
/* These modifications are 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... | C | utils/motionsearch.c | tufei/y4m.js | gpl-2.0 | 23,772 | 1,043 | codeparrot/github-code |
fa5ef4dcac2913d7748ce7066598d55b441fb1df4939442cd1dd5f7b926d3152 | /*
Copyright (C) Paul Falstad and Iain Sharp
This file is part of CircuitJS1.
CircuitJS1 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 yo... | Java | src/com/lushprojects/circuitjs1/client/SevenSegDecoderElm.java | kelvinss/circuitjs1 | gpl-2.0 | 3,025 | 100 | codeparrot/github-code |
1937f7789f68c824973236c2e5ac011755939ddb18e7d1f54c4ee7291efbd170 | //! \example tutorial-image-simulator.cpp
#include <visp3/gui/vpDisplayGDI.h>
#include <visp3/gui/vpDisplayOpenCV.h>
#include <visp3/gui/vpDisplayX.h>
#include <visp3/io/vpImageIo.h>
//! [Include]
#include <visp3/robot/vpImageSimulator.h>
//! [Include]
int main()
{
try {
//! [Read image]
vpImage<unsigned cha... | C++ | tutorial/simulator/image/tutorial-image-simulator.cpp | lagadic/visp | gpl-2.0 | 2,247 | 87 | codeparrot/github-code |
2d16739463134aeab7072ee0e3f8a7df47d48b68935f2622a9d8850dd27beae5 | /*
Copyright (c) 2009-2014, Jack Poulson
All rights reserved.
This file is part of Elemental and is under the BSD 2-Clause License,
which can be found in the LICENSE file in the root directory, or at
http://opensource.org/licenses/BSD-2-Clause
*/
#pragma once
#ifndef ELEM_CONDITION_HPP
#define ELEM_CO... | C++ | src/madness/external/elemental/include/elemental/lapack-like/props/Condition.hpp | kimjsung/madness-original | gpl-2.0 | 1,903 | 82 | codeparrot/github-code |
c2574ba009b1f8cabf17a4d28e5eb94ea7f751d5049bae9817abb78f5148f4c4 | /*
cherokee_engine.c
very rough model of Lycoming engine built in PA-28 Cherokee
Only "AD" characteristics are modelled, no transient behaviour,
meaning that there is no time delay, engine acts as gain only.
Based upon book:
Barnes W. McCormick,
"Aerodynamics, Aeronautics and Flight Mechanics",
John... | C | src/FDM/LaRCsim/cherokee_engine.c | suyuti/flightgear | gpl-2.0 | 2,279 | 105 | codeparrot/github-code |
afe7ace66e2e747b85fa307607438fb07ad7fca8eaa3a744b33bb25790bbcf7e | /* DVB CI DateTime Manager */
#include <lib/base/eerror.h>
#include <lib/dvb_ci/dvbci_datetimemgr.h>
eDVBCIDateTimeSession::eDVBCIDateTimeSession():
m_timer(eTimer::create(eApp)), m_interval(0)
{
//CONNECT(m_timer->timeout, eDVBCIDateTimeSession::sendDateTime);
m_timer->timeout.connect(SigC::slot(*this, &eDVBCIDat... | C++ | lib/dvb_ci/dvbci_datetimemgr.cpp | Taapat/enigma2-openpli-vuplus | gpl-2.0 | 1,908 | 81 | codeparrot/github-code |
f1ae9ed87dd313d3de94558770d810dd852a2c5e70ea49c73b313940beb17ccd | /******************************************************************************
* Warmux is a convivial mass murder game.
* Copyright (C) 2001-2011 Warmux Team.
*
* 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
* th... | C++ | src/gui/question.cpp | a-team/wormux | gpl-2.0 | 5,258 | 186 | codeparrot/github-code |
0877f4cea89c5e4db254fa0e9c5bb838b6d3f610d633dfa9fdf1e5af3eacd6cf | /**
Builds the routes for the application
@method buildRoutes
@for Discourse.ApplicationRoute
**/
Discourse.Route.buildRoutes(function() {
var router = this;
// Error page
this.route('exception', { path: '/exception' });
this.resource('about', { path: '/about' });
// Topic routes
this.resource('to... | JavaScript | app/assets/javascripts/discourse/routes/application_routes.js | andrewroth/discourse | gpl-2.0 | 3,440 | 104 | codeparrot/github-code |
557e4a29dbc53cd45657f990b86b101c06c7008e69913004482cd3d34b5e71d1 | /**
* Copyright (C) 2012-2015 52°North Initiative for Geospatial Open Source
* Software GmbH
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 as published
* by the Free Software Foundation.
*
* If the program is linked with... | Java | hibernate/common/src/main/java/org/n52/sos/ds/hibernate/util/procedure/enrich/ContactsEnrichment.java | nuest/SOS | gpl-2.0 | 4,903 | 137 | codeparrot/github-code |
44362b9cda31b216b943abc7cf462a154e392d49360829f7b4dc56b6ed054d0f | using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
namespace WCell.Util.Graphics
{
/// <summary>
/// Defines an axis-aligned bounding box.
/// </summary>
[StructLayout(LayoutKind.Explicit, Size = 24)]
public struct BoundingBox : IEquatable<BoundingBox>
{
public static Boun... | C# | Utilities/WCell.Util/Graphics/BoundingBox.cs | WCell/WCell | gpl-2.0 | 16,200 | 488 | codeparrot/github-code |
3c1416cddc1cb330dfe44134b34119707442f2781a8316d2d6b9222609ad68a0 | """
This file is part of ALTcointip.
ALTcointip 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.
ALTcointip is distr... | Python | src/ctb/ctb_coin.py | Healdb/altcointip | gpl-2.0 | 8,785 | 247 | codeparrot/github-code |
6984b4b9c1e41a95fd78c7841bcd464750009538b90860989b242a7f9b355079 | /*
temperature.h - temperature controller
Part of Marlin
Copyright (c) 2011 Erik van der Zalm
Grbl 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 optio... | C | temperature.h | quillford/MarlinDev | gpl-2.0 | 5,165 | 160 | codeparrot/github-code |
bace788cd7ff7a9ec5fe0fe791e605aaae838fc3af268b79be2457b56fc0e1de | /* Copyright (c) 2010-2012, Code Aurora Forum. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the ho... | C | drivers/video/msm/vidc/common/dec/vdec.c | choco81/0E_kernel | gpl-2.0 | 66,047 | 2,412 | codeparrot/github-code |
3329908e951bb02a7841e9c91be074032654ae4ecd87ee20a2b81085ce9f73bf | <?php
// Prevent loading this file directly
defined( 'ABSPATH' ) || exit;
// Make sure "text" field is loaded
require_once TX_RWMB_FIELDS_DIR . 'url.php';
if ( ! class_exists( 'RWMB_OEmbed_Field' ) )
{
class RWMB_OEmbed_Field extends RWMB_URL_Field
{
/**
* Enqueue scripts and styles
*
* @return void
*... | PHP | wp-content/plugins/templatesnext-toolkit/inc/meta-box/inc/fields/oembed.php | luismelo/intranet | gpl-2.0 | 1,747 | 83 | codeparrot/github-code |
2ae8d7db04bfb3a74d4f3d11b43fb3748499f52508901cb578f2ec9c80ef77df | /** ec2rfw.c
Liscence GPL V2 or later
Initial version Kolja Waschk
Ricky White added getopt options for common operations
*/
#include <ctype.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <getopt.h>
#include <... | C | src/ec2tools/ec2rfw.c | iquadtree/ec2 | gpl-2.0 | 3,347 | 165 | codeparrot/github-code |
0ebcdf77cef31a2eb2f951b3331e6dd08eb39bf81ce2433d72d17faf4b72e53c | /* Store current floating-point environment and clear exceptions.
Copyright (C) 1997-2016 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as publis... | C | sysdeps/sparc/fpu/feholdexcpt.c | Chilledheart/glibc | gpl-2.0 | 1,210 | 38 | codeparrot/github-code |
0f9adbfe52bcca7411c89e69197d654762b56b114d7a40b3c7c93291a8e9aef1 | /*
* pass4.c -- pass #4 of e2fsck: Check reference counts
*
* Copyright (C) 1993, 1994, 1995, 1996, 1997 Theodore Ts'o.
*
* %Begin-Header%
* This file may be redistributed under the terms of the GNU Public
* License.
* %End-Header%
*
* Pass 4 frees the following data structures:
* - A bitmap of which inodes... | C | user/e2fsprogs/e2fsck/pass4.c | rhuitl/uClinux | gpl-2.0 | 4,756 | 179 | codeparrot/github-code |
50a882760b4d2eff93c7a5aac508d73a374083376e125fa535eba4db11b3e389 | /*************************************************************************
Copyright (c) 2007-2008, Sergey Bochkanov (ALGLIB project).
>>> SOURCE LICENSE >>>
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... | C | src/3dparty/alglib/src/densesolver.h | christianurich/VIBe2GUI | gpl-2.0 | 6,073 | 188 | codeparrot/github-code |
6cea18d5392a937394f835b422ecdf51c589df1a9abd7ac58d30255f8e29bf2c | // Copyright 2014 Runtime.JS project authors
//
// 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 applicable law o... | JavaScript | initrd/app/terminal.js | sloanyang/raspberrry2v8 | gpl-2.0 | 6,259 | 254 | codeparrot/github-code |
66473dea5aa08549c95210b4d5afb53b58d1d1ecf1999251c130d559dca6ee0d | /* Print and select stack frames for GDB, the GNU debugger.
Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995,
1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008,
2009 Free Software Foundation, Inc.
This file is part of GDB.
This program is free software; you... | C | gdb/stack.c | kimushu/nios2-gdb-7.0 | gpl-2.0 | 66,462 | 2,207 | codeparrot/github-code |
c584423d93bcc2d8236ff1dd6b7d5b6d5186a156698b24e731a2fccc12ffacec |
#ifndef _IEEE1394_HOSTS_H
#define _IEEE1394_HOSTS_H
#include <linux/wait.h>
#include <linux/tqueue.h>
#include <asm/semaphore.h>
#include "ieee1394_types.h"
#include "csr.h"
struct hpsb_packet;
struct hpsb_host {
/* private fields (hosts, do not use them) */
struct hpsb_host *next;
struct list_he... | C | drivers/ieee1394/hosts.h | snike4342/linux-2.4.0 | gpl-2.0 | 7,055 | 196 | codeparrot/github-code |
0b4bb152d0544e9ee528fc614255aa77bb259e692b0d620d2224f2c95612ce76 | <?php
$time_format = elgg_get_plugin_setting('timeformat', 'event_calendar');
if (!$time_format) {
$time_format = '24';
}
$value = $vars['value'];
if (isset($vars['hours']) && $vars['hours']) {
$hour = $vars['hours'];
$minute = $vars['minutes'];
$meridian = $vars['meridian'];
} else {
if (is_numeric($value)) {
... | PHP | mod/event_calendar/views/default/input/timepicker.php | pscrevs/gcconnex | gpl-2.0 | 1,438 | 61 | codeparrot/github-code |
eec713f053f9ca9c26f8763c563241de2c42bdbf5294fcc3f68d1d5c4545bfde | #include<stddef.h>
#include<iostream>
#include"demangle.h"
/* Number of arguments */
int Fi_i(int bar) { return 0; }
int Fi_s(short bar) {return 0; }
int Fii_i(int bar, int goo) { return 0; }
int Fiii_i(int bar, int goo, int hoo) { return 0; }
int Fie_i(int bar, ...) { return 0; }
/* Return types */
void Fv_v(... | C++ | testsuite/ltrace.minor/demangle-lib.cpp | minuxs/ltrace | gpl-2.0 | 2,516 | 98 | codeparrot/github-code |
32c08a6db02f3e8bdc8af0b0c06f500dee384b0372e9d7a4af9bb9c1725830bb | #ifndef INC_DATASET_PH
#define INC_DATASET_PH
#include "DataSet_1D.h"
#include "Cph.h"
/// Hold data from constant pH simulations; protonation states of a single residue.
class DataSet_pH : public DataSet_1D {
typedef std::vector<int> Iarray;
public:
DataSet_pH();
static DataSet* Alloc() { return (DataSet... | C | src/DataSet_pH.h | hainm/cpptraj | gpl-3.0 | 2,617 | 55 | codeparrot/github-code |
61dfb7bb7bcd95ca030115aa0ddc069ef642e538b38c79c08ca07b7b46f32e7f | /**********************************************************************
** This program is part of 'MOOSE', the
** Messaging Object Oriented Simulation Environment.
** Copyright (C) 2003-2013 Upinder S. Bhalla. and NCBS
** It is made available under the terms of the
** GNU Lesser General Public License versio... | C++ | moose-core/basecode/OpFuncBase.cpp | BhallaLab/moose | gpl-3.0 | 1,710 | 72 | codeparrot/github-code |
6dd3abc011616223f2ef7c649d9c3d586783dc3ca296ce6dd089f76f0989ecad | /*
* Copyright (C) 2011-2012 Project SkyFire <http://www.projectskyfire.org/>
* Copyright (C) 2008-2012 TrinityCore <http://www.trinitycore.org/>
* Copyright (C) 2005-2012 MaNGOS <http://getmangos.com/>
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Genera... | C++ | src/server/game/Handlers/SkillHandler.cpp | OneB1t/SkyfireBG | gpl-3.0 | 5,515 | 163 | codeparrot/github-code |
a4ce660f32b4607674c48e0e4974000c1e277d84ebc436cef0a3c1a67543ef90 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
ExHyperlinkAtom (POI API Documentation)
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
func... | HTML | lib/poi-3.17/docs/apidocs/org/apache/poi/hslf/record/ExHyperlinkAtom.html | TonyClark/ESL | gpl-3.0 | 17,727 | 410 | codeparrot/github-code |
30b20e32c9abcc8902d5543b5ae32337c9dbcd6129b3ad0cca48949d027729ad | namespace MissionPlanner.Swarm
{
partial class FollowPathControl
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
//... | C# | Swarm/FollowPathControl.Designer.cs | virtualrobotix/MissionPlanner | gpl-3.0 | 9,718 | 171 | codeparrot/github-code |
c6887531f2dce7d034656dc1d06ed7766da082d260fa89d5c12da061cd150d72 | /**********
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. (See <http://www.gnu.org/copyleft/lesser.html>.)
This libr... | C++ | mplayer_android/live/liveMedia/include/DVVideoStreamFramer.hh | dr4g0nsr/mplayer-skyviia-8860 | gpl-3.0 | 2,923 | 70 | codeparrot/github-code |
2ce870bb857ab38810a4c9745f99718a5078f8a1b64041f52a0d9c11fcaa043d | --[[
Copyright 2007-2019 The OpenRA Developers (see AUTHORS)
This file is part of OpenRA, which is free software. It is made
available to you 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 vers... | Lua | mods/d2k/maps/shellmap/d2k-shellmap.lua | WolfGaming/OpenRA | gpl-3.0 | 6,564 | 201 | codeparrot/github-code |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.