text
stringlengths
3
1.05M
'use strict' const pkg = require('../package.json') const SMConfig = require('../') /** * Returns a Hapi plugin that includes a SMConfig instance. * * This plugin is designed for Hapi 17+ only. */ module.exports = { name: pkg.name, version: pkg.version, /** * To register the Hapi plugin, pass a...
ACCEPTED #### According to The Catalogue of Life, 3rd January 2011 #### Published in null #### Original name null ### Remarks null
'use strict'; exports.register = function (server, options) { server.route({ method: 'GET', path: 'plugin', handler: function (request, h) { return 'ok'; } }); }; exports.name = 'route'; exports.multiple = true;
module EPPClient module Domain EPPClient::Poll::PARSERS['domain:panData'] = :domain_pending_action_process EPPClient::Poll::PARSERS['domain:trnData'] = :domain_transfer_response def domain_check_xml(*domains) # :nodoc: command do |xml| xml.check do xml.check('xmlns' => EPPClient::...
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="me.zsj.pretty_girl"> <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/> <application android...
/** * @fileoverview Selectpicker externs. */ /** * @param {string|Object=} opt_params */ jQuery.prototype.selectpicker = function(opt_params) {};
""" Meta Schedule design space generators that generates design space for generation of measure candidates. """ from typing import TYPE_CHECKING, List from tvm._ffi import register_object from tvm.ir import IRModule from tvm.runtime import Object from tvm.tir.schedule import Schedule from .. import _ffi_api from ..ut...
using System; using System.Linq.Expressions; namespace NonFactors.Mvc.Grid { public interface IGridFilter { String? Method { get; set; } String?[] Values { get; set; } Expression? Apply(Expression expression); } }
package org.sakaiproject.importer.api; import java.util.Collection; import java.io.InputStream; /** * The ImportService provides a top level framework to handled import data collected from * a content package or other archive. * */ public interface ImportService { /** * Check the validity of the file dat...
@class SNTNotificationQueue; @class SNTSyncdQueue; /// /// SNTDaemonControlController handles all of the RPCs from santactl /// @interface SNTDaemonControlController : NSObject <SNTDaemonControlXPC> - (instancetype) initWithAuthResultCache: (std::shared_ptr<santa::santad::event_providers::AuthResultCache>)auth...
namespace blink { class XRSession; // Helper class that returns an XRSpace that tracks the position of object of // type T (for example XRPlane, XRAnchor). The type T has to have a // NativeOrigin() method, returning a // device::mojom::blink::XRNativeOriginInformationPtr, a MojoFromObject() // method, returning a ab...
#ifndef FilePrintStream_h #define FilePrintStream_h #include <stdio.h> #include <wtf/PassOwnPtr.h> #include <wtf/PrintStream.h> namespace WTF { class FilePrintStream : public PrintStream { public: enum AdoptionMode { Adopt, Borrow }; FilePrintStream(FILE*, AdoptionMode = Adopt); ...
package org.gbougeard.model.changes /** * Created with IntelliJ IDEA. * User: gbougeard * Date: 13/07/13 * Time: 21:08 * To change this template use File | Settings | File Templates. */ case class ReviewInput(message: Option[String], labels: Option[Map[String, String]], ...
<?php namespace RA\DocBundle\Model; class Limits { const limit_nb_rosters_managed = 7; //Number of rosters a manager can manage const limit_nb_roster_Members = 50; //Number of users in a Roster const limit_nb_roster_active_member = 10; //Number of rosters where a user is a member const limit_user_galle...
class _XT_EXT_CLASS CXTStatusBarPaneControlInfo : public CObject { DECLARE_DYNCREATE(CXTStatusBarPaneControlInfo) public: // -> Parameters: // -> Return Value: // -> Remarks: Constructor - handles default initialization CXTStatusBarPaneControlInfo(); // -> Parameters: // -> Return Value: // -> Rema...
package org.calrissian.flowmix.core.support; import java.util.Comparator; import java.util.List; import org.apache.commons.collections.comparators.ComparableComparator; import org.calrissian.flowmix.api.Order; import org.calrissian.flowmix.core.support.window.WindowItem; import org.calrissian.mango.domain.Pair; imp...
import sys # Import renderdoc if not already imported (e.g. in the UI) if 'renderdoc' not in sys.modules and '_renderdoc' not in sys.modules: import renderdoc # Alias renderdoc for legibility rd = renderdoc # We'll need the struct data to read out of bytes objects import struct # We base our data on a MeshFormat, ...
from setuptools import setup setup( name='pysandals', version='0.1', packages=[''], url='https://github.com/schollii/sandals', license='MIT', author='Oliver Schoenborn', author_email='oliver.schoenborn@gmail.com', description='Various utility classes and function useful in Python apps ...
Starting Ray ============ This page covers how to start Ray on your single machine or cluster of machines. .. tip:: Be sure to have :ref:`installed Ray <installation>` before following the instructions on this page. What is the Ray runtime? ------------------------ Ray programs are able to parallelize and distribu...
qc::url_request_path ==================== part of [Docs](../index.md) Usage ----- `qc::url_request_path request` Description ----------- Return the path of an http request line ---------------------------------- *[Qcode Software Limited] [qcode]* [qcode]: http://www.qcode.co.uk "Qcode Software"
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright 2015 StreamSets Inc. 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 ...
"""Version Module So we only have to maintain version information in one place! """ version_info = (3, 4, 1, "dev") # (major, minor, patch, dev?) version = ".".join(map(str, version_info))
/* * Copyright 2003 The Apache Software Foundation * * 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 appli...
<?php namespace Rxn\Framework\Data\Migration\Schema; class Version { }
///////////////////////////////////////////////////////////////////////////// // Name: src/gtk1/tglbtn.cpp // Purpose: Definition of the wxToggleButton class, which implements a // toggle button under wxGTK. // Author: John Norris, minor changes by Axel Schlueter // Modified by: // Created:...
<?php class ControllerErrorPermission extends Controller { public function index() { $this->load->language('error/permission'); $this->document->setTitle($this->language->get('heading_title')); $data['breadcrumbs'] = array(); $data['breadcrumbs'][] = array( 'text' => $this->language->get('text_home'), ...
<?xml version="1.0" encoding="utf-8"?> <resources> <!-- From: file:/E:/2015/Project/testLogin2/Parse-Starter-Project-1.10.3/ParseStarterProject/build/intermediates/exploded-aar/com.android.support/appcompat-v7/22.2.0/res/values-fr-rCA/values-fr-rCA.xml --> <eat-comment/> <string msgid="4600421777120114993" ...
#################################################################################################### # Tecmint_monitor.sh # # Written for Tecmint.com for the post www.tecmint.com/linux-server-health-monito...
var serializer = require('./serializer.js') var DEFAULT_SIGNATURE_BEATS = 4 var DEFAULT_SIGNATURE_SIZE = 4 // -- DataTypes ------------------------------------------------------- function Pos(chord,beats) { this.chord = chord this.beats = beats || 1 } Pos.prototype.serialize = function() { return serializer.seria...
<?php include_once($_SERVER['DOCUMENT_ROOT'].'/include/autoprepend.php'); // +----------------------------------------------------------------------+ // | PHP version 5 | // +----------------------------------------------------------------------+ // | Copyright (c)...
import { Array as EmberArray, MutableArray, NativeArray } from '@ember/-internals/runtime'; import { arrayContentDidChange, arrayContentWillChange } from './array_events'; import { addListener, removeListener } from './events'; const EMPTY_ARRAY = Object.freeze([]); interface ObservedObject<T> extends EmberArray<T> {...
<!-- Unsafe sample input : use shell_exec to cat /tmp/tainted.txt Uses a special_chars_filter via filter_var function File : unsafe, use of untrusted data in a script --> <!--Copyright 2015 Bertrand STIVALET Permission is hereby granted, without written agreement or royalty fee, to use, copy, modify, and distribut...
FROM biocontainers/biocontainers:debian-stretch-backports MAINTAINER biocontainers <biodocker@gmail.com> LABEL software="bioconductor-graph" \ container="bioconductor-graph" \ about.summary="handle graph data structures for BioConductor" \ about.home="https://bioconductor.org/packages/graph/" \ s...
 if (typeof ASC === "undefined") { ASC = {}; } if (typeof ASC.Mail === "undefined") { ASC.Mail = (function () { return {}; })(); } if (typeof ASC.Mail.Utility === "undefined") { ASC.Mail.Utility = (function () { var ResourceJS = ASC.Resources.Master.ResourceJS; var...
import actionTypes from 'actions/actionTypes'; const defaultState = { sortBy: 'date', sortDir: 'desc', filters: {}, trips: [], categories: [], }; export default function (state = defaultState, action) { switch (action.type) { case actionTypes.TRIPS.DATA_SUCCESS: return { ...state, trips: action....
\documentclass[ titlepage=firstpageiscover, bibliography=totoc, captions=tableheading, ]{scrartcl} \usepackage[aux]{rerunfilecheck} \usepackage{microtype} \usepackage{polyglossia} \setmainlanguage{german} \usepackage{amsmath} \usepackage{amssymb} \usepackage{mathtools} \usepackage{chemformula} \usepackage[version=3...
import os, sys, fb from db import use_new_db from guimanager import GuiManager from excepthandler import exception_managed session_key = None import codecs, sys sys.stdout = codecs.getwriter('utf-8')(sys.stdout) @exception_managed def main(): if len(sys.argv)>1: path = sys.argv[1] else: print...
var internal = requireNative("internal"); internal.setupInternalExtension(extension); var application = requireNative('application'); // Exported methods. exports.getManifest = function(callback) { internal.postMessage('getManifest', [], callback); }; exports.getMainDocument = function(callback) { var callback_ ...
=pod =head1 NAME SSL_get_shared_sigalgs, SSL_get_sigalgs - get supported signature algorithms =head1 SYNOPSIS #include <openssl/ssl.h> int SSL_get_shared_sigalgs(SSL *s, int idx, int *psign, int *phash, int *psignhash, unsigned char *rsig, unsigned char *rh...
/** * This is the module for the UI that shows the list of evaluators and their corresponding * settings panel. */ (function() { 'use strict'; var module = angular.module('bk.core'); module.directive('bkPluginManagerEvaluatorSettings', function( $compile, bkSessionManager, GLOBALS) { return { ...
from functools import wraps from django.http.response import HttpResponse from django_seo_js import settings class override_settings(object): def __init__(self, **kwargs): self.options = kwargs self.originals = {} def __enter__(self): self.enable() def __exit__(self, exc_type, ex...
[![][kong-logo]][kong-url] Kong is a scalable, open source API Layer *(also known as an API Gateway, or API Middleware)*. Kong was originally built at [Mashape][mashape-url] to secure, manage and extend over [15,000 APIs & Microservices](http://stackshare.io/mashape/how-mashape-manages-over-15000-apis-and-microservic...
function Thermostat() { this.temperature = 20; this.isPowerSaving = true; this.colour = 'yellow'; } Thermostat.prototype.increaseTemp = function() { if (this.temperature < 25 && this.isPowerSaving) { this.temperature++; } else if (this.temperature === 25 && this.isPowerSaving) { throw new Error('Abov...
var gulp = require('gulp'), sass = require('gulp-ruby-sass'), minifycss = require('gulp-minify-css'), uglify = require('gulp-uglify'), rename = require('gulp-rename'), concat = require('gulp-concat'), notify = require('gulp-notify')...
package ch10.atm; import java.awt.FlowLayout; import java.awt.GridLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JPanel; import javax.swing.JTextArea; /** A frame displaying the components of an ATM. */ publ...
require 'test_helper' class DatabaseTest < ActiveSupport::TestCase # Replace this with your real tests. test "the truth" do assert true end end
/** * API Generator file for json-server, uses Faker for data and Lodash for ease * Created by chris on 08/03/2017. */ const faker = require('faker'); const _ = require('lodash'); module.exports = () => { return { config: { title: faker.company.companyName(), strap: faker.co...
package com.facebook.buck.android; import com.facebook.buck.android.AndroidBinary.ExopackageMode; import com.facebook.buck.android.AndroidBinary.PackageType; import com.facebook.buck.android.FilterResourcesStep.ResourceFilter; import com.facebook.buck.android.NdkCxxPlatforms.TargetCpuType; import com.facebook.buck.a...
package scala.meta package internal package dialects trait InstantiateDialect { val c: scala.reflect.macros.blackbox.Context lazy val Scala211 = c.mirror.staticModule("_root_.scala.meta.dialects.Scala211") lazy val Dotty = c.mirror.staticModule("_root_.scala.meta.dialects.Dotty") def instantiateDialect(diale...
Go Clean is designed to be a clean and simple theme for [Hugo](http://gohugo.io/)
<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.schibsted.mappicker" > <uses-permission android:name="android.permission.INTERNET"/> <uses-permission android:name="android...
namespace base { class TickClock; } namespace blink { class KURL; class WebDocumentLoader; class WebServiceWorkerNetworkProvider; // This structure holds all information collected by Blink when // navigation is being initiated. struct BLINK_EXPORT WebNavigationInfo { WebNavigationInfo() = default; ~WebNavigation...
require_relative "../../spec_helper.rb" describe Ohai::System, "plugin go" do let(:plugin) { get_plugin("go") } before(:each) do plugin[:languages] = Mash.new stdout = "go version go1.6.1 darwin/amd64\n" allow(plugin).to receive(:shell_out).with("go version").and_return(mock_shell_out(0, stdout, "")) ...
package se525.team3.project; import java.text.Format; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; public class StartProgramRemote { public static void start(String program, int identity) { start(program, identity, null); } /* * Signs + uploads JScheme p...
<section class="content-header"> <h1>Kotak Masuk</h1> </section> <section class="content"> <div class="box box-success"> <div class="box-header with-border"> <div class="row"> <div class="col-md-4"> <?php //echo anchor(site_url('dashboard/hubungi/create')...
<mvc:View controllerName="sap.ui.demo.worklist.controller.NotFound" xmlns:mvc="sap.ui.core.mvc" xmlns="sap.m"> <MessagePage title="{i18n>objectTitle}" text="{i18n>noObjectFoundText}" icon="{sap-icon://product}" description="" id="page"> <customDescription> <Link id="link" text="{i18n>backToWorklist}...
This document aims to provide information to package rkt in Linux distributions. It covers dependencies, file ownership and permissions, and tips to observe packaging policies. ## Build-time dependencies #### Basic build-time dependencies - autoconf - GNU Make - glibc-static - bash - go - gofmt - file - git - gpg #...
@interface LPEngineSceneModelState : NSObject @property (nonatomic, strong) LPEngineModel *model; @property (nonatomic, strong) LPEngineTransformState *transformState; @property (nonatomic, assign) LPPoint *transformedVertices; @property (nonatomic, assign) float *lightFactors; @property (nonatomic, assign) LPPoint *n...
const Bubble = require('./bubble'); var util = require('util'); var EventEmitter = require('events'); function Board (width, height, canvas, context) { this.width = width; this.height = height; this.grid = []; this.canvas = canvas; this.context = context; this.shooter = new Bubble(235, 4...
package it.feio.android.omninotes; import it.feio.android.omninotes.db.DbHelper; import it.feio.android.omninotes.models.Stats; import android.annotation.SuppressLint; import android.app.Activity; import android.content.Context; import android.os.AsyncTask; import android.os.Build; import android.os.Bundle; import and...
using Core.Paging; namespace Core.Extensions { public static class PagedCollectionExtensions { public static bool CanGoPreviousPage<T>(this PagedCollection<T> data) { if (data == null) { return false; } return data.PageIndex > 0; } public static bool CanGoNextPag...
<?php // This file is part of Moodle - http://moodle.org/ // // Moodle is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. // // Moodle...
package petablox.analyses.provenance.kobj; import petablox.analyses.alloc.DomH; import petablox.analyses.argret.DomK; import petablox.analyses.invk.DomI; import petablox.project.ClassicProject; import petablox.project.Petablox; import petablox.project.analyses.JavaAnalysis; import petablox.project.analyses.ProgramRel;...
package monster.org.validator.validator.validator; import android.content.Context; import java.util.regex.Pattern; import monster.org.validator.R; import monster.org.validator.validator.AbstractValidator; /** * Validator to check if a field contains only numbers and letters. * Avoids having special characters lik...
package org.springframework.web.servlet.mvc.method.annotation; import java.io.IOException; import java.lang.annotation.Annotation; import java.lang.reflect.Method; import java.lang.reflect.Type; import java.util.concurrent.Callable; import jakarta.servlet.ServletException; import jakarta.servlet.http.HttpServletReq...
<?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="IdProvider" IDEtalkID="3673A09B240D976DA5C40E360748A624" /> <component name="JavaScriptSettings"> <option name="languageLevel" value="JSX" /> </component> <component name="ProjectLevelVcsManager" settingsEditedManually="false"> ...
@charset "utf-8"; body{background:#fafafa;} a{color:#7f7f7f; text-decoration:none;} a:hover{color:#6f6f6f; text-decoration:underline;} fieldset{border-color:#9f9f9f;} /* ------------- bootstrap ------------- */ .btn-sel:hover, .btn-sel:focus{background-color:#efefef; background-position:0 -15px; border-color:#9f...
import { generateUtilityClass, generateUtilityClasses } from '../className'; export interface CardOverflowClasses { /** Styles applied to the root element. */ root: string; /** Styles applied to the root element if `color="primary"`. */ colorPrimary: string; /** Styles applied to the root element if `color="...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>XenonPropertyDescription.Type (xenon-2.3.0 2.6.1 API)</title> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="...
Ext.define('OpenPhoneBook.locale.Language', { catalogue: {}, trans: function(id, fallbackValue) { fallbackValue = fallbackValue || null; if (typeof this.catalogue[id] == 'undefined') { return fallbackValue; } return this.catalogue[id]; ...
NS_CC_H_BEGIN HHttpPacker* HHttpPacker::create() { auto ret = new HHttpPacker(); ret->autorelease(); return ret; } HHttpPacker::HHttpPacker() { _buffer = new msgpack::sbuffer(); _packer = new msgpack::packer<msgpack::sbuffer>(_buffer); } HHttpPacker::~HHttpPacker() { delete _buffer; delet...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" con...
<?xml version="1.0" encoding="UTF-8"?> <!-- You may freely edit this file. See commented blocks below for --> <!-- some examples of how to customize the build. --> <!-- (If you delete it and reopen the project it will be recreated.) --> <!-- By default, only the Clean and Build commands use this build script. --> <!-- ...
namespace voter { template <typename Record, typename Type> class MethodChecker { public: using Callback = Type (Record::*)() const; using ConstCallback = typename std::add_const<Type>::type (Record::*)() const; MethodChecker(const Type& value, Callback callback) : MethodChecker(value) { callback_ = c...
// // NetworkTableViewController.m // PFXIOSStudy // // Created by succorer on 2016. 4. 27.. // Copyright © 2016년 PFXStudio. All rights reserved. // #import "NetworkTableViewController.h" #import "AppListParser.h" @interface NetworkTableViewController () <NSURLConnectionDelegate, UITableViewDelegate, UITableViewD...
''' Created by auto_sdk on 2015.04.21 ''' from aliyun.api.base import RestApi class Ecs20140526ReplaceSystemDiskRequest(RestApi): def __init__(self,domain='ecs.aliyuncs.com',port=80): RestApi.__init__(self,domain, port) self.ClientToken = None self.ImageId = None self.InstanceId = None def getapin...
import socket import mock import testtools import webob from quantum.agent.metadata import namespace_proxy as ns_proxy from quantum.tests import base from quantum.common import utils class FakeConf(object): admin_user = 'quantum' admin_password = 'password' admin_tenant_name = 'tenant' auth_url = 'h...
/// <reference path="harness.ts" /> class RunnerBase { constructor() { } // contains the tests to run public tests: string[] = []; /** Add a source file to the runner's list of tests that need to be initialized with initializeTests */ public addTest(fileName: string) { this.test...
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>libhyps: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css...
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
@interface AWSIoTCSR : NSObject - (instancetype)initWithCommonName:(NSString *)commonName countryName:(NSString *)countryName organizationName:(NSString *)organizationName organizationalUnitName:(NSString *)organizationName; - (NSData *)generateCSRForCertificate:(N...
package com.sequenceiq.redbeams.api.endpoint.v4.operation; import static com.sequenceiq.redbeams.doc.OperationDescriptions.OperationOpDescriptions.GET_OPERATIONS; import static com.sequenceiq.redbeams.doc.OperationDescriptions.OperationOpDescriptions.NOTES; import javax.ws.rs.Consumes; import javax.ws.rs.DefaultValue...
namespace ppapi { namespace thunk { namespace { PP_Resource Create(PP_Instance instance) { EnterResourceCreation enter(instance); if (enter.failed()) return 0; return enter.functions()->CreateFlashDeviceID(instance); } int32_t GetDeviceID(PP_Resource resource, PP_Var* id, ...
Slash commands are textual shortcuts for common actions on issues or merge requests that are usually done by clicking buttons or dropdowns in GitLab's UI. You can enter these commands while creating a new issue or merge request, and in comments. Each command should be on a separate line in order to be properly detected...
package ru.job4j.pro.collections.iterator; import java.util.Iterator; import java.util.NoSuchElementException; /** * Class TwoDimensionArrayIterator. * * @author Vladimir Ivanov * @version 0.1 * @since 24.08.2017 */ public class TwoDimensionArrayIterator implements Iterator<Integer> { /** * 2D Array of...
<?php Doctrine::autoload('Doctrine_Access'); /** * Doctrine_Column * This class represents a database column * * @author Konsta Vesterinen <kvesteri@cc.hut.fi> * @package Doctrine * @subpackage Column * @license http://www.opensource.org/licenses/lgpl-license.php LGPL * @version $Revision: 39...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="de"> <head> <!-- Generated by javadoc (version 1.7.0_79) on Wed Jul 31 20:05:53 CEST 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.jpasecurity.sec...
/* * 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 or agreed to in writing, software distributed under t...
.class Landroid/widget/Toolbar$3; .super Ljava/lang/Object; .source "Toolbar.java" # interfaces .implements Ljava/lang/Runnable; # annotations .annotation system Ldalvik/annotation/EnclosingClass; value = Landroid/widget/Toolbar; .end annotation .annotation system Ldalvik/annotation/InnerClass; accessFlags ...
{% extends 'index.html' %} {% block pagination %} {% from 'search_pagination.html' import search_pagination %} {{ search_pagination(pagination, "main.search") }} {% endblock %}
"""The Start command.""" from googlecloudsdk.api_lib.app import appengine_api_client from googlecloudsdk.api_lib.app import appengine_client from googlecloudsdk.api_lib.app import util from googlecloudsdk.api_lib.app import version_util from googlecloudsdk.calliope import base from googlecloudsdk.core import exception...
class AddCompletedAtTodoItems < ActiveRecord::Migration def change add_column :todo_items, :completed_at, :datetime end end
ACCEPTED #### According to International Plant Names Index #### Published in null #### Original name null ### Remarks null
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using MvpFramework.Binding; namespace MvpFramework { /// <summary> /// Base class for Presenters that may show a window. (They can also have non-window views). /// </summary> /// <typepa...
.class public Lcom/android/gallery3d/app/StitchingProgressManager; .super Ljava/lang/Object; .source "StitchingProgressManager.java" # virtual methods .method public addChangeListener(Lcom/android/gallery3d/app/StitchingChangeListener;)V .locals 0 .parameter "l" .prologue .line 26 return-void .en...
var STATUS_JSON = 'status.json'; function request(url,callback){ var xhr = new XMLHttpRequest(); xhr.onreadystatechange = ( function(myxhr){ return function(){ callback(myxhr); }; })(xhr); xhr.open('GET',url, true); xhr.send(''); } function checkStatus(){ request(STATUS_JSON, function(result...
<?php require_once(__CA_LIB_DIR__."/core/Error.php"); require_once(__CA_MODELS_DIR__."/ca_users.php"); class ProfileController extends ActionController { # ------------------------------------------------------- function Edit() { $t_user = $this->request->user; $this->view->setVar("fname", ...
require 'jwe/alg/dir' require 'jwe/alg/rsa_oaep' require 'jwe/alg/rsa15' require 'jwe/alg/a128_kw' require 'jwe/alg/a192_kw' require 'jwe/alg/a256_kw' require 'openssl' describe JWE::Alg do describe '.for' do it 'returns a class for the specified alg' do expect(JWE::Alg.for('RSA-OAEP')).to eq JWE::Alg::Rsa...
//===-- LiveVariables.cpp - Live Variable Analysis for Machine Code -------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===---------------------------...
package com.facebook.buck.util.timing; import org.junit.Assert; import org.junit.Test; public class ClockDurationTest { @Test public void testGetters() { ClockDuration duration = new ClockDuration(11, 12, 13); Assert.assertEquals(11, duration.getWallMillisDuration()); Assert.assertEquals(12, durati...