answer
stringlengths
15
1.25M
import { Profile } from '../security/Profile'; import { SearchResultBase } from './SearchResultBase'; export class ProfileSearchResult extends SearchResultBase<Profile> { constructor (kuzzle, request, options, result) { super(kuzzle, request, options, result); this._searchAction = 'searchProfiles'; this._...
'use strict'; var testHelper = require('../../../common/tests/test-helper'); var setupFile = require('./<API key>'); var dashboardPage = require('../pages/dashboard'); var editModalPage = dashboardPage.taskFilters.editFilterPage; describe('Tasklist Filter Criteria Spec', function() { describe('the criteria page', fun...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>Coverage Report</title> <link title="Style" type="text/css" rel="stylesheet" href="css/main.css"/> <script type="text/javascript" src="js/popup.js"><...
package it.polito.softeng.lombokmigrator; import japa.parser.ast.body.MethodDeclaration; public class <API key> extends <API key><MethodDeclaration>{ public <API key>(){ addElement(new <API key>("get")); } }
package com.amaker.mp; import android.app.Activity; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.util.Log; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.w...
/** * Autogenerated by Thrift Compiler (0.9.0) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ package org.apache.hadoop.hive.metastore.api; import org.apache.commons.lang.builder.HashCodeBuilder; import org.apache.thrift.scheme.IScheme; import org.apache.thrift.scheme.SchemeF...
# AUTOGENERATED FILE FROM balenalib/etcher-pro-ubuntu:hirsute-build ENV GO_VERSION 1.17.7 RUN mkdir -p /usr/local/go \ && curl -SLO "https://storage.googleapis.com/golang/go$GO_VERSION.linux-arm64.tar.gz" \ && echo "<SHA256-like> go$GO_VERSION.linux-arm64.tar.gz" | sha256sum -c - \ && tar -xzf "go$GO_VERSI...
#!/usr/bin/env bash INPUT=$1 OUTPUT=$2 TMP_PREFIX=$3 I_FILENAME=$(basename $INPUT) O_FILENAME=$(basename $OUTPUT) TMP_DIR=$TMP_PREFIX INPUT_LOCAL=$INPUT #Check if input file on S3, if yes - then copy to temporary dir
package com.coolweather.app.activity; import com.coolweather.app.R; import java.util.ArrayList; import java.util.List; import com.coolweather.app.db.CoolWeatherDB; import com.coolweather.app.model.City; import com.coolweather.app.model.County; import com.coolweather.app.model.Province; import com.coolweather.app.util.<...
using Assets.Scripts.Constants; using Assets.Scripts.Utility; using UnityEngine; namespace Assets.Scripts.GameScripts.GameLogic.<API key> { [AddComponentMenu("TargetEffectApplier/InterruptEffect")] public class InterruptEffect : TargetEffectApplier { protected override void ApplyEffect(GameObject ta...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Sat Mar 16 04:11:56 MST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.wildfly.swarm.naming (BOM: * : All 2.3.1.Final-SNAPSHOT API)</title> <meta name="date" content="2019...
namespace Zammad.Client.IntegrationTests { public static class TestHelper { public static ZammadAccount CreateTestAccount() { return ZammadAccount.CreateBasicAccount(TestConstants.AccountEndpoint, TestConstants.AccountUser, TestConstants.AccountPassword); } } }
<?php namespace postyou; class FbConnector { protected $arrConfig = array(); protected static $arrInstances = array(); protected $accesstoken; protected $limit = null; protected $since = null; protected function __construct(array $arrConfig) { $this->arrConfig = $arrConfig; $...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_45) on Mon Mar 03 10:44:38 EST 2014 --> <title>Uses of Class org.hibernate.loader.plan.build.internal.<API key> (Hibernate JavaDocs)</title> <meta name="date" content="2014-03-03"> <link rel="stylesheet" type="tex...
/** * Locale support classes for Spring's web MVC framework. * Provides standard LocaleResolver implementations, * and a HandlerInterceptor for locale changes. */ @NonNullApi @NonNullFields package org.springframework.web.servlet.i18n; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonN...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> ...
package liquid.controller; import liquid.operation.domain.ServiceSubtype; import liquid.operation.service.<API key>; import liquid.order.domain.ServiceItem; import liquid.order.service.ServiceItemService; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowi...
<!DOCTYPE html> <html xmlns="http: <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.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/...
package chronic.handler.access; import chronic.app.ChronicHttpx; import chronic.api.ChronicHttpxHandler; import chronic.app.ChronicApp; import chronic.entity.Person; import chronic.app.ChronicCookie; import chronic.app.<API key>; import chronic.entity.Org; import chronic.persona.PersonaInfo; import chronic.persona.Pers...
package com.alex.develop.fragment; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.alex.develop.stockanalyzer.R; public class SelectFragment extends BaseFragment { @Override public View onCreateView(LayoutInflater inflater, ViewGr...
package Leveleditor; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Act</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link Leveleditor.Act#getWorld ...
<!DOCTYPE html> <html xmlns="http: <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.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/...
require 'spec_helper' describe Facter::Util::Fact do before do Facter.clear end describe 'mysql present' do context 'with mysql present' do it do Facter::Util::Resolution.stubs(:exec) Facter::Util::Resolution.expects(:which).with('mysqld').returns(true) expect(Facter.value(:m...
package net.xcodersteam.lemoprint.web; import io.netty.buffer.ByteBuf; import io.netty.channel.<API key>; import io.netty.handler.codec.http.*; import net.xcodersteam.lemoprint.api.Globals; import net.xcodersteam.lemoprint.api.web.IPageHandler; import net.xcodersteam.lemoprint.api.web.RequestHandler; import org.apache....
package io.quarkus.oidc; import io.smallrye.mutiny.Uni; import io.vertx.ext.web.RoutingContext; /** * Authorization Code Flow Token State Manager. * It converts the ID, access and refresh tokens returned in the authorization code grant response into a token state * for OIDC Code <API key> to keep it as a session coo...
"use strict"; var __extends = (this && this.__extends) || (function () { var extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b)...
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="refresh" content="0;URL=../../../ncollide_geometry/bounding_volume/fn.support_map_aabb.html"> </head> <body> <p>Redirecting to <a href="../../../ncollide_geometry/bounding_volume/fn.support_map_aabb.html">../../../ncollide_geometry/bounding_volume/fn.sup...
require File.join(File.dirname(__FILE__), "../utils.rb") namespace :rosetta do namespace :filter do desc "Set up Rosetta filter." task :setup, :roles => "filter" do remote_chef("filter") end end end
Imports System.Xml Imports System.Web.Configuration Imports System.Text.RegularExpressions Imports Protean.Cms.Cart Namespace Providers Namespace Payment Public Class Pay360 Public Sub New() 'do nothing End Sub Public Sub Initiate(ByRef _AdminXforms As Obj...
var Alloy = require("alloy"); var _ = require("alloy/underscore"); var Declare = require("tui/base/Declare"); var AnimateBase = require("tui/animation/AnimateBase"); var animate = require("tui/animation/Animate"); var TileFlip = Declare({ "extends": AnimateBase, animate: function(options) { var tileFlip...
package edu.harvard.mgh.lcs.sprout.forms.study.mdb; import edu.harvard.mgh.lcs.sprout.forms.study.beaninterface.AuditService; import edu.harvard.mgh.lcs.sprout.forms.study.beaninterface.SproutFormsService; import edu.harvard.mgh.lcs.sprout.forms.study.beaninterface.<API key>; import edu.harvard.mgh.lcs.sprout.forms.stu...
.<API key> > div { display: inline-block; margin-right: 10px; }
package com.tencent.mapsdkdemo; import android.os.Bundle; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import android.widget.Toast; import com.tencent.mapsdk.raster.model.LatLng; import com.tencent.mapsdk.raster.model.LatLngBounds; import com.tencent.mapsdk.raster.mo...
OUYA-ANE ===== Air Native Extension for OUYA
package org.wso2.developerstudio.eclipse.gmf.esb.diagram.edit.policies; import java.util.Iterator; import org.eclipse.emf.ecore.EAnnotation; import org.eclipse.gef.commands.Command; import org.eclipse.gmf.runtime.diagram.core.commands.DeleteCommand; import org.eclipse.gmf.runtime.emf.commands.core.command.<API key>; im...
using System; using System.IO; namespace <API key> { public class TreeEntry { public TreeEntry(FileSystemInfo fileSystemInfo) { FileSystemInfo = fileSystemInfo ?? throw new <API key>(nameof(fileSystemInfo)); IsDirectory = fileSystemInfo is DirectoryInfo; Check...
# <API key>: true # <API key>: Apache-2.0 require 'securerandom' require 'bunny' require 'opentelemetry/sdk' require 'pry' require 'minitest/autorun' # global opentelemetry-sdk setup: EXPORTER = OpenTelemetry::SDK::Trace::Export::<API key>.new SPAN_PROCESSOR = OpenTelemetry::SDK::Trace::Export::SimpleSpanProcessor.new(...
using UnityEngine; using FYFY; public class OrientationSystem : FSystem { private Family orbiteurs = FamilyManager.getFamily (new AllOfComponents (typeof(Rigidbody)), new AnyOfTags ("Orientable")); // Use this to update member variables when system pause. // Advice: avoid to update your families inside this...
local BasePlugin = require "kong.plugins.base_plugin" local responses = require "kong.tools.responses" local utils = require "kong.tools.utils" local constants = require "kong.constants" local singletons = require "kong.singletons" local table_insert = table.insert local table_concat = table.concat local ngx_error = ng...
// <API key>.h #import <Foundation/Foundation.h> // There's no requirement to actually type these out for support, but it does make code more readable. #pragma mark - <API key> Blocks typedef NSInteger (^<API key>)(UIPickerView *pickerView, NSInteger component); typedef NSInteger (^<API key>)(UIPickerView *pickerView)...
# AUTOGENERATED FILE FROM balenalib/<API key>:3.12-build ENV GO_VERSION 1.15.8 # set up nsswitch.conf for Go's "netgo" implementation # - docker run --rm debian:stretch grep '^hosts:' /etc/nsswitch.conf RUN [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf RUN mkdir -p /usr/local/go \ && c...
# GDC Application Programming Interface (API) # ## Description ## The GDC Application Programming Interface (API) is an external facing REST interface for querying and downloading GDC data, and submitting data to the GDC. ## Overview ## The GDC API drives the GDC Data Portal, the GDC Submission Portal, and the GDC Data...
package scala.compat.java8.converterImpl import scala.annotation.switch import scala.compat.java8.collectionImpl._ import Stepper._ // Stepper implementations // private[java8] class StepsAnyIndexedSeq[A](underlying: collection.IndexedSeqLike[A, _], _i0: Int, _iN: Int) extends StepsLikeIndexed[A, StepsAnyIndexedSeq[A]]...
<!DOCTYPE HTML PUBLIC "- <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_75) on Wed Jun 10 23:21:18 IST 2015 --> <meta http-equiv="Content-Type" content="text/html" charset="utf-8"> <title>Uses of Class org.apache.solr.morphlines.cell.<API key> (Solr 5.2.1 API)</title> <meta name="date...
package query import ( "encoding/json" "fmt" "github.com/astaxie/beego" "github.com/hyperledger/fabric-sdk-go/apiServer/models/fabric/query" ) // Operations about QueryInfo type QueryInfoController struct { beego.Controller } // @Title QueryInfo // @Description Query Info // @Param body bo...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="robots" content="index, follow, all" /> <title>Maths\<API key> | Maths</title> <link rel="stylesheet" type="text/css" href="../css/bootstrap.min.css"> <link rel="stylesheet" type="text/css" href="../css/bootstra...
/** * Thread Switching Functions for the Cortex M4 & M7 with hardware floating point * * Use the EABI calling standard (ARM's AAPCS) - Save r4 - r11 and floating point * The context is saved at the current stack location and a pointer is maintained in the thread structure. */ #if !CORTEX_USE_FPU #warning "GOS ...
package com.mridang.speedo; import android.annotation.TargetApi; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.os.Build; import android.os.PowerManager; import android.preference.PreferenceManager; import android.util.Log; /** * Broadcast receiv...
var editor; function <API key>(e) { var result, that = this; var _parseOldModule = function (input) { var output = _.merge(input, input['container']); delete output.container; return output; }; this.registerRemoveEvent = function () { return $('form#module-form #library-forms .library-form span....
(function($){ /** CONFIGURATION: Define the size of our background image */ var bgImageSize = { width : 640, height : 426 }; /* END CONFIGURATION */ if ((function(){ var el = document.createElement('div'), bs = 'backgro...
var searchData= [ ['qlsq',['QLSQ',['../a02706.html',1,'QLSQ'],['../a02706.html#<API key>',1,'QLSQ::QLSQ()']]], ['qrsequence_2eh',['qrsequence.h',['../a00593.html',1,'']]], ['qrsequencegenerator',['QRSequenceGenerator',['../a02922.html',1,'QRSequenceGenerator'],['../a02922.html#<API key>',1,'QRSequenceGenerator::Q...
package ru.job4j.nonblock; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; /** * Task non blocking cache. * * @author Dmitriy Bobrov (bobrov.dmitriy@gmail.com) * @since 08.11.2017 * @param <K> * @param <V> */ public class Cache<K, V extends Model> { /** * Non Blocking cache. */...
package codingbat.warmup1; public final class Makes10 { public boolean makes10(int a, int b) { return (a == 10 || b == 10) || a + b == 10; } }
# tc_each_byte.rb # Test case for the String#each_byte instance method. require 'test/unit' class <API key> < Test::Unit::TestCase def setup @string = "hello\n" @array = [] end def <API key> assert_respond_to(@string, :each_byte) <API key>{ @string.each_byte{ } } assert_kind_of(S...
<?php //include 'Upload.class.php'; include_once "../../class/Carrega.class.php"; if (isset($_POST['enviar'])) { $object = new Eventos(); $object->evento = $_POST['evento']; $object->status = $_POST['status']; $object->dataInicio = $_POST['dataInicio']; $object->d...
package com.google.api.ads.dfp.jaxws.v201511; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "AdRule", propOrder = { "id"...
# <API key>: true require "forwardable" module Archimate module DataModel # A list of things that can be referenced by another entity. class ReferenceableList extend Forwardable include Referenceable def_delegators :@list, :+, :==, ...
package org.sagebionetworks.repo.manager; import org.sagebionetworks.reflection.model.PaginatedResults; import org.sagebionetworks.repo.model.<API key>; import org.sagebionetworks.repo.model.DatastoreException; import org.sagebionetworks.repo.model.<API key>; import org.sagebionetworks.repo.model.Reference; import org....
package com.wangyin.ak47.example; import com.wangyin.ak47.common.Logger; import com.wangyin.ak47.core.Request; import com.wangyin.ak47.core.Response; import com.wangyin.ak47.core.Service; import com.wangyin.ak47.core.stub.SimpleStub; import com.wangyin.ak47.pipes.http.SimpleHttpPipe; import com.wangyin.ak47.pipes.http....
package com.gozap.session.servlet.filter; import javax.servlet.Filter; import javax.servlet.FilterConfig; import javax.servlet.ServletException; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; /** * * * @author Mike * @version 1.00 2010-6-25 * @since 1.5 */ public abstract cla...
package com.pw.ord.gui.contas; import java.awt.Insets; import java.util.Calendar; import com.fatuhiva.model.action.IFatuActionEvent; import com.fatuhiva.model.action.IFatuActionListener; import com.fatuhiva.model.button.FatuButton; import com.fatuhiva.model.container.field.FatuFieldSet; import com.fatuhiva.model.contai...
#pragma once #include <aws/quicksight/QuickSight_EXPORTS.h> #include <aws/core/utils/memory/stl/AWSString.h> #include <utility> namespace Aws { namespace Utils { namespace Json { class JsonValue; class JsonView; } // namespace Json } // namespace Utils namespace QuickSight { namespace Model { class AWS_QUICKSIGHT...
package de.hub.clickwatch.specificmodels.brn.<API key>.util; import org.eclipse.emf.common.util.URI; import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl; /** * <!-- begin-user-doc --> * The <b>Resource </b> associated with the package. * <!-- end-user-doc --> * @see de.hub.clickwatch.specificmodels.brn.<API key>....
package mybatis; import java.io.IOException; import java.io.Reader; import java.util.List; import org.apache.ibatis.io.Resources; import org.apache.ibatis.session.SqlSession; import org.apache.ibatis.session.SqlSessionFactory; import org.apache.ibatis.session.<API key>; import vo.UserVo; public class UserManager { ...
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Seeing sounds [Part 3]: Star field + Terrain</title> <meta name="description" content="Previously, we learned how to create a...
package com.nummulus.amqp.driver.configuration /** * Configuration of a queue. */ private[driver] case class QueueConfiguration( queue: String, durable: Boolean, exclusive: Boolean, autoDelete: Boolean, autoAcknowledge: Boolean)
"""IPA-GNN models.""" from typing import Any from flax import linen as nn import jax import jax.numpy as jnp from core.data import error_kinds from core.modules.ipagnn import compressive_ipagnn from core.modules.ipagnn import encoder from core.modules.ipagnn import ipagnn from core.modules.ipagnn import logit_math from...
<!DOCTYPE HTML> <html lang="en-US" > <head> <meta charset="UTF-8"> <title>Glossary | 1.ReactiveCocoa</title> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <meta name="description" content=""> <meta name="generator" content="GitBook 1.0.3"> <meta ...
package com.rev.system.err; import com.rev.system.render.System; import android.util.Log; public class <API key> extends RuntimeException { private static final long serialVersionUID = <API key>; public <API key>(String string) { super(string); } }
<!DOCTYPE html PUBLIC "- <html xmlns="http: <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>ovs all: _SFLSampler Struct Reference</title> <link href="tabs.css" rel="stylesheet" type=...
// @(#)DVMRPFCPacket.java 12/2002 // modification, are permitted provided that the following conditions are met: // and/or other materials provided with the distribution. // 3. Neither the name of "DRCL" nor the names of its contributors may be used // to endorse or promote products derived from this software w...
// HyperionDispay.cpp // tetra-table #include "HyperionDisplay.hpp" #include "../util/Base64.hpp" #include <iostream> static const int COLOR_SIZE = 3; HyperionDisplay::HyperionDisplay(int width, int height) : m_width(width), m_height(height), m_bufferSize(width*height*3), m_buffer(new uint8_t[m_bufferSize]) { cle...
package gov.va.cpe.vpr.dao.solr; import org.apache.solr.common.SolrInputDocument; import org.junit.Before; import org.junit.Test; import static org.hamcrest.CoreMatchers.hasItem; import static org.hamcrest.CoreMatchers.not; import static org.junit.Assert.assertThat; public abstract class <API key> { protected <API ...
FROM agabert/bristolbase LABEL maintainer="alex@xoreaxeax.de" ADD sbin /opt/bristol/sbin ADD fabfile.py /opt/bristol/fabfile.py ADD lib /opt/bristol/lib ADD include /opt/bristol/include ADD templates /opt/bristol/templates
use std::error::Error as StdError; use std::string; use std::{fmt, io}; The errors that can arise while parsing a JSON stream. #[derive(Clone, Copy, PartialEq)] pub enum ErrorCode { InvalidSyntax, InvalidNumber, <API key>, <API key>, <API key>, <API key>, KeyMustBeAString, ExpectedColon,...
<h2>Methods run, sorted chronologically</h2><h3>&gt;&gt; means before, &lt;&lt; means after</h3><p/><br/><em><API key></em><p/><small><i>(Hover the method name to see the test class name)</i></small><p/> <table border="1"> <tr><th>Time</th><th>Delta (ms)</th><th>Suite<br>configuration</th><th>Test<br>configuration</th>...
namespace Sample09.ViewModels { public class CustomerViewModel { public string Bio { get; set; } public string CustomerName { get; set; } } }
import { DEFAULT_BIN_TYPE, DEFAULT_INTERVAL, DEFAULT_RANGES, } from '@ncigdc/modern_components/ClinicalAnalysis/<API key>/helpers'; export default { 'demographic.ethnicity': { active_calculation: 'number', active_chart: 'histogram', active_survival: 'overall', bins: {}, customBinsId: '', ...
package li.moskito.awtt.protocol.http; import java.net.URI; import java.util.List; import li.moskito.awtt.protocol.Header; import li.moskito.awtt.protocol.HeaderField; /** * A HTTP header that can be used either for requests or responses, depending on the constructor used. * * @author Gerald */ public class HttpHea...
<?php class ChangeableValue extends AppModel { } ?>
package com.ontraport.app.tests; import java.util.Calendar; import org.junit.Assert; import org.junit.Test; import com.ontraport.app.pages.Contact_ListAll; import com.ontraport.app.pages.Rule_Create; import com.ontraport.app.pages.Rule_Edit; import com.ontraport.app.pages.Rule_ListAll; import com.ontraport.app.parts.Si...
<?php // Moodle is free software: you can redistribute it and/or modify // (at your option) any later version. // Moodle is distributed in the hope that it will be useful, // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the defined('MOODLE_INTERNAL') || die(); $string['log:view'] = 'Ver logs de los cursos'...
// <auto-generated> // :4.0.30319.42000 // </auto-generated> namespace MsgPack.Serialization.<API key> { [System.CodeDom.Compiler.<API key>("MsgPack.Serialization.CodeDomSerializers.<API key>", "0.9.0.0")] [System.Diagnostics.<API key>()] public class MsgPack_Serialization_PolymorphicMemberTypeRuntimeT...
using System; using System.Collections.Generic; using System.Linq; using System.Security.Claims; using System.Security.Principal; using System.Threading.Tasks; using Microsoft.AspNet.Authentication; using Microsoft.AspNet.Authorization; using Microsoft.AspNet.Identity; using Microsoft.AspNet.Mvc; using Microsoft.AspNet...
package net.tomp2p.message; import io.netty.buffer.ByteBuf; import io.netty.buffer.ByteBufAllocator; import io.netty.buffer.CompositeByteBuf; import io.netty.channel.<API key>; import io.netty.channel.<API key>; import io.netty.channel.sctp.SctpMessage; import net.tomp2p.connection.SignatureFactory; import org.slf4j.Lo...
package org.openbakery.racecontrol.plugin.profile.data; import java.io.Serializable; import javax.persistence.GeneratedValue; import javax.persistence.Id; public class TeamProfile implements Serializable { private static final long serialVersionUID = 1L; @Id @GeneratedValue private int id; public St...
package dagger.lang.mime; import dagger.mime.MimeType; import org.junit.Before; import org.junit.Test; import java.net.URL; import static junit.framework.Assert.assertEquals; public class MimeTypeGuesserTest { private MimeTypeGuesser guesser; @Before public void setUp() { guesser = new <API key>(); ...
package org.asynchttpclient; import java.io.IOException; public class BadAsyncHttpClient implements AsyncHttpClient { public BadAsyncHttpClient() { throw new <API key>("Because I am bad!!"); } public BadAsyncHttpClient(AsyncHttpProvider provider) { throw new <API key>("Because I am bad!!"); ...
package simple.utils.string; import java.util.Iterator; import java.util.function.BiFunction; public class <API key> implements BiFunction<String, Character, Iterator<String>> { @Override public Iterator<String> apply(String s, Character d) { return new Iterator<String>() { private final int...
package com.cognitionis.external_tools; //import edu.mit.jwi.*; //import edu.mit.jwi.item.*; //import java.io.File; //import java.net.URL; //import edu.smu.tspell.wordnet.*; import java.io.*; import com.cognitionis.utils_basickit.FileUtils; /** * * @author Hector Llorens * @since 2011 */ public class WNInterface { ...
<?xml version="1.0" encoding="UTF-8"?> <table title="table5" id="table5" class="tabcontent" xmlns="http: <tr> <td> <img src="table.svg.png"/> <p><API key>/10.1097_j.pain.0000000000000778/tables/table5/table.svg.png</p> </td> <td> <table class="table"> <caption/> <tr> <th class="cell">eGFP^{...
'use strict'; angular.module('etestApp') .config(function ($stateProvider) { $stateProvider .state('main.verbal', { url: 'exam/verbal', templateUrl: 'app/exam/verbal/verbal.html', controller: 'VerbalController as vm' }).state('main.tcsverbal', { url: 'exam/tcs/verbal', ...
<?php return unserialize('a:1:{i:0;O:27:"Doctrine\\ORM\\Mapping\\Column":9:{s:4:"name";s:9:"documento";s:4:"type";s:4:"blob";s:6:"length";N;s:9:"precision";i:0;s:5:"scale";i:0;s:6:"unique";b:0;s:8:"nullable";b:1;s:7:"options";a:0:{}s:16:"columnDefinition";N;}}');
package com.sissi.ucenter.vcard.parser; import java.util.Map; import com.sissi.field.Field; import com.sissi.field.FieldParser; import com.sissi.protocol.iq.vcard.field.Binval; import com.sissi.protocol.iq.vcard.field.Photo; import com.sissi.protocol.iq.vcard.field.Type; /** * @author kim 20131212 */ public class Pho...
import Resolver from '../libs/resolver' import theme from './default' export default Resolver.create(theme)
body, html { margin: 0; width: 100%; height: 100%; background-color: #000; text-align: center; color: #fff; font-family: Verdana; } .title-section.title-covers { margin: 5em; color: white; opacity: 1; } .title-section.title-covers h2{ color: gray; } .container-wrapper{ display: flex; flex-wrap...
layout: global displayTitle: Spark Overview title: Overview description: Apache Spark SPARK_VERSION_SHORT documentation homepage Apache Spark is a fast and general-purpose cluster computing system. It provides high-level APIs in Java, Scala, Python and R, and an optimized engine that supports general execution graphs. ...
package org.uva.sea.ql.ast.stmt; import org.uva.sea.ql.ast.expr.Ident; import org.uva.sea.ql.ast.type.Type; public abstract class Question extends Stmt { private Ident ident; private String label; private Type type; public Question(Ident ident, String label, Type type){ this.setIdent(ident); ...
module.exports = function(deployer) { deployer.deploy(Pubcrawl); deployer.autolink(); };
/* BASICS */ .CodeMirror { /* Set height, width, borders, and global font properties here */ font-family: monospace; /*height: 300px;*/ height: inherit; } .CodeMirror-scroll { /* Set scrolling behaviour here */ overflow: auto; } /* PADDING */ .CodeMirror-lines { padding: 4px 0; /* Vertical padding around ...