text stringlengths 3 1.05M |
|---|
/**********************************************************************
Audacity: A Digital Audio Editor
MultiFormatReader.cpp
Philipp Sibler
******************************************************************//**
\class MultiFormatReader
\brief MultiFormatReader reads raw audio files in different formats and... |
<法規>
<法規性質>命令</法規性質>
<英文法規名稱>Regulations of Airport service fee for International flights Passengers</英文法規名稱>
<中文法規名稱>出境航空旅客機場服務費收費及作業辦法</中文法規名稱>
<法規網址>https://law.moj.gov.tw/Eng/LawClass/LawAll.aspx?pcode=K0110005</法規網址>
<最新英文異動日期>20190724</最新英文異動日期>
<廢止註記>
</廢止註記>
<附件 />
<沿革內容><![CDATA[1.Full text is promulgated by E... |
#pragma once
#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2_EXPORTS.h>
#include <aws/elasticloadbalancingv2/ElasticLoadBalancingv2Request.h>
#include <aws/core/utils/memory/stl/AWSString.h>
#include <aws/core/utils/memory/stl/AWSVector.h>
#include <utility>
namespace Aws
{
namespace ElasticLoadBalancin... |
#include "dispatcher.h"
#include "token_parser.h"
namespace SJParser {
Dispatcher::Dispatcher(TokenParser *parser) : _root_parser{parser} {
_parsers.push_back(parser);
parser->setDispatcher(this);
}
void Dispatcher::pushParser(TokenParser *parser) {
_parsers.push_back(parser);
}
void Dispatcher::popParser()... |
{% extends "demo/module/module.html" %}
{% import "./breadcrumb.html" as breadcrumb %}
{% block content %}
<demo aria-label="Breadcrumb with 1 active item">
{% call breadcrumb.list() %}
{{ breadcrumb.activeItem('Home') }}
{% endcall %}
</demo>
<demo aria-label="Breadcrumb with 2 items, 1 active">
... |
/* Copied from https://github.com/slatedocs/slate/blob/c4b4c0b8f83e891ca9fab6bbe9a1a88d5fe41292/stylesheets/print.css and unminified */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margi... |
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Us... |
typedef struct Subnetwork
{
CString m_coolingSet;
CString m_heatingSet;
CString m_setpoint;
CString m_roomTemper;
int m_mode;
CString m_outputState;
CString m_nightHeating;
CString m_nightCooling;
int m_tstatProduct;
CString m_modbusaddr;
int m_Occupied;
... |
#ifndef SkFixed_DEFINED
#define SkFixed_DEFINED
#include "include/core/SkScalar.h"
#include "include/core/SkTypes.h"
#include "include/private/SkSafe_math.h"
#include "include/private/SkTPin.h"
#include "include/private/SkTo.h"
/** \file SkFixed.h
Types and macros for 16.16 fixed point
*/
/** 32 bit signed in... |
/**
* Package for search test task.
*
* @author Kseniya Shustova (mailto:shustovakv@mail.ru)
* @version $Id$
* @since 0.1
*/
package ru.job4j.search; |
<!-- WARNING: Generated documentation. Edit docs and examples in the rule and examples file ('rules/controller-as-vm.js', 'examples/controller-as-vm.js'). -->
# controller-as-vm - require and specify a capture variable for `this` in controllers
You should use a capture variable for 'this' when using the controllerAs ... |
<?php
namespace GO1\Bundle\FormBuilderBundle\DependencyInjection;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\Config\FileLocator;
use Symfony\Component\HttpKernel\DependencyInjection\Extension;
use Symfony\Component\DependencyInjection\Loader;
/**
* This is the class that loads... |